From bugzilla-daemon at bugs.koha-community.org Wed May 1 00:51:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 30 Apr 2019 22:51:57 +0000 Subject: [Koha-bugs] [Bug 19062] Don't queue check-in/checkout messages if patron has no e-mail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19062 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley at catalyst.net.n | |z Status|NEW |In Discussion --- Comment #2 from Hayley Mapley --- Is this 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 Wed May 1 00:57:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 30 Apr 2019 22:57:47 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #101 from Liz Rea --- i'll retest this tomorrow I think -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 01:50:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 30 Apr 2019 23:50:48 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 --- Comment #6 from Aleisha Amohia --- (In reply to Josef Moravec from comment #4) > I don't think so the barcode should be case insensitive - if you refer to > barcode as main identifier for items, you need to make exact matches - > taking your examples barcodes "abcde" and "abcDE" will not have same > graphics represantation - so they are different. That's fine but that isn't currently the behaviour anywhere in Koha. Everything (except passwords) is case insensitive because the database does case insensitive searching. If you wanted to make the batch item modification tool case sensitive then this behaviour needs to be made consistent everywhere in Koha. For example, circulation - issuing with the barcode 'abcde' would check out the same item as issuing with the barcode 'abcDE'. I think while the behaviour in Koha is not case sensitive, this patch is still valid and fixes the current problem. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 01:53:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 30 Apr 2019 23:53:39 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 --- Comment #7 from Aleisha Amohia --- > If you wanted to make the batch item modification tool case sensitive then > this behaviour needs to be made consistent everywhere in Koha. For example, > circulation - issuing with the barcode 'abcde' would check out the same item > as issuing with the barcode 'abcDE'. In case this wasn't clear, I am describing the current behaviour for circulation. You can check out an item with the barcode 'abcde' or 'abcDE' currently. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 02:00:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:00:58 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 Claudio changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |costalc at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 02:26:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:26:33 +0000 Subject: [Koha-bugs] [Bug 22803] Set dataTable width issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803 Liz Rea 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 1 02:26:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:26:35 +0000 Subject: [Koha-bugs] [Bug 22803] Set dataTable width issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89011|0 |1 is obsolete| | Attachment #89035|0 |1 is obsolete| | --- Comment #6 from Liz Rea --- Created attachment 89157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89157&action=edit Bug 22803: (alternate) Set dataTable width issue This patch sets the "autowidth" option to "false" for the OPAC subscriptions DataTable on opac-detail.pl. This gives the table a fluid width rather than having the width be "hard-coded" by DataTables upon first page render. To test, apply the patch and view the detail page for a bibliographic record with a subscription. Under the "Subscriptions" tab, the table of latest issues should fill the width of the tab container. Resize the browser window and confirm that the table width adjusts accordingly. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 02:28:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:28:25 +0000 Subject: [Koha-bugs] [Bug 22816] New: OPAC detail holdings table doesn't fill it's div Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Bug ID: 22816 Summary: OPAC detail holdings table doesn't fill it's div Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: wizzyrea at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- it could fit better, so let's make it so. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 02:35:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:35:15 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Liz Rea 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 1 02:35:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:35:17 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 --- Comment #1 from Liz Rea --- Created attachment 89158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89158&action=edit Bug 22816: OPAC detail holdings table should now look a bit better This patch sets the "autowidth" option to "false" for the OPAC holdings DataTable on opac-detail.pl. This gives the table a fluid width rather than having the width be "hard-coded" by DataTables upon first page render. To test, apply the patch and view the detail page for a bibliographic record with some items. Under the "Holdings" tab, the table of holdings should fill the width of the tab container. Resize the browser window and confirm that the table width adjusts accordingly. thanks to Owen Leonard for the initial fix for the subscriptions table and the test plan. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 02:35:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:35:37 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |wizzyrea at gmail.com CC| |wizzyrea 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 1 02:35:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 00:35:53 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OPAC detail holdings table |OPAC detail holdings table |doesn't fill it's div |doesn't fill it's container -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 04:14:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 02:14:24 +0000 Subject: [Koha-bugs] [Bug 22817] New: Call viewlog.pl using GET rather than POST Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22817 Bug ID: 22817 Summary: Call viewlog.pl using GET rather than POST Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- When in the log viewer, the page uses POST rather than GET. This means that the HTTP params are not viewable in the address bar. This is very inconvenient from a support standpoint, since you can't then copy the URL from the address bar in order to show someone what you're seeing in the logs -- instead, you have to tell them what to look for in the logs, which is very error prone. Possibly even better would be a 'Copy URL' button. -- You are receiving 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 1 08:00:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 06:00:42 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 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 Wed May 1 09:18:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 07:18:12 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |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 Wed May 1 09:40:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 07:40:17 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #27 from Martin Renvoize --- I'm starting to look at this with a view to QAing... but, as the conversation has gone towards how we deal with multi-part records and 773,001,003 handling it might be helpful to get some peoples thoughts and any updates over on the Wiki: https://wiki.koha-community.org/wiki/Multipart_Bibliographics. Some time ago I tried hard to understand it all with a view to trying to get it 'right' in Koha eventually. It would be lovely for that effort to be picked up again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 10:47:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 08:47:15 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 --- Comment #28 from Martin Renvoize --- I'm not entirely happy that this is built to only work with biblionumbers in reality. I think it would be significantly more adaptable in the future if we add a field to the database that maps the combination of 003 + 001 into an indexed unique field and did the find against that. That would mean that if your library happens to maintain 001 = biblionumber (as is the assumption here I believe) it'll all still work, but it will also work if your library uses local 001's or remote 001 and 003's. It'll likely need tweaking as we learn of other schemes but that feels the most forward thinking approach I can come up with. Thoughts? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 10:50:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 08:50:34 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 --- Comment #8 from Katrin Fischer --- Hi Aleisha, I get your point. But can't help to wonder if we might have created a possible problem with using CI on the database tables. If you compare ABC and abc with Perl, they will be different, if you do a WHERE barcode = "abc" it will return both. But... you can't add A and a to the database for the same reason (just tested). Not sure if this is ideal, but probably very hard to fix. And we might have lots of places where we don't do lc when comparing? Still the behaviour is definitely wrong here showing the error and the item. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:10:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:10:07 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #29 from Katrin Fischer --- If I understand the code correctly, it assumes the the first $w contains a valid biblionumber, with or without proper prefix. I think this assumption can't hold up. At the moment, we expect in $w a number, that is also in 001 of a matching record. Ideally with a 003 that has the matching prefix, but this is not checked. So: Analytic: $w(MARCOrgCode)rcn Host: 001 rcn 003 MARCOrgCode Actually... we probably should also check 035, but that is a different issue: 035 (MARCOrgCode)rcn In Koha there is no way to automatically enforce 001 = biblionumber. And if you want to do it, it's tedious, as you have to save first to create the biblionumber before you can enter it in 001. There is even a new feature for Rancor, that allows you to create custom 001, that are not relating to biblionumber at all. The risk I see with this feature as is, is that the number from $w might accidentally match a biblionumber. So we would create unwanted redirects. You can't turn it off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:11:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:11:20 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 --- Comment #30 from Martin Renvoize --- (In reply to Martin Renvoize from comment #28) > I'm not entirely happy that this is built to only work with biblionumbers in > reality. > > I think it would be significantly more adaptable in the future if we add a > field to the database that maps the combination of 003 + 001 into an indexed > unique field and did the find against that. That would mean that if your > library happens to maintain 001 = biblionumber (as is the assumption here I > believe) it'll all still work, but it will also work if your library uses > local 001's or remote 001 and 003's. It'll likely need tweaking as we learn > of other schemes but that feels the most forward thinking approach I can > come up with. > > Thoughts? That, or use the search engine to find hosts which is how the xslt's currently do it I believe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:14:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:14:01 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 --- Comment #31 from Katrin Fischer --- Note: If you use the 'addd child record' feature in Koha, it will copy 001 to $w. While it might not be super fast, maybe we could change the host_record feature to look for a matching 001 instead of just biblionumber? It would make this work along the current assumptions. Also: We should add UNIMARC support. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:15:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:15:46 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carnold at dgiinc.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:16:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:16:56 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:21:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:21:01 +0000 Subject: [Koha-bugs] [Bug 22811] Add button to clear DataTables filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- Only thing maybe... I feel the buttons are a little big and the problem and I am sorry German translations will make it worse (why are our words so loooong?) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:21:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:21:47 +0000 Subject: [Koha-bugs] [Bug 21533] Do not allow password recovery for administrative locked patrons (see 21336) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21533 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88967|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize --- Created attachment 89159 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89159&action=edit Bug 21533: Do not allow password recovery for administrative locked patrons Depends on bug 21336 for the ADMINISTRATIVE_LOCKOUT constant. This is a bit lazy solution (but good enough): The account will not be found when recovering the password. The user should contact the library. Since the library chose to lock the account, that seems appropriate. Test plan: Select a borrower and set login_attempts to -1. Via mysql command line or with Koha::Patrons->find(borrowernumber)->lock. Enable password recovery. Try to recover password from OPAC. You should fail with 'Not found, contact the library'. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard Signed-off-by: Bouzid Fergani Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:21:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:21:54 +0000 Subject: [Koha-bugs] [Bug 22811] Add button to clear DataTables filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 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 Wed May 1 11:21:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:21:57 +0000 Subject: [Koha-bugs] [Bug 22811] Add button to clear DataTables filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89143|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 89160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89160&action=edit Bug 22811: Add button to clear DataTables filtering This patch adds a "clear filter" button to the global DataTables configuration. The button will appear if: - There is no custom DOM configuration applied to the DataTable instance. - The DataTable has the search form enabled. The new button should be disabled by default. Entering a search term in the form should enable it. To test, apply the patch and clear your browser cache if necessary. View various pages with various DataTables configurations and confirm that everything looks correct and the new "Clear filter" button doesn't appear when there is no DataTable search field. For example: - Administration -> Libraries - Administration -> Currencies - Reports -> Saved reports - Circulation -> Check out - Tools -> News Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:22:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:22:15 +0000 Subject: [Koha-bugs] [Bug 21533] Do not allow password recovery for administrative locked patrons (see 21336) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21533 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com --- Comment #5 from Martin Renvoize --- Simple patch that works well. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:25:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:25:17 +0000 Subject: [Koha-bugs] [Bug 22808] Move Cache.t to db_dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22808 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 Wed May 1 11:25:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:25:20 +0000 Subject: [Koha-bugs] [Bug 22808] Move Cache.t to db_dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22808 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89154|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 89161 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89161&action=edit Bug 22808: Move Cache.t to db_dependent Cache.t fails during package build. Moving it to db_dependent fixes the problem. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:25:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:25:54 +0000 Subject: [Koha-bugs] [Bug 21535] Anonymize function in Patron should not scramble email addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88906|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 89162 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89162&action=edit Bug 21535: Anonymize function in Patron should not scramble email addresses Scrambled email addresses will only generate warnings etc. Clear them although they might be in BorrowerMandatoryField. Test plan: Run t/db_dependent/Koha/Patrons.t Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard t/db_depepended/Koha/Patrons.t runs with no warnings. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:26:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:26:14 +0000 Subject: [Koha-bugs] [Bug 21535] Anonymize function in Patron should not scramble email addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #6 from Martin Renvoize --- No regressions found. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:31:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:31:29 +0000 Subject: [Koha-bugs] [Bug 22420] Tag cloud feature broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Needs Signoff |Signed Off --- Comment #10 from Katrin Fischer --- Moving this to signed off as per this comment: bug 22766 comment 5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:37:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:37:45 +0000 Subject: [Koha-bugs] [Bug 22420] Tag cloud feature broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:37:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:37:49 +0000 Subject: [Koha-bugs] [Bug 22420] Tag cloud feature broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85755|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 89163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89163&action=edit Bug 22420: Remove wrong calculation on approved tags Before the patch from bug 14385, the passed structure (that is returned by get_approval_rows() looks like: \ [ [0] { approved 1, approved_by 51, approved_by_name undef, date_approved "2019-02-26 15:36:42", term "another", weight_total 3 }, [1] { ... After the introduced 'filtering', we loose the information about the term weight!: \ [ [0] { approved 1, author "Heylin, Clinton.", biblionumber 1, borrowernumber 51, date_created "2019-02-26 15:36:37", language undef, subtitle [], tag_id 1, term "word", time_created_display "15:36:37", title "E Street shuffle :", visible 1, XSLTBloc " <<>> ... The code even calls GetMarcBiblio. This needs to be reverted as it is plain wrong. If it was worth removing *some* biblios from the weight_total value, then this calculation should be done somewhere else, without fetching the MARC data again. Signed-off-by: Claudio Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:38:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:38:42 +0000 Subject: [Koha-bugs] [Bug 22420] Tag cloud feature broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 --- Comment #12 from Katrin Fischer --- Fixes a major regression. I agree if filtering is needed, we should resolve that separately. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:40:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:40:50 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:43:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:43:17 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78455|0 |1 is obsolete| | --- Comment #15 from Martin Renvoize --- Created attachment 89165 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89165&action=edit Bug 21036: Fix warnings from C4/Biblio Use of uninitialized value $isbn in string ne at /usr/share/koha/prodclone/C4/Biblio.pm line 1794. (16.11 line number) Trivial edit. And these warnings from TransformHtmlToXml (with 16.11 line numbers): Use of uninitialized value in substr at /usr/share/koha/prodclone/C4/Biblio.pm line 2527. Use of uninitialized value in substr at /usr/share/koha/prodclone/C4/Biblio.pm line 2528. substr outside of string at /usr/share/koha/prodclone/C4/Biblio.pm line 2528. Indicator in 952 is empty at /usr/share/koha/prodclone/C4/Biblio.pm line 2534. The last warning is not needed and can be removed. Note that the code used the construct @$indicator[$j] for $$indicator[$j]. The first is an array slice. This worked in list context. But apparently the second was meant to be used. And can be rewritten as $indicator->[$j] which generally is considered more readable. The code around indicator1/2 and ind1/2 is simplified. This change is applied twice in the same sub. Test plan: Read the changes. Run t/Biblio/TransformHtmlToXml.t Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:43:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:43:20 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88969|0 |1 is obsolete| | --- Comment #16 from Martin Renvoize --- Created attachment 89166 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89166&action=edit Bug 21036: Remove odd number of elements warnings from AuthoritiesMarc.pm Like this one (16.11 line number): Odd number of elements in anonymous hash at C4/AuthoritiesMarc.pm line 1070. We need to add a scalar to some MARC::Field::subfield calls. In list context an empty list returned affects the hash built around it. Test plan: Could reproduce this warning easily from OPAC authority search. opac-authorities-home.pl calling BuildSummary. Signed-off-by: Bouzid Fergani Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:43:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:43:15 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #76689|0 |1 is obsolete| | --- Comment #14 from Martin Renvoize --- Created attachment 89164 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89164&action=edit Bug 21036: Fix uninitialized value within @itemnumber in string ne Line from 16.11 log: Use of uninitialized value within @itemnumber in string ne at /usr/share/koha/prodclone/reserve/modrequest.pl line 70. Test plan: Read the change. Not 100% identical (numeric zero) but should be enough. This line is probably not needed at all. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:45:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:45:16 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize at ptfs-europe | |.com --- Comment #17 from Martin Renvoize --- Always nice to see a few warning cleared up.. these three patches perform well for me and I can't find any regressions. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 11:45:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 09:45:24 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 Martin Renvoize 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 1 12:02:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:02:14 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 --- Comment #22 from Katrin Fischer --- Suggested follow-ups: Hide hide the Keyboard settings when Rancor is not activated, similar like other settings are not visible (Plugins, Search engine configs) without the pref. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:07:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:07:35 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #23 from Katrin Fischer --- Some small stuff: 1) As we moved the sql out of hte en installer, this needs to go too: installer/data/mysql/en/mandatory/keyboard_shortcuts.txt 2) Do you really want to give liblime copyright? +-- Default keyboard shortcuts +-- for Koha. +-- +-- Copyright (C) 2007 LiblimeA +-- Copyright 2018 Koha Development Team 3) Needs permission check: +Redefine shortcuts 4) Hide hide the Keyboard settings when Rancor is not activated, similar like other settings are not visible (Plugins, Search engine configs) without the pref. - Admin menu - Admin home page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:08 +0000 Subject: [Koha-bugs] [Bug 19605] ILL backends should be pluggable through regular Koha plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood at ptfs-europ | |e.com Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving 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 1 12:18:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:14 +0000 Subject: [Koha-bugs] [Bug 22121] Display 'Price paid' on ILL requests according to CurrencyFormat pref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22121 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:14 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22121 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22121 [Bug 22121] Display 'Price paid' on ILL requests according to CurrencyFormat pref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:27 +0000 Subject: [Koha-bugs] [Bug 22440] ILL API response objects inconsistent with other endpoints In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving 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 1 12:18:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:27 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22440 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 [Bug 22440] ILL API response objects inconsistent with other endpoints -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:08 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|19605 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605 [Bug 19605] ILL backends should be pluggable through regular Koha plugins -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:32 +0000 Subject: [Koha-bugs] [Bug 22491] Patrons should be searchable by surname In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22491 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving 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 1 12:18:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:32 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22491 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22491 [Bug 22491] Patrons should be searchable by surname -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:39 +0000 Subject: [Koha-bugs] [Bug 22528] Add tab with current/active ILL requests to patron circulation page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22528 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood at ptfs-europ | |e.com Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving 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 1 12:18:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:39 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22528 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22528 [Bug 22528] Add tab with current/active ILL requests to patron circulation page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:44 +0000 Subject: [Koha-bugs] [Bug 22531] Allow for multiple requests to partners and display partners in audit log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22531 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:44 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22531 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22531 [Bug 22531] Allow for multiple requests to partners and display partners in audit log -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:50 +0000 Subject: [Koha-bugs] [Bug 21460] Filtering ILL requests on borrowernumber does not work In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21460 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:50 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|21460 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21460 [Bug 21460] Filtering ILL requests on borrowernumber does not work -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:18:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:55 +0000 Subject: [Koha-bugs] [Bug 22268] Data displayed in request list datatable is not sanitized In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22268 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving 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 1 12:18:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:18:55 +0000 Subject: [Koha-bugs] [Bug 18589] Show ILLs as part of patron profile In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22268 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22268 [Bug 22268] Data displayed in request list datatable is not sanitized -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:23:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:23:18 +0000 Subject: [Koha-bugs] [Bug 22818] New: ILL should be able to send notices Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Bug ID: 22818 Summary: ILL should be able to send notices Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs at lists.koha-community.org Reporter: andrew.isherwood at ptfs-europe.com Target Milestone: --- Currently ILL has no ability to send notices. There are a number of events that would warrant a notice being send out, these include: To patron: - Request ready for pickup - Item requested not available To staff: - Request cancelled by patron - Request modified by patron To supplier: - "Request from partner" The last one, "Request from partner", is currently send via an ad-hoc function, but would make sense to convert to a notice. -- You are receiving 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 1 12:24:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:24:13 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |andrew.isherwood at ptfs-europ |ity.org |e.com Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:33:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:33:23 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 --- Comment #185 from Katrin Fischer --- Embarking on my testing journey here... wish me luck! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:45:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:45:23 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 --- Comment #186 from Katrin Fischer --- Patches apply, QA tests pass... more later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:51:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:51:47 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 --- Comment #18 from Marcel de Rooy --- Thanks Bouzid and Martin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:52:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:52:19 +0000 Subject: [Koha-bugs] [Bug 21535] Anonymize function in Patron should not scramble email addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535 --- Comment #7 from Marcel de Rooy --- Thx Owen and Martin ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:53:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:53:44 +0000 Subject: [Koha-bugs] [Bug 21533] Do not allow password recovery for administrative locked patrons (see 21336) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21533 --- Comment #6 from Marcel de Rooy --- Thx Owen, Bouzid and Martin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 12:58:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 10:58:44 +0000 Subject: [Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 --- Comment #32 from Marcel de Rooy --- OK Thx for your feedback. This might need more thought about the right direction for a solution. Will leave it for now, hopefully picking it up later.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:00:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:00:57 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #13 from Marcel de Rooy --- QA: Looking here now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:01:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:01:38 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #5 from Marcel de Rooy --- Reopening this one since 2253 does not completely resolve the problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:23 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88926|0 |1 is obsolete| | --- Comment #30 from Nick Clemens --- Created attachment 89167 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89167&action=edit Bug 21946: Database updates Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:01:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:01:58 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #6 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #5) > Reopening this one since 2253 does not completely resolve the problem. 22453 -- You are receiving 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 1 13:02:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:26 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88927|0 |1 is obsolete| | --- Comment #31 from Nick Clemens --- Created attachment 89168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89168&action=edit Bug 21946: SCHEMA UPDATES DO NOT PUSH Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:29 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88928|0 |1 is obsolete| | --- Comment #32 from Nick Clemens --- Created attachment 89169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89169&action=edit Bug 21946: Update C4::Circulation->TooMany to check parent itemtypes To test: 1 - prove -v t/db_dependent/Circulation/TooMany.t Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:32 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88929|0 |1 is obsolete| | --- Comment #33 from Nick Clemens --- Created attachment 89170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89170&action=edit Bug 21946: Update Administration->Item types to allow for defining parent types To test: 1 - Browse to Administration -> Item types 2 - Not a new colum for prent type 3 - Edit an existing type and not you can select any type (except the current) as a parent 4 - Select one 5 - Edit the type you selected as parent 6 - Note it cannot have a parent defined 7 - Edit a new type, note you can select a parent Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:35 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88930|0 |1 is obsolete| | --- Comment #34 from Nick Clemens --- Created attachment 89171 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89171&action=edit Bug 21946: Fix display of parent types Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:39 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88931|0 |1 is obsolete| | --- Comment #35 from Nick Clemens --- Created attachment 89172 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89172&action=edit Bug 21946: Use objects for displaying circulation rules Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:42 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88932|0 |1 is obsolete| | --- Comment #36 from Nick Clemens --- Created attachment 89173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89173&action=edit Bug 21946: Display parent-child relationship on smart-rules.pl To test: 1 - Set some itemtypes to have a parent 2 - Browse to Administration -> Circulation and fines rules 3 - Note new description of parent/child relationships at top of page 4 - Note that itemtype dropdown for circ rules shows child types under parents 5 - Set a rule for a child type 6 - Note it displays as Parent->Child 7 - Have three child types under a parent 8 - Set the parent 'Current checkouts allowed' to 3 9 - Set the children 'Current checkouts allowed' to: type1 = 2 type2 = 1 type3 = 1 10 - Create some items of the type above 11 - Note you can checkout 2 of type 1, and not 3 12 - Note you can checkout 1 of type 2, but not 2 13 - Note that you now cannot checkout any of type3 14 - Note you cannot checkout any of the parent type 15 - Return one of the other items and note you can now checkout an item of type3 16 - Return another item and note you can checkout an item of the parent type 17 - Return all 18 - Set the parent type to 1 19 - Now note you can only checkout 1 of any of the children 20 - Set the parent to 0 21 - Note you cannot checkout any of the child types Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:46 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88933|0 |1 is obsolete| | --- Comment #37 from Nick Clemens --- Created attachment 89174 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89174&action=edit Bug 21946: (follow-up) Correct dropdown when editing rule Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:49 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88934|0 |1 is obsolete| | --- Comment #38 from Nick Clemens --- Created attachment 89175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89175&action=edit Bug 21946: (QA follow-up) - remove console.log To make QA tools happy Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:02:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:02:52 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 --- Comment #39 from Nick Clemens --- Created attachment 89176 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89176&action=edit Bug 21946: (follow-up) Address QA concerns 1 - Correct hashref for searching 2 - Correct undef for all (this only simplifies later logic so didn't affect outcomes) 3 - remove duplicated query 4 - Use get_column instead of loops 5 - Fix typo 6 - Whitespace fixes removed from earlier patches -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:13:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:13:21 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:13:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:13:23 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89149|0 |1 is obsolete| | --- Comment #14 from Marcel de Rooy --- Created attachment 89177 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89177&action=edit Bug 22453: Make TestBuilder generates dates taking into account the timezone I have no idea why this only appears today but TestBuilder generates dates using DateTime->now, which does not take into account the timezone. It has been highlights by a failing test today on U18. Why today whereas this patch was pushed few weeks ago? Why U18 and not D9? The output of the test is: koha_1 | # Failed test 'With BorrowerLogs and TrackLastPatronActivity we should not spam the logs' koha_1 | # at t/db_dependent/Koha/Patrons.t line 1421. koha_1 | # got: '2' koha_1 | # expected: '1' koha_1 | # Looks like you failed 1 test of 4. koha_1 | koha_1 | # Failed test 'BorrowersLog tests' koha_1 | # at t/db_dependent/Koha/Patrons.t line 1422. koha_1 | # Looks like you failed 1 test of 33. koha_1 | [19:51:44] t/db_dependent/Koha/Patrons.t Actually there are 2 logs, one for the cardnumber that is expected, and on for updated_on: "updated_on" : { "after" : "2019-03-04 21:10:00", "before" : "2019-03-04 18:10:00" } Apart from the fact that we may want to remove this updated_on field from MODIFY, the before/after dates differ from 3 hours. Here it's currently 18:10 and in UTC-3 To prevent such behaviors in tests (create stuffs in the future...), we should use our Koha::DateUtils::dt_from_string method that takes care of the timezone used in other places of Koha. Test plan: prove t/db_dependent/Koha/Patrons.t May fail without this patch. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy This patch is fine in itself, but there may still be an issue around the failing test for TrackLastPatronActivity. Reopened bug 22741. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:13:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:13:56 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22453 -- You are receiving 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 1 13:13:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:13:56 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22741 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:13:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:13:38 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:15:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:15:06 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 Andrew Isherwood 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 1 13:15:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:15:09 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #19 from Andrew Isherwood --- Created attachment 89178 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89178&action=edit Bug 15260: (follow-up) Fix bug in subtraction prev_open_days can receive either positive or negative numbers and then does the right thing with them. However, we weren't also doing this with the number it receives back from get_push_amt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:15:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:15:38 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #20 from Andrew Isherwood --- Great catch Liz, thanks! That was a nasty one! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:28:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:28:12 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 --- Comment #40 from Nick Clemens --- (In reply to Jonathan Druart from comment #29) > 7. I am really not sure the comparisons with '*' in smart-rules.tt are > correct. Apologies, I don't see an issue with this, can you explain a bit more? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:29:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:29:07 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:29:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:29:09 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 --- Comment #24 from Nick Clemens --- Created attachment 89179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89179&action=edit Bug 21411: (follow-up) Clean up for QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:38:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:38:34 +0000 Subject: [Koha-bugs] [Bug 22819] New: Release team 19.05 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 Bug ID: 22819 Summary: Release team 19.05 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Target Milestone: --- -- You are receiving 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 1 13:38:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:38:53 +0000 Subject: [Koha-bugs] [Bug 18303] Release team omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18303 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22819 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 [Bug 22819] Release team 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:38:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:38:53 +0000 Subject: [Koha-bugs] [Bug 22819] Release team 19.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18303 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18303 [Bug 18303] Release team omnibus -- You are receiving 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 1 13:38:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:38:57 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|josef.moravec at gmail.com |martin.renvoize at ptfs-europe | |.com CC| |martin.renvoize at ptfs-europe | |.com --- Comment #28 from Martin Renvoize --- Couple of QA points here... not sure if Josef -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:39:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:39:06 +0000 Subject: [Koha-bugs] [Bug 22819] Release team 19.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 Marcel de Rooy 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 Wed May 1 13:39:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:39:32 +0000 Subject: [Koha-bugs] [Bug 22819] Release team 19.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Patch complexity|--- |String patch Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:41:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:41:35 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #29 from Martin Renvoize --- Oops.. lets start that again. 1) I think we should allow for the feature to be disabled and so I'd like to see the syspref allow for that option - I'll work on a QA followup for that 2) We should perhaps take account of the reply-to handling built into branch addresses and admin email address - I can also look at doing a followup 3) I'm not a fan of us introducing the letter_code option to C4::Letter::GetMessagesQueue just for use in the tests - I'll do a followup for that too. Otherwise, I really like the feature so please bear with me whilst I code up the followups for QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:44:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:44:16 +0000 Subject: [Koha-bugs] [Bug 22819] Release team 19.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|ASSIGNED |RESOLVED --- Comment #1 from Marcel de Rooy --- Already got attention -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:44:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:44:17 +0000 Subject: [Koha-bugs] [Bug 18303] Release team omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18303 Bug 18303 depends on bug 22819, which changed state. Bug 22819 Summary: Release team 19.05 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:44:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:44:56 +0000 Subject: [Koha-bugs] [Bug 18303] Release team omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18303 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21626 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:44:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:44:56 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18303 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:46:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:46:20 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed, | |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:48:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:48:39 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |m.de.rooy at rijksmuseum.nl --- Comment #22 from Marcel de Rooy --- Applying: Bug 21626: Use teams.yaml for teams section error: sha1 information is lacking or useless (about.pl). error: could not build fake ancestor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 13:52:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 11:52:13 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #23 from Marcel de Rooy --- Glad to see improvements here, but the two teams next to each other are somehow confusing to me too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:06:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:06:00 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88898|0 |1 is obsolete| | --- Comment #52 from Martin Renvoize --- Created attachment 89180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89180&action=edit Bug 21662: Make history.txt whitespace consistent -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:06:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:06:04 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88899|0 |1 is obsolete| | --- Comment #53 from Martin Renvoize --- Created attachment 89181 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89181&action=edit Bug 21662: Update history.txt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:06:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:06:07 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88900|0 |1 is obsolete| | --- Comment #54 from Martin Renvoize --- Created attachment 89182 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89182&action=edit Bug 21662: Add Contributors.yaml file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:06:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:06:10 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88901|0 |1 is obsolete| | --- Comment #55 from Martin Renvoize --- Created attachment 89183 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89183&action=edit Bug 21662: Use contributors.yaml for contributors list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:06:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:06:14 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88902|0 |1 is obsolete| | --- Comment #56 from Martin Renvoize --- Created attachment 89184 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89184&action=edit Bug 21662: Other history correction -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:09:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:09:27 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #57 from Martin Renvoize --- Indeed.. after our chat on IRC I'm not entirely sure why the commit numbers don't add up.. I'll investigate that in a followup bug as suggested.. as you say, they're not displayed yet anyway. Capitalisation fixes done. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:10:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:10:56 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88890|0 |1 is obsolete| | --- Comment #24 from Martin Renvoize --- Created attachment 89185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89185&action=edit Bug 21626: Add teams.yaml to /docs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:11:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:11:00 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88891|0 |1 is obsolete| | --- Comment #25 from Martin Renvoize --- Created attachment 89186 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89186&action=edit Bug 21626: Use teams.yaml for teams section -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:11:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:11:52 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #26 from Martin Renvoize --- Rebased so hopefully applies again now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:13:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:13:25 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #27 from Martin Renvoize --- A branch is also maintained here: https://github.com/PTFS-Europe/koha/tree/bug_21626 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:15:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:15:13 +0000 Subject: [Koha-bugs] [Bug 22819] Release team 19.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #2 from Martin Renvoize --- Bug 21626 changes how we go about doing this, for the better I hope. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:17:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:17:47 +0000 Subject: [Koha-bugs] [Bug 18303] Release team omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18303 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #3 from Martin Renvoize --- Bug 21626 changes the methodology for this omnibus somewhat moving the maintenance of the team list into the release-tools repository used by the maintenance team to produce release notes. The hope is that the result will mean we only have to maintain such a list in two places (the Wiki page and the release-tools repo) and then the list in Koha itself is generated during release from the release tools. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:23:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:23:24 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |BLOCKED --- Comment #58 from Marcel de Rooy --- QA: Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:28:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:28:31 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #59 from Marcel de Rooy --- Yeah the number of commits in the yaml file is not correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 14:32:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 12:32:07 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #60 from Marcel de Rooy --- Could not compile /usr/share/koha/about.pl: Can't locate YAML/XS.pm in @INC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 15:00:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:00:09 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #187 from Katrin Fischer --- 1) RELEASE NOTES - Removes the Koha to Keyword mappings - Might cause change in behaviour for people having mappign fields outside of 245bhnp or UNIMARC equivalents - Requires you to run misc/batchRebuildBiblioTables.pl to have 245bhnp displayed 2) Template Toolkit Stash I noticed some of the files use Stash. I haven't come across this so far. Can you explain? koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +[% USE Stash %] Details for [% INCLUDE 'biblio-title.inc' biblio=Stash.stash() %] This is a problem, because at the moment this is only used for debugging and not marked as required in the Dependencies. Adding dependency tag to the bug. 3) SplitKohaField I wonder if the use case warrants its own subroutine, it's only used in a few places and for splitting a pipe separeted string into an array: C4/Biblio.pm:sub SplitKohaField { svc/checkouts: subtitle => C4::Biblio::SplitKohaField($c->{'subtitle'}), svc/holds:use C4::Biblio qw(SplitKohaField); svc/holds: subtitle => C4::Biblio::SplitKohaField($biblio->subtitle()), 4) Template variables Right now the changes require a lot of new variables passed to the templates and some older SQL methods to be extended to SELECT additional fields. I wonder if instead of working with an INCLUDE working with a TT plugin taking the biblionumber and querying would hurt performance much. It would allow us to remove quite a bit of code I think. Also I guess in the future working with a Record object might make things easier? 5) misc/batchRebuildBiblioTables.pl I noticed that you removed the table locking. Is this safe? 6) Unrelated changes Small one: koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc And: t/db_dependent/Biblio.t - my $authorities_mod = Test::MockModule->new( 'C4::AuthoritiesMarc' ); + my $authorities_mod = Test::MockModule->new( 'C4::Heading' ); 7) Repeatable subfields np Testing with: 245abhnpnp Multiple np show as: The C programming language / Zusatz Number | Number2 Part | Part2 Actually this is a deeper rabbit hole... as we don't keep the sequence we might lose meaning here, but that would not have worked before. Maybe this would make things a little easier? http://template-toolkit.org/docs/manual/VMethods.html#method_split 8) Good news - Removal of permission complete - Removal of Koha to keywords feature complete - Removal of GetRecordValue and Biblio:subtitles complete -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 15:08:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:08:21 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #7 from Jonathan Druart --- Hi Marcel, what is the error you get? How do you recreate the failure? -- You are receiving 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 1 15:29:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:29:09 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #8 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #7) > Hi Marcel, what is the error you get? > > How do you recreate the failure? Running Koha/Patrons.t with perl twice no problem, but running with prove the second time results in a failure. Sql mode ? # Failed test 'With BorrowerLogs and TrackLastPatronActivity we should not spam the logs' # at t/db_dependent/Koha/Patrons.t line 1477. # got: '2' # expected: '1' t/db_dependent/Koha/Patrons.t .. 31/39 # Looks like you failed 1 test of 4. -- You are receiving 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 1 15:33:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:33:49 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=2776 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 15:33:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:33:49 +0000 Subject: [Koha-bugs] [Bug 2776] emailPurchaseSuggestions system preference deprecated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2776 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=5770 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 15:44:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:44:27 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 robbinsk at middlesex.mass.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robbinsk at middlesex.mass.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 15:47:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:47:22 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 --- Comment #41 from Jonathan Druart --- Forget that, I had the new version in mind (NULL in DB instead of '*'). At some point we really will need it (bug 15522) in I think, we will need to stop building stuffs that will conflict with it. Why not implement on top of it instead? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 15:51:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:51:39 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #9 from Jonathan Druart --- I cannot recreate on a Jessie devbox. -- You are receiving 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 1 15:52:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:52:05 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 --- Comment #42 from Nick Clemens --- (In reply to Jonathan Druart from comment #41) > Forget that, I had the new version in mind (NULL in DB instead of '*'). > At some point we really will need it (bug 15522) in I think, we will need to > stop building stuffs that will conflict with it. > Why not implement on top of it instead? I think that will need work at this point. I believe the idea was to take care of the architecture, make sure it comes out as we planned without any great changes in structure during QA etc. Then work on the interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 15:54:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 13:54:35 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #10 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #9) > I cannot recreate on a Jessie devbox. Thx for testing. I tested with a debian stretch docker container. Will have a look later.. -- You are receiving 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 1 16:00:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 14:00:54 +0000 Subject: [Koha-bugs] [Bug 22741] Second prove of Koha/Patrons.t fails on test BorrowerLogs and TrackLastPatronActivity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #11 from Jonathan Druart --- Same on stretch. -- You are receiving 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 1 16:07:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 14:07:36 +0000 Subject: [Koha-bugs] [Bug 22820] New: Display 830 series information when there is no 490 tag (MARC21) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 Bug ID: 22820 Summary: Display 830 series information when there is no 490 tag (MARC21) 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: joy at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Currently, the 830 tag will display only when the 490 tag is present and indicator 1=1. It is possible to have a valid 830 tag without a corresponding 490 tag. We need to include logic in the stylesheet to display the 830 when no 490 is found. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 16:07:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 14:07:49 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |wizzyrea at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:07:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:07:22 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Liz Rea 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 1 17:07:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:07:25 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88792|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89187&action=edit Bug 22713: Pass replacement price in to order if defined by MarcItemFieldsToOrder To test: 1 - Have AcqCreateItems set to 'On ordering' (or set in a basket) 2 - Define MARCItemFieldsToOrder homebranch: 975$a holdingbranch: 975$b itype: 975$y nonpublic_note: 975$x public_note: 975$z loc: 975$c ccode: 970$c notforloan: 975$7 uri: 975$u copyno: 975$n quantity: 975$q budget_code: 975$h price: 975$g replacementprice: 975$p 3 - Have a marc record with some order info defined as above, including a replacementprice 4 - Add to basket - > from a new file 5 - Don't check for duplicates, add the order 6 - Note the order has no replacementprice, but the item does 7 - Close basket, receive order, do not enter a new replacement price 8 - Note the items replacement price is clear 9 - Apply patch 10 - Repeat 11 - Note when order added to basket it has a replacement price 12 - Note when order is received the replacement price is populated and passed into item correctly Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:31:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:31:48 +0000 Subject: [Koha-bugs] [Bug 22821] New: Patron notes about item email notification fallback order is incorrect Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Bug ID: 22821 Summary: Patron notes about item email notification fallback order is incorrect 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: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- In bug 19496 a fallback order for the email addresses (both to and from) was added. This fallback order appears to be incorrect per my understanding of the system preferences. > my $to_address = $branch->branchemail || $branch->branchreplyto || C4::Context->ReplytoDefault || C4::Context->preference('KohaAdminEmailAddress'); My understanding is that branchemail is used for the 'from' address in emails from the branch, however it may not be an address which is accessible by the librarians (as to be allowed through spam filters for most popular email service the 'from' address domain has to match the domain of the sender server).. as such 'reply-to' address was added to allow for a library to send 'from' a proper domain but have 'replies' go to an email address they control. > my $from_address = $patron->email || $patron->emailpro || $patron->B_email; We cannot spoof send emails from the patrons email address for the same reasons as outlined above. The email must come from the koha system but may happily contain the above fallback in the reply-to header to achieve what I believe is wanted. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:32:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:32:29 +0000 Subject: [Koha-bugs] [Bug 19496] Patron notes about item does not get emailed as indicated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #15 from Martin Renvoize --- This looks incorrect to me with regards to how email preference fallbacks should work. I'm going to open another bug to clarify - bug 22821 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:32:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:32:46 +0000 Subject: [Koha-bugs] [Bug 19496] Patron notes about item does not get emailed as indicated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22821 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 [Bug 22821] Patron notes about item email notification fallback order is incorrect -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:32:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:32:46 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19496 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496 [Bug 19496] Patron notes about item does not get emailed as indicated -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:35:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:35:29 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:35:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:35:17 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 17:38:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 15:38:00 +0000 Subject: [Koha-bugs] [Bug 22822] New: Better Circulation Rules Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22822 Bug ID: 22822 Summary: Better Circulation Rules 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: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- IMO, Circulation Rules would be a bit easier to manage if they were not defined library by library, but instead by Rule Sets, in which you could assign any number of libraries. If a library is assigned to a set, the library is greyed out from selection in other rules. If a library isn't assigned, it goes by the default set. -- You are receiving 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 1 20:03:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:03:46 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89144|0 |1 is obsolete| | --- Comment #30 from Martin Renvoize --- Created attachment 89188 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89188&action=edit Bug 5770: Email librarian when purchase suggestion made Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:03:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:03:50 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89145|0 |1 is obsolete| | --- Comment #31 from Martin Renvoize --- Created attachment 89189 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89189&action=edit Bug 5770: New system pref for new suggestion email Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:03:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:03:54 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89146|0 |1 is obsolete| | --- Comment #32 from Martin Renvoize --- Created attachment 89190 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89190&action=edit Bug 5770: Unit test Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:03:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:03:58 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89147|0 |1 is obsolete| | --- Comment #33 from Martin Renvoize --- Created attachment 89191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89191&action=edit Bug 5770: Notify for new suggestion - sample notices Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:04:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:04:01 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #34 from Martin Renvoize --- Created attachment 89192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89192&action=edit Bug 5770: (QA follow-up) Allow feature to be disable This patch adds 'None' to the available options for the feature so it may be disabled entirely (and sets that as default) Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:04:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:04:05 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #35 from Martin Renvoize --- Created attachment 89193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89193&action=edit Bug 5770: (QA follow-up) Revert change to GetQueuedMessages Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:04:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:04:09 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #36 from Martin Renvoize --- Created attachment 89194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89194&action=edit Bug 5770: (QA follow-up) Move system preference to appropriate section The new sysprefs wher in the general admin section. I believe they are better placed within the acquisitions area. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:04:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:04:12 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #37 from Martin Renvoize --- Created attachment 89195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89195&action=edit Bug 5770: (QA follow-up) Adapt for replyto handling The ReplyTo preferences allwo for libraries to setup various combinations of addresses for email headers to ensure correct mail delivery. This patch accounts for their configuration and use in the suggestions notifications Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:05:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:05:10 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #38 from Martin Renvoize --- Right, I'm not confident in this bug.. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:24:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:24:11 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Manual -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:26:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:26:04 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |The new feature adds the release notes| |ability to send a new | |notice to the library, | |branch or a specific email | |address whenever a purchase | |suggestion is created. Severity|enhancement |new feature -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 20:47:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 18:47:31 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #39 from Katrin Fischer --- no(In reply to Martin Renvoize from comment #38) > Right, I'm not confident in this bug.. Passing QA not = now? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 22:49:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 20:49:59 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #21 from Liz Rea --- Thank the unit tests :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 23:06:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 21:06:30 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #40 from Martin Renvoize --- Grr, silly typo.. Now! :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 1 23:28:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 21:28:45 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 Hannah Olsen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holsen at duncanville.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 00:51:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 22:51:04 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley at catalyst.net.n | |z --- Comment #8 from Hayley Mapley --- Created attachment 89196 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89196&action=edit Screenshot of error trace Hi Jonathan, When testing this and installing all Optional data in English, I got to the end of the onboarding with no issues and then logged in which led me straight into an error trace. The issue was with DateUtils, it looked like it was an issue with the sample news items. I took a screenshot of the Error trace which I'm attaching. This didn't happen when I tried the same process on master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 00:51:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 May 2019 22:51:36 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 02:12:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 00:12:06 +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 #273 from David Cook --- (In reply to Mirko Tietgen from comment #272) > I applied the patches, created a request, tested it ok, submitted and then ? > nothing happens. "OAI-PMH harvester offline" > Is there something else I have to do? > Thanks for taking a look at this, Mirko! You might want to take a look at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662#c198. I'm not 100% sure what you've done so far, but basically you need to start up the OAI-PMH harvester daemon, which runs the code that does the real heavy lifting. > I can't choose "Record type: Authorities", is that intentional? > Yeah, at this point I've only built in support for bibliographic records. In theory, authorities should be easy enough, but I can see people trying to download both bibliographic and authority records from a different system and expecting them to stay linked, which they won't, so that's a problem for another day... > I manually installed libpoe-perl and libpoe-component-jobqueue-perl. Are > there other dependencies I mossed? It sounds like you've got the code dependencies but you'll need to set up the harvester daemon and run it as per https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662#c198. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 02:12:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 00:12:56 +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 #274 from David Cook --- And thanks again, Mirko! I really wish that I had time to work on the tests right now, but I don't. Already burning the candle at both ends... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 02:15:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 00:15:36 +0000 Subject: [Koha-bugs] [Bug 21872] Elasticsearch indexing faster by making it multi-threaded In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 --- Comment #70 from David Cook --- (In reply to Ere Maijala from comment #62) > On a second thought, I'd leave lock file out. Unlike rebuild_zebra, there's > normally only need to run rebuild_elasticsearch manually. If you need to > e.g. cron it for some reason, an external locking mechanism can be used. > Also, you may want to rebuild authorities and biblios side by side, and lock > file would just complicate that. Mmm that's a good point. Yeah, I'll withdraw my concern about it as well in that case. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 03:50:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 01:50:43 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88987|0 |1 is obsolete| | --- Comment #12 from Hayley Mapley --- Created attachment 89197 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89197&action=edit Bug 19302: Send koha::objects to C4::Reserves::IsAvailableForItemLevelRequest Almost everywhere we call IsAvailableForItemLevelRequest we already have a Koha::Patron and Koha::Item object. It makes sense to use them to avoid a refetch Test plan: It would be good to test this patch on top of 19300 and 19301 and make sure everything works as expected Signed-off-by: Hayley Mapley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 03:51:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 01:51:43 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Hayley Mapley 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 2 04:42:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 02:42:59 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 Hayley Mapley 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 2 04:43:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 02:43:02 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 --- Comment #11 from Hayley Mapley --- Created attachment 89198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89198&action=edit Bug 22527: web installer links to outdated DB manual To reproduce: 1. Use MySQL or MariaDB for your Koha installation 2. Create an empty database and point $KOHA_CONF to this database name. 3. Grant SELECT privilege to your database user, e.g. grant select on koha3.* to 'koha'@'%' identified by 'koha'; 4. Go to step 2 of web installer where it checks database connection 5. Observe the following message User koha doesn't have enough privilege on database koha. Ask for or make a change in the user's privileges. User koha must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database koha2. Need help? See manual for PostgreSQL 6. Note "See manual for PostgreSQL" is wrong. Should now read Need help? For help with granting permissions, please search online for "[% dbms %] manual grant permissions" of course the dbms should be the dbms you are using. 7. Apply patch, restart all 8. Refresh page and observe it now displays correct link Test plan and original patchset by Lari Taskula Sponsored-by: Hypernova Oy Signed-off-by: Hayley Mapley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 05:14:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 03:14:06 +0000 Subject: [Koha-bugs] [Bug 14040] Confusing messages on items placed on hold in OPAC and staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14040 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley at catalyst.net.n | |z Status|NEW |In Discussion --- Comment #2 from Hayley Mapley --- Hi Katrin, I'm aware that this bug report is rather old now. I wanted to check whether you still think there is an issue here. I followed the steps you outlined, and in the Status column of the Hold table in the Item detail page (in Staff client) it says: Checked out to () : due 05/16/2019 23:59 Item-level hold (placed 05/02/2019) for delivery at Centerville. Hold for: () In the OPAC, I wasn't able to find the message you described. Has it been removed or did I miss it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 05:51:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 03:51:35 +0000 Subject: [Koha-bugs] [Bug 17858] Omnibus: Move staff client JavaScript to the footer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858 Bug 17858 depends on bug 16300, which changed state. Bug 16300 Summary: Remove the use of "onclick" from circulation and fine rules template https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300 What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 05:51:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 03:51:35 +0000 Subject: [Koha-bugs] [Bug 16300] Remove the use of "onclick" from circulation and fine rules template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |FIXED CC| |hayleymapley at catalyst.net.n | |z --- Comment #4 from Hayley Mapley --- This look to have been remedied on master. Setting to Resolved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 06:32:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 04:32:21 +0000 Subject: [Koha-bugs] [Bug 9302] Add ability to merge patron records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |21648 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 [Bug 21648] Patron Merge needs more flexibility and transparency -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 06:32:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 04:32:21 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge needs more flexibility and transparency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com Depends on| |9302 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 [Bug 9302] Add ability to merge patron records -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 2 06:32:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 04:32:49 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge needs more flexibility and transparency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=9302 -- You are receiving 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 2 06:32:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 04:32:49 +0000 Subject: [Koha-bugs] [Bug 9302] Add ability to merge patron records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21648 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 07:15:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 05:15:08 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 --- Comment #188 from Katrin Fischer --- I am sorry, but after testing I feel we probably should aim for early 19.11 instead of 19.05. While the basic change is not that complicated, in the sum the changes are pretty heavy. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:23:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:23:44 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge needs more flexibility and transparency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:30:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:30:14 +0000 Subject: [Koha-bugs] [Bug 22153] Automatic item modifications by age: Boolean options In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22153 Michal Denar 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 Thu May 2 08:39:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:39:59 +0000 Subject: [Koha-bugs] [Bug 22823] New: Koha::Library needs a method for obtaining the incoming email address Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Bug ID: 22823 Summary: Koha::Library needs a method for obtaining the incoming email address Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- There's a code pattern emerging (in bug 5770 and bug 22821 at least to my knowledge) where we grab a branches email address to send notifications to the branch. However, it's prone to make mistakes in the fallback order for assigning that address so we should factor it out into a method that can be called from Koha::Library. Should be as simple as >sub to_email { > my $self = shift; > return $self->branchreplyto || $self->branchemail || C4::Context->preference('ReplytoDefault') || C4::Context->preference('KohaAdminEmailAddress'); >} along with some appropriate POD and a walk of the codebase to replace existing occurrences of the pattern. -- You are receiving 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 2 08:40:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:40:15 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:40:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:40:48 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:41:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:41:17 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:42:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:42:20 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 --- Comment #1 from Martin Renvoize --- I am more than happy to mentor someone who might like to work on this, just reach out here or on IRC (I'm ashimema there) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:42:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:42:55 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 --- Comment #1 from Martin Renvoize --- I am more than happy to mentor someone who might like to work on this, just reach out here or on IRC (I'm ashimema there) -- You are receiving 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 2 08:43:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:43:57 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=5770 -- You are receiving 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 2 08:43:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:43:57 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22823 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:44:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:44:09 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22821 -- You are receiving 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 2 08:44:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:44:09 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22823 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:44:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:44:17 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19496 -- You are receiving 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 2 08:44:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:44:17 +0000 Subject: [Koha-bugs] [Bug 19496] Patron notes about item does not get emailed as indicated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22823 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:44:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:44:25 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:58:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:58:36 +0000 Subject: [Koha-bugs] [Bug 22824] New: We depend on both YAML and YAML::Syck Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824 Bug ID: 22824 Summary: We depend on both YAML and YAML::Syck Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- We should settle on a single YAML implementation rather than requiring two. I would advocate YAML::XS as it's the defacto recommended module by the perl community at the moment (and has been for some time now) and it's available packaged on debian back to our oldest supported release at the time of this comment. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 08:59:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 06:59:39 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:49:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:49:24 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89180|0 |1 is obsolete| | --- Comment #61 from Martin Renvoize --- Created attachment 89199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89199&action=edit Bug 21662: Make history.txt whitespace consistent -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:49:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:49:28 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89181|0 |1 is obsolete| | --- Comment #62 from Martin Renvoize --- Created attachment 89200 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89200&action=edit Bug 21662: Update history.txt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:49:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:49:32 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89182|0 |1 is obsolete| | --- Comment #63 from Martin Renvoize --- Created attachment 89201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89201&action=edit Bug 21662: Add Contributors.yaml file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:49:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:49:35 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89183|0 |1 is obsolete| | --- Comment #64 from Martin Renvoize --- Created attachment 89202 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89202&action=edit Bug 21662: Use contributors.yaml for contributors list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:49:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:49:39 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89184|0 |1 is obsolete| | --- Comment #65 from Martin Renvoize --- Created attachment 89203 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89203&action=edit Bug 21662: Other history correction -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:49:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:49:42 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #66 from Martin Renvoize --- Created attachment 89204 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89204&action=edit Bug 21662: (follow-up) Drop YAML::XS, use YAML I mistakenly left us using YAML::XS when we don't already depend upon it. YAML is a sufficent alternative that we do already require. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:49:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:49:45 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #67 from Martin Renvoize --- Created attachment 89205 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89205&action=edit Bug 21662: (follow-up) Embelish contributor details Add details to the 'non-commiters' in the contributors list. Information gratefully recieved from Chris Cormack Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:50:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:50:21 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:51:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:51:36 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #67 from axel Amghar --- (In reply to Liz Rea from comment #66) > Hi, > > I've just tried to test this, and I don't see the row at the bottom to add > new mappings on the search tab? > > Terribly sorry, I'm quite sure I restarted the things and did all of the > prerequisites, but as usual not sure if it was something I'm doing wrong or > if it's the code. > > Cheers, > Liz Hi, Are you sure you are at the good place? You can add search fields at the biottom of the search field part, but to add new mappings you have to go at the bottom of bibliographic records. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:53:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:53:28 +0000 Subject: [Koha-bugs] [Bug 13944] Fund sorting is inconsistent across different parts of Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13944 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 09:59:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 07:59:59 +0000 Subject: [Koha-bugs] [Bug 20888] Allow use of boolean operator 'not' in item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #10 from Fridolin SOMERS --- (In reply to Matthias Meusburger from comment #9) > Frido, I don't get the status of this BZ or your comment. > > The patch applies on master. What is to rebase exactly? Which bug are you > referring to? What are you expecting me to do? Sorry its really not clear (even for me). I have created Bug 22596 for use of raw filter and added as dependency. Now I see the raw filter already there in your patch so forget what I said ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 10:04:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 08:04:30 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89185|0 |1 is obsolete| | --- Comment #28 from Martin Renvoize --- Created attachment 89206 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89206&action=edit Bug 21626: Add teams.yaml to /docs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 10:04:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 08:04:33 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89186|0 |1 is obsolete| | --- Comment #29 from Martin Renvoize --- Created attachment 89207 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89207&action=edit Bug 21626: Use teams.yaml for teams section -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 10:28:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 08:28:09 +0000 Subject: [Koha-bugs] [Bug 22825] New: Online manual has some old screenshots Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22825 Bug ID: 22825 Summary: Online manual has some old screenshots Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: christian.stelzenmueller at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Target Milestone: --- For example the Firefox Offline Tool Circ: https://translate.koha-community.org/manual/18.11/en/html/circulation.html#firefox-plugin The screenshots are out of 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 Thu May 2 10:31:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 08:31:26 +0000 Subject: [Koha-bugs] [Bug 22825] Online manual has some old screenshots In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22825 Christian Stelzenm?ller changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 10:48:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 08:48:22 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #8 from Paul Poulain --- I'm semi-fine with having Mana being integrated into Koha general infrastructure: * pro => the infrastructure already exist. I don't want this project to appear as a "BibLibre project" * cons => I see mana as a central point for sharing things that could be used by other software. For example: - use mana-kb in Coral to share licenses (onix-pl) and resources (kbart) - use mana-kb in Urungi to share layers and dashboards/reports moving mana to gitlab means "linking" mana-kb & Koha in many ppl's mind. So harder to expand it to other software. Both pro & cons are interesting and legit. My final opinion is not made. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 10:50:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 08:50:26 +0000 Subject: [Koha-bugs] [Bug 20888] Allow use of boolean operator 'not' in item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888 --- Comment #11 from Matthias Meusburger --- Thanks Frido. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:00:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:00:33 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #9 from Katrin Fischer --- (In reply to Paul Poulain from comment #8) > I'm semi-fine with having Mana being integrated into Koha general > infrastructure: > * pro => the infrastructure already exist. I don't want this project to > appear as a "BibLibre project" > * cons => I see mana as a central point for sharing things that could be > used by other software. For example: > - use mana-kb in Coral to share licenses (onix-pl) and resources (kbart) > - use mana-kb in Urungi to share layers and dashboards/reports > moving mana to gitlab means "linking" mana-kb & Koha in many ppl's mind. So > harder to expand it to other software. > > Both pro & cons are interesting and legit. My final opinion is not made. I am not insisting on Bugzilla or some other place, but I think we should have a clear workflow on where to report enhancements and bugs :) That said I would love some feedback on the open Mana bug reports, currently all linked to bug 17047. Especially bug 22210. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:02:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:02:45 +0000 Subject: [Koha-bugs] [Bug 22825] Manual screenshots and description of KOCT plugin are outdated (old plugin) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22825 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Online manual has some old |Manual screenshots and |screenshots |description of KOCT plugin | |are outdated (old plugin) CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:08:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:08:31 +0000 Subject: [Koha-bugs] [Bug 22824] We depend on both YAML and YAML::Syck In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Keywords| |dependency -- You are receiving 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 2 11:36:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:36:01 +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 #275 from Mirko Tietgen --- (In reply to David Cook from comment #273) > It sounds like you've got the code dependencies but you'll need to set up > the harvester daemon and run it as per > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662#c198. Thanks, that helped. Some comments: - The Koha user can't create a directory in "/var/spool/koha/$instance/". We have the DB backups there and the folder belongs to root. I think /var/spool/koha/$instance/OAI" belonging to the Koha user would work better - I have a problem related to the schema change in bug 22155 >[2019-05-02 10:06:00][DEBUG] [download][pid 2866][STDERR] Creating child process to download and feed parent process parser. at Koha/OAI/Harvester/Downloader.pm line 287. >[2019-05-02 10:06:00][DEBUG] [download][pid 2866][STDERR] Creating parent process parser. at Koha/OAI/Harvester/Downloader.pm line 293. >[2019-05-02 10:06:01][DEBUG] Registering POE::Session=ARRAY(0x91f7df8) as import for cf4d071b-76a9-4fff-b13d-c5a8bd27ed4a >[2019-05-02 10:06:01][DEBUG] Child pid 3032 started as wheel 126 >[2019-05-02 10:06:01][DEBUG] [import][pid 3032][STDERR] DBD::mysql::st execute failed: Unknown column 'me.marcflavour' in 'field list' [for Statement "SELECT `me`.`id`, `me`.`biblionumber`, `me`.`format`, `me`.`marcflavour`, `me`.`metadata`, `me`.`timestamp` FROM `biblio_metadata` `me` WHERE ( ( `me`.`biblionumber` = ? AND `me`.`format` = ? AND `me`.`marcflavour` = ? ) )" with ParamValues: 0='1271', 1='marcxml', 2='MARC21'] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1832. >[2019-05-02 10:06:01][DEBUG] [import][pid 3032][STDERR] DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.marcflavour' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 92 >[2019-05-02 10:06:01][DEBUG] [import][pid 3032] closed all pipes >[2019-05-02 10:06:01][DEBUG] [import][pid 3032] exited with status 0 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:16 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89199|0 |1 is obsolete| | --- Comment #68 from Martin Renvoize --- Created attachment 89208 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89208&action=edit Bug 21662: Make history.txt whitespace consistent -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:20 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89200|0 |1 is obsolete| | --- Comment #69 from Martin Renvoize --- Created attachment 89209 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89209&action=edit Bug 21662: Update history.txt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:24 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89201|0 |1 is obsolete| | --- Comment #70 from Martin Renvoize --- Created attachment 89210 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89210&action=edit Bug 21662: Add Contributors.yaml file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:27 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89202|0 |1 is obsolete| | --- Comment #71 from Martin Renvoize --- Created attachment 89211 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89211&action=edit Bug 21662: Use contributors.yaml for contributors list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:31 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89203|0 |1 is obsolete| | --- Comment #72 from Martin Renvoize --- Created attachment 89212 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89212&action=edit Bug 21662: Other history correction -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:34 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89204|0 |1 is obsolete| | --- Comment #73 from Martin Renvoize --- Created attachment 89213 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89213&action=edit Bug 21662: (follow-up) Drop YAML::XS, use YAML I mistakenly left us using YAML::XS when we don't already depend upon it. YAML is a sufficent alternative that we do already require. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:38 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89205|0 |1 is obsolete| | --- Comment #74 from Martin Renvoize --- Created attachment 89214 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89214&action=edit Bug 21662: (follow-up) Embelish contributor details Add details to the 'non-commiters' in the contributors list. Information gratefully recieved from Chris Cormack Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 11:46:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 09:46:41 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #75 from Martin Renvoize --- Created attachment 89215 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89215&action=edit Bug 21662: (follow-up) Corrections to YAMP for incompatible format YAML::XS and YAML output incompatible (but both valid) YAML files Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:00:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:00:04 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89206|0 |1 is obsolete| | --- Comment #30 from Martin Renvoize --- Created attachment 89216 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89216&action=edit Bug 21626: Add teams.yaml to /docs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:00:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:00:07 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89207|0 |1 is obsolete| | --- Comment #31 from Martin Renvoize --- Created attachment 89217 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89217&action=edit Bug 21626: Use teams.yaml for teams section -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:21:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:21:21 +0000 Subject: [Koha-bugs] [Bug 22826] New: Allow indexing of individual authority records in Elasticsearch Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826 Bug ID: 22826 Summary: Allow indexing of individual authority records in Elasticsearch Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com Target Milestone: --- The help for rebuild_elastic_search.pl indicates =item B<-bn|--bnumber> Only index the supplied biblionumber, mostly for testing purposes. May be repeated. This also applies to authorities via authid, so if you're using it, you probably only want to do one or the other at a time. However, attempting to index like: perl misc/search_tools/rebuild_elastic_search.pl -a -bn 92 Throws an error about calling the method 'id' on a MARC::Record -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:24:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:24:58 +0000 Subject: [Koha-bugs] [Bug 22826] Allow indexing of individual authority records in Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:25:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:25:00 +0000 Subject: [Koha-bugs] [Bug 22826] Allow indexing of individual authority records in Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826 --- Comment #1 from Nick Clemens --- Created attachment 89218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89218&action=edit Bug 22826: Allow indexing of individual authorities in Elasticsearch To test: 1 - perl misc/search_tools/rebuild_elastic_search.pl -h 2 - Note it indicates the bn option can be passed to index individual authids 3 - perl misc/search_tools/rebuild_elastic_search.pl -a -bn 92 -v 4 - Note the error 5 - Apply patch 6 - perl misc/search_tools/rebuild_elastic_search.pl -h 7 - Note new option ai|authid for indexing individual authids 8 - Note updated text for bn|biblionumber option 9 - perl misc/search_tools/rebuild_elastic_search.pl -a -bn 92 -v 10 - No errors, but no records indexed 11 - perl misc/search_tools/rebuild_elastic_search.pl -a -ai 92 -v 12 - 1 record indexed 13 - perl misc/search_tools/rebuild_elastic_search.pl -ai 92 -bn 92 -v 14 - 1 authority record and 1 biblio record indexed -- You are receiving 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 2 12:26:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:26:04 +0000 Subject: [Koha-bugs] [Bug 22826] Allow indexing of individual authority records in Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | CC| |alex.arnaud at biblibre.com, | |ere.maijala at helsinki.fi, | |glasklas at gmail.com, | |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:40:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:40:38 +0000 Subject: [Koha-bugs] [Bug 19318] Add ability to use custom file upload paths In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19318 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #7 from Julian Maurice --- (In reply to Kyle M Hall from comment #6) > Pretty sure this is a duplicate of bug 20208 which is a bit fresher than > mine. Closing as a duplicate on that assumption. > > *** This bug has been marked as a duplicate of bug 20208 *** Allow me to reopen it. They are both duplicates, that is true, but both have patches that solve the problem in different ways. I think at least someone from the QA team must look at both solutions and pick one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:47:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:47:28 +0000 Subject: [Koha-bugs] [Bug 19318] Add ability to use custom file upload paths In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19318 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78620|0 |1 is obsolete| | --- Comment #8 from Julian Maurice --- Created attachment 89219 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89219&action=edit Bug 19318: Allow multiple storage spaces for file uploads This patch allow to configure multiple storage spaces to be used when uploading a file. Configuration is done in $KOHA_CONF. Element 'upload_path' is replaced by 'storage', which is repeatable and can contain the following elements: - name: The storage's identifier (also used for display) - adapter: The storage's adapter is a Perl module who is responsible for actually writing in the storage (creating/deleting files/directories). There is actually only one adapter, 'directory', which writes directly on the filesystem. - adapter_params: Additional parameters required for the storage's adapter - hash_filename: Whether to prepend hashvalue to the filename or not - temporary: Whether the storage is temporary or not - baseurl: Base URL of the storage, if one doesn't want to (or can't) use opac-retrieve-file.pl This is all documented in Koha::Storage There is two built-in storages: - 'TMP', the default temporary storage (not configurable) - 'DEFAULT', the default persistent storage (configurable in $KOHA_CONF) Note that if $KOHA_CONF is not updated, uploads should continues to work (the 'DEFAULT' storage will use 'upload_path', if set) This patch affects the following pages: - Tools ? Upload - Tools ? Upload local cover image (ZIP file upload) - Tools ? Stage MARC records for import - Tools ? Upload patron images - Circulation ? Offline circulation file upload - Cataloguing plugin upload.pl Test plan: 0. Before applying the patch, be sure to use the pages mentioned above and upload some files, those files should continue to be accessible after the patch 1. Apply the patch, run updatedatabase and update_dbix_class_files 2. Without modifying $KOHA_CONF, verify that files uploaded in step 0 are still accessible (you can find them in tools/upload.pl) 3. Verify that you can still upload files using the pages mentioned above 4. Edit your $KOHA_CONF, copy the element from etc/koha-conf.xml in the source, set the using the value of and remove 5. Verify that you can still upload files 6. Add another storage in $KOHA_CONF, set to 0, and a . Now try to use the cataloguing plugin and see how the generated URL change. Also note that the files keep their original filename (without the hashvalue prepended) 7. Create some subdirectories under the main storage's path (using a shell). Try to upload a new files and see that these directories appear in a dropdown list. Select one, finish the upload and verify that the file has been uploaded to the selected subdirectory. 8. Run prove t/ImportBatch.t t/Koha/Storage.t t/db_dependent/ImportBatch.t t/db_dependent/Upload.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:47:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:47:41 +0000 Subject: [Koha-bugs] [Bug 19318] Add ability to use custom file upload paths In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19318 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:47:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:47:56 +0000 Subject: [Koha-bugs] [Bug 20208] Custom file upload paths In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20208 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19318 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:47:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:47:56 +0000 Subject: [Koha-bugs] [Bug 19318] Add ability to use custom file upload paths In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19318 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20208 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:58:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:58:27 +0000 Subject: [Koha-bugs] [Bug 22813] searchResults queries the Koha::Patron object inside two nested loops In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89150|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize --- Created attachment 89220 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89220&action=edit Bug 22813: remove repetitive queries inside two nested loops in searchResults This patch moves a query on Koha::Patrons and then the related Koha::Patron::Category that needlessly happens inside two nested loops (all items of all MARC records in the resultset). The Koha::Patron and Koha::Patron::Category are always the same as it is fetched from C4::Context->userenv each time. To test: - Run: $ kshell k$ prove t/db_dependent/Search.t => SUCCESS: Tests pass - Apply this patch - Run: k$ prove t/db_dependent/Search.t => SUCCESS: Tests still pass! - Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:58:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:58:30 +0000 Subject: [Koha-bugs] [Bug 22813] searchResults queries the Koha::Patron object inside two nested loops In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89151|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 89221 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89221&action=edit Bug 22813: (follow-up) Add missing condition This patch restores a missing condition. $patron gets renamed to make it obvious that it related to the logged in user. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:59:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:59:14 +0000 Subject: [Koha-bugs] [Bug 22813] searchResults queries the Koha::Patron object inside two nested loops In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #6 from Martin Renvoize --- Well spotted! Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 12:59:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 10:59:22 +0000 Subject: [Koha-bugs] [Bug 22813] searchResults queries the Koha::Patron object inside two nested loops In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:27:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:27:04 +0000 Subject: [Koha-bugs] [Bug 22827] New: Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 Bug ID: 22827 Summary: Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: black23 at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Some libraries needs automatic modification based on other date that dateaccessioned. For example: copyright rules allow start borrow some kind of materials x months after release date. In this case must be age modification based on other field than dateaccessioned. -- You are receiving 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 2 13:27:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:27:13 +0000 Subject: [Koha-bugs] [Bug 22827] Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 Michal Denar 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 Thu May 2 13:27:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:27:33 +0000 Subject: [Koha-bugs] [Bug 22827] Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com, | |rbit at rbit.cz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:29:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:29:16 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88629|0 |1 is obsolete| | --- Comment #31 from Martin Renvoize --- Created attachment 89222 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89222&action=edit Bug 22761: Add ability to use print version of ACCOUNT_CREDIT slip Signed-off-by: Michal Denar Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:29:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:29:19 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88630|0 |1 is obsolete| | --- Comment #32 from Martin Renvoize --- Created attachment 89223 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89223&action=edit Bug 22761: Add notice based on existing template Signed-off-by: Michal Denar Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:29:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:29:23 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88631|0 |1 is obsolete| | --- Comment #33 from Martin Renvoize --- Created attachment 89224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89224&action=edit Bug 22761: Remove hard coded version from template Signed-off-by: Michal Denar Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:29:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:29:26 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 --- Comment #34 from Martin Renvoize --- Created attachment 89225 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89225&action=edit Bug 22761: (QA follow-up) Add notice translations Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:29:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:29:58 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #35 from Martin Renvoize --- Works well for me, no regressions found and the changes all make sense. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:30:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:30:04 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:30:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:30:45 +0000 Subject: [Koha-bugs] [Bug 22827] Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 --- Comment #1 from Josef Moravec --- Current date columns of items table which could apply for this enhancement: replacementpricedate datelastborrowed datelastseen damaged_on itemlost_on withdrawn_on -- You are receiving 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 2 13:31:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:31:05 +0000 Subject: [Koha-bugs] [Bug 22828] New: Elasticsearch - display errors encountered during indexing on the command line Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 Bug ID: 22828 Summary: Elasticsearch - display errors encountered during indexing on the command line Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com Target Milestone: --- Currently any records that do not index simply fail silently To recreate: 1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest way is using advanced cataloging editor 2 - Reindex elasticsearch 3 - Check the ES count on the about page 4 - Check the count in the DB (SELECT count(*) FROM biblio) 5 - They don't match! 6 - perl misc/search_tools/rebuild_elastic_search.pl -v -v 7 - No errors indicated -- You are receiving 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 2 13:34:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:34:14 +0000 Subject: [Koha-bugs] [Bug 22828] Elasticsearch - display errors encountered during indexing on the command line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:34:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:34:16 +0000 Subject: [Koha-bugs] [Bug 22828] Elasticsearch - display errors encountered during indexing on the command line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 --- Comment #1 from Nick Clemens --- Created attachment 89226 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89226&action=edit Bug 22828: Elasticsearch - display errors encountered during indexing on the command line To test: 1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest way is using advanced cataloging editor 2 - Reindex elasticsearch 3 - Check the ES count on the about page 4 - Check the count in the DB (SELECT count(*) FROM biblio) 5 - They don't match! 6 - perl misc/search_tools/rebuild_elastic_search.pl -v -v 7 - No errors indicated 8 - Apply patch 9 - perl misc/search_tools/rebuild_elastic_search.pl -v 10 - You should be notified of an error 11 - perl misc/search_tools/rebuild_elastic_search.pl -v -v 12 - You should be notified of the specific biblio with an error and a (somewhat) readable reason 13 - perl misc/search_tools/rebuild_elastic_search.pl 14 - No output -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:34:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:34:24 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 --- Comment #36 from Martin Renvoize --- Created attachment 89227 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89227&action=edit Bug 22761: (QA follow-up) Add description to DB update Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:36:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:36:52 +0000 Subject: [Koha-bugs] [Bug 22828] Elasticsearch - display errors encountered during indexing on the command line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89226|0 |1 is obsolete| | --- Comment #2 from Nick Clemens --- Created attachment 89228 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89228&action=edit Bug 22828: Elasticsearch - display errors encountered during indexing on the command line To test: 1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest way is using advanced cataloging editor 2 - Reindex elasticsearch 3 - Check the ES count on the about page 4 - Check the count in the DB (SELECT count(*) FROM biblio) 5 - They don't match! 6 - perl misc/search_tools/rebuild_elastic_search.pl -v -v 7 - No errors indicated 8 - Apply patch 9 - perl misc/search_tools/rebuild_elastic_search.pl -v 10 - You should be notified of an error 11 - perl misc/search_tools/rebuild_elastic_search.pl -v -v 12 - You should be notified of the specific biblio with an error and a (somewhat) readable reason 13 - perl misc/search_tools/rebuild_elastic_search.pl 14 - No output -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:37:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:37:20 +0000 Subject: [Koha-bugs] [Bug 22828] Elasticsearch - display errors encountered during indexing on the command line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ere.maijala at helsinki.fi, | |glasklas 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 2 13:45:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:45:51 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 --- Comment #5 from Martin Renvoize --- Created attachment 89229 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89229&action=edit Bug 22809: Move "INVOICE" from template to a slip Just as bug 22761 moves the "Fee receipt" to the ACCOUNT_CREDIT slip, we need to move the "INVOICE" to an ACCOUNT_DEBIT slip. Test Plan: 1) Apply this patch set 2) Restart all the things 3) Use the "print" button beside a *fee* 4) You should not see any difference from before the patches were applied Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:45:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:45:54 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89156|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize --- Created attachment 89230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89230&action=edit Bug 22809: (QA follow-up) add bug description to atomicupdate Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:45:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:45:57 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 --- Comment #7 from Martin Renvoize --- Created attachment 89231 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89231&action=edit Bug 22809: (QA follow-up) Add notice translations Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:47:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:47:00 +0000 Subject: [Koha-bugs] [Bug 22829] New: Elasticsearch - some blank subfields cause parsing errors during indexing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22829 Bug ID: 22829 Summary: Elasticsearch - some blank subfields cause parsing errors during indexing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com Target Milestone: --- Some fields in the record cause errors during indexing if they exist but are blank To recreate: 1 - Use the koha sample data or edit a record using the advanced cataloging editor and blank 100$a (probably also shouldn't be allowed) 2 - Save record 3 - Reindex ES 4 - Note you cannot search for the record bug 22828 will show you the error from ES -- You are receiving 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 2 13:47:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:47:11 +0000 Subject: [Koha-bugs] [Bug 22829] Elasticsearch - some blank subfields cause parsing errors during indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22829 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ere.maijala at helsinki.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:47:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:47:16 +0000 Subject: [Koha-bugs] [Bug 22828] Elasticsearch - display errors encountered during indexing on the command line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 --- Comment #3 from Ere Maijala --- I agree errors should be displayed, but I don't think we should fail indexing a record with an empty field. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:47:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:47:26 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Attachment #89155|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:47:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:47:50 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #8 from Martin Renvoize --- Another nice little enhancement.. works well and no obvious regressions. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 13:51:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:51:28 +0000 Subject: [Koha-bugs] [Bug 22829] Elasticsearch - some blank subfields cause parsing errors during indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22829 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22828 -- You are receiving 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 2 13:51:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 11:51:28 +0000 Subject: [Koha-bugs] [Bug 22828] Elasticsearch - display errors encountered during indexing on the command line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22829 -- You are receiving 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 2 14:20:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:20:27 +0000 Subject: [Koha-bugs] [Bug 22830] New: correct for loop in value_builder/unimarc_field_4XX.pl value_builder Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22830 Bug ID: 22830 Summary: correct for loop in value_builder/unimarc_field_4XX.pl value_builder Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Target Milestone: --- In value_builder/unimarc_field_4XX.pl value_builder gets search results and runs a for loog with $i index. This loop is limiter with number of results par page, it should also be limited by number of results if lower that number of results par page. Same in cataloguing/value_builder/marc21_linking_section.pl. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 14:24:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:24:45 +0000 Subject: [Koha-bugs] [Bug 22831] New: Elasticsearch - add a maintenance script for checking DB vs index counts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22831 Bug ID: 22831 Summary: Elasticsearch - add a maintenance script for checking DB vs index counts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com Target Milestone: --- -- You are receiving 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 2 14:24:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:24:52 +0000 Subject: [Koha-bugs] [Bug 22830] correct for loop in value_builder/unimarc_field_4XX.pl value_builder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22830 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 14:24:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:24:54 +0000 Subject: [Koha-bugs] [Bug 22830] correct for loop in value_builder/unimarc_field_4XX.pl value_builder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22830 --- Comment #1 from Fridolin SOMERS --- Created attachment 89232 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89232&action=edit Bug 22830: correct for loop in value_builder/unimarc_field_4XX.pl value_builder In value_builder/unimarc_field_4XX.pl value_builder gets search results and runs a for loog with $i index. This loop is limiter with number of results par page, it should also be limited by number of results if lower that number of results par page. Same in cataloguing/value_builder/marc21_linking_section.pl. Test plan : 1) configure framework to use value builder 2) use value builder 3) perform a search with number of results lower than number of results par page 4) check number of records diplayed is OK 5) perform a search with number of results upper than number of results par page and check number of results is OK 6) you see number of results par page records and pagination link -- You are receiving 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 2 14:27:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:27:22 +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 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bouzid.fergani at inlibro.com, | |philippe.blouin at inlibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 14:31:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:31:49 +0000 Subject: [Koha-bugs] [Bug 22831] Elasticsearch - add a maintenance script for checking DB vs index counts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22831 --- Comment #1 from Nick Clemens --- Created attachment 89233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89233&action=edit Bug 22831: Elasticsearch - add a maintenance script for checking DB vs index counts This script uses Array::Utils and adds a dependency To test: 1 - Have Koha with ES running 2 - Delete some records from ES curl -X DELETE "es:9200/koha_kohadev_biblios/data/5" curl -X DELETE "es:9200/koha_kohadev_authorities/data/5" 3 - perl misc/maintenance/compare_es_to_db.pl 4 - Note you are notified of problems in both indexes 5 - perl misc/search_tools/rebuild_elastic_search.pl -a 6 - perl misc/maintenance/compare_es_to_db.pl 7 - Note you are only notified about problems in biblios (assuming you don't have other issues) 8 - perl misc/search_tools/rebuild_elastic_search.pl -b 9 - perl misc/maintenance/compare_es_to_db.pl 10 - Both counts match, no problems -- You are receiving 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 2 14:31:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:31:47 +0000 Subject: [Koha-bugs] [Bug 22831] Elasticsearch - add a maintenance script for checking DB vs index counts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22831 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 14:33:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 12:33:01 +0000 Subject: [Koha-bugs] [Bug 22831] Elasticsearch - add a maintenance script for checking DB vs index counts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22831 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud at biblibre.com, | |ere.maijala at helsinki.fi, | |glasklas at gmail.com Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:04:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:04:27 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala 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 Thu May 2 15:04:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:04:32 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89096|0 |1 is obsolete| | --- Comment #189 from Ere Maijala --- Created attachment 89234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89234&action=edit Bug 11529: Add new fields to biblio table Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:04:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:04:44 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89098|0 |1 is obsolete| | --- Comment #191 from Ere Maijala --- Created attachment 89236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89236&action=edit Bug 11529: Simplify and optimize batchRebuildBiblioTables.pl Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:04:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:04:39 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89097|0 |1 is obsolete| | --- Comment #190 from Ere Maijala --- Created attachment 89235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89235&action=edit Bug 11529: Use new biblio fields whenever possible Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:04:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:04:50 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89099|0 |1 is obsolete| | --- Comment #192 from Ere Maijala --- Created attachment 89237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89237&action=edit Bug 11529: Clean up subtitle usage Unify and clean up subtitle usage so that it's always used as a simple array and not the old hash structure. Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:04:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:04:55 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89100|0 |1 is obsolete| | --- Comment #193 from Ere Maijala --- Created attachment 89238 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89238&action=edit Bug 11529: Remove field mapping table and admin page Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:01 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89101|0 |1 is obsolete| | --- Comment #194 from Ere Maijala --- Created attachment 89239 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89239&action=edit Bug 11529: DBIx schema changes Updates to Biblio schema and removal of FieldMapping schema. Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:06 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89102|0 |1 is obsolete| | --- Comment #195 from Ere Maijala --- Created attachment 89240 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89240&action=edit Bug 11529: Update kohafield in default framework only if not already set. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:12 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89103|0 |1 is obsolete| | --- Comment #196 from Ere Maijala --- Created attachment 89241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89241&action=edit Bug 11529: Replace bibliosubtitle with biblio in all framework sql's. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:17 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89104|0 |1 is obsolete| | --- Comment #197 from Ere Maijala --- Created attachment 89242 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89242&action=edit Bug 11529: Remove duplicate column name from select query Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:28 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89106|0 |1 is obsolete| | --- Comment #199 from Ere Maijala --- Created attachment 89244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89244&action=edit Bug 11529: Add templates for biblio title display. Unify display. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:22 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89105|0 |1 is obsolete| | --- Comment #198 from Ere Maijala --- Created attachment 89243 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89243&action=edit Bug 11529: (follow-up) Remove manage_keywords2koha_mappings permission. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:33 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89107|0 |1 is obsolete| | --- Comment #200 from Ere Maijala --- Created attachment 89245 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89245&action=edit Bug 11529: (follow-up) Fix link on hold request page Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:05:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:05:39 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 --- Comment #201 from Ere Maijala --- Created attachment 89246 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89246&action=edit Bug 11529: (follow-up) Fix QA issues - Remove SplitKohaField - Avoid using Stash in templates - Improved display of part fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:13:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:13:43 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 --- Comment #202 from Ere Maijala --- (In reply to Katrin Fischer from comment #187) Thanks, Katrin. Comments below. > 1) RELEASE NOTES > > - Removes the Koha to Keyword mappings > - Might cause change in behaviour for people having mappign fields outside > of 245bhnp or UNIMARC equivalents > - Requires you to run misc/batchRebuildBiblioTables.pl to have 245bhnp > displayed Do you want me to clarify these in the proposed release notes? > 2) Template Toolkit Stash > > I noticed some of the files use Stash. I haven't come across this so far. > Can you explain? Ah, I didn't notice it's only for development. I just used it to collect all the template params to a hash, but changed the code to pass biblio to the template in one case (the other actually already had it). > 3) SplitKohaField > > I wonder if the use case warrants its own subroutine, it's only used in > a few places and for splitting a pipe separeted string into an array: You're right. Now removed. > 4) Template variables > > Right now the changes require a lot of new variables passed to the templates > and some older SQL methods to be extended to SELECT additional fields. > I wonder if instead of working with an INCLUDE working with a TT plugin > taking the biblionumber and querying would hurt performance much. It would > allow > us to remove quite a bit of code I think. Also I guess in the future working > with > a Record object might make things easier? It's true, but the primary aim was to improve performance, and while fetching the data for a single record is not that bad, it's not optimal either, and when there's a list of records of any kind it can be significant. In some cases we could just pass the biblio object instead of select pieces of it, but I feel that's something that could be addressed in a follow-up issue, since this is usually just extending the existing practice. > 5) misc/batchRebuildBiblioTables.pl > > I noticed that you removed the table locking. Is this safe? It was only commented-out code that I cleaned up. > 6) Unrelated changes Fixed. > 7) Repeatable subfields np > > Testing with: 245abhnpnp > Multiple np show as: > The C programming language / Zusatz Number | Number2 Part | Part2 > > Actually this is a deeper rabbit hole... as we don't keep the sequence we > might lose meaning here, but that would not have worked before. I made the templates handle repeated fields a bit better. At least I think they would normally be interleaved, and that's how they're now displayed. It's perhaps still not perfect, but at least it works properly with ISBD punctuation, and further tweaks are easy to add later as necessary. Please note that qa-test-tools is not happy about the WHILE statement in the biblio-title* templates, but that seems to be a spurious error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:15:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:15:01 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 --- Comment #203 from Ere Maijala --- (In reply to Katrin Fischer from comment #188) > I am sorry, but after testing I feel we probably should aim for early 19.11 > instead of 19.05. While the basic change is not that complicated, in the sum > the changes are pretty heavy. I'm fine with that. If we can get it in early in the cycle, it's of course easier and any rough edges can be found. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:50:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:50:50 +0000 Subject: [Koha-bugs] [Bug 8807] Add Carton support to Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8807 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST --- Comment #6 from Tom?s Cohen Arazi --- This would be interesting if we had a script to generate the carton files. Because we cannot ditch our current model as it is used for generating the Debian packages. I like the idea overall, but this bug should probably be closed until someone can work on a complete solution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:50:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:50:50 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Group|Koha security | Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing --- Comment #49 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:51:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:51:59 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 --- Comment #50 from Nick Clemens --- (In reply to Jonathan Druart from comment #45) > (In reply to Martin Renvoize from comment #43) > > Created attachment 89009 [details] [review] [review] > > Bug 22478: (QA follow-up) Update tests to check for any script tags > > I do not think these tests are correct. We want to test that the variable > are correctly escaped, not that a specific script (opac-shelves) will > replace an invalid value with a correct one (everything != 1 or 2 will be 2) Please file a follow-up if you think we need to fix this Jonathan, patches were pushed to stable and so master followed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:51:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:51:39 +0000 Subject: [Koha-bugs] [Bug 14546] Make staff client templates responsive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14546 Michal Denar 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 Thu May 2 15:52:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:52:36 +0000 Subject: [Koha-bugs] [Bug 22692] Logging in via cardnumber circumvents account logout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22692 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin at rot13.org Group|Koha security | QA Contact| |testopia at bugs.koha-communit | |y.org Version|unspecified |master Component|Koha |Authentication Product|Koha security |Koha --- Comment #12 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:53:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:53:06 +0000 Subject: [Koha-bugs] [Bug 22542] Back browser should not allow to see other patrons details (see bug 5371) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22542 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Architecture, internals, | |and plumbing Product|Koha security |Koha QA Contact| |testopia at bugs.koha-communit | |y.org Version|unspecified |master Group|Koha security | --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:56:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:56:42 +0000 Subject: [Koha-bugs] [Bug 14293] Error in the calculation of the suspension of users per day In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14293 --- Comment #29 from Koha Team Lyon 3 --- Hi, I've tested when patrons are charged with days of suspension in a 18.11 version. If the setting "Suspension charging interval" is 2, they are not charged if they are only one day late. They are charged if they are 2 days late. I think that we shouldn't change it with this bug. Libraries are certainly used to this behaviour and to my opinion, this rules should be kept when calculting suspension for loans in hours. Sonia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:57:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:57:51 +0000 Subject: [Koha-bugs] [Bug 8807] Add Carton support to Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8807 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #7 from Julian Maurice --- Probably related => bug 19735 (carton uses the cpanfile) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:59:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:59:01 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|18.11.05, 18.05.12 |18.11.05, 18.05.12, released in| |17.11.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 15:59:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 13:59:19 +0000 Subject: [Koha-bugs] [Bug 22542] Back browser should not allow to see other patrons details (see bug 5371) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22542 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|18.11.05, 18.05.12, |18.11.05, 18.05.12, released in|17.11.12 |17.11.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:00:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:00:20 +0000 Subject: [Koha-bugs] [Bug 22542] Back browser should not allow to see other patrons details (see bug 5371) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22542 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Stable |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:08:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:08:34 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #32 from Martin Renvoize --- Hi Marcel.. So, how about I add a page to koha-community.org something along the lines: >The release team is a group of people responsible for the development of a given release and also the maintenance of in-support releases during the duration of their release cycle. >An installation of Koha will list two teams on the about page, one for the original team responsible for that versions development and a second for the team currently maintaining it with monthly maintenance releases. >The community hold elections once every six months, during an IRC general meeting, to elect who will be part of the team for the next 6 month development cycle. >The roles in a release team may change from cycle to cycle as we continuously look to improve our workflows but the general makeup of the team is described in reasonable detail on this community wiki page. >A record of previous teams can also be found on the wiki here. And link to it from the koha about page as part of these enhancements.. I'm also tempted to add in the dates a cycle takes place on the about page so that we clearly show if the 'current' maintenance team is no longer current if a library isn't updating regularly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:17:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:17:04 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:25:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:25:26 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|18.11.05, 18.05.12, |19.05.00, 18.11.05, released in|17.11.18 |18.05.12, 17.11.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:31:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:31:00 +0000 Subject: [Koha-bugs] [Bug 22542] Back browser should not allow to see other patrons details (see bug 5371) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22542 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|18.11.05, 18.05.12, |19.05.00, 18.11.05, released in|17.11.18 |18.05.12, 17.11.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:31:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:31:16 +0000 Subject: [Koha-bugs] [Bug 22692] Logging in via cardnumber circumvents account logout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22692 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|18.11.05, 18.05.12 |19.05.00, 18.11.05, released in| |18.05.12 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:42:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:42:34 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #20 from Tom?s Cohen Arazi --- Created attachment 89247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89247&action=edit Bug 21073: (QA follow-up) Atomic update shouldn't fail if plugins are disabled 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 2 16:42:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:42:59 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |19.05 Version|unspecified |master 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 2 16:55:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:55:13 +0000 Subject: [Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829 --- Comment #4 from axel Amghar --- Created attachment 89248 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89248&action=edit Bug 18829: Elasticsearch - Put a better display for the view of ES indexed record To test: - apply the patch - go to global sysPref - make sure that SearchEngine have "ElsaticSearch" as value - Search whatever you want in Search the catalog and select a notice - Search the link (Ctrl f) : "Elasticsearch Record :" , click on the link - make sure that the pop-up open and you should see the elasticsearch result in JSON (the pop-up look the same as MARC preview) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 16:56:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 14:56:35 +0000 Subject: [Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |axel.amghar at biblibre.com Attachment #89007|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:00:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:00:22 +0000 Subject: [Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89007|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:05:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:05:04 +0000 Subject: [Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89007|0 |1 is obsolete| | --- Comment #5 from axel Amghar --- Created attachment 89249 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89249&action=edit Bug 18829: Elasticsearch - Add ability to view the ES indexed record This is groundwork - we need to make the display prettier, but for now it does at least dump the record into the template We probably also need a swtich to enable/disable this - or just move it into the left hand tabs? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:05:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:05:08 +0000 Subject: [Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89248|0 |1 is obsolete| | --- Comment #6 from axel Amghar --- Created attachment 89250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89250&action=edit Bug 18829: Elasticsearch - Put a better display for the view of ES indexed record To test: - apply the patch - go to global sysPref - make sure that SearchEngine have "ElsaticSearch" as value - Search whatever you want in Search the catalog and select a notice - Search the link (Ctrl f) : "Elasticsearch Record :" , click on the link - make sure that the pop-up open and you should see the elasticsearch result in JSON (the pop-up look the same as MARC preview) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:06:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:06:46 +0000 Subject: [Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829 axel Amghar 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 2 17:15:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:15:27 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #21 from Tom?s Cohen Arazi --- Created attachment 89251 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89251&action=edit Bug 21073: (QA follow-up) Restore check on template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:16:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:16:05 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #22 from Tom?s Cohen Arazi --- Created attachment 89252 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89252&action=edit Bug 21073: (QA follow-up) Remove unused libraries -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:21:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:21:37 +0000 Subject: [Koha-bugs] [Bug 9792] Layout problem with patron entry form when using Internet Explorer 11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9792 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #3 from Owen Leonard --- I don't have access to Internet Explorer 11 anymore. It appears to be working correctly with Microsoft Edge on Windows 10. I'm going to mark this WONTFIX, but if someone with IE 11 wants to provide a fix we can reopen it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:22:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:22:25 +0000 Subject: [Koha-bugs] [Bug 22420] Tag cloud feature broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:34:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:34:16 +0000 Subject: [Koha-bugs] [Bug 10339] Link to content in the manual that matches the MARC flavor of the installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10339 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |koha-bugs at lists.koha-commun | |ity.org Component|Templates |Documentation Version|unspecified |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:38:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:38:05 +0000 Subject: [Koha-bugs] [Bug 21190] GDPR: Log successful/unsuccessful login attempts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21190 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george 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 2 17:43:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:43:31 +0000 Subject: [Koha-bugs] [Bug 22832] New: Require plugins to specify the methods they implement Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22832 Bug ID: 22832 Summary: Require plugins to specify the methods they implement Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- With bug 21073, a simple plugin implementing (say) only the to_marc method generates this on the DB: mysql> SELECT * FROM plugin_methods; +-----------------------------------------------+-------------------------------+ | plugin_class | plugin_method | +-----------------------------------------------+-------------------------------+ | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | _handle_control_field | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | _version_compare | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | abs_path | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | as_heavy | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | canonpath | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | catdir | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | catfile | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | configure | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | curdir | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | except | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | export | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | export_fail | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | export_ok_tags | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | export_tags | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | export_to_level | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | file_name_is_absolute | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | get_metadata | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | get_plugin_http_path | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | get_qualified_table_name | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | get_template | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | go_home | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | import | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | install | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | max | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | mbf_dir | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | mbf_exists | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | mbf_open | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | mbf_path | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | mbf_read | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | mbf_validate | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | new | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | no_upwards | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | only | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | output | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | output_html | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | output_html_with_http_headers | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | output_with_http_headers | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | path | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | plugins | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | require_version | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | retrieve_data | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | rootdir | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | search_path | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | store_data | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | to_marc | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | uninstall | | Koha::Plugin::Com::ByWaterSolutions::CSV2MARC | updir | +-----------------------------------------------+-------------------------------+ 47 rows in set (0.00 sec) I think plugins should just expose what methods they implement that are intended to be used in Koha, not any internal method. -- You are receiving 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 2 17:43:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:43:44 +0000 Subject: [Koha-bugs] [Bug 22832] Require plugins to specify the methods they implement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22832 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21073 Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 [Bug 21073] Improve plugin performance -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:43:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:43:44 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22832 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22832 [Bug 22832] Require plugins to specify the methods they implement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 17:57:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 15:57:01 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #33 from Martin Renvoize --- Created attachment 89253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89253&action=edit new_stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 18:00:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 16:00:01 +0000 Subject: [Koha-bugs] [Bug 14546] Make staff client templates responsive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14546 Arslan Farooq changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arslanone 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 2 18:00:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 16:00:00 +0000 Subject: [Koha-bugs] [Bug 20168] Update of the OPAC bootstrap template to bootstrap v4 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168 Arslan Farooq changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arslanone 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 2 18:24:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 16:24:31 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #34 from Caroline Cyr La Rose --- Feedback from IRC based on screenshot: - capitalize Koha (koha -> Koha) - uncapitalize Team and Manager (Documentation Team -> Documentation team ; Documentation Manager -> Documentation manager) - correct "maintenance" typo (maintainence -> maintenance) - rephrase "the version of Koha you are currently running" -> of your currently installed Koha version (suggestion from a non-native, feel free to write whatever sounds best in English ;) ) - add translation manager to current team - add dates to current maintenance team - alphabetize teams within a role by last name (e.g. QA team : Alex Arnaud, Tom?s Cohen Arazi, Chris Cormack, Jonathan Druart, Kyle Hall, Julian Maurice, Josef Moravec, Martin Renvoize, Marcel de Rooy) (not sure about Marcel's name D or R? Ask for preference) Caroline -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 18:33:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 16:33:18 +0000 Subject: [Koha-bugs] [Bug 22804] OPAC Overdrive JavaScript contains untranslatable strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22804 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 18:33:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 16:33:20 +0000 Subject: [Koha-bugs] [Bug 22804] OPAC Overdrive JavaScript contains untranslatable strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22804 --- Comment #1 from Owen Leonard --- Created attachment 89254 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89254&action=edit Bug 22804: OPAC Overdrive JavaScript contains untranslatable strings This patch moves untranslatable strings out of overdrive.js and into opac-bottom.inc where other strings are defined for use in JavaScript files. To test you must have OverDrive integration set up, including OverDriveCirculation. Test the various Overdrive integration features: - Placing holds - Cancelling holds - Checking out - Checking in These features should work as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 18:51:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 16:51:38 +0000 Subject: [Koha-bugs] [Bug 22833] New: Don't let users cancel holds connected with ILLs Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22833 Bug ID: 22833 Summary: Don't let users cancel holds connected with ILLs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: ILL Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no Target Milestone: --- In the Swedish (Libris) ILL module, when a new ILL request is created, a record and an item (with a specific ILL itemtype) are also created. And a hold is created between the local patron that is waiting for the ILL and the local ILL item. This means that the ILL shows up as a regular hold when the patron logs into the OPAC. That in it self is OK, but the problematic thing is that patrons can cancel the holds connected with the ILL (maybe thinking that they are then also canceling the ILL request). Libraries would like to stop patrons from doing this. A couple of options come to mind: 1. Add a syspref that can take a list of itemtypes that should not be cancel'able by the patron in the OPAC 2. Add a boolean field like itetypes.let_patrons_cancel_holds_in_opac which defaults to 1 for existing itemtypes, but can be set to 0 to achieve the desired effect. 1 is more unobtrusive, 2 is probably cleaner in the long run? -- You are receiving 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 2 19:14:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 17:14:09 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #23 from Tom?s Cohen Arazi --- Created attachment 89255 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89255&action=edit Bug 21073: Regression tests for GetPlugins 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 2 19:14:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 17:14:13 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #24 from Tom?s Cohen Arazi --- Created attachment 89256 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89256&action=edit Bug 21073: Restore filtering by metadata This patch restores filtering the plugins by metadata. That got lost on rebase at some point. Regression tests are added on a prior patch. To test: - Have the 'regression tests for GetPlugins' patch applied - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: Tests fail! - Apply this patch - Run: k$ prove t/db_dependent/Plugins.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 Thu May 2 20:29:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:29:03 +0000 Subject: [Koha-bugs] [Bug 22834] New: Add a method for plugins to return the absolute path for bundled files Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Bug ID: 22834 Summary: Add a method for plugins to return the absolute path for bundled files Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Koha::Plugins::Base inherits from Module::Bundled::Files, which is handy to pack assets together and have a simple way to calculate the asset's path. It would help developing new features to have a way to retrieve the absolute path. -- You are receiving 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 2 20:29:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:29:21 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 20:40:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:40:16 +0000 Subject: [Koha-bugs] [Bug 22789] Establish Non-Priority Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22789 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com --- Comment #1 from Lisette Scheer --- This would be very helpful here. Lisette -- You are receiving 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 2 20:43:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:43:00 +0000 Subject: [Koha-bugs] [Bug 22822] Better Circulation Rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22822 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com --- Comment #1 from Lisette Scheer --- This would be very helpful for our consortium. Lisette -- You are receiving 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 2 20:49:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:49:44 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 --- Comment #3 from Michal Denar --- Created attachment 89257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89257&action=edit Bug 22787: Add mapping of letters "?" and "?" to zebra definitions Test plan: 0) Do not apply the patch 1) Add some word with character "?" into metadata, for example author "Martin?, Bohuslav" 2) Try to search it with "Martinu" and you'll see you can't find it 3) Apply the patch 4) Copy file etc/zebradb/etc/word-phrase-utf.chr to your /etc/koha directory sudo cp etc/zebradb/etc/word-phrase-utf.chr /etc/koha/zebradb/etc/ 5) koha-zebra --restart kohadev 6) koha-rebuild-zebra -f kohadev 6) try to search "Martinu" again - you should be able to find your record Signed-off-by: Josef Moravec Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 20:50:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:50:26 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 Michal Denar 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 2 20:54:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:54:04 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 20:54:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:54:28 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 89258 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89258&action=edit Bug 22834: Add tests for Koha::Plugins::Base->bundle_path -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 20:54:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:54:32 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 89259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89259&action=edit Bug 22834: Add Koha::Plugins::Base->bundle_path This patch adds a 'bundle_path' method that return the base path for assets included in the plugin. The idea is that it will be used for calculation of the absolute path in the filesystem for static content. To test: - Apply the unit tests patch - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: The method is not implemented - Apply this patch - Run: k$ prove t/db_dependent/Plugins.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 Thu May 2 20:54:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:54:53 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 20:59:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:59:34 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |agustinmoyano at theke.io |ity.org | Depends on| |22834 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 [Bug 22834] Add a method for plugins to return the absolute path for bundled 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 Thu May 2 20:59:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:59:34 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22835 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 [Bug 22835] Serve static files from plugins through the API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 20:59:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 18:59:16 +0000 Subject: [Koha-bugs] [Bug 22835] New: Serve static files from plugins through the API Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Bug ID: 22835 Summary: Serve static files from plugins through the API Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- The last step to avoid having to tweak (or even depend on) Apache for plugins is having a way to serve static files through the OpenAPI spec. The plugins serving static files would supply a static_files_routes (or similar) method that should return the OpenAPI spec for a directory tree bundled with the plugin itself. This could be done manually, but a way to auto-generate this spec will be added to the KitchenSink plugin so it can be automated through the use of gulp. -- You are receiving 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 2 21:00:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:00:23 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored 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 Thu May 2 21:14:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:14:54 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22834 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 [Bug 22834] Add a method for plugins to return the absolute path for bundled files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 21:14:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:14:54 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21073 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 [Bug 21073] Improve plugin performance -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 21:15:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:15:07 +0000 Subject: [Koha-bugs] [Bug 22717] Google OAuth auto registration error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22717 --- Comment #11 from Maya Das --- Thank You All for this kind effort, the Bug was cause in 18.11.04 -Maya -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 21:15:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:15:40 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89258|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 21:15:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:15:42 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89259|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 21:16:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:16:02 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #3 from Tom?s Cohen Arazi --- Created attachment 89260 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89260&action=edit Bug 22834: Add tests for Koha::Plugins::Base->bundle_path -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 2 21:16:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 19:16:06 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 89261 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89261&action=edit Bug 22834: Add Koha::Plugins::Base->bundle_path This patch adds a 'bundle_path' method that return the base path for assets included in the plugin. The idea is that it will be used for calculation of the absolute path in the filesystem for static content. To test: - Apply the unit tests patch - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: The method is not implemented - Apply this patch - Run: k$ prove t/db_dependent/Plugins.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 Fri May 3 01:01:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 23:01:10 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Agust?n Moyano 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 Fri May 3 01:17:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 23:17:12 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #9 from Chris Cormack --- Yeah but if we change the behaviour here to be case sensitive, this will be the only place in the whole of koha that barcodes are case sensitive. In fact everything in the db is case insensitive, the only thing that isn't in the whole of Koha is passwords, because we store a hash. While I think a wider move to move everything to being case sensitive is worth exploring that is massively out of scope of making this script consistent with everything else in Koha. Lets just do that first, and then open another bug to switch things to case sensitive. Because that is a massive job, touching every part of Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 01:17:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 02 May 2019 23:17:23 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:12:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:12:45 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #1 from Agust?n Moyano --- Created attachment 89262 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89262&action=edit Bug 22835: Serve plugin static files through API This patch serves static files declared within plugins. To declare static files the plugin must implement the method 'static_routes' which retrieves the spec of static file routes to add to the API. Once those routes are added to the API, the become available through the /api/v1/contrib//static//// endpoint. To test: 1) Install bug-22835-plugin.kpz 2) Point your browser to /api/v1/contrib/kitchensink/static/static_files/mm.gif CHECK => No file is served 3) Apply this patch 4) restart_all 5) Repeat step 2. SUCCESS => File is served! 6) Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:12:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:12:41 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Agust?n Moyano 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 Fri May 3 02:32:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:32:01 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #2 from Agust?n Moyano --- > 1) Install bug-22835-plugin.kpz KPZ available at https://github.com/agmoyano/koha-plugin-kitchen-sink/releases/download/bug-22835/bug-22835-plugin.kpz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:43:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:43:23 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|NEW |ASSIGNED 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 Fri May 3 02:44:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:44:21 +0000 Subject: [Koha-bugs] [Bug 22484] /svc/members/search has no tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22484 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Jonathan Druart --- I am going to provide test on bug 22781. *** This bug has been marked as a duplicate of bug 22781 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:44:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:44:21 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #1 from Jonathan Druart --- *** Bug 22484 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 3 02:44:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:44:29 +0000 Subject: [Koha-bugs] [Bug 22484] /svc/members/search has no tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22484 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22781 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:44:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:44:29 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22484 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:51:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:51:35 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:51:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:51:38 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89262|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 02:52:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 00:52:03 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #3 from Agust?n Moyano --- Created attachment 89263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89263&action=edit Bug 22835: Serve plugin static files through API This patch serves static files declared within plugins. To declare static files the plugin must implement the method 'static_routes' which retrieves the spec of static file routes to add to the API. Once those routes are added to the API, the become available through the /api/v1/contrib//static//// endpoint. To test: 1) Install bug-22835-plugin.kpz 2) Point your browser to /api/v1/contrib/kitchensink/static/static_files/mm.gif CHECK => No file is served 3) Apply this patch 4) restart_all 5) Repeat step 2. SUCCESS => File is served! 6) Sign off Sponsored-by: Theke -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:04:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:04:13 +0000 Subject: [Koha-bugs] [Bug 22836] New: Tests catching XSS vulnerabilities in pagination are not correct Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Bug ID: 22836 Summary: Tests catching XSS vulnerabilities in pagination are not correct Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Test Suite Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- See bug 22478 comments 44 and 45. The tests were added originally to catch XSS vulnerabilities when pagination was used (shelves, reviews, authorities searches, etc.). With one of the QA followup (Handle category in opac-shelves like a boolean) we did not trust the escape by resetting the "category" if not set to 1 or 2. We should rely on the correct filtering instead. However, if one really wants to use this change, we should adapt the tests to catch the correct filtered values (and so do not use unlike), in another area (i.e. not shelves, where we are handling the invalid values differently). I am suggestion to revert those patches, as it is the easiest solution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:04:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:04:33 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22836 --- Comment #51 from Jonathan Druart --- Done, see bug 22836. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:04:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:04:33 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 [Bug 22478] Cross-site scripting vulnerability in paginations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:06:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:06:18 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 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 3 03:06:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:06:21 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #1 from Jonathan Druart --- Created attachment 89264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89264&action=edit Revert "Bug 22478: (QA follow-up) Update tests to check for any script tags" This reverts commit d9b3b90849fd95d296b73b330c4e32ff018c81a5. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:06:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:06:23 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #2 from Jonathan Druart --- Created attachment 89265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89265&action=edit Revert "Bug 22478: (QA follow-up) Handle category in opac-shelves like a boolean" This reverts commit 375dd35d5354d46c4c16f534494b123ce370c3f4. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:06:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:06:26 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #3 from Jonathan Druart --- Created attachment 89266 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89266&action=edit Bug 22836: (follow-up) Bug 22478: (QA follow-up) Make test consistent with variable name One occurrence was missing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:34:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:34:23 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #2 from Jonathan Druart --- Created attachment 89267 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89267&action=edit Bug 22781: Add tests Test plan: Apply only this patch => The tests will fail, the library's name is not correctly escaped. Note: This applies for the whole patchset, when the tests fail you will need to remove the patrons added by the tests with the following SQL query: delete from borrowers where surname like "test_patron_%"; We are expecting END to be called even if something goes wrong, but DESTROY must be used instead. This will be fixed separately, on its own bug report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:34:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:34:26 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #3 from Jonathan Druart --- Created attachment 89268 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89268&action=edit Bug 22781: Escape cardnumber, category's description, library's name and dateexpiry This will fix the previous failure. Note that other fields like borrowernumber, Price escaped values, integers, etc. could be escaped the same way but will be useless (save polar bears). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:34:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:34:29 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #4 from Jonathan Druart --- Created attachment 89269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89269&action=edit Bug 22781: Test patron's info filtering The patron's data was not correctly escaped actually. Test plan: This is a good value for the whole patchset: fir's"tname \123 ? use it for a patron's firstname, then do a search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:34:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:34:32 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #5 from Jonathan Druart --- Created attachment 89270 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89270&action=edit Bug 22781: Does not double filter address Ho, a bug! Some fields in the address where double filtered. Test plan: Use the evil strings in the address field and do a search, you will see double html encoded characters without this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:34:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:34:35 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #6 from Jonathan Druart --- Created attachment 89271 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89271&action=edit Bug 22781: Correctly filter the emails Ho, another bug! The email was not correctly filtered. Test plan: Use the evil string for an email, do a search. => Notice that without this patch the results never show up -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 03:34:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 01:34:20 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 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 3 04:48:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:09 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io 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 3 04:48:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:14 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89251|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:48:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:18 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89252|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:48:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:21 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89255|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:48:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:25 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89256|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:48:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:31 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88379|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:48:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:37 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88380|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:48:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:42 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88381|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:48:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:48:46 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89247|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:49:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:49:33 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #26 from Agust?n Moyano --- Created attachment 89273 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89273&action=edit Bug 21073: Improve plugin performance Right now, to check if a plugin is functional and what methods it exposes we load the module and test for a given method at run time. This is highly inefficient. It makes far more sense to do this at install time and store the data in the db. I believe we should store a table of methods that each plugin exposes and check that instead. Then, at install time we can test that a) the plugin can be loaded and b) add the available methods to the plugin_methods table. Test Plan: 1) Apply this patch 2) Restart all the things 3) Run updatedatabase.pl 4) Verify you can use existing plugins 5) Verify you can install new plugins Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:49:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:49:38 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #27 from Agust?n Moyano --- Created attachment 89274 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89274&action=edit Bug 21073: Upgrade the kitchen sink plugin to get rid of warnings Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:49:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:49:44 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #28 from Agust?n Moyano --- Created attachment 89275 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89275&action=edit Bug 21073: (QA follow-up) Atomic update shouldn't fail if plugins are disabled Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:49:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:49:47 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #29 from Agust?n Moyano --- Created attachment 89276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89276&action=edit Bug 21073: (QA follow-up) Restore check on template Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:49:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:49:27 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #25 from Agust?n Moyano --- Created attachment 89272 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89272&action=edit Bug 21073: Add new table, schema and classes Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:49:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:49:56 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #31 from Agust?n Moyano --- Created attachment 89278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89278&action=edit Bug 21073: Regression tests for GetPlugins Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:49:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:49:51 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #30 from Agust?n Moyano --- Created attachment 89277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89277&action=edit Bug 21073: (QA follow-up) Remove unused libraries Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 04:50:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 02:50:00 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #32 from Agust?n Moyano --- Created attachment 89279 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89279&action=edit Bug 21073: Restore filtering by metadata This patch restores filtering the plugins by metadata. That got lost on rebase at some point. Regression tests are added on a prior patch. To test: - Have the 'regression tests for GetPlugins' patch applied - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: Tests fail! - Apply this patch - Run: k$ prove t/db_dependent/Plugins.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 05:17:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 03:17:47 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #4 from Agust?n Moyano --- Created attachment 89280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89280&action=edit Bug 22835: (follow-up) Remove unwanted warn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 06:43:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 04:43:45 +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 #276 from David Cook --- (In reply to Mirko Tietgen from comment #275) > (In reply to David Cook from comment #273) > > > It sounds like you've got the code dependencies but you'll need to set up > > the harvester daemon and run it as per > > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662#c198. > > Thanks, that helped. Some comments: > - The Koha user can't create a directory in "/var/spool/koha/$instance/". We > have the DB backups there and the folder belongs to root. I think > /var/spool/koha/$instance/OAI" belonging to the Koha user would work better I think I've already taken that into account? When you do koha-create, it should use root access to create the relevant directory in /var/spool/koha/$instance/ and assign the permissions to the Koha user. I know I've already looked at this but maybe I'll need to look again. I don't think anyone else has had a problem with it? > - I have a problem related to the schema change in bug 22155 > > >[2019-05-02 10:06:00][DEBUG] [download][pid 2866][STDERR] Creating child process to download and feed parent process parser. at Koha/OAI/Harvester/Downloader.pm line 287. > >[2019-05-02 10:06:00][DEBUG] [download][pid 2866][STDERR] Creating parent process parser. at Koha/OAI/Harvester/Downloader.pm line 293. > >[2019-05-02 10:06:01][DEBUG] Registering POE::Session=ARRAY(0x91f7df8) as import for cf4d071b-76a9-4fff-b13d-c5a8bd27ed4a > >[2019-05-02 10:06:01][DEBUG] Child pid 3032 started as wheel 126 > >[2019-05-02 10:06:01][DEBUG] [import][pid 3032][STDERR] DBD::mysql::st execute failed: Unknown column 'me.marcflavour' in 'field list' [for Statement "SELECT `me`.`id`, `me`.`biblionumber`, `me`.`format`, `me`.`marcflavour`, `me`.`metadata`, `me`.`timestamp` FROM `biblio_metadata` `me` WHERE ( ( `me`.`biblionumber` = ? AND `me`.`format` = ? AND `me`.`marcflavour` = ? ) )" with ParamValues: 0='1271', 1='marcxml', 2='MARC21'] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1832. > >[2019-05-02 10:06:01][DEBUG] [import][pid 3032][STDERR] DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.marcflavour' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 92 > >[2019-05-02 10:06:01][DEBUG] [import][pid 3032] closed all pipes > >[2019-05-02 10:06:01][DEBUG] [import][pid 3032] exited with status 0 Ah, interesting. I'll keep that in mind for when I find some time to work on this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 07:30:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 05:30:18 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 --- Comment #10 from Katrin Fischer --- Yes, I am sorry. I think the patch should go in, it was just something I hadn't thought about a lot before. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 07:30:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 05:30:26 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #35 from Marcel de Rooy --- (In reply to Caroline Cyr La Rose from comment #34) > Marcel's name D or R? Ask for preference) > > Caroline Dutch people will sort by R and write de R; non-Dutch will often sort by D and write De R.. I won't mind ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 07:40:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 05:40:27 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 --- Comment #52 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #44) > (In reply to Nick Clemens from comment #42) > > Does everyone here agree with that? > > No, we do not need Marcel's patch. Moreover the pagination is used at > several other places. The original report is about opac-shelves, but other > scripts are impacted. > Do you need ceinture and bretelles?? I would just like to add the question: Do you need left or right hand? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 07:41:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 05:41:39 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #4 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #2) > Created attachment 89265 [details] [review] > Revert "Bug 22478: (QA follow-up) Handle category in opac-shelves like a > boolean" > > This reverts commit 375dd35d5354d46c4c16f534494b123ce370c3f4. I don't see the sense of removing these lines. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 08:02:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 06:02:01 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #36 from Marcel de Rooy --- (In reply to Martin Renvoize from comment #32) > So, how about I add a page to koha-community.org something along the lines: [...] > And link to it from the koha about page as part of these enhancements.. I'm > also tempted to add in the dates a cycle takes place on the about page so > that we clearly show if the 'current' maintenance team is no longer current > if a library isn't updating regularly. If I would be using say 17.11.08, I would see the release team of 17.11 (which is fine) and since .08 normally means that we are in the second maintenance cycle, I might see the second RMaint and the release team of 18.11, right? But since I did not upgrade, that info is already out of date. No sense in contacting these individuals. Imo showing two teams is confusing and hard to explain. If you are in say 18.11 QA team, you will be credited for that on a 18.11 about page, and not on the older versions. Should we use the phrase "Original release team"? Remove the maintainers from that section and separately list all maintainers for that version (say 17.11). System date could indeed tell you if the last maintainer is still in function and if the version is even maintained (assuming three cycles). I think we should postpone this to 19.11 btw. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 08:03:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 06:03:08 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #76 from Marcel de Rooy --- QA: Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 08:22:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 06:22:26 +0000 Subject: [Koha-bugs] [Bug 22541] Invoice adjustments: show invoice number and include link on ordered.pl and spent.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22541 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Invoice adjustments should |Invoice adjustments: show |show invoice number and |invoice number and include |include link on ordered.pl |link on ordered.pl and |and spent.pl |spent.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 08:23:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 06:23:17 +0000 Subject: [Koha-bugs] [Bug 11373] Add "change calculation" feature to the fine payment forms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11373 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Circulation |Fines and fees -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 08:23:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 06:23:50 +0000 Subject: [Koha-bugs] [Bug 21844] Add callnumber to fines descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Component|Circulation |Fines and fees -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 08:25:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 06:25:04 +0000 Subject: [Koha-bugs] [Bug 8000] Test mode for notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8000 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 09:36:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 07:36:42 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 09:41:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 07:41:08 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge needs more flexibility and transparency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 Irma Birchall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |irma at calyx.net.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 09:53:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 07:53:50 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 09:54:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 07:54:12 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 09:54:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 07:54:41 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 09:55:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 07:55:02 +0000 Subject: [Koha-bugs] [Bug 22832] Require plugins to specify the methods they implement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22832 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 10:11:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 08:11:03 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89216|0 |1 is obsolete| | --- Comment #37 from Martin Renvoize --- Created attachment 89281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89281&action=edit Bug 21626: Add teams.yaml to /docs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 10:11:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 08:11:09 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #39 from Martin Renvoize --- Created attachment 89283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89283&action=edit Bug 21626: (follow-up) Changes based on feedback -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 10:11:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 08:11:06 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89217|0 |1 is obsolete| | --- Comment #38 from Martin Renvoize --- Created attachment 89282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89282&action=edit Bug 21626: Use teams.yaml for teams section -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:08:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:08:11 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #3 from Fridolin SOMERS --- I'd say we should use same args as misc/migration_tools/rebuild_zebra.pl : range of records : --length 1234 how many biblio you want to export --offset 1243 offset you want to start to a where limit : --where let you specify a WHERE query, like itemtype='BOOK' or something like that --table specify a table (can be items, biblioitems, biblio, biblio_metadata) to retrieve biblionumber to index. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:08:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:08:52 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:08:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:08:56 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89208|0 |1 is obsolete| | --- Comment #77 from Marcel de Rooy --- Created attachment 89284 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89284&action=edit Bug 21662: Make history.txt whitespace consistent -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:02 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89209|0 |1 is obsolete| | --- Comment #78 from Marcel de Rooy --- Created attachment 89285 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89285&action=edit Bug 21662: Update history.txt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:34 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89285|0 |1 is obsolete| | --- Comment #80 from Marcel de Rooy --- Created attachment 89287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89287&action=edit Bug 21662: Update history.txt Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:39 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89210|0 |1 is obsolete| | --- Comment #81 from Marcel de Rooy --- Created attachment 89288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89288&action=edit Bug 21662: Add Contributors.yaml file Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:44 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89211|0 |1 is obsolete| | --- Comment #82 from Marcel de Rooy --- Created attachment 89289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89289&action=edit Bug 21662: Use contributors.yaml for contributors list Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:48 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89212|0 |1 is obsolete| | --- Comment #83 from Marcel de Rooy --- Created attachment 89290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89290&action=edit Bug 21662: Other history correction Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:29 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89284|0 |1 is obsolete| | --- Comment #79 from Marcel de Rooy --- Created attachment 89286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89286&action=edit Bug 21662: Make history.txt whitespace consistent Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:53 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89213|0 |1 is obsolete| | --- Comment #84 from Marcel de Rooy --- Created attachment 89291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89291&action=edit Bug 21662: (follow-up) Drop YAML::XS, use YAML I mistakenly left us using YAML::XS when we don't already depend upon it. YAML is a sufficent alternative that we do already require. Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:09:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:09:57 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89214|0 |1 is obsolete| | --- Comment #85 from Marcel de Rooy --- Created attachment 89292 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89292&action=edit Bug 21662: (follow-up) Embelish contributor details Add details to the 'non-commiters' in the contributors list. Information gratefully recieved from Chris Cormack Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:10:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:10:02 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89215|0 |1 is obsolete| | --- Comment #86 from Marcel de Rooy --- Created attachment 89293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89293&action=edit Bug 21662: (follow-up) Corrections to YAMP for incompatible format YAML::XS and YAML output incompatible (but both valid) YAML files Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:10:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:10:07 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #87 from Marcel de Rooy --- Created attachment 89294 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89294&action=edit Bug 21662: (QA follow-up) Minor corrections [1] Move doXulting and Universidad ORT Uruguay to Institutions. We do not mention the institution for each developer. [2] Removing Anonymous. [3] Adding the Bugzilla alias shantanoo as additional transliterated text. [4] Resolve typo Continious. [5] Removing three plural unused roles in about.tt. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:10:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:10:30 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|katrin.fischer at bsz-bw.de |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 3 11:11:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:11:01 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89281|0 |1 is obsolete| | --- Comment #40 from Martin Renvoize --- Created attachment 89295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89295&action=edit Bug 21626: Add teams.yaml to /docs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:11:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:11:05 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89282|0 |1 is obsolete| | --- Comment #41 from Martin Renvoize --- Created attachment 89296 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89296&action=edit Bug 21626: Use teams.yaml for teams section -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:11:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:11:08 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89283|0 |1 is obsolete| | --- Comment #42 from Martin Renvoize --- Created attachment 89297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89297&action=edit Bug 21626: (follow-up) Changes based on feedback -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:11:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:11:11 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #43 from Martin Renvoize --- Created attachment 89298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89298&action=edit Bug 21626: (follow-up) Sort Roles -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:11:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:11:14 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #44 from Martin Renvoize --- Created attachment 89299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89299&action=edit Bug 21626: (follow-up) Performance Improvement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:13:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:13:19 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 --- Comment #4 from Fridolin SOMERS --- something whould be awesome : limit on biblionumbers from a file. allow to rebuild from a report results. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:18:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:18:52 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #88 from Marcel de Rooy --- QA Comment: Good job, Martin. Still some small things to correct in the names probably, but can be done later. And the sort order? TODO Examples: Koha Instance Knakk-koha, Koha Translators, Polytechnic University Koha Installation, Koha SAB CINECA For another report: Merging the several thanks sections? Also I think the attribution for Owen is rather small sized with the note 3.0+ Interface Design, while others have a large list of version numbers. Any idea to bring that a bit more in balance ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:23:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:23:28 +0000 Subject: [Koha-bugs] [Bug 21671] Koha/Patron/Modifications.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21671 Marcel de Rooy 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 Fri May 3 11:23:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:23:31 +0000 Subject: [Koha-bugs] [Bug 21671] Koha/Patron/Modifications.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21671 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89038|0 |1 is obsolete| | --- Comment #4 from Marcel de Rooy --- Created attachment 89300 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89300&action=edit Bug 21671: Prevent Modifications.t to fail randomly If repeatable is set to 0 by TestBuilder, the tests will fail with: t/db_dependent/Koha/Patron/Modifications.t .. 1/6 # Looks like you planned 20 tests but ran 9. # Failed test 'approve tests' # at t/db_dependent/Koha/Patron/Modifications.t line 259. [repeatable not set for attribute type and tried to add a new attribute for the same code]# Looks like your test exited with 255 just after 5. Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:23:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:23:42 +0000 Subject: [Koha-bugs] [Bug 21671] Koha/Patron/Modifications.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21671 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:27:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:27:05 +0000 Subject: [Koha-bugs] [Bug 22803] Set dataTable width issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:27:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:27:08 +0000 Subject: [Koha-bugs] [Bug 22803] Set dataTable width issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89157|0 |1 is obsolete| | --- Comment #7 from Marcel de Rooy --- Created attachment 89301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89301&action=edit Bug 22803: (alternate) Set dataTable width issue This patch sets the "autowidth" option to "false" for the OPAC subscriptions DataTable on opac-detail.pl. This gives the table a fluid width rather than having the width be "hard-coded" by DataTables upon first page render. To test, apply the patch and view the detail page for a bibliographic record with a subscription. Under the "Subscriptions" tab, the table of latest issues should fill the width of the tab container. Resize the browser window and confirm that the table width adjusts accordingly. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:27:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:27:18 +0000 Subject: [Koha-bugs] [Bug 22803] Set dataTable width issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:28:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:28:57 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #4 from Marcel de Rooy --- Trying to apply it: Traceback (most recent call last): File "/usr/local/bin/git-bz", line 2671, in do_apply(*args) File "/usr/local/bin/git-bz", line 1747, in do_apply print "Bug %d - %s" % (bug.id, bug.short_desc) UnicodeEncodeError: 'ascii' codec can't encode character u'\u016f' in position 32: ordinal not in range(128) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:32:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:32:52 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #13 from Marcel de Rooy --- prove t/db_dependent/Reserves.t fails with me -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:44:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:44:20 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #27 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #26) > (In reply to Marcel de Rooy from comment #25) > > + my @enabled_languages = > > + ( $interface && $interface eq 'intranet' ) > > + ? split ",", C4::Context->preference('language') > > + : split ",", C4::Context->preference('opaclanguage'); > > > > Seems to reverse the previous logic. If eq opac then opac else intranet. > > I do not think I get that one, please read again the whole diff: > > before: > if $interface == opac: > use opaclanguages > elsif $interface == intranet: > use language > else: > use opaclanguages > > after: > if $interface == intranet: > use language > else: > use opaclanguages > > Looks equal for me. Seems so. OK -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:51:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:51:50 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #28 from Marcel de Rooy --- Hmm What about adding a few tests now? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:51:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:51:52 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #89 from Martin Renvoize --- Created attachment 89302 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89302&action=edit Bug 21662: (QA follow-up) Be consistent between history and contributors Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:52:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:52:52 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:52:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:52:42 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #29 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #19) > (In reply to Tom?s Cohen Arazi from comment #18) > > Jonathan, it looks great. Will you provide a couple tests for this? > > I do not think it can be done easily, any ideas? iirc other subs also are tested with mocking cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 11:59:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 09:59:08 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89302|0 |1 is obsolete| | --- Comment #90 from Martin Renvoize --- Created attachment 89303 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89303&action=edit Bug 21662: (QA follow-up) Be consistent between history and contributors Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:07:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:07:21 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #91 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #88) > QA Comment: > Good job, Martin. > Still some small things to correct in the names probably, but can be done > later. And the sort order? Oh, I thought the sort order for contributors was good here.. I think we can handle the lists of roles in the followup bug that refactors the teams sections a bit too. > TODO Examples: Koha Instance Knakk-koha, Koha Translators, Polytechnic > University Koha Installation, Koha SAB CINECA > > For another report: Merging the several thanks sections? Yes, I'd love to see that at some point > > Also I think the attribution for Owen is rather small sized with the note > 3.0+ Interface Design, while others have a large list of version numbers. > Any idea to bring that a bit more in balance ? So, the reason Owen isn't mentioned all that well here was that I kept the 'note' he had rather than backdating team roles for him (we all know he's basically be the go to guy for UX advice for years, but the 'Topic Expert - UX' role didn't exist for most of that. Perhaps we should do it retrospectively in another bug? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:09:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:09:27 +0000 Subject: [Koha-bugs] [Bug 20436] Add ability to specify itemtypes for longoverdue.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:09:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:09:30 +0000 Subject: [Koha-bugs] [Bug 20436] Add ability to specify itemtypes for longoverdue.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86983|0 |1 is obsolete| | --- Comment #13 from Marcel de Rooy --- Created attachment 89304 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89304&action=edit Bug 20436: Add ability to specify itemtypes for longoverdue.pl It would be nice if we could filter long overdues based on itemtype the same way we can already filter based on borrower category code. Test Plan: 1) Set up a number of overdues of various itemtypes 2) Run longoverdue.pl with --list-itemtypes to show itemtypes 3) Run longoverdue.pl with --itemtype to verify it only operates on that itemtype 4) Run longoverdue.pl with multiple --itemtype switches, verify it only operates on those itemtypes 5) Run longoverdue.pl with --skip-itemtype to verify it does not operate on that itemtype 6) Run longoverdue.pl with multiple --skip-itemtype switches, verify that it does not operate on those itemtypes Signed-off-by: Jesse Maseto Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:09:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:09:35 +0000 Subject: [Koha-bugs] [Bug 20436] Add ability to specify itemtypes for longoverdue.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86984|0 |1 is obsolete| | --- Comment #14 from Marcel de Rooy --- Created attachment 89305 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89305&action=edit Bug 20436: (QA follow up) - reference and typo fixes Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:10:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:10:25 +0000 Subject: [Koha-bugs] [Bug 20436] Add ability to specify itemtypes for longoverdue.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436 --- Comment #15 from Marcel de Rooy --- Passing QA but frowning: + my @itemtypes = sort map { uc $_->[0] } @{ C4::Context->dbh->selectall_arrayref(q|SELECT itemtype FROM itemtypes|) }; +my @available_itemtypes = map { uc $_->[0] } @{ $dbh->selectall_arrayref(q|SELECT itemtype FROM itemtypes|) }; Old school SQL.. The earlier mention of --list-itemtypes is no blocker for me. Leaving final decision to RM ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:12:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:12:59 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #92 from Marcel de Rooy --- (In reply to Martin Renvoize from comment #91) > So, the reason Owen isn't mentioned all that well here was that I kept the > 'note' he had rather than backdating team roles for him (we all know he's > basically be the go to guy for UX advice for years, but the 'Topic Expert - > UX' role didn't exist for most of that. Perhaps we should do it > retrospectively in another bug? Yes please -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:20:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:20:44 +0000 Subject: [Koha-bugs] [Bug 20485] Don't account for items timestamps when combining "dont_export_items=1" and "date" in export_records.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20485 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:20:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:20:47 +0000 Subject: [Koha-bugs] [Bug 20485] Don't account for items timestamps when combining "dont_export_items=1" and "date" in export_records.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20485 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85573|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 89306 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89306&action=edit Bug 20485: Don't account for items timestamps when items not included If combining "--dont_export_items" and "--date" options in export_records.pl, don't include items modification/deletion timestamp in biblio query conditions. How to test: 1) Delete or modify a biblio item. 2) Run export_records.pl with "--dont_export_items" and "--date" options with a date value before item was deleted or modified, but after the biblio was modified. 3) The biblio for which an item was changed should not be included in the export. Sponsored-by: Gothenburg University Library Signed-off-by: Maryse Simard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:25:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:25:29 +0000 Subject: [Koha-bugs] [Bug 21312] Show lockout on Patrons form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|katrin.fischer at bsz-bw.de |testopia at bugs.koha-communit | |y.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:27:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:27:45 +0000 Subject: [Koha-bugs] [Bug 20485] Don't account for items timestamps when combining "dont_export_items=1" and "date" in export_records.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20485 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:28:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:28:12 +0000 Subject: [Koha-bugs] [Bug 20485] Don't account for items timestamps when combining "dont_export_items=1" and "date" in misc/export_records.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20485 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Don't account for items |Don't account for items |timestamps when combining |timestamps when combining |"dont_export_items=1" and |"dont_export_items=1" and |"date" in export_records.pl |"date" in | |misc/export_records.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:29:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:29:18 +0000 Subject: [Koha-bugs] [Bug 17702] Create configuration for account types In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17702 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |BLOCKED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 12:31:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 10:31:31 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89298|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:12:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:12:42 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89295|0 |1 is obsolete| | --- Comment #45 from Martin Renvoize --- Created attachment 89307 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89307&action=edit Bug 21626: Add teams.yaml to /docs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:12:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:12:49 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89297|0 |1 is obsolete| | --- Comment #47 from Martin Renvoize --- Created attachment 89309 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89309&action=edit Bug 21626: (follow-up) Changes based on feedback -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:12:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:12:52 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89299|0 |1 is obsolete| | --- Comment #48 from Martin Renvoize --- Created attachment 89310 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89310&action=edit Bug 21626: (follow-up) Performance Improvement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:12:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:12:56 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #49 from Martin Renvoize --- Created attachment 89311 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89311&action=edit Bug 21626: Add release dates to team -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:12:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:12:46 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89296|0 |1 is obsolete| | --- Comment #46 from Martin Renvoize --- Created attachment 89308 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89308&action=edit Bug 21626: Use teams.yaml for teams section -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:13:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:13:22 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize 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 3 13:16:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:16:35 +0000 Subject: [Koha-bugs] [Bug 21312] Show lockout on Patrons form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88346|0 |1 is obsolete| | --- Comment #14 from Martin Renvoize --- Created attachment 89312 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89312&action=edit Bug 21312: Show lockout on Patrons form Just what the title says :) Specifically: moremember.pl Test plan: Check if you see the locked message on the patron form for an account that has been locked. (Either login_attempts<0 or >FailedLoginAttempts) Signed-off-by: Marcel de Rooy Signed-off-by: Jose-Mario Monteiro-Santos Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:16:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:16:38 +0000 Subject: [Koha-bugs] [Bug 21312] Show lockout on Patrons form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88347|0 |1 is obsolete| | --- Comment #15 from Martin Renvoize --- Created attachment 89313 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89313&action=edit Bug 21312: (QA follow-up) Ease translation I've changed the language a bit from "account locked out" to "account locked" and split it up to ease translation. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:17:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:17:07 +0000 Subject: [Koha-bugs] [Bug 21312] Show lockout on Patrons form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com Status|Signed Off |Passed QA --- Comment #16 from Martin Renvoize --- Works well, no regressions.. Nicely translatable with the followup. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 13:54:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 11:54:56 +0000 Subject: [Koha-bugs] [Bug 22837] New: Koha::Account::Line->apply should not require a 'set' of debits Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Bug ID: 22837 Summary: Koha::Account::Line->apply should not require a 'set' of debits Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- As it stands the apply method in Koha::Account::Line requires a Koha::Account resultset to be passed in as the list of debits to be applied against. This is suboptimal when the method is often required to apply against the results of a Koha::Account::Line->find (single not set) as one needs to rework the query. We should accept an arrayref of results rather than requiring a resultset as converting from a set to an arrayref is simple (->as_list), but converting for a single record up to a set is considerably more challenging (both coding wise and DB hits wise). -- You are receiving 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 3 14:31:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:31:44 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 --- Comment #1 from Martin Renvoize --- Created attachment 89314 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89314&action=edit Bug 22837: Update apply to accept an arrayref This patch update the signature of Koha::Account::Line->apply to accept an arrayref of debits to apply against a credit instead of requireing a Koha::Objects set. Signed-off-by: Martin Renvoize -- You are receiving 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 3 14:31:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:31:47 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 --- Comment #2 from Martin Renvoize --- Created attachment 89315 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89315&action=edit Bug 22837: Update callers to use new signature -- You are receiving 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 3 14:32:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:32:17 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |14825 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 [Bug 14825] Accounts Rewrite Omnibus -- You are receiving 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 3 14:32:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:32:17 +0000 Subject: [Koha-bugs] [Bug 14825] Accounts Rewrite Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22837 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 14:32:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:32:31 +0000 Subject: [Koha-bugs] [Bug 14825] Accounts Rewrite Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16820 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16820 [Bug 16820] Add possibility to edit fines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 14:32:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:32:31 +0000 Subject: [Koha-bugs] [Bug 16820] Add possibility to edit fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16820 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Blocks| |14825 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 [Bug 14825] Accounts Rewrite Omnibus -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 14:32:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:32:39 +0000 Subject: [Koha-bugs] [Bug 15985] Include transacting library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |14825 CC| |martin.renvoize at ptfs-europe | |.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 [Bug 14825] Accounts Rewrite Omnibus -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 14:32:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:32:39 +0000 Subject: [Koha-bugs] [Bug 14825] Accounts Rewrite Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15985 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 [Bug 15985] Include transacting library in fines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 14:39:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:39:29 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 --- Comment #5 from Nick Clemens --- (In reply to Marcel de Rooy from comment #4) > Trying to apply it: > > Traceback (most recent call last): > File "/usr/local/bin/git-bz", line 2671, in > do_apply(*args) > File "/usr/local/bin/git-bz", line 1747, in do_apply > print "Bug %d - %s" % (bug.id, bug.short_desc) > UnicodeEncodeError: 'ascii' codec can't encode character u'\u016f' in > position 32: ordinal not in range(128) Git bz error, just wget and manually apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 14:57:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 12:57:29 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #30 from Jonathan Druart --- Hi Marcel, I have still no idea how to write useful tests for this change, can you give me more details please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 15:01:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 13:01:24 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 --- Comment #14 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #13) > prove t/db_dependent/Reserves.t fails with me It passes for me, which failure do you get? Is it passing on master? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 15:01:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 13:01:58 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 --- Comment #53 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #52) > (In reply to Jonathan Druart from comment #44) > > (In reply to Nick Clemens from comment #42) > > > Does everyone here agree with that? > > > > No, we do not need Marcel's patch. Moreover the pagination is used at > > several other places. The original report is about opac-shelves, but other > > scripts are impacted. > > Do you need ceinture and bretelles?? > > I would just like to add the question: Do you need left or right hand? Yes, typing is faster. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 15:08:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 13:08:38 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #5 from Jonathan Druart --- Hello Marcel, I have tried to explain it in the comment of this bug report. Which part does not make sense to you? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 15:21:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 13:21:56 +0000 Subject: [Koha-bugs] [Bug 21336] GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336 --- Comment #126 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #72) > (In reply to Jonathan Druart from comment #71) > > > I am not sure about that, it sounds better to me to have another attribute. > > I would strongly prefer to do that on another report now. Should we discuss that now then? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 15:29:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 13:29:01 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #33 from Agust?n Moyano --- I set this bug to Failed QA, because even when you 'prove t/db_dependent/Plugins.t' passes, it doesn't remove test plugins from database, and later, plack complains that it cannot find missing classes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:13:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:13:14 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89314|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize --- Created attachment 89316 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89316&action=edit Bug 22837: Update apply to accept an arrayref This patch update the signature of Koha::Account::Line->apply to accept an arrayref of debits to apply against a credit instead of requireing a Koha::Objects set. Signed-off-by: Martin Renvoize -- You are receiving 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 3 16:13:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:13:16 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89315|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize --- Created attachment 89317 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89317&action=edit Bug 22837: Update callers to use new signature Test plan: Run t/db_dependent/Circulation.t, t/db_dependent/Koha/Account.t, t/db_dependent/Koha/Account/Lines.t and t/db_dependent/api/v1/patrons_accounts.t and all should pass. Signed-off-by: Martin Renvoize -- You are receiving 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 3 16:14:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:14:48 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20997 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997 [Bug 20997] Add Koha::Account::Line::apply -- You are receiving 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 3 16:14:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:14:48 +0000 Subject: [Koha-bugs] [Bug 20997] Add Koha::Account::Line::apply In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22837 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:15:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:15:46 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|20997 |21607 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997 [Bug 20997] Add Koha::Account::Line::apply https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21607 [Bug 21607] Koha::Account::Line->apply should store credit offsets as negative amounts -- You are receiving 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 3 16:15:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:15:46 +0000 Subject: [Koha-bugs] [Bug 20997] Add Koha::Account::Line::apply In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22837 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:15:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:15:46 +0000 Subject: [Koha-bugs] [Bug 21607] Koha::Account::Line->apply should store credit offsets as negative amounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21607 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22837 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:24:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:24:24 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81175|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 89318 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89318&action=edit Bug 21651: Always insert notice templates related tables The 3 following files must be mandatory and insert during the install process: - message_transport_types.sql - sample_notices_message_attributes.sql - sample_notices_message_transports.sql They insert data for - message_transport_types - message_attributes - message_transport_type Otherwise the notice templates (table letter) will fail. Moreover these 3 files are identical and are put in several places (1 per language) to make the description translatable (using the related .txt file) Test plan: - Install Koha in English and in another language - Select all the sample data => They all should be inserted correctly Note that you cannot select/unselect the checkbox for these 3 tables -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:24:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:24:21 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:26:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:26:12 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89318|0 |1 is obsolete| | --- Comment #10 from Jonathan Druart --- Created attachment 89319 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89319&action=edit Bug 21651: Always insert notice templates related tables The 3 following files must be mandatory and insert during the install process: - message_transport_types.sql - sample_notices_message_attributes.sql - sample_notices_message_transports.sql They insert data for - message_transport_types - message_attributes - message_transport_type Otherwise the notice templates (table letter) will fail. Moreover these 3 files are identical and are put in several places (1 per language) to make the description translatable (using the related .txt file) Test plan: - Install Koha in English and in another language - Select all the sample data => They all should be inserted correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:26:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:26:13 +0000 Subject: [Koha-bugs] [Bug 22838] New: Warning from runreport.pl 'Explicitly setting a MIME header field (content-type) is dangerous' Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22838 Bug ID: 22838 Summary: Warning from runreport.pl 'Explicitly setting a MIME header field (content-type) is dangerous' Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Target Milestone: --- Explicitly setting a MIME header field (content-type) is dangerous: use the attr() method instead. at misc/cronjobs/runreport.pl line 312. It seems the error comes from Koha/Email.pm: 72 $mail{'Content-Type'} = $params->{contenttype} if $params->{contenttype}; -- You are receiving 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 3 16:27:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:27:18 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 --- Comment #11 from Jonathan Druart --- I am terribly sorry, Hayley, the path to sysprefs.sql was wrong! It's now fixed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:37:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:37:05 +0000 Subject: [Koha-bugs] [Bug 22839] New: Manual screenshots and description in Acquisition (Funds) are outdated Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22839 Bug ID: 22839 Summary: Manual screenshots and description in Acquisition (Funds) are outdated Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: christian.stelzenmueller at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Target Milestone: --- The screenshots and the text ("To see all active funds you can click the checkbox next to ?Show active and inactive? above the funds table.") in the Manual for the funds in the section Acquisitions are outdated. -- You are receiving 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 3 16:37:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:37:26 +0000 Subject: [Koha-bugs] [Bug 22839] Manual screenshots and description in Acquisition (Funds) are outdated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22839 Christian Stelzenm?ller changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:40:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:40:10 +0000 Subject: [Koha-bugs] [Bug 22840] New: Force insert of mandatory data Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22840 Bug ID: 22840 Summary: Force insert of mandatory data Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- During the installation process there is a "mandatory" data that can be unchecked. If some are unchecked, Koha will certainly not work as expected, we may want to force the insert of these .sql file (like sysprefs, notices, AV, etc.) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:40:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:40:50 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22840 --- Comment #12 from Jonathan Druart --- (In reply to Liz Rea from comment #7) > This was a thing I wanted Alex to do along with the onboarder, but > translation problems hung it up. Usability wise YES 100% we should not allow > mandatory ones to be unticked. > > But you (or somebody) can do that on another bug if you like. :) Thanks for the answer, Liz. I have opened bug 22840. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 16:40:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:40:50 +0000 Subject: [Koha-bugs] [Bug 22840] Force insert of mandatory data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22840 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21651 -- You are receiving 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 3 16:46:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:46:20 +0000 Subject: [Koha-bugs] [Bug 18868] Pay Selected doesn't add payment information to item information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18868 --- Comment #4 from Martin Renvoize --- Reading the code it doesn't look like this is actually an issue any longer anyway. -- You are receiving 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 3 16:51:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:51:40 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #13 from Martin Renvoize --- Created attachment 89320 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89320&action=edit Bug 19919: Do not record payments for a writeoff -- You are receiving 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 3 16:55:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:55:35 +0000 Subject: [Koha-bugs] [Bug 22840] Force insert of mandatory data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22840 --- Comment #1 from Jonathan Druart --- This is not trivial, we need to: 1. use the "mandatory" flag for all the different .sql files (not only frameworks), see $requirelevel in C4::Installer 2. use this flag in the template to remove the ability to uncheck those checkboxes 3. Remove the "Select none", "Select all" links if the "section" is mandatory -- You are receiving 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 3 16:56:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 14:56:31 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #14 from Martin Renvoize --- I need some guidance here. I've attached a basic patch to resolve just the problem as described in the title of the bug.. However, it looks like people are also very keen to remove this paidfor field entirely (which is actually pretty simple to do at this point and would not lose any information as we already store enough data to reconstruct it via the accountlines). So, as far as I can see there are two use cases for it, the first is for display in the item moredetails view (Does it matter if an item has been paid for, then returned and written off.. right now we remove the detail in paidfor so we don't display anything at this point, but we could show the payment and refund if we were so inclined) The second use case is for reports. This one is more challenging, we can't easily know what reports are out there in the wild so the best we can really do is advise as to how to get the same information back via a join to the accountlines table. Any guidance as to what we would hope to achieve in the long run would be greatly appreciated. -- You are receiving 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 3 17:20:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:20:04 +0000 Subject: [Koha-bugs] [Bug 22805] memberentry.pl crashes when date of birth year matches 0YYY. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22805 Barton Chittenden changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When borrowers.dateofbirth |memberentry.pl crashes when |is set to a date matching |date of birth year matches |'0YYY-MM-DD', |0YYY. |memberentry.pl crashes on | |save. | -- You are receiving 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 3 17:41:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:41:55 +0000 Subject: [Koha-bugs] [Bug 22841] Installer does not crash if a sql file is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22841 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21651 -- You are receiving 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 3 17:41:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:41:55 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22841 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 17:41:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:41:40 +0000 Subject: [Koha-bugs] [Bug 22841] New: Installer does not crash if a sql file is missing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22841 Bug ID: 22841 Summary: Installer does not crash if a sql file is missing Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- I did an error in a patch and typoed the sysprefs.sql path, the installer did not return any errors and the data were marked as correctly inserted. As it could lead to further errors it would be good to fix it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 17:42:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:42:34 +0000 Subject: [Koha-bugs] [Bug 22841] Installer does not crash if a sql file is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22841 --- Comment #1 from Jonathan Druart --- Created attachment 89321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89321&action=edit Bug 22841: DO NOT PUSH - recreate the problem -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 17:43:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:43:30 +0000 Subject: [Koha-bugs] [Bug 22841] Installer does not crash if a sql file is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22841 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |tomascohen at gmail.com --- Comment #2 from Jonathan Druart --- I do not understand what's going wrong here, any hints welcomed! -- You are receiving 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 3 17:45:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:45:21 +0000 Subject: [Koha-bugs] [Bug 22842] New: Add an option to prevent local logins on the staff or opac Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22842 Bug ID: 22842 Summary: Add an option to prevent local logins on the staff or opac Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org Target Milestone: --- When using SSO in various forms it would be nice to have the option of forcing patrons to use the external auth and removing the ability to sign in to koha directly. It would be nice to have separate switches for the staff client and OPAC so that staff could be allowed to access directly while patrons are directed to SSO -- You are receiving 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 3 17:45:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:45:50 +0000 Subject: [Koha-bugs] [Bug 22843] New: Finer control of who receives purchase suggestion notifications Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Bug ID: 22843 Summary: Finer control of who receives purchase suggestion notifications 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: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Bug 5770 adds the ability to send emails to various addresses when a patron makes a purchase suggestion. It uses the existing email address fields at either the branch or whole library level (or the option to add a single alternate address). It might be nice to be able to define a 'Acquisitions librarian' per branch rather than re-using the branchemail address. -- You are receiving 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 3 17:46:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:46:00 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |5770 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 [Bug 5770] Email librarian when purchase suggestion made -- You are receiving 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 3 17:46:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:46:00 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22843 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 [Bug 22843] Finer control of who receives purchase suggestion notifications -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 17:54:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 15:54:47 +0000 Subject: [Koha-bugs] [Bug 15985] Include transacting library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 --- Comment #12 from Martin Renvoize --- +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 20:01:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 18:01:24 +0000 Subject: [Koha-bugs] [Bug 22844] New: Simplify the process of selecting database columns for system preferences Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Bug ID: 22844 Summary: Simplify the process of selecting database columns for system preferences Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: System Administration 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 Target Milestone: --- Created attachment 89322 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89322&action=edit Screenshot showing column selection in a modal window Right now the process of hand-typing the names of database columns in system preferences like BorrowerMandatoryField is cumbersome and error-prone. I would like to change to a system where the user can select from a predefined list of database columns -- You are receiving 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 3 20:04:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 18:04:25 +0000 Subject: [Koha-bugs] [Bug 20930] Validate and cache parsed YAML/JSON type system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20930 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com --- Comment #8 from Michal Denar --- Hi Ere, any progress with this patch? Can you try to rebase it on the master? Thank you. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 20:04:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 18:04:40 +0000 Subject: [Koha-bugs] [Bug 20930] Validate and cache parsed YAML/JSON type system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20930 Michal Denar 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 3 20:53:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 18:53:16 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |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 3 20:53:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 18:53:18 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #1 from Owen Leonard --- Created attachment 89323 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89323&action=edit Bug 22844: Simplify the process of selecting database columns for system preferences This patch introduces a new way for users to select database columns for system preferences like BorrowerMandatoryField, which currently require hand-typing of database names. This new system uses a JSON file containing label:column pairs ("Secondary email": "emailpro") for database columns which are relevant to preferences which reference borrower table columns. The following preferences are affected: - BorrowerMandatoryField - BorrowerUnwantedField - PatronSelfModificationBorrowerUnwantedField - PatronSelfRegistrationBorrowerMandatoryField - PatronSelfRegistrationBorrowerUnwantedField To test, apply the patch and regenerate the staff client CSS. restart_all to make sure the updated .pref file is used. - Go to Administration -> System preferences, and search for "PatronSelf" - The input fields for PatronSelfModificationBorrowerUnwantedField, PatronSelfRegistrationBorrowerMandatoryField, and PatronSelfRegistrationBorrowerUnwantedField should appear as "locked" (read-only) inputs. - Clicking the input field should trigger a modal window with checkboxes for each available column from the borrowers table. - Test that the "select all" and "clear all" links work correctly. - Test that the "cancel" link closes the modal without saving your selections. - Test that the "Save" button closes the modal, copies your selections to the form field, and triggers the preference-saving function (this eliminates the need to click a save button again after closing the modal). - Test this process by making modifications to all three different preferences, confirming that the right data is preselected each time the modal is shown and the right data is saved to the right field each time. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 20:55:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 18:55:02 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89323|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 20:55:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 18:55:10 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:02:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:02:24 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate 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 Fri May 3 21:04:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:04:04 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 Maryse Simard 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 3 21:04:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:04:07 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88994|0 |1 is obsolete| | --- Comment #11 from Maryse Simard --- Created attachment 89324 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89324&action=edit Bug 22799: Avoiding batch item modification case sensitivity when entering barcodes Note: this fixes the bug that is present right now where batch item modification barcode matching is case sensitive, but if Koha barcodes ever do become case sensitive, this patch will need to be removed. To test: 1) Make/use an item with a barcode with letters in it. For testing purposes, I'll be using an item with the barcode 'abcde'. 2) Go to Tools -> Batch item modification and enter this barcode in the barcode list text input field, but change the case of one or some letters. (i.e. enter the barcode in the field as 'abCDE') 3) Click Continue 4) Notice that the next page shows an error 'the following barcodes were not found', but the item still shows underneath (was correctly fetched from database). 5) Create a text file and put the changed-case barcode in it (i.e. put the barcode 'abCDE' in the text file) 6) Go back to batch item modification and upload the text file as a barcode file 7) Notice same error as in Step 4 8) Apply patch and refresh page 9) Run through steps 1 to 6. There should no longer be an error and the barcodes should be found as expected. Sponsored-by: South Taranaki District Council Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:13:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:13:49 +0000 Subject: [Koha-bugs] [Bug 21042] Pay amount does not mark lost items as returned when those accountlines are paid In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21042 --- Comment #5 from Marie-Luce Laflamme --- The item seems do be removed from the check out list after making the item lost without applying the patch. My system preferences MarkLostItemsAsReturned had no selected field. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:14:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:14:19 +0000 Subject: [Koha-bugs] [Bug 21958] _check_valid_auth_link checks too many subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21958 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com Status|Needs Signoff |Patch doesn't apply --- Comment #4 from Michal Denar --- Hi Ere, I get error: Applying: Bug 21958: Fix bibliographic record field comparison with authority Using index info to reconstruct a base tree... M C4/Biblio.pm M installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql Falling back to patching base and 3-way merge... Auto-merging installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql Auto-merging C4/Biblio.pm CONFLICT (content): Merge conflict in C4/Biblio.pm error: Failed to merge in the changes. Can you rebase this patch on master? Thank you. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:17:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:17:36 +0000 Subject: [Koha-bugs] [Bug 22800] No need to raw filter the mandatory fields var (OPAC suggestions) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800 Bin 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 3 21:17:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:17:38 +0000 Subject: [Koha-bugs] [Bug 22800] No need to raw filter the mandatory fields var (OPAC suggestions) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800 Bin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88993|0 |1 is obsolete| | --- Comment #2 from Bin --- Created attachment 89325 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89325&action=edit Bug 22800: (bug 22550 follow-up) Do not raw filter when not necessary (OPAC suggestions) This is a follow-up for bug 22550, we do not need to use the $raw filter. Test plan: Same as bug 22550: Test plan: Test plan: 1. OPAC->login->your purchase suggestions->New purchase suggestion 2. Click button "Submit your suggestion" directly without filling in any field. Empty suggestion record was added succeffully. 3. Apply the patch. 4. Click button "Submit your suggestion" directly without filling in any field. The required fields should be labeled in red. (you can change the mandatory fields by preference 'OPACSuggestionMandatoryFields') Signed-off-by: Bin Wen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:20:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:20:12 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #34 from Tom?s Cohen Arazi --- The changes I made make it only consider the plugins in t/lib/Koha/Plugin, instead of taking those and also any installed plugin into account (so tests don't depend on setup/env). But I still cannot get the rollback to be effective. Symptom: > DELETE FROM plugin_methods; k$ prove t/db_dependent/Plugins.t > SELECT * FROM plugin_methods; => FAIL: methods from the test plugins. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:31:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:31:04 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Bin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89158|0 |1 is obsolete| | --- Comment #2 from Bin --- Created attachment 89326 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89326&action=edit Bug 22816: OPAC detail holdings table should now look a bit better This patch sets the "autowidth" option to "false" for the OPAC holdings DataTable on opac-detail.pl. This gives the table a fluid width rather than having the width be "hard-coded" by DataTables upon first page render. To test, apply the patch and view the detail page for a bibliographic record with some items. Under the "Holdings" tab, the table of holdings should fill the width of the tab container. Resize the browser window and confirm that the table width adjusts accordingly. Signed-off-by: Bin Wen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:31:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:31:01 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Bin 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 3 21:42:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:42:04 +0000 Subject: [Koha-bugs] [Bug 22791] Calculation differs on aqui-home/spent and ordered.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791 Maryse Simard 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 3 21:42:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:42:07 +0000 Subject: [Koha-bugs] [Bug 22791] Calculation differs on aqui-home/spent and ordered.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88968|0 |1 is obsolete| | --- Comment #4 from Maryse Simard --- Created attachment 89327 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89327&action=edit Bug 22791: Unify calculation between aqui-home and ordered.pl To test: 1 - Enable order price rounding 2 - Order an example with 8 * 16,99 and 42% discount, 19.45% tax. 3 - Check ordered page - 94.17 is total 4 - Check aqui-home - 94.16 is total 5 - Apply patch 6 - Verify numbers now match Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 21:49:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 19:49:41 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Arthur Bousquet changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89326|0 |1 is obsolete| | --- Comment #3 from Arthur Bousquet --- Created attachment 89328 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89328&action=edit Bug 22816: OPAC detail holdings table should now look a bit better This patch sets the "autowidth" option to "false" for the OPAC holdings DataTable on opac-detail.pl. This gives the table a fluid width rather than having the width be "hard-coded" by DataTables upon first page render. To test, apply the patch and view the detail page for a bibliographic record with some items. Under the "Holdings" tab, the table of holdings should fill the width of the tab container. Resize the browser window and confirm that the table width adjusts accordingly. Signed-off-by: Bin Wen Signed-off-by: arthur -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 22:05:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:05:23 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #15 from Jonathan Druart --- Martin, the patch does not apply: error: sha1 information is lacking or useless (C4/Circulation.pm). -- You are receiving 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 3 22:09:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:09:32 +0000 Subject: [Koha-bugs] [Bug 7862] Warns when creating a new notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88996|0 |1 is obsolete| | --- Comment #4 from Maryse Simard --- Created attachment 89329 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89329&action=edit Bug 7862: Preventing warns when creating a notice To reproduce warns: 1) Go to Tools -> Notices & slips 2) Create a new notice of any module Notice these warns: Use of uninitialized value $code in regexp compilation at /home/vagrant/kohaclone/tools/letter.pl line 265. Use of uninitialized value $code in regexp compilation at /home/vagrant/kohaclone/tools/letter.pl line 265. Use of uninitialized value $code in regexp compilation at /home/vagrant/kohaclone/tools/letter.pl line 265. CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_svc_letters_get line 50, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_svc_letters_get line 50, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. 3) Create a new notice of the Circulation module Notice this additional warn: Use of uninitialized value $code in pattern match (m//) at /home/vagrant/kohaclone/tools/letter.pl line 258. To test: 4) Apply patch and refresh page 5) Run steps 1-3 again and confirm no warns show Sponsored-by: Catalyst IT Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 22:09:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:09:30 +0000 Subject: [Koha-bugs] [Bug 7862] Warns when creating a new notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862 Maryse Simard 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 3 22:10:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:10:59 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Arthur Bousquet changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.bousquet at inlibro.com --- Comment #4 from Arthur Bousquet --- The bug isn't present in Firefox 67.0b16 but is in Chrome 74.0.3729.131 The patch works for this version of Chrome an doesn't change anything in Firefox -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 22:18:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:18:42 +0000 Subject: [Koha-bugs] [Bug 22826] Allow indexing of individual authority records in Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826 Michal Denar 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 3 22:18:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:18:46 +0000 Subject: [Koha-bugs] [Bug 22826] Allow indexing of individual authority records in Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89218|0 |1 is obsolete| | --- Comment #2 from Michal Denar --- Created attachment 89330 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89330&action=edit Bug 22826: Allow indexing of individual authorities in Elasticsearch To test: 1 - perl misc/search_tools/rebuild_elastic_search.pl -h 2 - Note it indicates the bn option can be passed to index individual authids 3 - perl misc/search_tools/rebuild_elastic_search.pl -a -bn 92 -v 4 - Note the error 5 - Apply patch 6 - perl misc/search_tools/rebuild_elastic_search.pl -h 7 - Note new option ai|authid for indexing individual authids 8 - Note updated text for bn|biblionumber option 9 - perl misc/search_tools/rebuild_elastic_search.pl -a -bn 92 -v 10 - No errors, but no records indexed 11 - perl misc/search_tools/rebuild_elastic_search.pl -a -ai 92 -v 12 - 1 record indexed 13 - perl misc/search_tools/rebuild_elastic_search.pl -ai 92 -bn 92 -v 14 - 1 authority record and 1 biblio record indexed Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 22:24:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:24:12 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |maryse.simard at inlibro.com --- Comment #6 from Maryse Simard --- The framework code shown in the confirmation message is not the same as the chosen framework to overwrite. It always shows the code for the last framework in the list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 22:37:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:37:03 +0000 Subject: [Koha-bugs] [Bug 21572] Allow checkout an item with reserve that is not yet in waiting state In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21572 Marie-Luce Laflamme changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |marie-luce.laflamme at inlibro | |.com --- Comment #14 from Marie-Luce Laflamme --- patch does not apply CONFLICT (content): Merge conflict in C4/Circulation.pm error: Failed to merge in the changes. Patch failed at 0001 Bug 21572: Unify checkout policy of reserved items in SIP, SCO, and intranet Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-21572-Unify-checkout-policy-of-reserved-items--bkchx6.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 22:52:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:52:32 +0000 Subject: [Koha-bugs] [Bug 22845] New: Fees details in cash registry statistics Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22845 Bug ID: 22845 Summary: Fees details in cash registry statistics Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: alexandre.breton at ccsr.qc.ca QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Created attachment 89331 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89331&action=edit fees in cash register Hi, It will be usefull to have the details of fines paid in cash registrer statistics. More precisely, the cash register is listing only the total fees paid by each user The best could be to have the same informations as in the account of the user (fees paid). This can help some librarians to make their budget faster and where the money is coming from. Thanks, Alexandre -- You are receiving 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 3 22:53:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 20:53:10 +0000 Subject: [Koha-bugs] [Bug 22845] Fees details in cash registry statistics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22845 --- Comment #1 from Alexandre --- Created attachment 89332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89332&action=edit fees paid in account -- You are receiving 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 3 23:05:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:05:04 +0000 Subject: [Koha-bugs] [Bug 8562] RandomizeHoldsQueueWeight ignored if StaticHoldsQueueWeight is empty. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8562 Phil Ringnalda changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org --- Comment #17 from Phil Ringnalda --- Not still valid, he fixed it in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803#c14 instead. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:12:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:12:34 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #37 from Jonathan Druart --- Created attachment 89333 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89333&action=edit Bug 18928: (bug 22679 follow-up) Do not remove all rules along with the issuing rule We actually want to remove maxissueqty and maxonsiteissueqty (for now) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:13:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:13:47 +0000 Subject: [Koha-bugs] [Bug 22846] New: Remove warning in the manual about needing StaticHoldsQueueWeight to use RandomizeHoldsQueueWeight Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22846 Bug ID: 22846 Summary: Remove warning in the manual about needing StaticHoldsQueueWeight to use RandomizeHoldsQueueWeight Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: phil at chetcolibrary.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- The paragraph in https://koha-community.org/manual/18.11/en/html/systempreferences.html#staticholdsqueueweight-holdsqueueskipclosed-randomizeholdsqueueweight saying Leaving StaticHoldsQueueWeight empty is contraindicated at this time. Doing so will cause the build_holds_queue script to ignore RandomizeHoldsQueueWeight, causing the script to request hold fulfillment not randomly, but by alphabetical order. is talking about (without mentioning it by number) bug 8562, which was fixed in bug 12803 comment 14. -- You are receiving 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 3 23:14:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:14:24 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22679 --- Comment #38 from Jonathan Druart --- (In reply to Liz Rea from comment #36) > Hi, Hi Liz, thanks a lot for testing! > There is something odd here - the Defaults row seems to always say (not set) > even if the rules are propagated? That's definitely wrong, and is happening before this patch. I am going to investigate and open a new bug report. > Deleting the All-All rule from the main table seems to clear the default > checkout, hold, and return policy values? Is that expected? You can re-set > the checkout hold and return policy rules without having an All-All rule, > but deleting it seems to delete both? Good catch, caused by bug 22679, following up here as it should not have side-effects in master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:14:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:14:24 +0000 Subject: [Koha-bugs] [Bug 22679] circulation_rules are not deleted when accompanying issuingrules are deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22679 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18928 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:15:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:15:16 +0000 Subject: [Koha-bugs] [Bug 22679] circulation_rules are not deleted when accompanying issuingrules are deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22679 --- Comment #7 from Jonathan Druart --- See bug 18928 comment 37 for a follow-up on this, we should not delete all rules. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:19:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:19:29 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89333|0 |1 is obsolete| | --- Comment #39 from Jonathan Druart --- Created attachment 89334 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89334&action=edit Bug 18928: (bug 22679 follow-up) Do not remove all rules along with the issuing rule We actually want to remove maxissueqty, maxonsiteissueqty and max_holds (for now) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:33:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:33:09 +0000 Subject: [Koha-bugs] [Bug 22847] New: Specific circ rule by patron category is displaying the default (or not displaying) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Bug ID: 22847 Summary: Specific circ rule by patron category is displaying the default (or not displaying) Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: critical Priority: P5 - low Component: System Administration Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Depends on: 18887, 18925 Target Milestone: --- There are several things going wrong on the circulation rules screen. The global rule is displayed for specific libraries (even if the rule does not exist for the library), and max_holds is always blank. I have trouble finding the root of the issue, but I will propose a patch to fix both problem. Certainly a mismatch between bug 18887 and bug 18925. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887 [Bug 18887] Introduce new table 'circulation_rules', use for 'max_holds' rules https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18925 [Bug 18925] Move maxissueqty and maxonsiteissueqty to circulation_rules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:33:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:33:09 +0000 Subject: [Koha-bugs] [Bug 18887] Introduce new table 'circulation_rules', use for 'max_holds' rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22847 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:33:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:33:09 +0000 Subject: [Koha-bugs] [Bug 18925] Move maxissueqty and maxonsiteissueqty to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18925 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22847 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:35:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:35:37 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 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 3 23:35:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:35:40 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 --- Comment #1 from Jonathan Druart --- Created attachment 89335 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89335&action=edit Bug 22847: Correctly displayed circ rule values for max_holds and maxissue* There are several things going wrong on the circulation rules screen. The global rule is displayed for specific libraries (even if the rule does not exist for the library), and max_holds is always blank. I have trouble finding the root of the issue, but I will propose a patch to fix both problem. Certainly a mismatch between bug 18887 and bug 18925. Test plan: 0. Do not apply the patch 1. Notice the issue on the circulation rules screen 2. Apply the patch 3. Confirm that the value you set are correctly displayed (and not the propagated ones!) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:35:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:35:54 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:38:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:38:46 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #40 from Jonathan Druart --- (In reply to Jonathan Druart from comment #38) > (In reply to Liz Rea from comment #36) > > There is something odd here - the Defaults row seems to always say (not set) > > even if the rules are propagated? > > That's definitely wrong, and is happening before this patch. I am going to > investigate and open a new bug report. See bug 22847. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:39:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:39:47 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #41 from Jonathan Druart --- Created attachment 89336 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89336&action=edit Bug 18928: (bug 22847 follow-up) Display correctly the values (not the propagated ones) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:40:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:40:20 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #42 from Jonathan Druart --- And I think we are good now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 3 23:47:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 May 2019 21:47:37 +0000 Subject: [Koha-bugs] [Bug 22805] memberentry.pl crashes when date of birth year matches 0YYY. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22805 --- Comment #4 from Barton Chittenden --- (In reply to Jonathan Druart from comment #3) > Here it is not saved, the crash appears at > Koha::Patron::get_age('Koha::Patron=HASH(0x55dfa6af0400)') called at > /home/vagrant/kohaclone/members/memberentry.pl line 338 > > before the patron is stored (on line 434). Ok, let's fix that then. I've changed the bug title accordingly. -- You are receiving 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 4 06:51:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 04:51:44 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:15:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:15:16 +0000 Subject: [Koha-bugs] [Bug 22800] No need to raw filter the mandatory fields var (OPAC suggestions) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800 Chris Cormack 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 Sat May 4 09:15:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:15:19 +0000 Subject: [Koha-bugs] [Bug 22800] No need to raw filter the mandatory fields var (OPAC suggestions) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89325|0 |1 is obsolete| | --- Comment #3 from Chris Cormack --- Created attachment 89337 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89337&action=edit Bug 22800: (bug 22550 follow-up) Do not raw filter when not necessary (OPAC suggestions) This is a follow-up for bug 22550, we do not need to use the $raw filter. Test plan: Same as bug 22550: Test plan: Test plan: 1. OPAC->login->your purchase suggestions->New purchase suggestion 2. Click button "Submit your suggestion" directly without filling in any field. Empty suggestion record was added succeffully. 3. Apply the patch. 4. Click button "Submit your suggestion" directly without filling in any field. The required fields should be labeled in red. (you can change the mandatory fields by preference 'OPACSuggestionMandatoryFields') Signed-off-by: Bin Wen 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 Sat May 4 09:25:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:25:32 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #43 from Agust?n Moyano --- Created attachment 89338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89338&action=edit Bug 18928: Add Branches.HasCirculationRules and set branchcode in CirculationRules.Search This patch tackles two issues: 1) Defaults row always says (not set) because "default_rules" param was deleted from smart-rules.pl. 2) When setting standard hold rules for all libraries, hold policy, pickup and return always says 'Not Set' even if you defined values. This is because "current_branch" variable was used in CirculationRules.Search, and current_branch value for default is "*". Solutions: 1) Add Koha::Template::Plugin::Branches->HasCirculationRules method that returns 1 if defined branch has circulation rules. 2) Switch "current_branch" for "branchcode" whose value is undef for default rules. To test: 1) Apply previous patches 2) set default values for all libraries CHECK => hold policy, pickup and return remains in 'Not set' 3) select a library 4) set values for that library CHECK => first column always says "Defaults (not set)" 5) Apply this patch SUCCESS => Hold, pickup and return default values for all libraries are now shown => First column of default rules, and of the library selected in step 3 only says "Defaults" 6) Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:27:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:27:36 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89024|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 4 09:27:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:27:40 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89338|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 4 09:27:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:27:44 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89334|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 4 09:27:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:27:48 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89336|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 4 09:27:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:27:52 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89017|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 4 09:27:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:27:57 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89018|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 4 09:28:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:28:02 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89019|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 4 09:28:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:28:06 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89020|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 4 09:28:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:28:09 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89021|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 4 09:28:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:28:12 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89022|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 4 09:28:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:28:18 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89023|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 4 09:30:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:30:55 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #44 from Agust?n Moyano --- Created attachment 89339 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89339&action=edit Bug 18928: Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules Test Plan: 1) Apply dependancies 2) Apply this patch set 3) Run updatedatabase.pl 4) Ensure holdallowed and hold_fulfillment_policy rules behavior remains unchanged Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:00 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #45 from Agust?n Moyano --- Created attachment 89340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89340&action=edit Bug 18928: Add DB structure changes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:04 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #46 from Agust?n Moyano --- Created attachment 89341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89341&action=edit Bug 18928: Add missing filters Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:08 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #47 from Agust?n Moyano --- Created attachment 89342 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89342&action=edit Bug 18928: Update new occurrences Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:13 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #48 from Agust?n Moyano --- Created attachment 89343 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89343&action=edit Bug 18928: (follow-up) Make DB update idempotent Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:16 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #49 from Agust?n Moyano --- Created attachment 89344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89344&action=edit Bug 18928: (follow-up) Unset max_holds rule if needed Test plan: 1) Set all values in Default checkout, hold and return policy section on circulation rules admin page, try for all libraries and for one specific library. Save. 2) Click on unset and confitm --> without patch, the Maximum total holds allowed value remains --> with patch the unset removex Maximum holds value too Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:20 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #50 from Agust?n Moyano --- Created attachment 89345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89345&action=edit Bug 18928: DBIC schema update Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:24 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #51 from Agust?n Moyano --- Created attachment 89346 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89346&action=edit Bug 18928: Use get_effective_rule in GetBranchItemRule Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:28 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #52 from Agust?n Moyano --- Created attachment 89347 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89347&action=edit Bug 18928: (bug 22679 follow-up) Do not remove all rules along with the issuing rule We actually want to remove maxissueqty, maxonsiteissueqty and max_holds (for now) Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:32 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #53 from Agust?n Moyano --- Created attachment 89348 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89348&action=edit Bug 18928: (bug 22847 follow-up) Display correctly the values (not the propagated ones) Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:31:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:31:36 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #54 from Agust?n Moyano --- Created attachment 89349 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89349&action=edit Bug 18928: Add Branches.HasCirculationRules and set branchcode in CirculationRules.Search This patch tackles two issues: 1) Defaults row always says (not set) because "default_rules" param was deleted from smart-rules.pl. 2) When setting standard hold rules for all libraries, hold policy, pickup and return always says 'Not Set' even if you defined values. This is because "current_branch" variable was used in CirculationRules.Search, and current_branch value for default is "*". Solutions: 1) Add Koha::Template::Plugin::Branches->HasCirculationRules method that returns 1 if defined branch has circulation rules. 2) Switch "current_branch" for "branchcode" whose value is undef for default rules. To test: 1) Apply previous patches 2) set default values for all libraries CHECK => hold policy, pickup and return remains in 'Not set' 3) select a library 4) set values for that library CHECK => first column always says "Defaults (not set)" 5) Apply this patch SUCCESS => Hold, pickup and return default values for all libraries are now shown => First column of default rules, and of the library selected in step 3 only says "Defaults" 6) Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 09:51:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:51:56 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 --- Comment #6 from Chris Cormack --- Created attachment 89350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89350&action=edit Bug 22787: Add mapping of letters "?" and "?" to zebra definitions Test plan: 0) Do not apply the patch 1) Add some word with character "?" into metadata, for example author "Martin?, Bohuslav" 2) Try to search it with "Martinu" and you'll see you can't find it 3) Apply the patch 4) Copy file etc/zebradb/etc/word-phrase-utf.chr to your /etc/koha directory sudo cp etc/zebradb/etc/word-phrase-utf.chr /etc/koha/zebradb/etc/ 5) koha-zebra --restart kohadev 6) koha-rebuild-zebra -f kohadev 6) try to search "Martinu" again - you should be able to find your record Signed-off-by: Josef Moravec Signed-off-by: Michal Denar 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 Sat May 4 09:52:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:52:31 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Attachment #89010|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 4 09:52:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:52:55 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89257|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 4 09:53:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:53:09 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 Chris Cormack 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 Sat May 4 09:58:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:58:11 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Chris Cormack 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 Sat May 4 09:58:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 07:58:14 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89328|0 |1 is obsolete| | --- Comment #5 from Chris Cormack --- Created attachment 89351 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89351&action=edit Bug 22816: OPAC detail holdings table should now look a bit better This patch sets the "autowidth" option to "false" for the OPAC holdings DataTable on opac-detail.pl. This gives the table a fluid width rather than having the width be "hard-coded" by DataTables upon first page render. To test, apply the patch and view the detail page for a bibliographic record with some items. Under the "Holdings" tab, the table of holdings should fill the width of the tab container. Resize the browser window and confirm that the table width adjusts accordingly. Signed-off-by: Bin Wen Signed-off-by: arthur 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 Sat May 4 10:12:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 08:12:39 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22821 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 [Bug 22821] Patron notes about item email notification fallback order is incorrect -- You are receiving 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 4 10:12:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 08:12:52 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22823 -- You are receiving 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 4 10:12:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 08:12:52 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22843 -- You are receiving 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 4 10:12:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 08:12:39 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22823 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 [Bug 22823] Koha::Library needs a method for obtaining the incoming email address -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 10:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 08:13:09 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22821 -- You are receiving 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 4 10:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 08:13:09 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22843 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 12:47:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 10:47:53 +0000 Subject: [Koha-bugs] [Bug 6952] Show number of MARC records to export before exporting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6952 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |koha-bugs at lists.koha-commun | |ity.org CC| |katrin.fischer at bsz-bw.de Summary|have MARC export tool |Show number of MARC records |display count of bibs it |to export before exporting |will export before | |exporting | Status|ASSIGNED |NEW --- Comment #3 from Katrin Fischer --- (In reply to Marc V?ron from comment #2) > Still valid? Still valid, should now also cover authority records. Resetting Assignee. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 12:51:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 10:51:02 +0000 Subject: [Koha-bugs] [Bug 6936] Allow to limit on multiple itemtypes when exporting bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6936 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|allow selection by multiple |Allow to limit on multiple |item types or libraries |itemtypes when exporting |when exporting bibs/items |bibliographic records Status|ASSIGNED |NEW --- Comment #6 from Katrin Fischer --- Since this bug has been filed multi-select for libraries has been added, multi-select for itemtypes is still missing. Resetting asignee and changing bug title. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 12:51:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 10:51:09 +0000 Subject: [Koha-bugs] [Bug 6936] Allow to limit on multiple itemtypes when exporting bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6936 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 12:52:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 10:52:50 +0000 Subject: [Koha-bugs] [Bug 6892] If a URL has been entered without http://, it isn't correctly linked In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6892 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- Maybe a good first step would be to add http in case of first indicator = 4 and the URL doesn't start with that or https already and leave the content alone otherwise. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:01:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:01:23 +0000 Subject: [Koha-bugs] [Bug 6879] Actual price should show correctly on order line and basket summary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6879 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|mathsabypro at gmail.com |koha-bugs at lists.koha-commun | |ity.org --- Comment #15 from Katrin Fischer --- Ressetting assignee as Mathieu Saby is no longer working on Koha. Needs retesting, last checked 2017. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:03:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:03:32 +0000 Subject: [Koha-bugs] [Bug 6866] Accessing 'additem.pl' with no CGI params causes error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6866 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|enhancement |minor --- Comment #1 from Katrin Fischer --- This is still valid: Can't call method "fields" on an undefined value at /home/vagrant/kohaclone/cataloguing/additem.pl line 752 Would be nice to catch this and display a human-friendlier error. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:15:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:15:51 +0000 Subject: [Koha-bugs] [Bug 14856] self registration doesn't check for duplicates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14856 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #5 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 12566 *** -- You are receiving 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 4 13:15:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:15:51 +0000 Subject: [Koha-bugs] [Bug 12566] Duplicate checks for Self Registered borrowers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12566 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #5 from Katrin Fischer --- *** Bug 14856 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:16:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:16:43 +0000 Subject: [Koha-bugs] [Bug 12566] Duplicate checks for self registered patrons (other than email) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12566 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Duplicate checks for Self |Duplicate checks for self |Registered borrowers |registered patrons (other | |than email) -- You are receiving 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 4 13:23:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:23:53 +0000 Subject: [Koha-bugs] [Bug 6848] Stronger password management for staff users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6848 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|ASSIGNED |RESOLVED Assignee|kohapatch at gmail.com |koha-bugs at lists.koha-commun | |ity.org Summary|Stronger password mgmt on |Stronger password |Staff Interface |management for staff users See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21309, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13664 --- Comment #1 from Katrin Fischer --- (In reply to Savitra Sirohi from comment #0) > 1. Don't allow first or last name to be used in the password > 2. Force password change using a system pref controlled period I think 1) could be covered by using plugins for password strength. Note: We alredy have a system preference for better password complexity now. Bug 13664 - Add password strength plugin 2) I think is interesting. There is a bug asking for a feature that enforces password reset on first login: Bug 21309 - Enforce password change on login This could act as the foundation for a regular password reset. I think this bug is too broad right now, asking for at least 2 features. Therefore I am closing this bug as 'moved'. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:23:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:23:53 +0000 Subject: [Koha-bugs] [Bug 21309] Enforce password change on login In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21309 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6848 -- You are receiving 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 4 13:23:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:23:53 +0000 Subject: [Koha-bugs] [Bug 13664] Add password strength plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13664 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6848 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:27:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:27:08 +0000 Subject: [Koha-bugs] [Bug 21309] Enforce password change on login In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21309 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6847 -- You are receiving 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 4 13:27:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:27:08 +0000 Subject: [Koha-bugs] [Bug 6847] Script to send ACCT_DETAILS like email to a group of patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6847 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bulk userid, password |Script to send ACCT_DETAILS |generation and email |like email to a group of | |patrons Assignee|kohapatch at gmail.com |koha-bugs at lists.koha-commun | |ity.org See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21309 Status|ASSIGNED |NEW --- Comment #4 from Katrin Fischer --- I think if we are going to realize this, we should also ask for email confirmation and possibly enforce password change on first login. Note: with the option to reset your passwords, this might no longer be a necessary feature? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:29:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:29:12 +0000 Subject: [Koha-bugs] [Bug 6813] Search for duplicates across orders, suggestions and catalog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6813 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|amitddng135 at gmail.com |koha-bugs at lists.koha-commun | |ity.org Summary|Acquistions - duplicate |Search for duplicates |search across orders, |across orders, suggestions |suggestions and catalog |and catalog --- Comment #40 from Katrin Fischer --- It looks like this got really close at one point, but was then abandoned. I am not sure if any of the existing code here from 2013 could be reused. Resetting to NEW. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:31:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:31:10 +0000 Subject: [Koha-bugs] [Bug 6778] Display suggestor's name in catalog detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6778 --- Comment #5 from Katrin Fischer --- I wonder if we should mark this WONTFIX for now. I am not clear about the use case, why is the suggestor interesting? How to deal with mulitple items bought as a result from multiple suggestions/suggestors? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:35:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:35:54 +0000 Subject: [Koha-bugs] [Bug 6771] Unable to refresh large number of patrons with import_borrowers.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- We have been working with files of multiple thousands in recent versions. There is no also the REST API for patrons and a command line script. Closing this RESOLVED FIXED, please reopen if I am mistaken. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:38:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:38:16 +0000 Subject: [Koha-bugs] [Bug 6760] Generate new card number on renewals and duplicate card issuance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6760 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|ASSIGNED |RESOLVED --- Comment #2 from Katrin Fischer --- There is not a lot of information about the intended feature on this bug and development appears to have been abandoned. Closing as WONTFIX. Please feel free to reopen with more information! -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:39:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:39:32 +0000 Subject: [Koha-bugs] [Bug 6729] Block received order lines from editing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6729 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|block received order lines |Block received order lines |from editing |from editing --- Comment #5 from Katrin Fischer --- >From the last 2 comments: Should we mark this as WONTFIX? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:40:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:40:46 +0000 Subject: [Koha-bugs] [Bug 6725] Make patron duplicate matching for flexible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6725 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|patron duplicate matching |Make patron duplicate | |matching for flexible --- Comment #2 from Katrin Fischer --- Still valid. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:42:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:42:03 +0000 Subject: [Koha-bugs] [Bug 5993] Make tags searchable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5993 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|tags not searchable |Make tags searchable -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:48:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:48:28 +0000 Subject: [Koha-bugs] [Bug 5985] Check amount allocated to child funds when editing amount on parent fund In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5985 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Can edit parent fund amount |Check amount allocated to |to be below amount |child funds when editing |allocated to child funds |amount on parent fund --- Comment #3 from Katrin Fischer --- This bug still exists: 1) Create a child fund to an existing fund 2) Set the amount to something equal or lower than the parent fund 3) Edit parent fund, set it to a lower value than the child fund => You can save 4) Edit the child fund again => You can no longer save, as the amount exceed the amount of the parent fund I think we check upwards, but we also need to check downwards. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:49:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:49:59 +0000 Subject: [Koha-bugs] [Bug 5968] News display on opac-main.pl is particular about browser language settings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5968 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Magnus, can you tell if this is still an issue? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:52:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:52:09 +0000 Subject: [Koha-bugs] [Bug 5938] Maximum number of issues across a family group In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5938 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|kyle.m.hall at gmail.com |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 13:54:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 11:54:42 +0000 Subject: [Koha-bugs] [Bug 5920] Remove HTML from downloaded reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5920 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|remove html from downloaded |Remove HTML from downloaded |reports |reports CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I wonder if there is a library or method somewhere that could just scrub the HTML tags from the results. I also wonder if this should be optional, in some cases keeping the HTML might be useful, depending on how you want to use the exported data. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:00:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:00:35 +0000 Subject: [Koha-bugs] [Bug 3013] Value builder for 006 and 008 need choices for all format types In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3013 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |FIXED CC| |katrin.fischer at bsz-bw.de --- Comment #28 from Katrin Fischer --- I am not sure why this was left in discussion - several patches have been pushed to really old versions of Koha here. I think if any issues remain, we'll need new bugs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:06:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:06:49 +0000 Subject: [Koha-bugs] [Bug 5840] Improve value builder for 007 to work like 008/006 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5840 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|improve fixed field plugins |Improve value builder for | |007 to work like 008/006 CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I feel this bug is a bit general. Checking the different plugins and the other bug, 007 might be the one missing. An XML file exists, but isn't used by the plugin for the standard editor. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:08:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:08:48 +0000 Subject: [Koha-bugs] [Bug 5837] Change installer to use DBIx::Class::Schema::Versioned instead of updatedatabase.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5837 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:10:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:10:27 +0000 Subject: [Koha-bugs] [Bug 5807] Add collection code to circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5807 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Itemtypes can now be grouped to make things a little easier for end users. Overall I am not sure if using a 4th dimension would make circulation rules still managemable: library - patron category - itemtype - collection -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:12:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:12:33 +0000 Subject: [Koha-bugs] [Bug 5800] Hold Policy "home library only" incompatible with CircControl "patron home library" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5800 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.4 |master CC| |katrin.fischer at bsz-bw.de, | |kyle at bywatersolutions.com --- Comment #4 from Katrin Fischer --- Is this fixed by the existing ReservesControlBranch maybe? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:17:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:17:48 +0000 Subject: [Koha-bugs] [Bug 5706] Search, create lists and Export authorities from staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5706 --- Comment #2 from Katrin Fischer --- Hi Elaine, some of your wish list items have been realized since this bug was filed. But I think the other points would have a better chance as separate bug reports. At the moment this bug is a bit too general and QA would ask for it to be split into different patch sets. (In reply to Elaine Bradtke from comment #0) > It would be useful to be able to perform certain operations on authority > records in the staff interface. > > Specifically > 1) Search by creation date > 2) Search by control number > 3) add to a list or create a list from a search results page > 4) export MARC Done, the export tool supports authorities. > 5) batch edit authorities Done, batch record modification supports authorities. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:20:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:20:11 +0000 Subject: [Koha-bugs] [Bug 5590] error message on holds not consistent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5590 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:23:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:23:15 +0000 Subject: [Koha-bugs] [Bug 5566] Misleading grouping of lost items in staff client search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5566 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Katrin Fischer --- I retested in current master and the different descriptions for the different lost values show now. Marking FIXED, please reopen if I missed something. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:24:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:24:47 +0000 Subject: [Koha-bugs] [Bug 5541] links show title twice if 856$y and 856$3 populated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5541 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de Resolution|--- |WONTFIX --- Comment #3 from Katrin Fischer --- This is a WONTFIX as the non-XSLT templates have been deprecated and the problem doesn't manifest with XSLT. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:29:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:29:53 +0000 Subject: [Koha-bugs] [Bug 5523] Display list of items which are to be cataloged in the cataloguing home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5523 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|Display list of items which |Display list of items which |are to be cataloged in the |are to be cataloged in the |cataloguing home page. |cataloguing home page --- Comment #8 from Katrin Fischer --- I am not sure of the use case here. Probably PROC should not be hardcoded, as for other libraries it might have different meaning (still needs to be labelled, but is already catalougued). So probably we'd need a good way to mark things for 'awaiting proper cataloguing'? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:32:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:32:41 +0000 Subject: [Koha-bugs] [Bug 5517] After removal of koha-common package in Debian Squeeze cron jobs are not deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5517 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |mirko at abunchofthings.net, | |tomascohen at gmail.com --- Comment #7 from Katrin Fischer --- As the discussion on this bug indicates that not removing the cronjobs is intended as they are configuration files, but at the same time, there might a different bug... can someone understanding this all rephrase the bug title? :) -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:34:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:34:37 +0000 Subject: [Koha-bugs] [Bug 5504] No pickup library if IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5504 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #5 from Katrin Fischer --- (In reply to Katrin Fischer from comment #4) > I think Nicole's original report can now be solved with setting > OPACAllowUserToChooseBranch. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:37:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:37:08 +0000 Subject: [Koha-bugs] [Bug 5414] staged import dies silently if MARC::Record chokes on a too-large MARC record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5414 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- (In reply to Jon Knight from comment #1) > MARC::Record 2.0.6 is now required. Is this still a problem as that bug was > fixed in MARC::Record 2.0.3 back in 2011? > > https://metacpan.org/changes/distribution/MARC-Record > > 2.0.3 Fri Jan 14 17:50:12 EST 2011 > - RT#62296: fix crash when dealing with record bigger than > 99999 bytes (Alex Arnaud) > - test cases for MARC::Field->subfields() > - RT#61198: let subfields return an empty array on control > fields (Colin Campbell) Closing, thx Jon! -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:39:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:39:08 +0000 Subject: [Koha-bugs] [Bug 5362] Simple (non-MARC) cataloging interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5362 --- Comment #2 from Katrin Fischer --- Is this still something we intend to do? It would leave us with 3 editors... simple, standard and advanced to maintain. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:40:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:40:13 +0000 Subject: [Koha-bugs] [Bug 5353] Old basket and basketgroups In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5353 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer --- There is not enough information here to see what the intended change was. Francois is no longer working on Koha. Moving to WONTFIX. Please feel to reopen with more information. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:41:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:41:32 +0000 Subject: [Koha-bugs] [Bug 5323] koha package should install a setup that works with koha-common In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5323 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |mirko at abunchofthings.net Assignee|robin at catalyst.net.nz |koha-bugs at lists.koha-commun | |ity.org Status|ASSIGNED |NEW --- Comment #2 from Katrin Fischer --- Is having koha and koha-common still intended or should this be abandoned? Removing assignee (Robin) -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:42:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:42:33 +0000 Subject: [Koha-bugs] [Bug 5316] Limit Z39.50 targets to specific users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5316 --- Comment #2 from Katrin Fischer --- Would it help to have the checked setting depend on the homebranch of the staff user as a first step? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:43:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:43:09 +0000 Subject: [Koha-bugs] [Bug 5292] Google Preview Option for OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5292 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|REOPENED |NEW -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:44:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:44:39 +0000 Subject: [Koha-bugs] [Bug 5287] Add floating toolbar to search results in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5287 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|Would be nice to have |Add floating toolbar to |search result options |search results in OPAC |repeated at bottom of page, | |and page nav repeated at | |top of list | --- Comment #2 from Katrin Fischer --- Fixed by using a floating toolbar in staff. Maybe something similar could be thought of for the OPAC? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:49:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:49:46 +0000 Subject: [Koha-bugs] [Bug 5272] Patron attributes option in patron import is confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5272 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|can't import just patron |Patron attributes option in |attributes |patron import is confusing Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de Resolution|--- |WORKSFORME --- Comment #2 from Katrin Fischer --- There have been no more comments since 2010 about the labelling. I am closing WORKSFORME as I think the intention is clear and we also have it documented in the manual. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:50:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:50:54 +0000 Subject: [Koha-bugs] [Bug 5256] Merge bibs should work from cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5256 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- We now have the option to merge items from the cataloguing search as well. I am in doubt if we really need a 3rd option. Marking WONTFIX, please reopen if you disagree! -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:53:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:53:46 +0000 Subject: [Koha-bugs] [Bug 5216] Returning lost material with Forgive Fines does not forgive overdue charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5216 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha.sekjal at gmail.com |koha-bugs at lists.koha-commun | |ity.org Status|ASSIGNED |NEW Component|Circulation |Fines and fees CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- This probably needs retesting, we have since added quite a lot of options for lost item workflows. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:55:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:55:38 +0000 Subject: [Koha-bugs] [Bug 5185] Batch item modification should (optionally) update the last seen time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5185 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Match modification should |Batch item modification |(optionally) update the |should (optionally) update |last seen time |the last seen time Status|ASSIGNED |NEW CC| |katrin.fischer at bsz-bw.de Assignee|robin at catalyst.net.nz |koha-bugs at lists.koha-commun | |ity.org --- Comment #5 from Katrin Fischer --- +1 for making this a checkbox. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 14:57:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 12:57:56 +0000 Subject: [Koha-bugs] [Bug 5174] Display successfully-submitted tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5174 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I think this would be nice. Currently the 'missing' feedback when adding tags from the result list and detail page is a bit confusing. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:00:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:00:25 +0000 Subject: [Koha-bugs] [Bug 5159] HomeOrHoldingBranch syspref description misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5159 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Katrin Fischer --- (In reply to Owen Leonard from comment #1) > Is this bug still valid? The current wording: > > "Use the checkout and fines rules of [ the library the item was checked out > from | the library the item is from ]" The description is different now than at the time the bug was filed. Marking RESOLVED FIXED. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:02:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:02:06 +0000 Subject: [Koha-bugs] [Bug 5145] Show call number for available item in XSLT availability information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5145 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Call number in XSLT |Show call number for |availability information |available item in XSLT | |availability information -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:07:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:07:02 +0000 Subject: [Koha-bugs] [Bug 5069] Authority clean-up scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5069 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_0 |master --- Comment #2 from Katrin Fischer --- (In reply to Christopher Chagal from comment #0) > When we originally migrated our data, we loaded ~ 40,000 auth records > corresponding to ~ 200,000 bib records. I ran the > link_bibs_to_authorities.pl script, but it appears that we have some bad > data in our authorities (or our bibs?), because some did not link correctly. > > I wonder if there's a way to utilize the process that creates authority > records from the appropriate fields during the record creation process to > generate authority records from unlinked headings of existing bibs. That might be possible now - but not sure. > In addition, we'd like to be able to delete the authorities we imported that > have no bibs linked. There is a script to delete unused authorities. > I asked this question yesterday on IRC#koha and Chris Cormack mentioned that > a script could be written for both of these and it "might be a good koha > code learning exercise for someone at catalyst." He asked me to submit this > enhancement and assign it to him. > > One thing I should add is this: If there is not already a duplicate auth > record checking functionality built into the process which auto-generates > authorities during the record creation process, it seems that this would be > important for a command line script, since we wouldn't want to create a > bunch of identical authorities (which would then not function correctly as > authority records). Perhaps the link_bibs_to_authorities.pl script contains > the necessary dup finding code? > > We're running 3.00.05.001 (on Debian Lenny), so it would be useful for us if > the scripts were compatible with 3.0 & 3.2. If necessary, we'd be willing > to upgrade to 3.00.06 (we're hoping to do so soon, anyway, unless 3.2 > becomes stable before we get around to it :) ). I think there are several issues described here: - duplicate check when auto-creating authorities - create authority records for unlinked headings automatically It might be worthwhile to split this into several more specific bugs if people are still interested. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:08:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:08:01 +0000 Subject: [Koha-bugs] [Bug 5062] Acq terminology: list price, ordering price, vendor price, RRP In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5062 --- Comment #8 from Katrin Fischer --- Hi Caroline, do you think we can close this onw that replacement price has its own input field? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:10:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:10:04 +0000 Subject: [Koha-bugs] [Bug 4971] Planning types not translatable in acq In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4971 --- Comment #3 from Katrin Fischer --- (In reply to Aleisha Amohia from comment #2) > Is this still valid? I think it is. :) -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:13:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:13:29 +0000 Subject: [Koha-bugs] [Bug 4860] Budget planning "show column" menu should list only hidden columns In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4860 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Still valid. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:16:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:16:07 +0000 Subject: [Koha-bugs] [Bug 4971] Planning types not translatable in acq In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4971 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Katrin Fischer --- Hi Alesiha, actually, you were right! itemtypes, months, etc. are translatable now. I think the issue for authorised values is a different one, so setting to RESOLVED. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:17:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:17:52 +0000 Subject: [Koha-bugs] [Bug 6952] Show number of MARC records to export before exporting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6952 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=4855 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:17:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:17:52 +0000 Subject: [Koha-bugs] [Bug 4855] Tools/Export does not tell browser file size In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4855 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6952 --- Comment #2 from Katrin Fischer --- Linking to bug 6952 suggesting to show the number of records before download. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:18:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:18:50 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #55 from Jonathan Druart --- (In reply to Agust?n Moyano from comment #54) > Created attachment 89349 [details] [review] Hola Agust?n, are you sure this patch is still needed after the 2 follow-ups I attached yesterday? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:20:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:20:50 +0000 Subject: [Koha-bugs] [Bug 4488] OPAC reports incorrect hold limit in warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4488 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|OPAC reports incorrect hold |OPAC reports incorrect hold |limit in warning. |limit in warning --- Comment #2 from Katrin Fischer --- I wonder how to make this easy to understand for users. We now have several limits that could trigger: - system preference maxreserves for a global limit - limits on number of holds per record in circ rules - limits on number of holds per itemtype in circ rules Especially for the settings in circ rules giving a good feedback to the user might be really difficult as library and itemtypes (might be different on the same record) can also play a role. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:27:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:27:00 +0000 Subject: [Koha-bugs] [Bug 4450] Type of error return causes problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4450 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|ASSIGNED |RESOLVED --- Comment #7 from Katrin Fischer --- I am inclined to mark this as WONTFIX for now and ask for separate bugs to be filed for methods to be changed if still necessary. As the initial patch set shows there have been regressions with the global approach, so some smaller steps might be more helpful. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:31:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:31:52 +0000 Subject: [Koha-bugs] [Bug 4373] Placing and Processing Items Simultaneously causes multiple issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4373 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #3 from Katrin Fischer --- Another 4+ years have passed and holds activity in our libraries is too low to have seen this I guess. Is this still valid? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:35:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:35:02 +0000 Subject: [Koha-bugs] [Bug 4304] autoBarcode should increment from user defind value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4304 --- Comment #2 from Katrin Fischer --- The easiest way around this right now is to create the first item with your 'start number' and then Koha will count from that as always the highest existing barcode is used. I wonder if this is not easier than having to maintain a different setting? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:37:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:37:14 +0000 Subject: [Koha-bugs] [Bug 4269] Module DBD::SQLite2 requirement will cause problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4269 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Module is listed as non-required, minimal version 0.33 for Offline Circulation Feature atm. Not sure about the current state of the module itself. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:38:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:38:13 +0000 Subject: [Koha-bugs] [Bug 4234] Automatic transfer shouldn't take precedence over a hold transit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4234 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:40:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:40:27 +0000 Subject: [Koha-bugs] [Bug 22805] memberentry.pl crashes when date of birth year matches 0YYY. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22805 --- Comment #5 from Jonathan Druart --- If it is not saved it means that comment 1 is valid and, so, what is the use case? :) If it's an typo to handle I'd prefer to fix it client-side (force the date plugin to get a date > 1000, maybe 1900?) and not hack Koha::DateUtils. -- You are receiving 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 4 15:40:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:40:34 +0000 Subject: [Koha-bugs] [Bug 22805] memberentry.pl crashes when date of birth year matches 0YYY. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22805 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |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 Sat May 4 15:44:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:44:07 +0000 Subject: [Koha-bugs] [Bug 4202] Improve international currency and exchange support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4202 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #2 from Katrin Fischer --- (In reply to Chris Cormack from comment #0) > This will allow: > 1. the use of a single system preference to set the default currency. > 2. checking the locale of the browser and converting currency displays > accordingly. > 3. access to near real-time exchange rates. > 4. other various assorted possible enhancements using the feature set of > Finances::Quote. Closing this RESOLVED MOVED 1 has been fixed separately. 2 asks for using the local of the browser to convert currency display - this might not be desired. While you might offer different translations to your OPAC, displaying the currency the way it is used locally (where your library is situated) might make more sense. 3 Is a duplicate of bug 3758 4 is not clear on what kinds of 'assorted possible enhancements'. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:44:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:44:39 +0000 Subject: [Koha-bugs] [Bug 4175] duplicate items does not obey autoBarcode sys pref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:45:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:45:36 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- This is not trivial at all and I have no idea how to fix it easily before the release. I would opt to revert bug 22734 if no fix is provided here. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:46:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:46:58 +0000 Subject: [Koha-bugs] [Bug 4171] overduerules.pl needs an overhaul In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4171 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- (In reply to Owen Leonard from comment #1) > I'm guessing this is still valid but this bug could really use a more > succinct description of the problem if it is still a goal that it be fixed. As I was involved in the initial conversation and don't understand all of it and I know some related bugs exist, I am closing this WONTFIX for now. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:46:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:46:58 +0000 Subject: [Koha-bugs] [Bug 13742] Object accessor for overduerules- and overduerules_transport_types-tables. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13742 Bug 13742 depends on bug 4171, which changed state. Bug 4171 Summary: overduerules.pl needs an overhaul https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4171 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:48:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:48:35 +0000 Subject: [Koha-bugs] [Bug 4148] Advanced Search not sorting by author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4148 --- Comment #7 from Katrin Fischer --- > Is it even possible for Zebra to create an index on "100a if present, 700a > if not, but use the first 700a as sorted by first and second indicators?" This seems awfully complicated. I wonder how other systems realize author sorting and if it is even offered? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:50:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:50:39 +0000 Subject: [Koha-bugs] [Bug 22497] '0' width can lead to an infinite loop. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22497 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart --- (In reply to Martin Renvoize from comment #0) > Really the line wrapping code looks like it would benefit from a re-write. Should not we go for a quick fix instead? Like last if $width == 0? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:51:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:51:01 +0000 Subject: [Koha-bugs] [Bug 4120] Add options for handling holds in self checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4120 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- We might want to use AllowItemsOnHoldCheckout here to match the behaviour at the circulation desk. Haven't tested yet, might already be the case. -- You are receiving 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 4 15:52:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:52:37 +0000 Subject: [Koha-bugs] [Bug 20537] Warnings in overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20537 --- Comment #5 from Jonathan Druart --- The code is the same in master so I bet the warning is still there. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:53:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:53:34 +0000 Subject: [Koha-bugs] [Bug 4090] subscription ID showing in OPAC - confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4090 --- Comment #5 from Katrin Fischer --- I am still not sure how this can be resolved best. If a library has multiple subscriptions (might be for the same brach) there is no other way to distinguish them right now but the internal number. The only thing I can come up with is to have the library define a 'name' for the subscription that can be used for filtering and display. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:54:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:54:16 +0000 Subject: [Koha-bugs] [Bug 4040] Placing a hold on an item while it is in transit results in duplicate dialogs upon check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4040 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Circulation |Hold requests CC| |gmcharlt at gmail.com --- Comment #11 from Katrin Fischer --- Requires re-testing. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:54:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:54:23 +0000 Subject: [Koha-bugs] [Bug 18750] t/db_dependent/Circulation/Branch.t fails. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18750 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |INVALID --- Comment #5 from Jonathan Druart --- (In reply to Martin Renvoize from comment #4) > Is this dead now? Yes and no, the tests do not longer exist, but the pm code is still there. As we do not have answer from Mark I would suggest to close this bug report (invalid) and let him reopening it if he thinks it is needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 15:55:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:55:04 +0000 Subject: [Koha-bugs] [Bug 4034] Checking out an item on hold for that patron (but not waiting) results in incorrect message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4034 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt at gmail.com Component|Circulation |Hold requests --- Comment #4 from Katrin Fischer --- Requires re-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 Sat May 4 15:56:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 13:56:23 +0000 Subject: [Koha-bugs] [Bug 4031] Ability to turn off search history for users not logged in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4031 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Expand |Ability to turn off search |EnableOpacSearchHistory |history for users not |options for controlling |logged in |search history | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:00:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:00:45 +0000 Subject: [Koha-bugs] [Bug 11220] Patron edit process doesn't remember restriction selections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11220 --- Comment #3 from Jonathan Druart --- On bug 22805 I am suggesting to improve the incorrect dates handling client-side, to avoid server-side explosion. I know I am cheating here, but which other (known) errors could cause a server-side error? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:00:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:00:59 +0000 Subject: [Koha-bugs] [Bug 11220] Patron edit process doesn't remember restriction selections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11220 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22805 -- You are receiving 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 4 16:00:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:00:59 +0000 Subject: [Koha-bugs] [Bug 22805] memberentry.pl crashes when date of birth year matches 0YYY. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22805 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=11220 -- You are receiving 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 4 16:10:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:10:46 +0000 Subject: [Koha-bugs] [Bug 22430] importing from a UNIMARC backup will import biblio records but not items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22430 --- Comment #7 from Jonathan Druart --- I guess there is the error in a lost output. We would be able to handle that better on top of bug 22417. -- You are receiving 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 4 16:20:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:20:14 +0000 Subject: [Koha-bugs] [Bug 3937] Auto-suggest searching for tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3937 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|'sounds like' searching for |Auto-suggest searching for |tags |tags -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:21:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:21:34 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=3936 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:21:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:21:34 +0000 Subject: [Koha-bugs] [Bug 3936] Integrate Amazon search with purchase suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3936 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14242 -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:22:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:22:20 +0000 Subject: [Koha-bugs] [Bug 1993] Task Scheduler Needs Re-write In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1993 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |3935 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3935 [Bug 3935] Schedule tasks periodically -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:22:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:22:20 +0000 Subject: [Koha-bugs] [Bug 3935] Schedule tasks periodically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3935 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |1993 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1993 [Bug 1993] Task Scheduler Needs Re-write -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:23:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:23:58 +0000 Subject: [Koha-bugs] [Bug 3758] Automatic update of exchange rates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3758 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Automatic Exchange Rates |Automatic update of | |exchange rates -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:28:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:28:18 +0000 Subject: [Koha-bugs] [Bug 3724] T Prefix in the itemBarcodeInputFilter setting doesn't work for some Follett barcodes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3724 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|rel_3_0 |master --- Comment #2 from Katrin Fischer --- (In reply to Lori Ayre from comment #1) > I'm working with another Follett library. They have bar codes that have > mixed case prefixes (sometimes upper and sometimes lower) but they want them > to always be interpreted as upper case (or maybe it doesn't matter once > they've converted to Koha?) > > Anyway, they have barcodes that look like this: p 000123 > and they want them to be interpreted like this: P123 > > Is this the same problem? Koha doesn't care about case sensitivity, so I think it's a similar problem. Strange is that it's using P instead of T? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:31:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:31:02 +0000 Subject: [Koha-bugs] [Bug 3717] Use staffClientBaseURL and OPACBaseURL to rewrite URLs in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3717 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|staffClientBaseURL and |Use staffClientBaseURL and |OPACBaseURL should be used |OPACBaseURL to rewrite URLs | |in Koha --- Comment #6 from Katrin Fischer --- I've rephrased it a bit. See comment 3 for the initial intent by the patch reporter. I am not sure if this is doable, but leaving open for more comments. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:33:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:33:05 +0000 Subject: [Koha-bugs] [Bug 3716] Optionally sort labels for printing by barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3716 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Sorting Labels for printing |Optionally sort labels for |by barcode. |printing by barcode CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I can think of a use case: Say you can all items from your cart to print labels for and put them back on the cart in the sequence you scanned them. The labels will be also printed in that sequence - making it much easier to work through your cart attaching the labels. Maybe we should have a pull down with different options for odering? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:34:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:34:34 +0000 Subject: [Koha-bugs] [Bug 3679] Specify Reply-To address when emailing a list or cart from OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3679 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Specify "from" address when |Specify Reply-To address |emailing a list or cart |when emailing a list or |from opac |cart from OPAC --- Comment #3 from Katrin Fischer --- I am changing From to Reply-To for the reason noted in comment 2. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:37:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:37:43 +0000 Subject: [Koha-bugs] [Bug 3544] Value builder plug-ins don't work with repeatable subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3544 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Do we have a good example to test for a plugin on a repeatable subfield? All I got was plugins on repeatable fields when trying to test this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:54:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:54:32 +0000 Subject: [Koha-bugs] [Bug 3461] Duplicate overdue email notices caused by message settings not being controled by CircControl in System Prerfrences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3461 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21886, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17649 CC| |katrin.fischer at bsz-bw.de Resolution|--- |WONTFIX --- Comment #1 from Katrin Fischer --- I don't feel like tying this to CircControl would fit all use cases, especially since this hasn't been connected for such a long time. I think fixes like Bug 21886 - Add option to send notices from owning library instead of issuing library and Bug 17649 - Create only one message per borrower and overdue level are better. Please reopen if you disagree. -- You are receiving 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 4 16:54:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:54:32 +0000 Subject: [Koha-bugs] [Bug 21886] Add option to send notices from owning library instead of issuing library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21886 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=3461 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:54:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:54:32 +0000 Subject: [Koha-bugs] [Bug 17649] Create only one message per borrower and overdue level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17649 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=3461 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:55:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:55:47 +0000 Subject: [Koha-bugs] [Bug 3451] No facets for tags search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3451 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=5993 --- Comment #1 from Katrin Fischer --- A little confused by this as bug 5993 claims tags are not searchable. Owen, can you help? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:55:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:55:47 +0000 Subject: [Koha-bugs] [Bug 5993] Make tags searchable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5993 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=3451 -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 16:56:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 14:56:40 +0000 Subject: [Koha-bugs] [Bug 3446] Overdue notice count In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3446 --- Comment #1 from Katrin Fischer --- Is this still a desired change? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:04:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:04:41 +0000 Subject: [Koha-bugs] [Bug 3367] Overdue Rules not processed for patrons with checkouts more than 90 days overdue. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3367 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I am not sure if this is still valid: These appear to be the relevant lines of code: 102 =item B<-max> 103 104 Items older than max days are assumed to be handled somewhere else, 105 probably the F script. They are therefore ignored by 106 this program. No notices are sent for them, and they are not added to 107 any CSV files. Defaults to 90 to match F. 499 my $maxdays = ( 500 $overdue_rules->{ "delay" . ( $i + 1 ) } 501 ? $overdue_rules->{ "delay" . ( $i + 1 ) } - 1 502 : ($MAX) 503 ); So I think if you use triggered and have a delay defined... it would not use MAX? -- You are receiving 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 4 17:05:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:05:23 +0000 Subject: [Koha-bugs] [Bug 3342] Changes to holds priority list should be logged for accountability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3342 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22794 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22794 [Bug 22794] Omnibus: Improve and extend logging in Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:05:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:05:23 +0000 Subject: [Koha-bugs] [Bug 22794] Omnibus: Improve and extend logging in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22794 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |3342 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3342 [Bug 3342] Changes to holds priority list should be logged for accountability -- You are receiving 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 4 17:10:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:10:33 +0000 Subject: [Koha-bugs] [Bug 20718] Add ability to have lists that are available to all list editors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20718 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dschust1 at gmail.com --- Comment #13 from Katrin Fischer --- *** Bug 3335 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 Sat May 4 17:10:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:10:33 +0000 Subject: [Koha-bugs] [Bug 3335] Ability to create lists of items with title/call number and save In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3335 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |DUPLICATE CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I believe that Bug 20718 - Add ability to have lists that are available to all list editors would solve this. Marking as duplicate, please change if I am mistaken. *** This bug has been marked as a duplicate of bug 20718 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:27:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:27:17 +0000 Subject: [Koha-bugs] [Bug 22223] Item url double-encode when parameter is an encoded URL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223 --- Comment #11 from Jonathan Druart --- Created attachment 89352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89352&action=edit Bug 22223: Try to not double encoded URIs in items.uri This is just a POC and is not ready for inclusion (Filter.pm and naming need to be discussed). Test plan: Create 2 items, with uri: https://www.google.com/url?q=https://buttercup.pw https://www.google.com/url?q=https%3A%2F%2Fbuttercup.pw Go to the OPAC detail page of the bib record, see that the links are displayed how you entered them. Click on them and confirm that the uri/page is correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:28:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:28:02 +0000 Subject: [Koha-bugs] [Bug 22223] Item url double-encode when parameter is an encoded URL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |jonathan.druart at bugs.koha-c | |ommunity.org Status|NEW |In Discussion --- Comment #12 from Jonathan Druart --- Here is a patch for discussion, could you confirm it fixes the issues you faced? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:29:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:29:15 +0000 Subject: [Koha-bugs] [Bug 1091] Do a second sarch with shorter terms if there are no results found In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1091 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|in the opac search, a |Do a second sarch with |second pass with shorter |shorter terms if there are |terms if there are no |no results found |results? | --- Comment #2 from Katrin Fischer --- I wonder if this is still a desired feature. There are currently different approaches to help searches: - Fuzzy - Stemming - Auto truncation Would shortening the terms (with auto-truncation) really work? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:34:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:34:10 +0000 Subject: [Koha-bugs] [Bug 1092] might be nice to have cookie keep track of patron. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1092 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |MOVED --- Comment #6 from Katrin Fischer --- (In reply to Michael Hafen from comment #5) > (In reply to Katrin Fischer from comment #4) > > Michael, could you explain a bit more how this should work? > > Sure... I was going to use the cookie tracking from reserves, but I wasn't > able to find it. So I'll have to explain this using my own, very out-dated, > code. > > This would effect a few pages: circ/circulation.pl, circ/returns.pl, > circ/renew.pl, reserve/request.pl, members/moremember.pl > > In circulation, request, and moremember you could have code like: > > $borrowernumber = $query->param('borrowernumber') || > $session->param('borrowernumber'); > > And in all the pages there would be code like: > > if ( $borrower->{borrowernumber} != $session->param('borrowernumber') { > $session->param('borrowernumber', $borrower->{borrowernumber}); > } > > With code like this when a borrower's record is loaded through a search, > that borrower's number is stored in the session. After that any access to > pages that require a borrower's record to be loaded can present the most > recently found borrower by pulling their number from the session instead of > the librarian having to search for them. It's most useful in going into the > reserves/request.pl page, which is why there is/used to be code to do the > same thing using a cookie. I think there are links into moremember from > return and renew, so this feature isn't as useful there. Though I have > added a link directory to circulation to the top menu, and to the list on > the return page so that circulation is one click closer there. This sounds a bit like our 'search to hold' feature. Also there is now a 'last patron' feature (showLastPatron preference). Closing this MOVED, please reopen if you disagree! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:35:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:35:31 +0000 Subject: [Koha-bugs] [Bug 1218] New plugin for MARC21 replacement cost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1218 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- Hi Owen, how would it work? You'd enter the price into the item and then when you click into replacement cost it would auto-populate, like for dateaccessioned? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:36:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:36:26 +0000 Subject: [Koha-bugs] [Bug 1356] Lose original search term when select "More options" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1356 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- Hi Aleisha, do you intend to continue working on this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:39:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:39:49 +0000 Subject: [Koha-bugs] [Bug 1724] Add Sys Pref to force search for existing items before placing order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1724 --- Comment #2 from Katrin Fischer --- Maybe instead of forcing an extra step, that might often be unnecessary, having a better duplicate check routine would be nice? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:43:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:43:09 +0000 Subject: [Koha-bugs] [Bug 1821] Sanity check for manual fine/credit, require verification above limit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1821 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Limit amount of manual |Sanity check for manual |fine/credit, require |fine/credit, require |verification above limit |verification above limit Component|Circulation |Fines and fees -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:45:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:45:10 +0000 Subject: [Koha-bugs] [Bug 1884] Managing Suggestions - way to archive/clean up approved/rejected orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1884 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Katrin Fischer --- Choosing the newer bug in this case as it has a nice description of feature parts. *** This bug has been marked as a duplicate of bug 22784 *** -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:45:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:45:10 +0000 Subject: [Koha-bugs] [Bug 1888] Managing Suggestions - Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1888 Bug 1888 depends on bug 1884, which changed state. Bug 1884 Summary: Managing Suggestions - way to archive/clean up approved/rejected orders https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1884 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:45:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:45:10 +0000 Subject: [Koha-bugs] [Bug 22784] Archiving Purchase Suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22784 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #1 from Katrin Fischer --- *** Bug 1884 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:46:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:46:51 +0000 Subject: [Koha-bugs] [Bug 1887] Managing Suggestions - hold books for patron who requested In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1887 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Circulation |Acquisitions -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:52:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:52:37 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano 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 4 17:53:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:53:59 +0000 Subject: [Koha-bugs] [Bug 1966] Allow manual editing of Qty on receive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1966 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from Katrin Fischer --- We have different options here now when ordering a big amount of items: - Choose to create items in cataloguing on basket level - Choose to create all 150 items at once using the 'add multiple items' option either on order or receive -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:56:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:56:26 +0000 Subject: [Koha-bugs] [Bug 22848] New: Ability to merge suggestions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22848 Bug ID: 22848 Summary: Ability to merge suggestions 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: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Target Milestone: --- It can easily happen that multiple suggestions for the same record are made. It would be nice if there was an option to merge them and keep both patrons who made the suggestion linked to 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 Sat May 4 17:56:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:56:58 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #56 from Agust?n Moyano --- (In reply to Jonathan Druart from comment #55) > (In reply to Agust?n Moyano from comment #54) > > Created attachment 89349 [details] [review] [review] > > Hola Agust?n, are you sure this patch is still needed after the 2 follow-ups > I attached yesterday? Hello Jonathan, yesterday night I tested it with the parches, and found those tiny errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 17:57:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:57:07 +0000 Subject: [Koha-bugs] [Bug 22848] Ability to merge suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22848 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=1971 -- You are receiving 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 4 17:57:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 15:57:07 +0000 Subject: [Koha-bugs] [Bug 1971] Suggestion : Should have only one entry by title + a counter of waiting persons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1971 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22848 --- Comment #5 from Katrin Fischer --- I've added bug 22848 for merging suggestions. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:07:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:07:17 +0000 Subject: [Koha-bugs] [Bug 2069] Label Example Image In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2069 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #2 from Katrin Fischer --- Making them translatable might not be easy. One solution I can think of is using numbers or letters and then have the labelling as part of the text. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:09:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:09:25 +0000 Subject: [Koha-bugs] [Bug 20280] Authorised value categories list in bibliographic frameworks has 2 empty entries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20280 --- Comment #5 from Jonathan Druart --- So, weird history. On bug 17216 (which created the authorised_value_categories table), there is one commit adding the empty option in the template: + (Bug 17216: Use Koha::AVC from mss.pl) Then one commit hiding the empty value from the DB: Bug 17216: Do no display the empty string category name And finally the last commit (Bug 17216: Move the AV cat list file to the top level) changed the name of .sql installer file and add the empty entry in the DB (nothing in the commit description or the bug report tells something about that change). Also, another occurrence is in auth_subfields_structure.pl where the empty entry comes from the DB. Prior to 17216 the empty option was added once from the .pl and once from the .tt (not consistent but at least appeared once and only once (I think!). The thing that is wrong is that, I guess, the empty row in DB was added to satisfy the FK (marc_subfield_structure.authorised_value), but it must actually be set to NULL instead of "". The update DB entry (16.06.00.033) set it to NULL, but next change to the framework set it to "". All of that to say that I think we should: 1. uniformize the code to make sure we are using the same code everywhere (also see Koha::AuthorisedValues->new->categories vs Koha::AuthorisedValueCategories->search) 2. Add the empty option in template, but insert NULL when picked 3. In DB, update the '' occurrences with NULL 4. Remove the '' DB row from the .sql installer file Hope that makes sense! -- You are receiving 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 4 18:10:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:10:03 +0000 Subject: [Koha-bugs] [Bug 20280] Authorised value categories list in bibliographic frameworks has 2 empty entries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20280 --- Comment #6 from Jonathan Druart --- (And so comment 1 was wrong!) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:20:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:20:56 +0000 Subject: [Koha-bugs] [Bug 22849] New: Data shared without agreement Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Bug ID: 22849 Summary: Data shared without agreement Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- >From 17047 comment 456: A couple of things wrong in serials/subscription-add.pl 1. 447 if ( defined( $query->param('mana_id') ) ) { It's always defined, you wanted to test with "" 2. 375 if ( (C4::Context->preference('Mana')) and ( grep { $_ eq "subscription" } split(/,/, C4::Context->preference('AutoShareWithMana'))) ){ Mana == 2 == let me think about it => I am not expecting to reach Koha::SharedContent in that case So we are sharing data whereas the library did not decide yet! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:21:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:21:09 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving 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 4 18:21:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:21:56 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #460 from Jonathan Druart --- (In reply to Katrin Fischer from comment #458) > (In reply to Jonathan Druart from comment #456) > > A couple of things wrong in serials/subscription-add.pl > > > > 1. > > 447 if ( defined( $query->param('mana_id') ) ) { > > > > It's always defined, you wanted to test with "" > > > > 2. > > 375 if ( (C4::Context->preference('Mana')) and ( grep { $_ eq > > "subscription" } split(/,/, C4::Context->preference('AutoShareWithMana'))) ){ > > > > Mana == 2 == let me think about it > > => I am not expecting to reach Koha::SharedContent in that case > > Should we move this to a separate bug as well? See bug 22849, I would have expected someone else to deal with that. I have opened the bug report, it's blocker for 19.05 IMO. Comments should not be ignored, even when the work is pushed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:23:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:23:51 +0000 Subject: [Koha-bugs] [Bug 22850] New: SharedContent.t wrongly use ->set_userenv Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 Bug ID: 22850 Summary: SharedContent.t wrongly use ->set_userenv Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 17047, 21817 Target Milestone: --- t/db_dependent/Koha/SharedContent.t:C4::Context->set_userenv(0,0,0, ->set_userenv should no longer be used in tests. See bug 21817. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 [Bug 17047] Mana Knowledge Base : share data https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21817 [Bug 21817] Mock userenv should be a t::lib::Mocks method -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:23:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:23:51 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22850 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 [Bug 22850] SharedContent.t wrongly use ->set_userenv -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:23:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:23:51 +0000 Subject: [Koha-bugs] [Bug 21817] Mock userenv should be a t::lib::Mocks method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21817 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22850 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 [Bug 22850] SharedContent.t wrongly use ->set_userenv -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:24:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:24:49 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #461 from Jonathan Druart --- (In reply to Jonathan Druart from comment #459) > t/db_dependent/Koha/SharedContent.t:C4::Context->set_userenv(0,0,0, > > ->set_userenv should no longer be used in tests. See bug 21817. See bug 22850. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:32:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:32:15 +0000 Subject: [Koha-bugs] [Bug 22850] SharedContent.t wrongly use ->set_userenv In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 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 Sat May 4 18:32:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:32:18 +0000 Subject: [Koha-bugs] [Bug 22850] SharedContent.t wrongly use ->set_userenv In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 --- Comment #1 from Jonathan Druart --- Created attachment 89353 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89353&action=edit Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) Since bug 21817 we should use the mock_userenv subroutine instead. Test plan: The tests must pass after this patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:37:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:37:11 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 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 Sat May 4 18:37:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:37:17 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 --- Comment #1 from Jonathan Druart --- Created attachment 89354 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89354&action=edit Bug 22849: Do not share data (Mana) without agreement A couple of things wrong in serials/subscription-add.pl 1. 447 if ( defined( $query->param('mana_id') ) ) { It's always defined, you wanted to test with "" 2. 375 if ( (C4::Context->preference('Mana')) and ( grep { $_ eq "subscription" } split(/,/, C4::Context->preference('AutoShareWithMana'))) ){ Mana == 2 == let me think about it => I am not expecting to reach Koha::SharedContent in that case So we are sharing data whereas the library did not decide yet! Test plan: You need to be familiar you Mana to test this patch. JD: I did not test this patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 18:43:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 16:43:43 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89354|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 89355 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89355&action=edit Bug 22849: Do not share data (Mana) without agreement A couple of things wrong in serials/subscription-add.pl 1. 447 if ( defined( $query->param('mana_id') ) ) { It's always defined, you wanted to test with "" 2. 375 if ( (C4::Context->preference('Mana')) and ( grep { $_ eq "subscription" } split(/,/, C4::Context->preference('AutoShareWithMana'))) ){ Mana == 2 == let me think about it => I am not expecting to reach Koha::SharedContent in that case So we are sharing data whereas the library did not decide yet! Test plan: You need to be familiar you Mana to test this patch. JD: I did not test this patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:31:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:31:02 +0000 Subject: [Koha-bugs] [Bug 2096] Label sources for OPAC descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2096 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED --- Comment #7 from Katrin Fischer --- Looking at any record with a lot of 5xx fields should demonstrate the problem. They are shown in the Descriptions tab, but there is no way to tell from which 5xx they have been pulled. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:31:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:31:08 +0000 Subject: [Koha-bugs] [Bug 2096] Label sources for OPAC descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2096 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:33:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:33:06 +0000 Subject: [Koha-bugs] [Bug 2124] Change sequence of MARC fields when cataloguing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2124 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Moving MARC Fields Around |Change sequence of MARC |When Cataloging |fields when cataloguing --- Comment #4 from Katrin Fischer --- (In reply to Katrin Fischer from comment #3) > I think it(In reply to J Schmidt from comment #2) > > Does this issue get resolved with the new professional cataloger's interface? > > Yes, it's possible to change the sequence of fields - I just cataloged 650 > 648 for testing. But be aware that the new cataloguing interface doesn't > support authority linking yet. Authority linking is now possible. Should we still keep this open for the normal cataloguing editor? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:34:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:34:12 +0000 Subject: [Koha-bugs] [Bug 2158] Keep search terms in simple search in staff after submitting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2158 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Keep Search in Search Box |Keep search terms in simple |on Staff Side |search in staff after | |submitting -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:34:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:34:54 +0000 Subject: [Koha-bugs] [Bug 2172] Cart attaches an iso2709 file, which confuses 99% of patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2172 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cart attaches an iso2709 |Cart attaches an iso2709 |file, which confuses 99% of |file, which confuses 99% of |patrons. |patrons Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:36:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:36:24 +0000 Subject: [Koha-bugs] [Bug 2193] Lost Item Fines - Editable if $0 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2193 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Circulation |Fines and fees Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 16820 *** -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:36:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:36:24 +0000 Subject: [Koha-bugs] [Bug 16820] Add possibility to edit fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16820 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #8 from Katrin Fischer --- *** Bug 2193 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 Sat May 4 19:39:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:39:27 +0000 Subject: [Koha-bugs] [Bug 2234] Make cart email from/reply-to/return-path address configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2234 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Basket email FROM address |Make cart email |is KohaAdminAddress syspref |from/reply-to/return-path | |address configurable See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6973 --- Comment #2 from Katrin Fischer --- I've extended this a bit, since often these days you need to be able to set from, return-path and reply-to specifically to make sure emails can pass anti-spam mechanisms of the mail servers (especially applies to hosted Kohas). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:39:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:39:27 +0000 Subject: [Koha-bugs] [Bug 6973] Allow reply-to on cart emails to go to the sender of the cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6973 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=2234 -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:43:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:43:15 +0000 Subject: [Koha-bugs] [Bug 2237] Use primary email address as Koha login account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2237 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #8 from Katrin Fischer --- Marcel, do you still plan to work on this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:49:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:49:46 +0000 Subject: [Koha-bugs] [Bug 2244] RFID Cataloguing and Circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2244 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_2 |master Priority|PATCH-Sent (DO NOT USE) |P1 - high CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- Sad to see this one lost. I think the ability to write tags from Koha would be really nice. At the moment it requires additional steps to program the tag and set the item up in Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:52:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:52:01 +0000 Subject: [Koha-bugs] [Bug 2244] RFID Cataloguing - Programming RFID tags from Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2244 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RFID Cataloguing and |RFID Cataloguing - |Circulation |Programming RFID tags from | |Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 19:55:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:55:53 +0000 Subject: [Koha-bugs] [Bug 11858] RFID for circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11858 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer --- Are there any plans to submit patches 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 Sat May 4 19:59:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 17:59:24 +0000 Subject: [Koha-bugs] [Bug 2280] Authorized value option for indicators doesn't work In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2280 --- Comment #11 from Katrin Fischer --- One item for 2 indicators that might have different valid indicators seems silly. Also, if a library went through with this, this would blow up our authorised value categories quite a bit. Would just having 2 fields with a list of valid indicators (space separated) be acceptable? Someone more clever than me might even be able to generate those from the standard to be set by default for the different frameworks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:08:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:08:19 +0000 Subject: [Koha-bugs] [Bug 2422] Using QueryParser: Cataloging searches with more than 1 page results show blank pages after page 1 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2422 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Summary|Cataloging searches with |Using QueryParser: |more than 1 page results |Cataloging searches with |show blank pages after page |more than 1 page results |1 [Using QueryParser] |show blank pages after page | |1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:09:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:09:55 +0000 Subject: [Koha-bugs] [Bug 2442] add babelfish links to the bug display page header or footer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2442 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Is this still something we intend to do? Machine translation is better than it used to be, but when your text is 'librarianese' and sprinkled with Koha terms it might be less than useful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:13:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:13:02 +0000 Subject: [Koha-bugs] [Bug 2619] Turning on XSLTResultsDisplay preference turns off item detail display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2619 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #6 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 5229 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:13:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:13:02 +0000 Subject: [Koha-bugs] [Bug 5229] OPACItemsResultsDisplay preference does not work with XSLT results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5229 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #1 from Katrin Fischer --- *** Bug 2619 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:13:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:13:03 +0000 Subject: [Koha-bugs] [Bug 12561] Omnibus: Deprecate non-XSLT detail and result views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 Bug 12561 depends on bug 2619, which changed state. Bug 2619 Summary: Turning on XSLTResultsDisplay preference turns off item detail display https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2619 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:16:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:16:44 +0000 Subject: [Koha-bugs] [Bug 15161] Sorting by Title does not include volume/part information from $p and $n In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=2646 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:16:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:16:44 +0000 Subject: [Koha-bugs] [Bug 2646] Add sort option for the series number In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2646 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15161 -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:32:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:32:14 +0000 Subject: [Koha-bugs] [Bug 2705] Patron import should warn about invalid characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2705 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- An example where I have seen this would be a file with German umlauts in a non-UTF-8 encoding. The surname M?ller would turn into M after import. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:34:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:34:14 +0000 Subject: [Koha-bugs] [Bug 2711] No Holds on Lost Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2711 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #4 from Katrin Fischer --- (In reply to Hugh Rundle from comment #3) > I think this is reasonably well answered here: > > >From the OPAC if hidelostitems is ON you cannot place a hold - but I guess > >there are libraries that are displaying their lost items. > > Katrin's right that it should be a toggle, but effectively it already is. If > you want people to see lost items then you probably want them to be able to > place holds on records where all items are lost. And if you don't want them > to do that, then you can just hide lost items. Closing WORKSFORME as per this comment. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:35:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:35:43 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- Would this work with the new feature to revert the waiting status? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:38:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:38:47 +0000 Subject: [Koha-bugs] [Bug 2838] Checking in an in-transit item to its originating branch causes improper error message(s) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2838 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt at gmail.com, | |katrin.fischer at bsz-bw.de Status|REOPENED |NEW Component|Circulation |Hold requests --- Comment #2 from Katrin Fischer --- Last comment is from 2011, probably needs to be re-tested first. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 20:40:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 18:40:19 +0000 Subject: [Koha-bugs] [Bug 2894] Routing list holds are broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2894 --- Comment #9 from Katrin Fischer --- Sadly, still valid after almost 9+ years :( -- You are receiving 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 4 21:12:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:12:53 +0000 Subject: [Koha-bugs] [Bug 3005] Record deletion successful In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3005 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer --- This clashes a bit with bug 5428 that asks for a redirect to the search results after successful deletion. Maybe we could do both, display a success message and do a redirect. I am marking this duplicate of the other and adding a comment there as well. The point about the title still being searchable might be remedied by the new indexer that makes the index updates almost immediately. *** This bug has been marked as a duplicate of bug 5428 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:12:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:12:53 +0000 Subject: [Koha-bugs] [Bug 5428] Back to results after deleting a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #3 from Katrin Fischer --- *** Bug 3005 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:14:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:14:40 +0000 Subject: [Koha-bugs] [Bug 5428] Back to results after deleting a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428 --- Comment #4 from Katrin Fischer --- Bug 3005 asked for a success message on deleting a record. Could we imagine to factor this wish in here somehow? Maybe we could display a modal and let the user decide where they want to go after successful deletion? Or display a success message on the page we redirect to. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:15:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:15:55 +0000 Subject: [Koha-bugs] [Bug 3007] Translate UNIMARC value builders macles and unimarc_field_700-4 into English for translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3007 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|UNIMARC value_builder |Translate UNIMARC value |templates to translate to |builders macles and |English |unimarc_field_700-4 into | |English for translations -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:17:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:17:07 +0000 Subject: [Koha-bugs] [Bug 3008] Increase 64k text limit for overdue notice file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3008 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|rel_3_0 |master --- Comment #2 from Katrin Fischer --- I am not sure where the limit stems from, does someone have an idea? -- You are receiving 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 4 21:20:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:20:37 +0000 Subject: [Koha-bugs] [Bug 3016] Can change saved order via cataloging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3016 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 9548 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:20:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:20:37 +0000 Subject: [Koha-bugs] [Bug 9548] Log changes to baskets/basket groups so you can print/download the same data as at time of creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9548 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #14 from Katrin Fischer --- *** Bug 3016 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:22:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:22:49 +0000 Subject: [Koha-bugs] [Bug 3041] Permit to change hidden settings for all subfields of a tag at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3041 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Permit to disable all tag's |Permit to change hidden |subfields in framework |settings for all subfields |editor |of a tag at once -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:28:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:28:37 +0000 Subject: [Koha-bugs] [Bug 3054] Holds/reserves accountlines record contains NULL itemnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3054 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer --- As explained above the NULL itemnumber is not a bug, but indicates a record level hold. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 21:38:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 19:38:05 +0000 Subject: [Koha-bugs] [Bug 3069] Add configuration for auto-updating the reservoir via Z39.50 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3069 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha Z39.50 client process |Add configuration for |discussion |auto-updating the reservoir | |via Z39.50 --- Comment #11 from Katrin Fischer --- (In reply to Owen Leonard from comment #10) > Dave J, this issue sounds more like a support request than a bug report. > > Support requests can be made on the Koha mailing list, on IRC, or by > contracting with a support vendor. All these options are linked to here: > https://koha-community.org//support/ It's an option of the cleanup_database.pl cronjob. Updating title slightly to make connection to the reservoir which I think is the main issue here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 22:08:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:08:34 +0000 Subject: [Koha-bugs] [Bug 3150] Move emails for sending cart and list contents into notices tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|OPAC |Notices Summary|Text of any email sent from |Move emails for sending |Koha should be editable |cart and list contents into |from web interface |notices tool --- Comment #5 from Katrin Fischer --- The only hardcoded notifications at the moment that I can think of that are not dealt with on other bugs (ILL, slips for payment + fines) are cart and list. Changing the bug title to reflect that. We'll need to make sure they work with the TranslateNotices system preference. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 22:18:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:18:36 +0000 Subject: [Koha-bugs] [Bug 8619] Remove hidelostitems syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8619 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=3194 -- You are receiving 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 4 22:18:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:18:36 +0000 Subject: [Koha-bugs] [Bug 3194] Hide records in the OPAC if all items are lost and "hidelostitems" is on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3194 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=8619 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 22:19:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:19:39 +0000 Subject: [Koha-bugs] [Bug 3237] OpenID patron authentication In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3237 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|mjr at software.coop |koha-bugs at lists.koha-commun | |ity.org Component|Patrons |Authentication Version|unspecified |master CC| |dpavlin at rot13.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 Sat May 4 22:21:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:21:50 +0000 Subject: [Koha-bugs] [Bug 3288] Transit prompt not immediately triggered after hold is canceled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3288 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Circulation |Hold requests CC| |gmcharlt at gmail.com, | |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 22:39:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:39:07 +0000 Subject: [Koha-bugs] [Bug 3296] replace sessionlog with Perl4Log implementation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3296 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|mjr at software.coop |koha-bugs at lists.koha-commun | |ity.org --- Comment #1 from Katrin Fischer --- Is this something we are aiming for? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 22:41:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:41:41 +0000 Subject: [Koha-bugs] [Bug 3309] Deleting authorized values when data exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3309 --- Comment #4 from Katrin Fischer --- Authorised values are used in so many places and can be user defined too - it seems impossible to introduce a reliable check here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 22:43:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:43:29 +0000 Subject: [Koha-bugs] [Bug 3310] Add mouse-over with column heading to table cells In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3310 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_0 |master CC| |katrin.fischer at bsz-bw.de Summary|Unusable Display of report |Add mouse-over with column |results with large number |heading to table cells |of columns and rows | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 22:52:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:52:46 +0000 Subject: [Koha-bugs] [Bug 10001] Translation scripts pick up TT comments for translation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10001 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer --- I can't find the string "pendingcomments" in current translations anymore. Considering this fixed. -- You are receiving 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 4 22:58:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 20:58:08 +0000 Subject: [Koha-bugs] [Bug 10013] Ability to link directly from an item in the Staff client to budget information. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10013 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #26 from Katrin Fischer --- I feel like this is covered by the acquisitions tab added to the detail page after this bug was files. Please reopen if I am mistaken with information on what else is needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:09:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:09:31 +0000 Subject: [Koha-bugs] [Bug 10013] Ability to link directly from an item in the Staff client to budget information. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10013 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|amitddng135 at gmail.com |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:12:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:12:45 +0000 Subject: [Koha-bugs] [Bug 10048] Load addbiblio.pl page faster In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10048 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- This was filed in 2013, I feel like loading times seem ok now (caching, Plack). Please reopen if you think this still needs to be improved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:14:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:14:36 +0000 Subject: [Koha-bugs] [Bug 10060] Allow adding a branch parameter to the web-based self check to indicate library its used at In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10060 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Self Checkout module does |Allow adding a branch |not honour circ control |parameter to the web-based | |self check to indicate | |library its used at -- You are receiving 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 4 23:16:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:16:21 +0000 Subject: [Koha-bugs] [Bug 10082] Keep extended patron attributes when patron is deleted (moved to deletedborrowers table) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10082 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|don't delete borrower |Keep extended patron |attributes |attributes when patron is | |deleted (moved to | |deletedborrowers table) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:21:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:21:03 +0000 Subject: [Koha-bugs] [Bug 10162] holds shouldn't be allowed on the title level of analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10162 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt at gmail.com Component|Cataloging |Hold requests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:22:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:22:14 +0000 Subject: [Koha-bugs] [Bug 10162] Holds for analytical items should be placed on host record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10162 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Summary|holds shouldn't be allowed |Holds for analytical items |on the title level of |should be placed on host |analytics |record -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:23:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:23:30 +0000 Subject: [Koha-bugs] [Bug 10168] Text myself a call number In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10168 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|text myself a call number |Text myself a call number --- Comment #2 from Katrin Fischer --- Is texting still a thing? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:25:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:25:34 +0000 Subject: [Koha-bugs] [Bug 10190] Overdue notices based on item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|notices based on item type |Overdue notices based on | |item type -- You are receiving 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 4 23:28:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:28:13 +0000 Subject: [Koha-bugs] [Bug 10239] Add start end end dates to course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10239 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Circulation |Course reserves -- You are receiving 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 4 23:28:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:28:53 +0000 Subject: [Koha-bugs] [Bug 10254] Add sort1 and sort2 to overdues report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10254 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Added sort1 and sort2 in |Add sort1 and sort2 to |overdue report |overdues report CC| |katrin.fischer at bsz-bw.de Assignee|kohapatch at gmail.com |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:32:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:32:18 +0000 Subject: [Koha-bugs] [Bug 10280] Extend SeparateHoldings functionality to the "Add items" screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10280 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Staff Client |Cataloging CC| |katrin.fischer at bsz-bw.de, | |m.de.rooy at rijksmuseum.nl --- Comment #2 from Katrin Fischer --- I really like this idea of a tabbed display for items by branch. It would help pick your 'own' items easier even without IndependentBranches. -- You are receiving 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 4 23:34:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:34:16 +0000 Subject: [Koha-bugs] [Bug 10319] C4::SocialData is badly named In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10319 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de Resolution|--- |WONTFIX --- Comment #2 from Katrin Fischer --- (In reply to Jonathan Druart from comment #1) > The C4::SocialData module is not specific to Babeltheque. > The only specific script is misc/cronjobs/social_data/update_social_data.pl > I developed the SocialData module in order it may used by another content > vendor. > The only thing to do is to call update_data with a csv file containing > different values (number of critic, number of videos, etc.). Marking WONTFIX, please reopen if you disagree. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:36:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:36:00 +0000 Subject: [Koha-bugs] [Bug 10344] Omnibus: RDA support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Omnibus: add RDA support to |Omnibus: RDA support |Koha | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:38:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:38:40 +0000 Subject: [Koha-bugs] [Bug 10364] add a way to partially receive an order without creating a new order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10364 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #5 from Katrin Fischer --- I never got an answer to my questions - closing WONTFIX. Please reopen if you still see a need for this! -- You are receiving 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 4 23:40:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:40:05 +0000 Subject: [Koha-bugs] [Bug 10375] add a tool to Koha, to check for zebra problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10375 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- There are no details on this bug report as what the script would be checking for. Closing WONTFIX, please reopen with more information if still needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:46:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:46:56 +0000 Subject: [Koha-bugs] [Bug 10417] Add table to keep deleted authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10417 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|keep deleted authorities |Add table to keep deleted | |authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 4 23:54:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:54:02 +0000 Subject: [Koha-bugs] [Bug 10910] Add a warn when deleting a patron with pending suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10910 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Severity|normal |enhancement Summary|You can delete a patron who |Add a warn when deleting a |has made suggestions |patron with pending |without any warn |suggestions --- Comment #4 from Katrin Fischer --- I think having a warning about suggestions would be nice, but should not block deleting. Also, we should not send them an email after deleting - if the patron 'revokes' the library's right to process/store their data, it might not be well received to email them after deletion... -- You are receiving 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 4 23:55:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 21:55:57 +0000 Subject: [Koha-bugs] [Bug 10909] You can delete a patron who has created virtualsheves without any warn In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10909 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer --- I think the discussion on disowning a list (bug 11889) as pointed out by Aleisha and the new patron merge feature should solve the issues mentioned 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 Sun May 5 00:01:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:01:25 +0000 Subject: [Koha-bugs] [Bug 22851] New: Style navigation links in serials modules like same links in other modules Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22851 Bug ID: 22851 Summary: Style navigation links in serials modules like same links in other modules 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 Target Milestone: --- Compare the links on the left between serials and acquisitions module. In aquisitions they are nicely styled, in serials they lack styling and are displayed as a simple button list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 00:06:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:06:45 +0000 Subject: [Koha-bugs] [Bug 10492] Translation problems with TT directives in po files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492 --- Comment #3 from Katrin Fischer --- Searching for [% in the po files for 19.05 finds 69 results. A lot of those are like: Koha [% Version %] I am not sure why those exist yet. I would have expected Koha %s. -- You are receiving 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 5 00:11:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:11:31 +0000 Subject: [Koha-bugs] [Bug 10598] self check shouldn't link out to catalog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10598 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- Marking as FIXED as per last 2 comments. -- You are receiving 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 5 00:14:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:14:57 +0000 Subject: [Koha-bugs] [Bug 10918] There should be 2 types of canceled orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10918 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Resolution|--- |FIXED CC| |katrin.fischer at bsz-bw.de Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- I think this is solved by adding the cancellation reason pull down. There you can indicate if it was just an error on entry or a cancellatoin because of feedback from the vendor or whatever. -- You are receiving 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 5 00:17:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:17:26 +0000 Subject: [Koha-bugs] [Bug 11180] IP branch attribute should accept CIDR notation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11180 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|new feature |enhancement CC| |katrin.fischer at bsz-bw.de Summary|? IP branch attribute |IP branch attribute should |should accept CIDR notation |accept CIDR notation -- You are receiving 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 5 00:19:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:19:59 +0000 Subject: [Koha-bugs] [Bug 11971] Untranslatable "Reserve Charge" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11971 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|I18N/L10N |Fines and fees -- You are receiving 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 5 00:21:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:21:03 +0000 Subject: [Koha-bugs] [Bug 11970] Ability to group Z39.50/SRU targets for display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11970 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|way to group Z targets |Ability to group Z39.50/SRU | |targets for display -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 00:23:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:23:23 +0000 Subject: [Koha-bugs] [Bug 12170] Log serial alert emails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12170 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|log serial alert emails |Log serial alert emails Blocks| |22794 CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Another approach might be to send them 'immediately but through the message queue' as it has been done for the password reset feature. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22794 [Bug 22794] Omnibus: Improve and extend logging in Koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 00:23:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:23:23 +0000 Subject: [Koha-bugs] [Bug 22794] Omnibus: Improve and extend logging in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22794 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |12170 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12170 [Bug 12170] Log serial alert emails -- You are receiving 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 5 00:27:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:27:57 +0000 Subject: [Koha-bugs] [Bug 12200] Koha should show number of holds a patron can place In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12200 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=4488 CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Linking to bug 4488 as the same kind of logic would be neeed. -- You are receiving 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 5 00:28:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:28:15 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #57 from Agust?n Moyano --- (In reply to Agust?n Moyano from comment #56) > (In reply to Jonathan Druart from comment #55) > > (In reply to Agust?n Moyano from comment #54) > > > Created attachment 89349 [details] [review] [review] [review] > > > > Hola Agust?n, are you sure this patch is still needed after the 2 follow-ups > > I attached yesterday? > > Hello Jonathan, yesterday night I tested it with the parches, and found > those tiny errors. s/parches/patches/g Sorry.. my mobile spanish corrector :p -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 00:27:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 May 2019 22:27:57 +0000 Subject: [Koha-bugs] [Bug 4488] OPAC reports incorrect hold limit in warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4488 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12200 -- 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 Sun May 5 07:00:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 05:00:48 +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 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #6 from Lisette Scheer --- (In reply to Katrin Fischer from comment #5) > Would this work with the new feature to revert the waiting status? Yes, that does work! Once the hold is reverted we can change the pickup branch and check the item in to send it on. Lisette -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 07:02:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 05:02:19 +0000 Subject: [Koha-bugs] [Bug 22784] Archiving Purchase Suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22784 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 10:32:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 08:32:14 +0000 Subject: [Koha-bugs] [Bug 2786] Allow waiting holds to be diverted to different branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2786 --- Comment #7 from Katrin Fischer --- (In reply to Lisette Scheer from comment #6) > (In reply to Katrin Fischer from comment #5) > > Would this work with the new feature to revert the waiting status? > > Yes, that does work! Once the hold is reverted we can change the pickup > branch and check the item in to send it on. > Lisette Great, thx for checking! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 10:41:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 08:41:21 +0000 Subject: [Koha-bugs] [Bug 19958] Allow the system preference AutoMemberNum to include a combination of numbers and letters when creating a new barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19958 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|17.05 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 10:47:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 08:47:28 +0000 Subject: [Koha-bugs] [Bug 19948] Rest API documentation is out of date in Koha manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19948 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- Content in current manuals has been updated: https://koha-community.org/manual/18.11/en/html/webservices.html?highlight=rest#versioned-restful-api-effort -- You are receiving 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 5 10:48:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 08:48:56 +0000 Subject: [Koha-bugs] [Bug 19923] conceptual searching in koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19923 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Katrin Fischer --- (In reply to Hussain A from comment #2) > Dear Katrin Fischer, > Thanks for your guidance. I found the solution based on changing the default > status of "IncludeSeeFromSearches" feature to "include". > Best Regards. -- You are receiving 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 5 10:52:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 08:52:28 +0000 Subject: [Koha-bugs] [Bug 19912] PrintNoticesMaxLines message should print after list of items not at end of notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19912 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|17.05 |master CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Actually, I think the note should be removed or replaced with something like ... as it's in a .pl file and not translatable right now :( I agree about the placement. -- You are receiving 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 5 10:54:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 08:54:35 +0000 Subject: [Koha-bugs] [Bug 19768] Possibility to choose "Note" tab in OpacSerialDefaultTab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19768 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Lists |OPAC Version|unspecified |master Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 5 10:56:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 08:56:37 +0000 Subject: [Koha-bugs] [Bug 18379] Manage e-journals in serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18379 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master CC| |katrin.fischer at bsz-bw.de Summary|ejournal add |Manage e-journals in | |serials --- Comment #1 from Katrin Fischer --- Can you describe a bit more how you would expect this to work? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 5 11:42:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 09:42:09 +0000 Subject: [Koha-bugs] [Bug 18280] Prevent duplicate barcodes being created with autBarcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18280 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Item barcodes should be |Prevent duplicate barcodes |locked when record is |being created with |created |autBarcode CC| |katrin.fischer at bsz-bw.de Version|16.05 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 11:44:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 09:44:51 +0000 Subject: [Koha-bugs] [Bug 18199] Proxy support for UsageStats In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18199 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Component|Tools |Web services -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 11:46:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 09:46:01 +0000 Subject: [Koha-bugs] [Bug 18177] Many unused columns in aqbooksellers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18177 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Component|Architecture, internals, |Database |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 11:51:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 09:51:39 +0000 Subject: [Koha-bugs] [Bug 18112] opac-memberentry.pl doesn't contain streettype field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18112 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 11:54:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 09:54:37 +0000 Subject: [Koha-bugs] [Bug 18088] Software error additem.pl Can't call method subfield error. Can't add items. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18088 Katrin Fischer 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 Sun May 5 11:58:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 09:58:39 +0000 Subject: [Koha-bugs] [Bug 17907] Sessions Table disappearing continuously In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17907 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de Resolution|--- |INVALID --- Comment #1 from Katrin Fischer --- This got lost as it was filed in the wrong project (Infrastructure). Closing INVALID, please reopen with more information if necessary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 12:02:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:02:19 +0000 Subject: [Koha-bugs] [Bug 17819] Performance 16.11 - Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17819 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Can we close this? Should bug 16140 be moved to another bug report? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 12:06:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:06:32 +0000 Subject: [Koha-bugs] [Bug 17745] Notices does not generate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17745 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #5 from Katrin Fischer --- There was a race condition with generating CHECKOUT/CHECKIN notices that we fixed on another bug. Closing fixed. -- You are receiving 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 5 12:07:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:07:14 +0000 Subject: [Koha-bugs] [Bug 17735] Merge boraccount and pay pages into one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17735 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Component|Circulation |Fines and fees -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 12:11:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:11:07 +0000 Subject: [Koha-bugs] [Bug 17707] Check out and due date are same In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17707 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer --- We didn't get more information here. Closing INVALID, please reopen with more information if this is still an issue. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 5 12:23:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:23:11 +0000 Subject: [Koha-bugs] [Bug 17750] Drop down list in the add biblio page is not responding when the field is repeated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17750 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |katrin.fischer at bsz-bw.de Status|NEW |RESOLVED --- Comment #3 from Katrin Fischer --- I just checked in master and it works well for repeated subfields and repeated tags. I believe this was fixed with another bug/patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 12:24:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:24:04 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89320|0 |1 is obsolete| | --- Comment #16 from Martin Renvoize --- Created attachment 89356 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89356&action=edit Bug 19919: Do not record payments for a writeoff -- You are receiving 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 5 12:24:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:24:59 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.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 Sun May 5 12:27:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:27:13 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #17 from Martin Renvoize --- I've uploaded a refreshed patch freshly based against master. I've not written a test for it yet - I wasn't sure whether this was actually what people wanted here (and to split out the removal of paidfor as a separate bug) or not.. so it's more of a proof of concept at this point. A test should however be pretty simple should we want to follow this route. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 12:45:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:45:15 +0000 Subject: [Koha-bugs] [Bug 10994] Allow use of branch/kohaAdmin e-mail address for sending claim notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10994 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|amitddng135 at gmail.com |koha-bugs at lists.koha-commun | |ity.org Status|ASSIGNED |NEW -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 12:49:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:49:58 +0000 Subject: [Koha-bugs] [Bug 10981] changing focus when alert on check in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10981 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- We now use modals and other ways to block entry of another barcode. Marking FIXED. -- You are receiving 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 5 12:53:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 10:53:11 +0000 Subject: [Koha-bugs] [Bug 10958] no need for home link on home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 --- Comment #8 from Katrin Fischer --- I like the consistency of the Home link on the start page. Whatever the styling it makes clear that this is the start page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 16:07:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:07:58 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #58 from Jonathan Druart --- Agustin, ok I think I am lost then :) I opened bug 22847 to deal with this behavior, and I thought it was a bug. I am not sure what we expect actually. I am going to mark this one as blocked by 22847 and see how thing goes. About your patch: * HasCirculationRules - I would have set the flag from the .pl, not the TT plugin. * current_branch vs branchcode - my patch was supposed to deal with that. We will be back to this one later :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 16:11:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:11:19 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #59 from Jonathan Druart --- (In reply to Jonathan Druart from comment #58) > I opened bug 22847 to deal with this behavior, and I thought it was a bug. I > am not sure what we expect actually. I am going to mark this one as blocked > by 22847 and see how thing goes. And I have tested on 17.11.x: nothing is displayed if the rule is not defined at library level, so I think bug 22847 is valid and must be fixed asap. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 16:18:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:18:55 +0000 Subject: [Koha-bugs] [Bug 21232] Problems when linking a subscription to a non-existing biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232 --- Comment #6 from Jonathan Druart --- (In reply to Jonathan Druart from comment #5) > Now failing with > > Can't call method "title" on an undefined value at > /home/vagrant/kohaclone/Koha/Subscription.pm line 165 > Koha::Subscription::get_sharable_info('Koha::Subscription', 1) > called at /home/vagrant/kohaclone/Koha/SharedContent.pm line 123 > Koha::SharedContent::prepare_entity_data('', 51, 1, 'subscription') > called at /home/vagrant/kohaclone/Koha/SharedContent.pm line 82 > Koha::SharedContent::send_entity('', 51, 1, 'subscription') called > at /home/vagrant/kohaclone/serials/subscription-add.pl line 376 > > CGI::Compile::ROOT::home_vagrant_kohaclone_serials_subscription_2dadd_2epl:: > redirect_add_subscription at > /home/vagrant/kohaclone/serials/subscription-add.pl line 178 > > > It's time to add the missing FK After bug 22849 the subscription will be created without warning/error and inserted with an invalid biblionumber. -- You are receiving 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 5 16:19:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:19:46 +0000 Subject: [Koha-bugs] [Bug 21232] Problems when linking a subscription to a non-existing biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232 --- Comment #7 from Jonathan Druart --- Created attachment 89357 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89357&action=edit Bug 21232: Add a client-side check on biblionumber when creating a subscription -- You are receiving 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 5 16:20:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:20:11 +0000 Subject: [Koha-bugs] [Bug 22852] New: El Diablo Was Here Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22852 Bug ID: 22852 Summary: El Diablo Was Here Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: aldichrisna57 at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Created attachment 89358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89358&action=edit El Diablo Was Here El Diablo Was 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 Sun May 5 16:21:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:21:16 +0000 Subject: [Koha-bugs] [Bug 21232] Problems when linking a subscription to a non-existing biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232 --- Comment #8 from Jonathan Druart --- (In reply to Jonathan Druart from comment #7) > Created attachment 89357 [details] [review] > Bug 21232: Add a client-side check on biblionumber when creating a > subscription Something like that could work, but much more is missing: - JS code is horrible there - Biblio's title could be retrieved and displayed - server-side code is missing -- You are receiving 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 5 16:31:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:31:09 +0000 Subject: [Koha-bugs] [Bug 22852] El Diablo Was Here In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22852 --- Comment #1 from Aldi El Diablo --- Created attachment 89359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89359&action=edit El Diablo Gans El Diablo Gans -- You are receiving 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 5 16:43:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:43:25 +0000 Subject: [Koha-bugs] [Bug 10910] Add a warn when deleting a patron with pending suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10910 --- Comment #5 from Jonathan Druart --- Created attachment 89360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89360&action=edit Bug 10910: Add a warning when deleting a patron with pending suggestions -- You are receiving 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 5 16:44:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:44:08 +0000 Subject: [Koha-bugs] [Bug 10910] Add a warn when deleting a patron with pending suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10910 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #6 from Jonathan Druart --- (In reply to Jonathan Druart from comment #5) > Created attachment 89360 [details] [review] > Bug 10910: Add a warning when deleting a patron with pending suggestions Something like that? Should we also add a warning in the batch deletion tool? -- You are receiving 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 5 16:50:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:50:55 +0000 Subject: [Koha-bugs] [Bug 21466] Data inconsistencies - koha fields linked to AV cat values must have a corresponding authorised value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21466 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=3309 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 16:50:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:50:55 +0000 Subject: [Koha-bugs] [Bug 3309] Deleting authorized values when data exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3309 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21466 --- Comment #5 from Jonathan Druart --- (In reply to Katrin Fischer from comment #4) > Authorised values are used in so many places and can be user defined too - > it seems impossible to introduce a reliable check here. ;.. For AVs linked to biblio frameworks I added a test to the "search for inconsistencies" script, see bug 21466. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 16:56:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:56:05 +0000 Subject: [Koha-bugs] [Bug 22852] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22852 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|NEW |RESOLVED Resolution|--- |INVALID Summary|El Diablo Was Here |SPAM -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 16:56:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:56:23 +0000 Subject: [Koha-bugs] [Bug 22852] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22852 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89359|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 16:56:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 14:56:17 +0000 Subject: [Koha-bugs] [Bug 22852] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22852 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89358|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 5 18:31:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 16:31:55 +0000 Subject: [Koha-bugs] [Bug 22853] New: El Diablo Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22853 Bug ID: 22853 Summary: El Diablo Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: aldichrisna57 at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Created attachment 89361 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89361&action=edit El Diablo Terkentod By El Diablo Gans from Chicky Chucks -- You are receiving 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 5 18:34:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 16:34:22 +0000 Subject: [Koha-bugs] [Bug 22853] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22853 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|El Diablo |SPAM Status|NEW |RESOLVED Resolution|--- |INVALID CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 19:46:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 17:46:31 +0000 Subject: [Koha-bugs] [Bug 22571] Bug in Perl module "Koha::SimpleMARC::field_equals" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22571 --- Comment #1 from Jonathan Druart --- Created attachment 89362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89362&action=edit Bug 22571: Add 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 Sun May 5 19:46:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 17:46:33 +0000 Subject: [Koha-bugs] [Bug 22571] Bug in Perl module "Koha::SimpleMARC::field_equals" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22571 --- Comment #2 from Jonathan Druart --- Created attachment 89363 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89363&action=edit Bug 22571: Handle control fields in MMT for conditionals Control fields are not handled correctly by Koha::SimpleMARC when comparaison (with or without regex) is done. Which means we did not support something like: Do something if control field 008 equals or matches "a string" Test plan: Create a new MARC modification template and a new action, like: Add new field 100$a with value "foo bar" if 008 (or any other control fields) matches (or equals) a regex Then use the record mofication tool and confirm that the new field is create if the regex matches 008 of the bib 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 Sun May 5 19:46:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 17:46:28 +0000 Subject: [Koha-bugs] [Bug 22571] Bug in Perl module "Koha::SimpleMARC::field_equals" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22571 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 Sun May 5 19:47:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 17:47:38 +0000 Subject: [Koha-bugs] [Bug 22571] MARC modification templates do not handle control fields in conditional In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22571 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Version|18.11 |master Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Summary|Bug in Perl module |MARC modification templates |"Koha::SimpleMARC::field_eq |do not handle control |uals" |fields in conditional -- You are receiving 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 5 19:58:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 17:58:11 +0000 Subject: [Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572 --- Comment #2 from Jonathan Druart --- Created attachment 89364 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89364&action=edit Bug 22572: Display multiple spaces in MARC view -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 20:00:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 18:00:02 +0000 Subject: [Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |master CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|NEW |In Discussion --- Comment #3 from Jonathan Druart --- I think this patch is the way to go as it HTML filters *then* replace the space with  , making sure the value will be correctly escaped. We certainly will need to apply this change to other places. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 20:10:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 18:10:54 +0000 Subject: [Koha-bugs] [Bug 10492] Translation problems with TT directives in po files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |bgkriegel at gmail.com |ity.org | --- Comment #4 from Bernardo Gonzalez Kriegel --- (In reply to Katrin Fischer from comment #3) > Searching for [% in the po files for 19.05 finds 69 results. A lot of those > are like: > > Koha [% Version %] > > I am not sure why those exist yet. I would have expected Koha %s. They exist because they belong to 'attributes' in HTML tags, for example 'alt' in 'img', 'value' in inputs, or 'content' in 'meta'. In this particular case, on line 5 of opac-tmpl/bootstrap/en/includes/doc-head-close.inc there is Each line on each TT file is 'tokenized', and TTvariables are replaced with '%s'. But an HTML tag (i.e. ) is 'tokenized' as such, so no replacement is made there; only the text of some attributes is extracted in order to translate them. Ideally we should no use TTvariables inside tag attributes, but it's useful :) I'll try to write a patch to (partially) 'fix' this -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 5 21:14:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 19:14:00 +0000 Subject: [Koha-bugs] [Bug 10492] Translation problems with TT directives in po files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492 --- Comment #5 from Bernardo Gonzalez Kriegel --- Created attachment 89365 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89365&action=edit Bug 10492: Translation problems with TT directives in po files This patch implements the replacement of TTvariables '[%...%]' with normal placeholders '%s' for text inside HTML tags (eg. img, meta, input) The replacement is done in two files: * xgettext.pl, used on create/update, so TTvars are not found on the text to translate (msgid) * tmpl_proccess3.pl, used on install time, so the correct translation is found (msgstr) and the right TTvar is put on the translated text. To test: Before applying the patch 1) Update your favorite language cd misc/traslator perl translate update xx-YY 2) Build a list (ini.txt) of 'msgid' to do a comparison msgcat --no-wrap --use-first po/xx-YY-*po -o - | egrep "^msgid" | sort > ini.txt 3) Apply the patch 4) Update your favorite language, again cd misc/traslator perl translate update xx-YY 5) Build a final list (end.txt) of 'msgid' to do a comparison msgcat --no-wrap --use-first po/xx-YY-*po -o - | egrep "^msgid" | sort > end.txt 6) Compare both files, you must find (most) TTvars replaced by '%s' diff ini.txt end.txt for example: < msgid "Translate item type [% itemtype.itemtype | html %]" > msgid "Translate item type %s" < msgid "Holds on this item: [% item_loo.item_holds | html %] / Total holds on this record: [% item_loo.holds | html -%]" > msgid "Holds on this item: %s / Total holds on this record: %s" < msgid "tag_anchor_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]" > msgid "tag_anchor_%s_%s%s" < msgid "[% innerloo.tag_lib | html %] - Click to Expand this Tag" > msgid "%s - Click to Expand this Tag" 7) Translate one of the examples, with more than one variable if possible, for example this text in xx-YY-staff-prog.po > msgid "Holds on this item: %s / Total holds on this record: %s" Check it's not marked as 'fuzzy' 8) Apply the translation perl translate install xx-YY 9) Check the translated string has all variables in the right order edit koha-tmpl/intranet-tmpl/prog/es-ES/modules/tools/batchMod-edit.tt around line '187', first '[% item_loo.item_holds | html %]', then '[% item_loo.holds | html -%]' on this case, or use another example If approved this patch can be backported to current stable versions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 21:15:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 19:15:14 +0000 Subject: [Koha-bugs] [Bug 10492] Translation problems with TT directives in po files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 21:15:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 19:15:50 +0000 Subject: [Koha-bugs] [Bug 10492] Translation problems with TT directives in po files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 21:19:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 19:19:24 +0000 Subject: [Koha-bugs] [Bug 10492] Translation problems with TT directives in po files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492 --- Comment #6 from Bernardo Gonzalez Kriegel --- Substitute koha-tmpl/intranet-tmpl/prog/es-ES for koha-tmpl/intranet-tmpl/prog/xx-YY on item 9) of test plan. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 5 23:38:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 21:38:02 +0000 Subject: [Koha-bugs] [Bug 1356] Lose original search term when select "More options" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1356 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|aleisha at catalyst.net.nz |oleonard at myacpl.org --- Comment #7 from Aleisha Amohia --- (In reply to Katrin Fischer from comment #6) > Hi Aleisha, do you intend to continue working on this? Not at the moment. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 00:52:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 22:52:32 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88997|0 |1 is obsolete| | --- Comment #7 from Aleisha Amohia --- Created attachment 89366 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89366&action=edit Bug 8558: Improve confirmation message for importing frameworks This patch updates the confirmation message from: "Do you really want to import the framework fields and subfields? This will overwrite the current configuration. For safety reasons please use the export option to make a backup" to: "Are you sure you want to import the [% frameworkcode %] framework structure? This will overwrite the current configuration. For safety reasons, it is recommended to use the export option to make a backup first." To test: 1) Go to Administration -> MARC bibliographic frameworks 2) Export one of the frameworks 3) Create a new test framework 4) Import the new test framework structure using the exported file 5) Upon clicking Confirm, confirm the message is improved and makes sense. 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 6 00:52:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 22:52:53 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #8 from Aleisha Amohia --- (In reply to Maryse Simard from comment #6) > The framework code shown in the confirmation message is not the same as the > chosen framework to overwrite. It always shows the code for the last > framework in the list. Fixed, please retest -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 01:38:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 23:38:08 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Hayley Mapley 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 6 01:38:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 May 2019 23:38:10 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89319|0 |1 is obsolete| | --- Comment #13 from Hayley Mapley --- Created attachment 89367 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89367&action=edit Bug 21651: Always insert notice templates related tables The 3 following files must be mandatory and insert during the install process: - message_transport_types.sql - sample_notices_message_attributes.sql - sample_notices_message_transports.sql They insert data for - message_transport_types - message_attributes - message_transport_type Otherwise the notice templates (table letter) will fail. Moreover these 3 files are identical and are put in several places (1 per language) to make the description translatable (using the related .txt file) Test plan: - Install Koha in English and in another language - Select all the sample data => They all should be inserted correctly Signed-off-by: Hayley Mapley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 04:00:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 02:00:38 +0000 Subject: [Koha-bugs] [Bug 20537] Warnings in overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20537 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86124|0 |1 is obsolete| | --- Comment #6 from Hayley Mapley --- Created attachment 89368 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89368&action=edit Bug 20537: Added checks to remove warning from overdue_notices.pl When executing overdue_notices.pl on borrowers that lack a surname, we see this error: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/bin/cronjobs/overdue_notices.pl line 575. This patch fixes this issue by setting the $borr variable based on the information that has been defined. To test: 1) Create a borrower and set its surname to null 2) Checkout an item to the borrower and set it to be overdue 3) Navigate to kohaclone/misc/cronjobs and enter a koha-shell 4) Run the script: ./overdue_notices.pl 5) Observe the error appears 6) Apply the patch 7) Repeat steps 3-4 8) Observe the error is gone 9) Sign off! 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 6 04:15:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 02:15:33 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #40 from Aleisha Amohia --- It applies cleanly for me on master. Can you please retry? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 04:21:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 02:21:55 +0000 Subject: [Koha-bugs] [Bug 3237] OpenID patron authentication In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3237 --- Comment #7 from David Cook --- So I think that OpenID Connect represents the evolution of OpenID and that this bug could probably be closed and maybe marked as duplicate of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21586 -- You are receiving 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 6 04:27:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 02:27:20 +0000 Subject: [Koha-bugs] [Bug 22497] '0' width can lead to an infinite loop. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22497 --- Comment #3 from David Cook --- (In reply to Jonathan Druart from comment #2) > (In reply to Martin Renvoize from comment #0) > > Really the line wrapping code looks like it would benefit from a re-write. > > Should not we go for a quick fix instead? > Like last if $width == 0? I was thinking something like: last if $text_attribs->{'llx'}) >= $self->{'width'} Although that's just off the top of my head. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 04:28:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 02:28:14 +0000 Subject: [Koha-bugs] [Bug 22497] '0' width can lead to an infinite loop. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22497 --- Comment #4 from David Cook --- And I really mean off the top of my head. Like maybe that should be: last if $text_attribs->{'llx'}) > $self->{'width'} I can't recall the exact interplay between those two values -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 07:24:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:24:39 +0000 Subject: [Koha-bugs] [Bug 21586] Add generic OpenIDConnect client implementation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21586 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oftl at critfc.org --- Comment #7 from Katrin Fischer --- *** Bug 3237 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 07:24:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:24:39 +0000 Subject: [Koha-bugs] [Bug 3237] OpenID patron authentication In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3237 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #8 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 21586 *** -- You are receiving 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 6 07:28:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:28:12 +0000 Subject: [Koha-bugs] [Bug 2237] Use primary email address as Koha login account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2237 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|m.de.rooy at rijksmuseum.nl |koha-bugs at lists.koha-commun | |ity.org --- Comment #9 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #8) > Marcel, do you still plan to work on this? I cleared the Assignee field. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 6 07:28:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:28:25 +0000 Subject: [Koha-bugs] [Bug 2237] Use primary email address as Koha login account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2237 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving 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 6 07:30:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:30:59 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #6 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #5) > Hello Marcel, > I have tried to explain it in the comment of this bug report. Which part > does not make sense to you? Improve filtering is great. But we do not need to remove solid code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 07:33:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:33:56 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 --- Comment #15 from Marcel de Rooy --- # Failed test 'patron notified when item set to waiting' # at t/db_dependent/Reserves.t line 358. # got: '0' # expected: '1' # Failed test 'patron not notified a second time (bug 11445)' # at t/db_dependent/Reserves.t line 363. # got: '0' # expected: '1' # Failed test 'can successfully generate hold slip (bug 10949)' # at t/db_dependent/Reserves.t line 374. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 07:34:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:34:47 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 --- Comment #16 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #14) > (In reply to Marcel de Rooy from comment #13) > > prove t/db_dependent/Reserves.t fails with me > > It passes for me, which failure do you get? Is it passing on master? No, without these patches it fails too.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 07:36:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:36:19 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 --- Comment #17 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #16) > (In reply to Jonathan Druart from comment #14) > > (In reply to Marcel de Rooy from comment #13) > > > prove t/db_dependent/Reserves.t fails with me > > > > It passes for me, which failure do you get? Is it passing on master? > > No, without these patches it fails too.. Will refresh my data and try again.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 07:49:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 05:49:34 +0000 Subject: [Koha-bugs] [Bug 11529] Add subtitle, medium and part fields to biblio table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:00:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:00:16 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22849 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 [Bug 22849] Data shared without agreement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:00:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:00:16 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17047 CC| |katrin.fischer at bsz-bw.de Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 [Bug 17047] Mana Knowledge Base : share 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 6 08:02:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:02:05 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB more easily In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |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 Mon May 6 08:23:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:23:38 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89197|0 |1 is obsolete| | --- Comment #18 from Marcel de Rooy --- Created attachment 89369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89369&action=edit Bug 19302: Send koha::objects to C4::Reserves::IsAvailableForItemLevelRequest Almost everywhere we call IsAvailableForItemLevelRequest we already have a Koha::Patron and Koha::Item object. It makes sense to use them to avoid a refetch Test plan: It would be good to test this patch on top of 19300 and 19301 and make sure everything works as expected Signed-off-by: Hayley Mapley 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 6 08:24:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:24:01 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:23:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:23:35 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:30:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:30:06 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #31 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #30) > Hi Marcel, > I have still no idea how to write useful tests for this change, can you give > me more details please? Mock the directory structure too where Koha looks for languages. Remove entries from the cache, etc. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:30:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:30:46 +0000 Subject: [Koha-bugs] [Bug 21312] Show lockout on Patrons form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312 --- Comment #17 from Marcel de Rooy --- (In reply to Martin Renvoize from comment #15) > Signed-off-by: Martin Renvoize Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:47:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:47:08 +0000 Subject: [Koha-bugs] [Bug 22854] Add separate column for administrative locked patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22854 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21336 -- You are receiving 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 6 08:47:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:47:08 +0000 Subject: [Koha-bugs] [Bug 21336] GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22854 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:46:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:46:52 +0000 Subject: [Koha-bugs] [Bug 22854] New: Add separate column for administrative locked patron Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22854 Bug ID: 22854 Summary: Add separate column for administrative locked patron Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- See bug 21336. This is now arranged by using the same column login_attempts. login_attempts > pref_value means locked login_attempts < 0 means admin lock Do we need one or even two new columns? [1] locked: regular lock (resulting from entering wrong password), boolean replacing the check attempts > pref. Note that changing the pref might lock or unlock users now. Do we want that? [2] admin_locked: administrative lock, resulting from e.g. removing GDPR consent, boolean -- You are receiving 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 6 08:47:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:47:36 +0000 Subject: [Koha-bugs] [Bug 21336] GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336 --- Comment #127 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #126) > Should we discuss that now then? Moved to bug 22854 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 08:48:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 06:48:19 +0000 Subject: [Koha-bugs] [Bug 22854] Add separate column for administrative locked patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22854 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Marcel de Rooy --- Any more feedback, Jonathan? -- You are receiving 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 6 10:11:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 08:11:04 +0000 Subject: [Koha-bugs] [Bug 11858] RFID for circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11858 --- Comment #10 from Magnus Enger --- OPL are now saying they have forked Koha, so I don't think we can expect any patches from them. -- You are receiving 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 6 13:20:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 11:20:19 +0000 Subject: [Koha-bugs] [Bug 22855] New: Hold information hashes should be dumped to action_logs in sorted key order Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22855 Bug ID: 22855 Summary: Hold information hashes should be dumped to action_logs in sorted key order Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: pasi.kallinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- All of the HOLDS-module entries saved into action_logs have hashes dumped into them, and the hash keys are in random order. The keys should be sorted 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 Mon May 6 13:53:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 11:53:19 +0000 Subject: [Koha-bugs] [Bug 1218] New plugin for MARC21 replacement cost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1218 --- Comment #4 from Owen Leonard --- (In reply to Katrin Fischer from comment #3) > how would it work? You'd enter the price into the item and then when you > click into replacement cost it would auto-populate, like for dateaccessioned? Yes. We now use custom JS to accomplish this, so it's not an ongoing issue for us. Still, it might be useful for others as well to have it built-in. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 14:25:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 12:25:16 +0000 Subject: [Koha-bugs] [Bug 21466] Data inconsistencies - koha fields linked to AV cat values must have a corresponding authorised value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21466 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 14:31:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 12:31:14 +0000 Subject: [Koha-bugs] [Bug 2646] Add sort option for the series number In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2646 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 14:34:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 12:34:16 +0000 Subject: [Koha-bugs] [Bug 22845] Fees details in cash registry statistics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22845 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 14:35:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 12:35:15 +0000 Subject: [Koha-bugs] [Bug 22845] Fees details in cash registry statistics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22845 Patrick Robitaille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 14:38:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 12:38:40 +0000 Subject: [Koha-bugs] [Bug 8016] Items are not tie to the transaction using "global" action. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8016 --- Comment #11 from Marjorie Barry-Vila --- (In reply to Katrin Fischer from comment #9) > No, you are right, there isn't. I was thinking of the slip printing for some > reason. Improving the report would certainly be nice, it was added before > account_offsets was reintroduced. > > A difficulty might be making it work for old and new data? Hi Katrin, A new bug is open to have payment detail on cash register https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22845 Regards, Marjorie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 14:40:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 12:40:46 +0000 Subject: [Koha-bugs] [Bug 8016] Items are not tie to the transaction using "global" action. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8016 --- Comment #12 from Katrin Fischer --- (In reply to Marjorie Barry-Vila from comment #11) > (In reply to Katrin Fischer from comment #9) > > No, you are right, there isn't. I was thinking of the slip printing for some > > reason. Improving the report would certainly be nice, it was added before > > account_offsets was reintroduced. > > > > A difficulty might be making it work for old and new data? > > Hi Katrin, > A new bug is open to have payment detail on cash register > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22845 > > Regards, > Marjorie Thx Marjorie! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:03:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:03:06 +0000 Subject: [Koha-bugs] [Bug 22856] New: Show SQL code button should trigger CodeMirror view Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 Bug ID: 22856 Summary: Show SQL code button should trigger CodeMirror view Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Reports Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- We use a readonly CodeMirror display for the SQL reports' "view" page. We should do the same for the SQL view which is shown on the report results page, triggered by the "Show SQL code" button. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:06:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:06:47 +0000 Subject: [Koha-bugs] [Bug 2500] Standing enhancement request for adding/updating call number splitting algorithms in C4/Labels.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2500 Joelle Hannert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhannert at nmc.edu --- Comment #21 from Joelle Hannert --- I'm having problems with two types of call number splits in LC; children's literature and numbers that incorporate a military regiment. Here are examples of each: Children's lit example: PZ7.1 .P6213 St 2018 appears as PZ 7.1 .P6213 S T2018 I would like it to be split as PZ 7.1 .P6213 St 2018 Military regiment example: E492.94 1st .H53 1982 appears as E 492.94 1 .S T H53 1982 I would like it to be split as E 492.94 1st .H53 1982 -- 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 6 15:19:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:19:10 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 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 6 15:19:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:19:12 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 --- Comment #1 from Owen Leonard --- Created attachment 89370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89370&action=edit Bug 22856: Show SQL code button should trigger CodeMirror view This patch adds CodeMirror syntax highlighting to the SQL view which can be shown on the report results page by clicking the "Show SQL code" button. To test, apply the patch and run any SQL report. On the report results page, click the "Show SQL button." The SQL should be displayed with CodeMirror syntax highlighting. Test toggling the SQL code view on and off to confirm that the CodeMirror highlighting continues to work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:22:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:22:25 +0000 Subject: [Koha-bugs] [Bug 22771] Elasticsearch - Sort by title do not considerate second indicator of field 245 (marc21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22771 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:37:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:37:10 +0000 Subject: [Koha-bugs] [Bug 10168] Text myself a call number In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10168 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #3 from Owen Leonard --- I think with the ubiquity of web-capable mobile devices this feature would be of limited use now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:38:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:38:49 +0000 Subject: [Koha-bugs] [Bug 21886] Add option to send notices from owning library instead of issuing library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21886 Stefan Berndtsson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #4 from Stefan Berndtsson --- There is a bug in this one where only one of two SQL queries in overdue_notices.pl are changed to handle the owning library parameter. I will try to push a fix soon, but in the meantime I've set this back to In Discussion. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:41:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:41:40 +0000 Subject: [Koha-bugs] [Bug 11971] Untranslatable "Reserve Charge" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11971 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Owen Leonard --- *** This bug has been marked as a duplicate of bug 12166 *** -- You are receiving 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 6 15:41:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:41:41 +0000 Subject: [Koha-bugs] [Bug 12166] Improve display of hold charges in patron account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12166 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pasi.kallinen at koha-suomi.fi --- Comment #24 from Owen Leonard --- *** Bug 11971 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:42:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:42:53 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #68 from Alex Arnaud --- Anyone else can reproduce Liz's issue ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:55:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:55:33 +0000 Subject: [Koha-bugs] [Bug 10168] Text myself a call number In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10168 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #4 from Liz Rea --- ,Do we think that this might still be a useful thing in less affluent countries where mobile data is very expensive and/or not ubiquitous? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 15:59:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 13:59:13 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #41 from Owen Leonard --- Sorry Aleisha but I get the same error when trying to apply the patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 16:08:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 14:08:27 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89370|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes --- Created attachment 89371 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89371&action=edit Bug 22856: Show SQL code button should trigger CodeMirror view This patch adds CodeMirror syntax highlighting to the SQL view which can be shown on the report results page by clicking the "Show SQL code" button. To test, apply the patch and run any SQL report. On the report results page, click the "Show SQL button." The SQL should be displayed with CodeMirror syntax highlighting. Test toggling the SQL code view on and off to confirm that the CodeMirror highlighting continues to work correctly. Signed-off-by: Barton Chittenden -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 16:08:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 14:08:57 +0000 Subject: [Koha-bugs] [Bug 10168] Text myself a call number In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10168 --- Comment #5 from Owen Leonard --- (In reply to Liz Rea from comment #4) > ,Do we think that this might still be a useful thing in less affluent > countries where mobile data is very expensive and/or not ubiquitous? I think that's quite possible, but I don't think the original request arose from that point of view. I'm fine with keeping the bug open if the idea seems like something that might fulfill a real need. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 16:09:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 14:09:09 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 Barton Chittenden changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |barton 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 6 16:18:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 14:18:03 +0000 Subject: [Koha-bugs] [Bug 10168] Text myself a call number In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10168 --- Comment #6 from Katrin Fischer --- (In reply to Owen Leonard from comment #5) > (In reply to Liz Rea from comment #4) > > ,Do we think that this might still be a useful thing in less affluent > > countries where mobile data is very expensive and/or not ubiquitous? > > I think that's quite possible, but I don't think the original request arose > from that point of view. I'm fine with keeping the bug open if the idea > seems like something that might fulfill a real need. I think in those countries sending texts might be difficult and expensive for the library too. The setup for texts is not easy as it seems often there is no SMS:Driver available for local network providers. There were also legal issues brought up in the past (India IIRC). Could displaying a QR code to scan be nice? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 16:52:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 14:52:18 +0000 Subject: [Koha-bugs] [Bug 22108] Items generated through MARCItemFieldsToOrder do not receive values applied in Item Information and Default Accounting Details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22108 Ron Houk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rhouk at ottumwapubliclibrary. | |org --- Comment #1 from Ron Houk --- This bug has been effecting our workflow here. Since we're not able to import "Date Acquired" via MARCItemsFieldstoOrder, it would be handy to be able to set this date on the "Item information" tab. -- You are receiving 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 6 16:52:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 14:52:28 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #35 from Tom?s Cohen Arazi --- Setting back to SO, as the problem is not introduced by this bug. Will deal with it on a separate report for rewriting all tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 17:21:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 15:21:56 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |axel.amghar at biblibre.com |ity.org | CC| |axel.amghar at biblibre.com Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 17:24:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 15:24:54 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #7 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #6) > (In reply to Jonathan Druart from comment #5) > > Hello Marcel, > > I have tried to explain it in the comment of this bug report. Which part > > does not make sense to you? > > Improve filtering is great. But we do not need to remove solid code. Then we need to write more tests. I *strongly* think that we must remove this code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 17:28:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 15:28:57 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #8 from Jonathan Druart --- IMO It's not solid code, it's code which leads us to believe that the values are not correctly filtered. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 17:36:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 15:36:05 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #32 from Jonathan Druart --- I do not see the point of those tests. The patches are just caching a value, there is nothing to prove. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 17:39:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 15:39:15 +0000 Subject: [Koha-bugs] [Bug 22854] Add separate column for administrative locked patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22854 --- Comment #2 from Jonathan Druart --- I think we could have only 1 more column: the reason of the lock. If NULL, the account is not locked. The field could be an ENUM with the different reasons. -- You are receiving 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 6 18:05:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:05:43 +0000 Subject: [Koha-bugs] [Bug 22529] /svc/members/search relies on quirks of haspermission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22529 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:05:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:05:59 +0000 Subject: [Koha-bugs] [Bug 22529] /svc/members/search relies on quirks of haspermission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22529 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 -- You are receiving 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 6 18:05:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:05:46 +0000 Subject: [Koha-bugs] [Bug 22529] /svc/members/search relies on quirks of haspermission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22529 --- Comment #1 from Jonathan Druart --- Created attachment 89372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89372&action=edit Bug 22529: Use new C4::Auth::haspermission from svc/members/search The svc/members/search script can be used to retrieve patrons with a specific permission. This feature is only used once, to link patrons to funds. The code in the script is duplicated from what we have in C4::Auth::haspermission, and it makes sense to clean it. Test plan: Create a fund and add users to this fund. When you search for users you must only have a list of patrons with the acquisition.order_manage permission. -- You are receiving 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 6 18:17:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:17:09 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Liz Rea 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 6 18:17:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:17:31 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 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 Mon May 6 18:17:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:17:46 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|lari.taskula at hypernova.fi |wizzyrea 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 6 18:18:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:18:26 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89335|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89373 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89373&action=edit Bug 22847: Correctly displayed circ rule values for max_holds and maxissue* There are several things going wrong on the circulation rules screen. The global rule is displayed for specific libraries (even if the rule does not exist for the library), and max_holds is always blank. I have trouble finding the root of the issue, but I will propose a patch to fix both problem. Certainly a mismatch between bug 18887 and bug 18925. Test plan: 0. Do not apply the patch 1. Notice the issue on the circulation rules screen 2. Apply the patch 3. Confirm that the value you set are correctly displayed (and not the propagated ones!) Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:23:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:23:09 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 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 6 18:23:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:23:12 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88084|0 |1 is obsolete| | Attachment #89198|0 |1 is obsolete| | --- Comment #12 from Jonathan Druart --- Created attachment 89374 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89374&action=edit Bug 22527: web installer links to outdated DB manual To reproduce: 1. Use MySQL or MariaDB for your Koha installation 2. Create an empty database and point $KOHA_CONF to this database name. 3. Grant SELECT privilege to your database user, e.g. grant select on koha3.* to 'koha'@'%' identified by 'koha'; 4. Go to step 2 of web installer where it checks database connection 5. Observe the following message User koha doesn't have enough privilege on database koha. Ask for or make a change in the user's privileges. User koha must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database koha2. Need help? See manual for PostgreSQL 6. Note "See manual for PostgreSQL" is wrong. Should now read Need help? For help with granting permissions, please search online for "[% dbms %] manual grant permissions" of course the dbms should be the dbms you are using. 7. Apply patch, restart all 8. Refresh page and observe it now displays correct link Test plan and original patchset by Lari Taskula Sponsored-by: Hypernova Oy Signed-off-by: Hayley Mapley 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 6 18:23:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:23:16 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 --- Comment #13 from Jonathan Druart --- Created attachment 89375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89375&action=edit Bug 22527: Remove extra space after '?' 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 6 18:24:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:24:29 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 --- Comment #14 from Jonathan Druart --- Nick, not sure about the 2 spaces after '?'. I let you decide (and squash!) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:31:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:31:15 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #12 from Jonathan Druart --- The display is definitely wrong indeed: https://snag.gy/UFqlg8.jpg -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:40:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:40:12 +0000 Subject: [Koha-bugs] [Bug 22799] Batch item modification is case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Jonathan Druart --- Aleisha, the patch is wrong, try: 1. Use abCDE for barcode 2. Use the batch tool with abcde => Same wrong display You are using twice lc on the same element (from @barcodelist), so you are still comparing lc with another string which has not been lc'ed Better would be to use a map with a grep, let me know on IRC if you need help ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:40:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:40:23 +0000 Subject: [Koha-bugs] [Bug 13420] Holdings table sorting on volume information incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13420 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #17 from Liz Rea --- This is actually a really hard bug to fix because that field isn't uniform across libraries, and it's human input (sometimes) as well. It can be just numeric, alphanumeric, or only words. I don't know how you even could universally fix this sorting problem, short of making it so people could choose the type of sort they want on the column. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:48:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:48:44 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |18639 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18639 [Bug 18639] Separate replacement cost and retail price fields in acquisitions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:48:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:48:44 +0000 Subject: [Koha-bugs] [Bug 18639] Separate replacement cost and retail price fields in acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18639 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22713 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 18:55:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 16:55:56 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 --- Comment #3 from Jonathan Druart --- Created attachment 89376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89376&action=edit Bug 22713: Remove unecessary $replacementprice var -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:00:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:00:17 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22847 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:00:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:00:17 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18928 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:09:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:09:58 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #60 from Jonathan Druart --- So, if we agree that bug 22847 is valid, last patch must be obsoleted. However the "(not set)" part must be removed IMO, I am not sure I understand its goal. Now that we have 1 entry per rule (and not 1 DB row for the whole "Default checkout, hold and return policy for Centerville" table), it will be harder to handle it correctly. Not impossible, but if not really needed I would prefer to just remove it. If a rule is not set, the cell is empty or the dropdown list displays the option "Not set", which seems to correct the problem. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:10:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:10:10 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89349|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 6 19:12:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:12:08 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #61 from Jonathan Druart --- Created attachment 89377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89377&action=edit Bug 18928: Remove '(not set)' The "(not set)" part must be removed IMO, I am not sure I understand its goal. Now that we have 1 entry per rule (and not 1 DB row for the whole "Default checkout, hold and return policy for Centerville" table), it will be harder to handle it correctly. Not impossible, but if not really needed I would prefer to just remove it. If a rule is not set, the cell is empty or the dropdown list displays the option "Not set", which seems to correct the problem. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:12:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:12:38 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:39:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:39:48 +0000 Subject: [Koha-bugs] [Bug 22426] Elasticsearch - Index location is missing in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 --- Comment #1 from Bouzid Fergani --- Created attachment 89378 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89378&action=edit Bug 22426: Elasticsearch - Index location is missing in advanced search -- You are receiving 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 6 19:40:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:40:37 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Bouzid Fergani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bouzid.fergani at inlibro.com 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 Mon May 6 19:40:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:40:18 +0000 Subject: [Koha-bugs] [Bug 22426] Elasticsearch - Index location is missing in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 Bouzid Fergani changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |bouzid.fergani at inlibro.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 Mon May 6 19:41:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:41:53 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Comment #22 is|1 |0 private| | --- Comment #23 from Liz Rea --- Accidentally sent this as a private comment, sorry for the double up. Hi, This mostly looks good - tests pass now and I didn't get any failures on due date calculation using this system preference, and existing functionality seems good. This may very well be a false positive but could you check out this QA tool failure: FAIL Koha/Calendar.pm FAIL pod coverage POD is missing for get_push_amt I'll fix up the other QA tool concerns in a couple of follow ups (namely commit messages having malformed headers and the DB update not having a nice message) :) Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:43:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:43:09 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:43:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:43:26 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81832|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart --- Created attachment 89379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89379&action=edit Bug 21709: Replace 'no popup' plugin links with a span Test plan: Edit a bibliographic record Notice that the icons next to fields linked with a plugin can be a link or not. The browser displays a pointer or not. It will remove the ambiguity to display an icon that is clickable but does nothing when clicked. We could also have another icon to disociate both behaviors. -- You are receiving 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 6 19:43:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:43:28 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Bouzid Fergani 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 6 19:44:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:44:33 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 --- Comment #12 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #9) > (In reply to Jonathan Druart from comment #7) > > Like that? Also I am wondering if we should not remove some classes, I do > > not know what is the purpose of .buttonDot > > This makes no actual difference. I still see a button that does not respond > to clicks. To me it's an improvement, the link is removed if no popup will be opened. So there is an icon but nothing to tell you it's clickable (pointer will be different). -- You are receiving 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 6 19:44:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:44:38 +0000 Subject: [Koha-bugs] [Bug 22426] Elasticsearch - Index location is missing in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 Bouzid Fergani changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |bouzid.fergani at inlibro.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:44:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:44:38 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 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 Mon May 6 19:44:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:44:53 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88607|0 |1 is obsolete| | Attachment #88608|0 |1 is obsolete| | Attachment #88609|0 |1 is obsolete| | Attachment #88610|0 |1 is obsolete| | Attachment #88611|0 |1 is obsolete| | Attachment #88612|0 |1 is obsolete| | Attachment #88613|0 |1 is obsolete| | Attachment #89178|0 |1 is obsolete| | --- Comment #24 from Liz Rea --- Created attachment 89380 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89380&action=edit Bug 15260: Add new useDaysMode option "Dayweek" This patch adds a new "Dayweek" option to the useDaysMode syspref, it has the description: "the calendar to push the due date to the next open day on the same weekday". Sponsored-by: Cheshire West and Chester and Cheshire East Councils Sponsored-by: Newcastle City Council Sponsored-by: Sefton Council Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:45:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:45:06 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Addbiblio shows tag editor |Addbiblio shows clickable |icons which do nothing |tag editor icons which do | |nothing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:45:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:45:17 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #25 from Liz Rea --- Created attachment 89381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89381&action=edit Bug 15260: Modify description of Dayweek option Sponsored-by: Cheshire West and Chester and Cheshire East Councils Sponsored-by: Newcastle City Council Sponsored-by: Sefton Council Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:45:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:45:24 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #26 from Liz Rea --- Created attachment 89382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89382&action=edit Bug 15260: Modify next/prev_open_day We require next_open_day & prev_open_day to be more flexible. We could create a separate sub, but that's not very DRY given that they'll do pretty much the same thing. So next_open_day becomes next_open_days and prev_open_day becomes prev_open_days and both functions accept an additional parameter which determines how many days they add or subtract. All calls of these two functions have been modified accordingly. Sponsored-by: Cheshire West and Chester and Cheshire East Councils Sponsored-by: Newcastle City Council Sponsored-by: Sefton Council Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:45:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:45:29 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #27 from Liz Rea --- Created attachment 89383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89383&action=edit Bug 15260: Implement weekly rollforward This patch will, when appropriate, roll due dates forward by full weeks, rather than single days. Sponsored-by: Cheshire West and Chester and Cheshire East Councils Sponsored-by: Newcastle City Council Sponsored-by: Sefton Council Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:45:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:45:38 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #28 from Liz Rea --- Created attachment 89384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89384&action=edit Bug 15260: Add unit tests This patch adds unit tests of the CalcDueDate function to ensure that the useDaysMode "Dayweek" mode works as expected Sponsored-by: Cheshire West and Chester and Cheshire East Councils Sponsored-by: Newcastle City Council Sponsored-by: Sefton Council Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:45:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:45:47 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #29 from Liz Rea --- Created attachment 89385 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89385&action=edit Bug 15260: Fix calculation of add amount In a sequence of closed days, we should take into account the nature of each closed day as we encounter it in order to calculate the amount to add to reach the next potential closed date. We are now doing this. Sponsored-by: Cheshire West and Chester and Cheshire East Councils Sponsored-by: Newcastle City Council Sponsored-by: Sefton Council Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:45:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:45:55 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #30 from Liz Rea --- Created attachment 89386 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89386&action=edit Bug 15260: (follow-up) Fix misnamed variable This was causing the amount to push by to be incorrectly calculated Sponsored-by: Cheshire West and Chester and Cheshire East Councils Sponsored-by: Newcastle City Council Sponsored-by: Sefton Council Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:46:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:46:05 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #31 from Liz Rea --- Created attachment 89387 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89387&action=edit Bug 15260: (follow-up) Fix bug in subtraction prev_open_days can receive either positive or negative numbers and then does the right thing with them. However, we weren't also doing this with the number it receives back from get_push_amt Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:46:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:46:18 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #32 from Liz Rea --- Created attachment 89388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89388&action=edit Bug 15260: (QA follow-up) Fix updatedatabase message Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:48:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:48:21 +0000 Subject: [Koha-bugs] [Bug 21124] Non-Public note does not appear if added to item in MARC field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21124 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 19:49:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 17:49:12 +0000 Subject: [Koha-bugs] [Bug 21232] Problems when linking a subscription to a non-existing biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving 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 6 20:07:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:07:22 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #62 from Agust?n Moyano --- (In reply to Jonathan Druart from comment #61) > Created attachment 89377 [details] [review] > Bug 18928: Remove '(not set)' > > The "(not set)" part must be removed IMO, I am not sure I understand its > goal. > Now that we have 1 entry per rule (and not 1 DB row for the whole "Default > checkout, hold and return policy for Centerville" table), it will be harder > to handle it correctly. Not impossible, but if not really needed I would > prefer > to just remove it. If a rule is not set, the cell is empty or the dropdown > list > displays the option "Not set", which seems to correct the problem. Now that bug 22847 is a dependency of this bug, should't attachment 89348 be obsoleted? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:08:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:08:23 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |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 6 20:08:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:08:25 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #2 from Owen Leonard --- Created attachment 89389 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89389&action=edit Bug 22844: Simplify the process of selecting database columns for system preferences This patch introduces a new way for users to select database columns for system preferences like BorrowerMandatoryField, which currently require hand-typing of database names. This new system uses a JSON file containing label:column pairs for database columns which are relevant to preferences which reference borrower table columns. My intention was to have user-friendly values as the labels, but embedding English strings in JSON would make them untranslatable. The following preferences are affected: - BorrowerMandatoryField - BorrowerUnwantedField - PatronSelfModificationBorrowerUnwantedField - PatronSelfRegistrationBorrowerMandatoryField - PatronSelfRegistrationBorrowerUnwantedField To test, apply the patch and regenerate the staff client CSS. restart_all to make sure the updated .pref file is used. - Go to Administration -> System preferences, and search for "PatronSelf" - The input fields for PatronSelfModificationBorrowerUnwantedField, PatronSelfRegistrationBorrowerMandatoryField, and PatronSelfRegistrationBorrowerUnwantedField should appear as "locked" (read-only) inputs. - Clicking the input field should trigger a modal window with checkboxes for each available column from the borrowers table. - Test that the "select all" and "clear all" links work correctly. - Test that the "cancel" link closes the modal without saving your selections. - Test that the "Save" button closes the modal, copies your selections to the form field, and triggers the preference-saving function (this eliminates the need to click a save button again after closing the modal). - Test this process by making modifications to all three different preferences, confirming that the right data is preselected each time the modal is shown and the right data is saved to the right field each time. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:15:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:15:20 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:15:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:15:22 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89379|0 |1 is obsolete| | --- Comment #13 from Owen Leonard --- Created attachment 89390 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89390&action=edit Bug 21709: Replace 'no popup' plugin links with a span Test plan: Edit a bibliographic record Notice that the icons next to fields linked with a plugin can be a link or not. The browser displays a pointer or not. It will remove the ambiguity to display an icon that is clickable but does nothing when clicked. We could also have another icon to disociate both behaviors. 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 6 20:36:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:36:30 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:36:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:36:33 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #2 from Jonathan Druart --- Created attachment 89391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89391&action=edit Bug 22812: Fix new subscription with strict sql modes With sql_strict_modes turned on, if you try to create a new subscription you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 -- You are receiving 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 6 20:37:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:37:05 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Blocks| |17258 Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 [Bug 17258] [OMNIBUS] MySQL 5.7 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:37:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:37:05 +0000 Subject: [Koha-bugs] [Bug 17258] [OMNIBUS] MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22812 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 [Bug 22812] Cannot add new subscription -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:38:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:38:47 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot add new subscription |Cannot add new subscription | |with strict SQL modes | |turned on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:39:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:39:39 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #3 from Jonathan Druart --- Note that now there is the following error in the log: DBD::mysql::st execute failed: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause [for Statement "SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist but does not explode the interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:52:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:52:27 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #4 from Jonathan Druart --- Created attachment 89392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89392&action=edit Bug 22812: Add tests for checkrouting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:52:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:52:30 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #5 from Jonathan Druart --- Created attachment 89393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89393&action=edit Bug 22812: Fix GROUP BY in checkrouting On the way, let fix this error DBD::mysql::st execute failed: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause [for Statement "SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist Test plan: Create a routing list, search for subscriptions In the action list you should see "Edit routing list (1)" or "New routing list" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 20:58:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 18:58:51 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #3 from Liz Rea --- Can I just say this test plan is A+ very good, thank you! -- You are receiving 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 6 21:04:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:04:28 +0000 Subject: [Koha-bugs] [Bug 22857] New: Entries missing in koha-conf.xml Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857 Bug ID: 22857 Summary: Entries missing in koha-conf.xml Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- At least dev_install and strict_sql_modes are missing from the koha-conf.xml file. Even if there will not be used in production I feel like we should have all the possible flags available in etc/koha-conf.xml -- You are receiving 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 6 21:04:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:04:57 +0000 Subject: [Koha-bugs] [Bug 22857] Entries missing in koha-conf.xml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |tomascohen at gmail.com Status|NEW |In Discussion -- You are receiving 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 6 21:05:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:05:38 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 6 21:05:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:05:41 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88966|0 |1 is obsolete| | --- Comment #4 from Liz Rea --- Created attachment 89394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89394&action=edit Bug 22790: The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 Signed-off-by: Liz Rea -- You are receiving 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 6 21:27:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:27:09 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #7 from Liz Rea --- Just to point out, the interface won't actually allow saving the "bad string email," so you've got to force it in there in the DB. It's probably still good to make sure this is escaped though, because who knows what can happen in migration. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 21:31:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:31:54 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Liz Rea 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 6 21:31:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:31:56 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89267|0 |1 is obsolete| | Attachment #89268|0 |1 is obsolete| | Attachment #89269|0 |1 is obsolete| | Attachment #89270|0 |1 is obsolete| | Attachment #89271|0 |1 is obsolete| | --- Comment #8 from Liz Rea --- Created attachment 89395 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89395&action=edit Bug 22781: Add tests Test plan: Apply only this patch => The tests will fail, the library's name is not correctly escaped. Note: This applies for the whole patchset, when the tests fail you will need to remove the patrons added by the tests with the following SQL query: delete from borrowers where surname like "test_patron_%"; We are expecting END to be called even if something goes wrong, but DESTROY must be used instead. This will be fixed separately, on its own bug report. NOTE: I (Liz) did not test this first patch because my selenium was not working, that is why my SO line is not on the patch. If someone could do that quickly I'd be really grateful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 21:32:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:32:05 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #9 from Liz Rea --- Created attachment 89396 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89396&action=edit Bug 22781: Escape cardnumber, category's description, library's name and dateexpiry This will fix the previous failure. Note that other fields like borrowernumber, Price escaped values, integers, etc. could be escaped the same way but will be useless (save polar bears). Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 21:32:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:32:08 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #10 from Liz Rea --- Created attachment 89397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89397&action=edit Bug 22781: Test patron's info filtering The patron's data was not correctly escaped actually. Test plan: This is a good value for the whole patchset: fir's"tname \123 ? use it for a patron's firstname, then do a search Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 21:32:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:32:11 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #11 from Liz Rea --- Created attachment 89398 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89398&action=edit Bug 22781: Does not double filter address Ho, a bug! Some fields in the address where double filtered. Test plan: Use the evil strings in the address field and do a search, you will see double html encoded characters without this patch. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 21:32:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:32:14 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #12 from Liz Rea --- Created attachment 89399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89399&action=edit Bug 22781: Correctly filter the emails Ho, another bug! The email was not correctly filtered. Test plan: Use the evil string for an email, do a search. => Notice that without this patch the results never show up Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 21:33:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 19:33:22 +0000 Subject: [Koha-bugs] [Bug 22858] New: Overdue items should trigger holds suspension Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22858 Bug ID: 22858 Summary: Overdue items should trigger holds suspension Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- Would like to see a feature that would suspend all hold requests on an account if there are items overdue. It would be great if this had preference to enable or disable, and for what libraries this would affect. -- You are receiving 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 6 22:06:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 20:06:51 +0000 Subject: [Koha-bugs] [Bug 16820] Add possibility to edit fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16820 --- Comment #9 from Martin Renvoize --- Hmm, should we use 'adjust' or should we create a new credit/debit and offset against the original for this. I'm torn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 22:16:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 20:16:32 +0000 Subject: [Koha-bugs] [Bug 22859] New: Copying an item that has location set as 'CART' sets the permanent location of the new item to 'CART' Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22859 Bug ID: 22859 Summary: Copying an item that has location set as 'CART' sets the permanent location of the new item to 'CART' Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Target Milestone: --- It should copy the original items.permanent_location rather than items.location. -- You are receiving 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 6 22:37:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 20:37:35 +0000 Subject: [Koha-bugs] [Bug 19181] Intranet and OPAC authentication selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22860 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860 [Bug 22860] Selenium tests authentication.t does not remove all data it created -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 22:37:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 20:37:35 +0000 Subject: [Koha-bugs] [Bug 22860] New: Selenium tests authentication.t does not remove all data it created Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860 Bug ID: 22860 Summary: Selenium tests authentication.t does not remove all data it created Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Test Suite Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 19181 Target Milestone: --- 1 patron will remain in the DB after the tests ran. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 [Bug 19181] Intranet and OPAC authentication selenium test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 22:39:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 20:39:24 +0000 Subject: [Koha-bugs] [Bug 22860] Selenium tests authentication.t does not remove all data it created In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860 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 6 22:39:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 20:39:27 +0000 Subject: [Koha-bugs] [Bug 22860] Selenium tests authentication.t does not remove all data it created In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860 --- Comment #1 from Jonathan Druart --- Created attachment 89400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89400&action=edit Bug 22860: Remove 1 remaining patron after authentication.t is ran Test plan: 0/ Do not apply the patch 1/ select count(*) from borrowers; 2/ Run the tests => Notice that you have 1 more patron 3/ Apply the patch and repeat 1/ and 2/ => Notice that you have the same number of patrons before and after the tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 23:05:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 21:05:30 +0000 Subject: [Koha-bugs] [Bug 22426] Elasticsearch - Index location is missing in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com --- Comment #2 from Michal Denar --- Any test plan? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 6 23:06:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 21:06:28 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 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 6 23:12:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 21:12:20 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |josef.moravec at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 01:05:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 23:05:23 +0000 Subject: [Koha-bugs] [Bug 22859] Copying an item that has location set as 'CART' sets the permanent location of the new item to 'CART' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22859 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 Tue May 7 01:05:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 23:05:45 +0000 Subject: [Koha-bugs] [Bug 22859] Copying an item that has location set as 'CART' sets the permanent location of the new item to 'CART' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22859 --- Comment #1 from Christopher Brannon --- This explains a lot. Please fix. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 7 01:05:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 23:05:59 +0000 Subject: [Koha-bugs] [Bug 22859] Copying an item that has location set as 'CART' sets the permanent location of the new item to 'CART' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22859 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 01:18:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 23:18:12 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89373|0 |1 is obsolete| | --- Comment #3 from Agust?n Moyano --- Created attachment 89401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89401&action=edit Bug 22847: Correctly displayed circ rule values for max_holds and maxissue* There are several things going wrong on the circulation rules screen. The global rule is displayed for specific libraries (even if the rule does not exist for the library), and max_holds is always blank. I have trouble finding the root of the issue, but I will propose a patch to fix both problem. Certainly a mismatch between bug 18887 and bug 18925. Test plan: 0. Do not apply the patch 1. Notice the issue on the circulation rules screen 2. Apply the patch 3. Confirm that the value you set are correctly displayed (and not the propagated ones!) Signed-off-by: Liz Rea Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 01:23:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 23:23:39 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano 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 7 01:23:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 May 2019 23:23:44 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89377|0 |1 is obsolete| | --- Comment #63 from Agust?n Moyano --- Created attachment 89402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89402&action=edit Bug 18928: Remove '(not set)' The "(not set)" part must be removed IMO, I am not sure I understand its goal. Now that we have 1 entry per rule (and not 1 DB row for the whole "Default checkout, hold and return policy for Centerville" table), it will be harder to handle it correctly. Not impossible, but if not really needed I would prefer to just remove it. If a rule is not set, the cell is empty or the dropdown list displays the option "Not set", which seems to correct the problem. Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 04:20:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 02:20:32 +0000 Subject: [Koha-bugs] [Bug 22860] Selenium tests authentication.t does not remove all data it created In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley at catalyst.net.n | |z --- Comment #2 from Hayley Mapley --- I tried to test this, but was unable to replicate on master. Borrower count was 2, I ran prove t/db_dependent/selenium/authentication.t, then checked my borrower count again, and it was two. Have I missed a step here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 04:29:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 02:29:46 +0000 Subject: [Koha-bugs] [Bug 22322] Self-checkin module should provide for automatic logins (like self-checkout) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22322 Derryn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |derrynj 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 7 04:38:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 02:38:28 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 7 04:38:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 02:38:31 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89389|0 |1 is obsolete| | --- Comment #3 from Hayley Mapley --- Created attachment 89403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89403&action=edit Bug 22844: Simplify the process of selecting database columns for system preferences This patch introduces a new way for users to select database columns for system preferences like BorrowerMandatoryField, which currently require hand-typing of database names. This new system uses a JSON file containing label:column pairs for database columns which are relevant to preferences which reference borrower table columns. My intention was to have user-friendly values as the labels, but embedding English strings in JSON would make them untranslatable. The following preferences are affected: - BorrowerMandatoryField - BorrowerUnwantedField - PatronSelfModificationBorrowerUnwantedField - PatronSelfRegistrationBorrowerMandatoryField - PatronSelfRegistrationBorrowerUnwantedField To test, apply the patch and regenerate the staff client CSS. restart_all to make sure the updated .pref file is used. - Go to Administration -> System preferences, and search for "PatronSelf" - The input fields for PatronSelfModificationBorrowerUnwantedField, PatronSelfRegistrationBorrowerMandatoryField, and PatronSelfRegistrationBorrowerUnwantedField should appear as "locked" (read-only) inputs. - Clicking the input field should trigger a modal window with checkboxes for each available column from the borrowers table. - Test that the "select all" and "clear all" links work correctly. - Test that the "cancel" link closes the modal without saving your selections. - Test that the "Save" button closes the modal, copies your selections to the form field, and triggers the preference-saving function (this eliminates the need to click a save button again after closing the modal). - Test this process by making modifications to all three different preferences, confirming that the right data is preselected each time the modal is shown and the right data is saved to the right field each time. Signed-off-by: Hayley Mapley -- You are receiving 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 7 04:39:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 02:39:27 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | CC| |hayleymapley at catalyst.net.n | |z -- You are receiving 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 7 05:24:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 03:24:41 +0000 Subject: [Koha-bugs] [Bug 18930] Move lost item refund rules to circulation_rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930 --- Comment #16 from Agust?n Moyano --- Created attachment 89404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89404&action=edit Bug 18930: (follow-up) Amend Koha::RefundLostItemFeeRules->find parameters in smart-rules.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 05:24:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 03:24:50 +0000 Subject: [Koha-bugs] [Bug 18930] Move lost item refund rules to circulation_rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930 --- Comment #18 from Agust?n Moyano --- Created attachment 89406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89406&action=edit Bug 18930: (follow-up) Change variable used in refund select for default options -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 05:24:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 03:24:45 +0000 Subject: [Koha-bugs] [Bug 18930] Move lost item refund rules to circulation_rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930 --- Comment #17 from Agust?n Moyano --- Created attachment 89405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89405&action=edit Bug 18930: (follow-up) Amend search parameter in Koha::RefundLostItemFeeRules->_default_rule -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 05:26:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 03:26:56 +0000 Subject: [Koha-bugs] [Bug 18930] Move lost item refund rules to circulation_rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io --- Comment #19 from Agust?n Moyano --- (In reply to Agust?n Moyano from comment #16) > Created attachment 89404 [details] [review] > Bug 18930: (follow-up) Amend Koha::RefundLostItemFeeRules->find parameters > in smart-rules.pl Added this patch because since RefundLostItemFeeRules is based on CirculationRules, find parameters should not have '*' as branchcode, and a rule_name must be specified -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 05:28:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 03:28:36 +0000 Subject: [Koha-bugs] [Bug 18930] Move lost item refund rules to circulation_rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930 --- Comment #20 from Agust?n Moyano --- (In reply to Agust?n Moyano from comment #17) > Created attachment 89405 [details] [review] > Bug 18930: (follow-up) Amend search parameter in > Koha::RefundLostItemFeeRules->_default_rule This patch was because branchcode was '*', which for CirculationRules should be undef to find default values. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 05:30:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 03:30:50 +0000 Subject: [Koha-bugs] [Bug 18930] Move lost item refund rules to circulation_rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930 --- Comment #21 from Agust?n Moyano --- (In reply to Agust?n Moyano from comment #18) > Created attachment 89406 [details] [review] > Bug 18930: (follow-up) Change variable used in refund select for default > options This change was because when default rules where undefined, select value always showed 'No' option, while 'use default' options of specific branches showed 'Use default (yes)' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 05:31:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 03:31:18 +0000 Subject: [Koha-bugs] [Bug 18930] Move lost item refund rules to circulation_rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930 Agust?n Moyano 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 Tue May 7 06:30:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 04:30:32 +0000 Subject: [Koha-bugs] [Bug 16750] Redirect from selectbranchprinter.pl to additem.pl causes software error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16750 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george 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 7 08:28:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:28:37 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87318|0 |1 is obsolete| | --- Comment #23 from Josef Moravec --- Created attachment 89407 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89407&action=edit Bug 21280: Move MARC editor code to a common class Combines the MARC editor code from addbiblio.pl and authorities.pl to a common class. Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:28:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:28:46 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87320|0 |1 is obsolete| | --- Comment #25 from Josef Moravec --- Created attachment 89409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89409&action=edit Bug 21280: Unify field types Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:28:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:28:42 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87319|0 |1 is obsolete| | --- Comment #24 from Josef Moravec --- Created attachment 89408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89408&action=edit Bug 21280: Move MARC editor tabs to an include file Moves the tabs code from addbiblio.tt to marc_editor.inc and changes authorities.tt to use it too. Minor changes in the tabs code were needed to support both functions. Adds support for toggling docs and tags for authorities and updates default documentation links. Test plan: 1. Test adding and editing biblio records and authority records. 2. Make sure visibility of fields is correct initially and when values are added. 3. Make sure settings for tags and documentation links work and stick across edits, also for authorities. Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:28:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:28:50 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87321|0 |1 is obsolete| | --- Comment #26 from Josef Moravec --- Created attachment 89410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89410&action=edit Bug 21280: Add pref for MARC authority documentation url Makes the documentation url for authorities separately configurable. Signed-off-by: Michal Denar Signed-off-by: Michal Denar Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:28:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:28:55 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 --- Comment #27 from Josef Moravec --- Created attachment 89411 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89411&action=edit Bug 21280: (follow-up) Adapt bug 21172 to Koha::MarcEditor Test plan: As bug 21772 - read the code and confirm it makes sense Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:28:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:28:59 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 --- Comment #28 from Josef Moravec --- Created attachment 89412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89412&action=edit Bug 21280: (QA follow-up) Do not use type parameter in script tag Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:29:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:29:06 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 --- Comment #29 from Josef Moravec --- Created attachment 89413 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89413&action=edit Bug 21280: (QA follow-up) Use constant instead of Readonly in MarcEditor Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:29:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:29:11 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 --- Comment #30 from Josef Moravec --- Created attachment 89414 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89414&action=edit Bug 21280: (follow-up) Refactor build_tabs to return array for better transparency Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 08:29:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 06:29:34 +0000 Subject: [Koha-bugs] [Bug 21280] Unify MARC editor in biblios and authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21280 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #31 from Josef Moravec --- Not fully ready yet, I will continue on that -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 09:34:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 07:34:51 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |axel.amghar 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 7 09:57:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 07:57:55 +0000 Subject: [Koha-bugs] [Bug 17750] Drop down list in the add biblio page is not responding when the field is repeated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17750 --- Comment #4 from Jawad Makki --- Yes it has been fixed in 17.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:00:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:00:06 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 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 Tue May 7 10:00:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:00:09 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89371|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 89415 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89415&action=edit Bug 22856: Show SQL code button should trigger CodeMirror view This patch adds CodeMirror syntax highlighting to the SQL view which can be shown on the report results page by clicking the "Show SQL code" button. To test, apply the patch and run any SQL report. On the report results page, click the "Show SQL button." The SQL should be displayed with CodeMirror syntax highlighting. Test toggling the SQL code view on and off to confirm that the CodeMirror highlighting continues to work correctly. Signed-off-by: Barton Chittenden Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:01:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:01:06 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- I think this could fall under 'polishing' the Code mirror work in this release :) It's nice, maybe the text area is a little big for a tiny report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:14:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:14:49 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 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 Tue May 7 10:14:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:14:53 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88465|0 |1 is obsolete| | Attachment #88468|0 |1 is obsolete| | --- Comment #25 from Katrin Fischer --- Created attachment 89416 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89416&action=edit Bug 21411: Advanced cataloging editor - rancor - Allow configuration of Keyboard This patch allows for redfining the keyboard shortcuts used in rancor. For now these are set globally (per instance) Ctrl-S is a codemirror setting and cannot be altered To test: 1 - Apply patches 2 - update database 3 - Load the advanced cataloging editor 4 - Click the "Keyboard shortcuts" button 5 - Ensure the list looks correct 6 - Note that 'Ctrl-S' note sit cannot be remapped 7 - Note the 'Redefine shortcuts' link at the top of the menu 8 - Confirm all the listed shortcuts work as expected 9 - Click the 'Redefine' link 10 - Ensure current mappings load correctly 11 - Read explanation and verify it makes sense 12 - Remap some functions 13 - Return to the cataloging editor 14 - Confirm your mappings work Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:14:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:14:56 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88466|0 |1 is obsolete| | --- Comment #26 from Katrin Fischer --- Created attachment 89417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89417&action=edit Bug 21411: (follow-up) Missing filters and unused variable POD warnings from QA tool are false positives (basic functionsn POD not needed) Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:14:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:14:59 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88467|0 |1 is obsolete| | --- Comment #27 from Katrin Fischer --- Created attachment 89418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89418&action=edit Bug 21411: Address QA concerns Move to admin Add a permission Remove descriptions from table Clean up template Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:15:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:15:03 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89119|0 |1 is obsolete| | --- Comment #28 from Katrin Fischer --- Created attachment 89419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89419&action=edit Bug 21411: (QA follow-up) fix tests Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:15:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:15:06 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89179|0 |1 is obsolete| | --- Comment #29 from Katrin Fischer --- Created attachment 89420 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89420&action=edit Bug 21411: (follow-up) Clean up for QA Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:15:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:15:10 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 --- Comment #30 from Katrin Fischer --- Created attachment 89421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89421&action=edit Bug 21411: (QA follow-up) Fix permission checks on admin page and menu Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:16:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:16:00 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 --- Comment #31 from Katrin Fischer --- I realized I had missed the follow-up, sorry! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:19:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:19:23 +0000 Subject: [Koha-bugs] [Bug 22791] Calculation differs on aqui-home/spent and ordered.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89327|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 89422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89422&action=edit Bug 22791: Unify calculation between aqui-home and ordered.pl To test: 1 - Enable order price rounding 2 - Order an example with 8 * 16,99 and 42% discount, 19.45% tax. 3 - Check ordered page - 94.17 is total 4 - Check aqui-home - 94.16 is total 5 - Apply patch 6 - Verify numbers now match Signed-off-by: Maryse Simard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 10:19:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 08:19:20 +0000 Subject: [Koha-bugs] [Bug 22791] Calculation differs on aqui-home/spent and ordered.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791 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 Tue May 7 11:01:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:01:05 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:01:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:01:45 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22823 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 [Bug 22823] Koha::Library needs a method for obtaining the incoming email address -- You are receiving 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 7 11:01:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:01:45 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22843 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 [Bug 22843] Finer control of who receives purchase suggestion notifications -- You are receiving 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 7 11:16:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:16:33 +0000 Subject: [Koha-bugs] [Bug 18506] SSO - Shibboleth Only Mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79540|0 |1 is obsolete| | --- Comment #12 from Martin Renvoize --- Created attachment 89424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89424&action=edit Bug 18506: (followup) Make this play nicely with opacPublic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:16:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:16:50 +0000 Subject: [Koha-bugs] [Bug 18506] SSO - Shibboleth Only Mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79522|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 7 11:16:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:16:31 +0000 Subject: [Koha-bugs] [Bug 18506] SSO - Shibboleth Only Mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506 --- Comment #11 from Martin Renvoize --- Created attachment 89423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89423&action=edit Bug 18506: Add xShibOnly preference for Shibboleth authentication This patch adds two system preferences to Koha, opacShibOnly and staffShibOnly, allowing users to restrict authentication to just one method, Shibboleth. A system preference was chosen over a configuration file update to allow for local override at the virtualhost level. In this way a hosting provider can setup a 'backdoor opac' for example to allow fallback to local logins for support operations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:18:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:18:06 +0000 Subject: [Koha-bugs] [Bug 18506] SSO - Shibboleth Only Mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506 --- Comment #13 from Martin Renvoize --- Freshly rebased. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:18:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:18:25 +0000 Subject: [Koha-bugs] [Bug 18506] SSO - Shibboleth Only Mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506 Martin Renvoize 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 Tue May 7 11:25:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:25:25 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #2 from Martin Renvoize --- This doesn't look like it's the case to me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:28:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:28:37 +0000 Subject: [Koha-bugs] [Bug 21246] Extend the 'Last patron' navigation feature to 'Last X patrons' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:33:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:33:43 +0000 Subject: [Koha-bugs] [Bug 20595] EDI: Add support for LRP (Library Rotation Plan) for Koha with Stock Rotation enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20595 --- Comment #7 from Martin Renvoize --- This one is rather challenging to test unless you already have a vendor who support both EDI and is happy to add the LRP flag to your EDI messages to match an existing Stock Rotation code in your koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:35:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:35:15 +0000 Subject: [Koha-bugs] [Bug 20627] Prevent leakages of user permissions to api access tokens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20627 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:38:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:38:41 +0000 Subject: [Koha-bugs] [Bug 20627] Prevent leakages of user permissions to api access tokens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20627 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|new feature |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:44:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:44:49 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 --- Comment #5 from axel Amghar --- Created attachment 89425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89425&action=edit Bug 20384 - Elastic rebuild script improvements - options --offset & --length This patch add the options --offset & --length to the script: misc/search_tools/rebuild_elastic_search.pl To test : - apply the patch - verify that the script by default is working, launch : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 - launch with the option --offset - then with the option --length - launch with both options : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --offset 1000 --length 200 - verify that the total records indexed is 200 launch perl misc/search_tools/rebuild_elastic_search.pl --man for help -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 11:52:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 09:52:27 +0000 Subject: [Koha-bugs] [Bug 22225] Tax hints and prices on orderreceive.pl may not match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225 --- Comment #9 from Martin Renvoize --- I personally feel that this patch should go through as is right now to provoke thought and allow us to clarify and resolve bugs later. This patch merely corrects the display hints to conform with the actual data that is being displayed.. to me it's a worse case left as is as it's misleading as to what data is being displayed on screen without this patch. This may provoke further thought and lead to bugfixes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:01:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:01:13 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 --- Comment #3 from Martin Renvoize --- Created attachment 89426 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89426&action=edit Bug 21245: Move 'Last patron' button into 'breadcrumb' bar This patch moved the 'Last patron' button introduced in bug 20312 inline with the breadcrumb bar from floating above it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:01:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:01:40 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |Needs Signoff --- Comment #4 from Martin Renvoize --- I'm sure there must be a nicer way of doing this.. Owen? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:02:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:02:26 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:02:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:02:31 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:44:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:44:17 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #19 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:44:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:44:31 +0000 Subject: [Koha-bugs] [Bug 21671] Koha/Patron/Modifications.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21671 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:44:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:44:42 +0000 Subject: [Koha-bugs] [Bug 22420] Tag cloud feature broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #13 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:44:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:44:55 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #15 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:45:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:45:00 +0000 Subject: [Koha-bugs] [Bug 22225] Tax hints and prices on orderreceive.pl may not match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225 --- Comment #10 from Katrin Fischer --- I am ok with that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:45:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:45:47 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 13:45:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 11:45:34 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #15 from Nick Clemens --- Awesome work all! Included second patch and squashed Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 14:01:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:01:59 +0000 Subject: [Koha-bugs] [Bug 22791] Calculation differs on aqui-home/spent and ordered.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 14:02:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:02:11 +0000 Subject: [Koha-bugs] [Bug 22800] No need to raw filter the mandatory fields var (OPAC suggestions) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #4 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 14:02:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:02:42 +0000 Subject: [Koha-bugs] [Bug 22808] Move Cache.t to db_dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22808 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 14:03:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:03:02 +0000 Subject: [Koha-bugs] [Bug 22813] searchResults queries the Koha::Patron object inside two nested loops In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 14:03:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:03:13 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #6 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 14:15:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:15:21 +0000 Subject: [Koha-bugs] [Bug 22333] Replace duplicated code in CanBookBeRenewed with GetSoonestRenewDate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22333 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 Tue May 7 14:15:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:15:39 +0000 Subject: [Koha-bugs] [Bug 20360] Auto-Renew notices send in advance of No Renewal Before period In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20360 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 Tue May 7 14:40:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:40:14 +0000 Subject: [Koha-bugs] [Bug 21658] Renew requests fail if a fee attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21658 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 14:41:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 12:41:25 +0000 Subject: [Koha-bugs] [Bug 22426] Elasticsearch - Index location is missing in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 --- Comment #3 from Bouzid Fergani --- Test plan : Without patch: - in advanced search, choose a location in shelving location tab and start search (opac-search.pl?idx=kw&op=and&idx=kw&op=and&idx=kw&do=Search&limit=mc-loc) - 0 result - check that location exist by doing a simple search and filtering on the location facet - have some results With patch: - in advanced search, choose a location in shelving location tab and start search (opac-search.pl?idx=kw&op=and&idx=kw&op=and&idx=kw&do=Search&limit=mc-loc) - found results Thanks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 15:44:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 13:44:32 +0000 Subject: [Koha-bugs] [Bug 22861] New: Add ability to turn on/off the display of a public list Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22861 Bug ID: 22861 Summary: Add ability to turn on/off the display of a public list Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Target Milestone: --- Libraries use the Public List feature a lot for patrons to see them on the OPAC. It would be very nice to allow staff to disable/enable these public lists -as the Course Reserve module does -as needed. -- You are receiving 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 7 16:23:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:23:58 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89339|0 |1 is obsolete| | Attachment #89340|0 |1 is obsolete| | Attachment #89341|0 |1 is obsolete| | Attachment #89342|0 |1 is obsolete| | Attachment #89343|0 |1 is obsolete| | Attachment #89344|0 |1 is obsolete| | Attachment #89345|0 |1 is obsolete| | Attachment #89346|0 |1 is obsolete| | Attachment #89347|0 |1 is obsolete| | Attachment #89348|0 |1 is obsolete| | Attachment #89402|0 |1 is obsolete| | --- Comment #64 from Kyle M Hall --- Created attachment 89427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89427&action=edit Bug 18928: Add DB structure changes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano 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 7 16:24:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:24:44 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89427|0 |1 is obsolete| | --- Comment #65 from Kyle M Hall --- Created attachment 89428 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89428&action=edit Bug 18928: Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules Test Plan: 1) Apply dependancies 2) Apply this patch set 3) Run updatedatabase.pl 4) Ensure holdallowed and hold_fulfillment_policy rules behavior remains unchanged Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 16:25:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:02 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #66 from Kyle M Hall --- Created attachment 89429 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89429&action=edit Bug 18928: Add DB structure changes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano 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 7 16:25:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:06 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #67 from Kyle M Hall --- Created attachment 89430 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89430&action=edit Bug 18928: Add missing filters Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano 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 7 16:25:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:09 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #68 from Kyle M Hall --- Created attachment 89431 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89431&action=edit Bug 18928: Update new occurrences Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano 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 7 16:25:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:12 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #69 from Kyle M Hall --- Created attachment 89432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89432&action=edit Bug 18928: (follow-up) Make DB update idempotent Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano 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 7 16:25:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:15 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #70 from Kyle M Hall --- Created attachment 89433 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89433&action=edit Bug 18928: (follow-up) Unset max_holds rule if needed Test plan: 1) Set all values in Default checkout, hold and return policy section on circulation rules admin page, try for all libraries and for one specific library. Save. 2) Click on unset and confitm --> without patch, the Maximum total holds allowed value remains --> with patch the unset removex Maximum holds value too Signed-off-by: Agustin Moyano 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 7 16:25:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:18 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #71 from Kyle M Hall --- Created attachment 89434 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89434&action=edit Bug 18928: DBIC schema update Signed-off-by: Agustin Moyano 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 7 16:25:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:21 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #72 from Kyle M Hall --- Created attachment 89435 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89435&action=edit Bug 18928: Use get_effective_rule in GetBranchItemRule Signed-off-by: Agustin Moyano 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 7 16:25:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:24 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #73 from Kyle M Hall --- Created attachment 89436 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89436&action=edit Bug 18928: (bug 22679 follow-up) Do not remove all rules along with the issuing rule We actually want to remove maxissueqty, maxonsiteissueqty and max_holds (for now) Signed-off-by: Agustin Moyano 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 7 16:25:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:27 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #74 from Kyle M Hall --- Created attachment 89437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89437&action=edit Bug 18928: (bug 22847 follow-up) Display correctly the values (not the propagated ones) Signed-off-by: Agustin Moyano 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 7 16:25:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:25:31 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #75 from Kyle M Hall --- Created attachment 89438 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89438&action=edit Bug 18928: Remove '(not set)' The "(not set)" part must be removed IMO, I am not sure I understand its goal. Now that we have 1 entry per rule (and not 1 DB row for the whole "Default checkout, hold and return policy for Centerville" table), it will be harder to handle it correctly. Not impossible, but if not really needed I would prefer to just remove it. If a rule is not set, the cell is empty or the dropdown list displays the option "Not set", which seems to correct the problem. Signed-off-by: Agustin Moyano 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 7 16:33:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:33:45 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 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 7 16:33:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:33:48 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89401|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 89439 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89439&action=edit Bug 22847: Correctly displayed circ rule values for max_holds and maxissue* There are several things going wrong on the circulation rules screen. The global rule is displayed for specific libraries (even if the rule does not exist for the library), and max_holds is always blank. I have trouble finding the root of the issue, but I will propose a patch to fix both problem. Certainly a mismatch between bug 18887 and bug 18925. Test plan: 0. Do not apply the patch 1. Notice the issue on the circulation rules screen 2. Apply the patch 3. Confirm that the value you set are correctly displayed (and not the propagated ones!) Signed-off-by: Liz Rea Signed-off-by: Agustin Moyano 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 7 16:45:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 14:45:42 +0000 Subject: [Koha-bugs] [Bug 22860] Selenium tests authentication.t does not remove all data it created In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860 --- Comment #3 from Jonathan Druart --- Can you try that: kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ git fetch origin kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ git checkout -B master origin/master kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ koha-mysql kohadev -e "select count(*) from borrowers;" +----------+ | count(*) | +----------+ | 99 | +----------+ kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove t/db_dependent/selenium/authentication.t t/db_dependent/selenium/authentication.t .. ok All tests successful. Files=1, Tests=2, 24 wallclock secs ( 0.02 usr 0.02 sys + 2.07 cusr 0.76 csys = 2.87 CPU) Result: PASS kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ koha-mysql kohadev -e "select count(*) from borrowers;" +----------+ | count(*) | +----------+ | 100 | +----------+ The selenium server must have been started before (in a devbox you can use the `start_selenium` alias) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:09:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:09:22 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89428|0 |1 is obsolete| | Attachment #89429|0 |1 is obsolete| | Attachment #89430|0 |1 is obsolete| | Attachment #89431|0 |1 is obsolete| | Attachment #89432|0 |1 is obsolete| | Attachment #89433|0 |1 is obsolete| | Attachment #89434|0 |1 is obsolete| | Attachment #89435|0 |1 is obsolete| | Attachment #89436|0 |1 is obsolete| | Attachment #89437|0 |1 is obsolete| | Attachment #89438|0 |1 is obsolete| | --- Comment #76 from Liz Rea --- Created attachment 89440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89440&action=edit Bug 22847: Correctly displayed circ rule values for max_holds and maxissue* There are several things going wrong on the circulation rules screen. The global rule is displayed for specific libraries (even if the rule does not exist for the library), and max_holds is always blank. I have trouble finding the root of the issue, but I will propose a patch to fix both problem. Certainly a mismatch between bug 18887 and bug 18925. Test plan: 0. Do not apply the patch 1. Notice the issue on the circulation rules screen 2. Apply the patch 3. Confirm that the value you set are correctly displayed (and not the propagated ones!) Signed-off-by: Liz Rea Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:09:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:09:56 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89440|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 7 17:10:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:10:37 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #77 from Liz Rea --- Created attachment 89441 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89441&action=edit Bug 18928: Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules Test Plan: 1) Apply dependancies 2) Apply this patch set 3) Run updatedatabase.pl 4) Ensure holdallowed and hold_fulfillment_policy rules behavior remains unchanged Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:10:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:10:46 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #78 from Liz Rea --- Created attachment 89442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89442&action=edit Bug 18928: Add DB structure changes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:10:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:10:50 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #79 from Liz Rea --- Created attachment 89443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89443&action=edit Bug 18928: Add missing filters Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:10:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:10:53 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #80 from Liz Rea --- Created attachment 89444 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89444&action=edit Bug 18928: Update new occurrences Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:11:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:11:01 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #82 from Liz Rea --- Created attachment 89446 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89446&action=edit Bug 18928: (follow-up) Unset max_holds rule if needed Test plan: 1) Set all values in Default checkout, hold and return policy section on circulation rules admin page, try for all libraries and for one specific library. Save. 2) Click on unset and confitm --> without patch, the Maximum total holds allowed value remains --> with patch the unset removex Maximum holds value too Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:11:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:11:04 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #83 from Liz Rea --- Created attachment 89447 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89447&action=edit Bug 18928: DBIC schema update Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:11:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:11:08 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #84 from Liz Rea --- Created attachment 89448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89448&action=edit Bug 18928: Use get_effective_rule in GetBranchItemRule Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:11:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:11:11 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #85 from Liz Rea --- Created attachment 89449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89449&action=edit Bug 18928: (bug 22679 follow-up) Do not remove all rules along with the issuing rule We actually want to remove maxissueqty, maxonsiteissueqty and max_holds (for now) Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:11:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:11:15 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #86 from Liz Rea --- Created attachment 89450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89450&action=edit Bug 18928: (bug 22847 follow-up) Display correctly the values (not the propagated ones) Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:11:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:11:18 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #87 from Liz Rea --- Created attachment 89451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89451&action=edit Bug 18928: Remove '(not set)' The "(not set)" part must be removed IMO, I am not sure I understand its goal. Now that we have 1 entry per rule (and not 1 DB row for the whole "Default checkout, hold and return policy for Centerville" table), it will be harder to handle it correctly. Not impossible, but if not really needed I would prefer to just remove it. If a rule is not set, the cell is empty or the dropdown list displays the option "Not set", which seems to correct the problem. Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:10:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:10:57 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #81 from Liz Rea --- Created attachment 89445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89445&action=edit Bug 18928: (follow-up) Make DB update idempotent Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:16:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:16:10 +0000 Subject: [Koha-bugs] [Bug 20750] Allow timestamped auditing of ILL request events In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750 --- Comment #144 from Jonathan Druart --- The output of the tests contains warnings: kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove t/db_dependent/Illrequests.t t/db_dependent/Illrequests.t .. 1/11 no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. t/db_dependent/Illrequests.t .. 4/11 no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. t/db_dependent/Illrequests.t .. 7/11 no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. t/db_dependent/Illrequests.t .. 10/11 no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266. t/db_dependent/Illrequests.t .. ok All tests successful. Files=1, Tests=11, 6 wallclock secs ( 0.04 usr 0.00 sys + 4.94 cusr 1.16 csys = 6.14 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:33:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:33:45 +0000 Subject: [Koha-bugs] [Bug 18936] Convert issuingrules fields to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18936 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:34:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:34:05 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 --- Comment #16 from Jonathan Druart --- Master_D9 still failing with the exact same error on node 2 koha_1 | # Failed test 'With BorrowerLogs and TrackLastPatronActivity we should not spam the logs' koha_1 | # at t/db_dependent/Koha/Patrons.t line 1477. koha_1 | # got: '2' koha_1 | # expected: '1' koha_1 | # Looks like you failed 1 test of 4. koha_1 | koha_1 | # Failed test 'BorrowersLog tests' koha_1 | # at t/db_dependent/Koha/Patrons.t line 1478. koha_1 | # Looks like you failed 1 test of 39. koha_1 | [12:00:28] t/db_dependent/Koha/Patrons.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 17:58:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 15:58:10 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 --- Comment #16 from Nick Clemens --- Created attachment 89452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89452&action=edit Bug 22527: (RM follow-up) Add filter -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 18:04:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 16:04:06 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #4 from Liz Rea --- I love this so much -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 18:05:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 16:05:42 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #1 from Liz Rea --- Hi Joy, Do you want this in just the OPAC or in both the OPAC and the Staff interface? Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 18:05:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 16:05:42 +0000 Subject: [Koha-bugs] [Bug 14376] Allow the librarian to choose a patron when entering a purchase suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14376 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #20 from Fridolin SOMERS --- > 3) GUI > I'd prefer the way patron search is done in other places taking place in a separate pop-up or modal. Is it already existing somewhere is actual code ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 18:07:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 16:07:11 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 --- Comment #2 from Liz Rea --- Oh, and also - results and details views both? Or just details? Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 18:12:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 16:12:34 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 --- Comment #3 from Joy Nelson --- Liz- I would like to see this on both OPAC and staff side For the results/display pages, can you make it behave in a similar way to the 490/830 combination? i.e. if the 830 appears when 490 ind1=1 on both, make the standalone 830 appear on both. If 830/490 appears only on details, make standalone show on 830, etc. Thanks joy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 18:13:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 16:13:52 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 --- Comment #17 from Andrew --- Would it be possible for this to get entered in the log with the retained patron as the object, rather than the deleted patron? That way it would show up in the modification log for the extant patron, which seems a bit more helpful than having it tie to the deleted patron. Other than that small nitpick, this is great! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 19:22:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 17:22:23 +0000 Subject: [Koha-bugs] [Bug 14376] Allow the librarian to choose a patron when entering a purchase suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14376 --- Comment #21 from Katrin Fischer --- (In reply to Fridolin SOMERS from comment #20) > > 3) GUI > > I'd prefer the way patron search is done in other places taking place > in a separate pop-up or modal. > Is it already existing somewhere is actual code ? Take a look at how patrons can be added as: - guarantors - to be notified when an order is received (edit order screen) For examples. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 19:25:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 17:25:34 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- I am wondering, is this only the case for 830 or the other 8xx fields too that can appear in combination with 490? (800, 810, 811...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 19:36:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 17:36:29 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 --- Comment #5 from Hannah Olsen --- The 800 has the same issue, for sure. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 20:03:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 18:03:54 +0000 Subject: [Koha-bugs] [Bug 22478] Cross-site scripting vulnerability in paginations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478 --- Comment #54 from Nick Clemens --- Created attachment 89453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89453&action=edit Bug 22478: (follow-up) [18.05.X ONLY] Fix rebase and fix selenium opac_auth We missed a case or two in the backport, also picked changes from https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76414&action=diff in order to fix opac auth in selenium -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 20:52:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 18:52:09 +0000 Subject: [Koha-bugs] [Bug 22862] New: Normalize SMS messaging numbers before validating them Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Bug ID: 22862 Summary: Normalize SMS messaging numbers before validating them Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Librarians often copy and paste patron data, including phone numbers. SMS phone numbers are now being validated to conform to the E.164 specification. It would be nice to try to normalize that data by stripping non-numeric data from the paste (i.e. dashes, parens, 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 7 20:52:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 18:52:13 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 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 7 21:15:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:15:14 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Liz Rea 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 7 21:15:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:15:17 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89391|0 |1 is obsolete| | Attachment #89392|0 |1 is obsolete| | Attachment #89393|0 |1 is obsolete| | --- Comment #6 from Liz Rea --- Created attachment 89454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89454&action=edit Bug 22812: Fix new subscription with strict sql modes With sql_strict_modes turned on, if you try to create a new subscription you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:15:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:15:25 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #7 from Liz Rea --- Created attachment 89455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89455&action=edit Bug 22812: Add tests for checkrouting Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:15:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:15:28 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #8 from Liz Rea --- Created attachment 89456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89456&action=edit Bug 22812: Fix GROUP BY in checkrouting On the way, let fix this error DBD::mysql::st execute failed: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause [for Statement "SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist Test plan: Create a routing list, search for subscriptions In the action list you should see "Edit routing list (1)" or "New routing list" Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:24:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:24:23 +0000 Subject: [Koha-bugs] [Bug 14656] Delete Bibliographic Records REST API route & permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14656 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |tomascohen at gmail.com Status|NEW |RESOLVED --- Comment #7 from Tom?s Cohen Arazi --- The endpoint itself is already implemented on bug 15496. The new permission makes sense, but deserves a new report and patch. *** This bug has been marked as a duplicate of bug 15496 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:24:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:24:23 +0000 Subject: [Koha-bugs] [Bug 15496] Delete bibliographic record after moving last item to another record(s) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15496 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti at jns.fi --- Comment #53 from Tom?s Cohen Arazi --- *** Bug 14656 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 7 21:26:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:26:07 +0000 Subject: [Koha-bugs] [Bug 22863] New: Item replacement cost with tax Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 Bug ID: 22863 Summary: Item replacement cost with tax 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: alexandre.breton at ccsr.qc.ca QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Hi, When an item is marked as lost, the status of this item change and Koha will use the a Default Replacement Cost. This price is without tax sadly because it's based on aqorders.unitprice. But we need the cost of this item with tax (which is the real price paid for it). Then, the price needed must be based on unitprice_tax_included. To do that, the prices in these two areas : items.replacementprice items.price must be based on : aqorders.unitprice_tax_included. Thanks you, Alexandre -- You are receiving 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 7 21:29:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:29:58 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #18 from Liz Rea --- I confirm that this works, but I'd like to hear from Chris if Horowhenua Libraries still require this functionality before we totally get rid of it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:31:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:31:45 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #19 from Katrin Fischer --- (In reply to Liz Rea from comment #18) > I confirm that this works, but I'd like to hear from Chris if Horowhenua > Libraries still require this functionality before we totally get rid of it. Adding him as CC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:34:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:34:12 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #69 from Liz Rea --- there were no entry boxes at the bottom of either tab, sorry. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:36:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:36:13 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 Phil Ringnalda changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:38:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:38:30 +0000 Subject: [Koha-bugs] [Bug 22426] Elasticsearch - Index location is missing in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #4 from Michal Denar --- Sorry, but link from test plan gives me: No results found! You did not specify any search criteria. Error: Unable to perform your search. Please try again. I tried reindex ES, but same result. Link from working search looks like: cgi-bin/koha/opac-search.pl?advsearch=1&idx=kw&q=a&idx=kw&idx=kw&limit=branch%3ACPL&limit=available&sort_by=relevance&do=Search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:48:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:48:22 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #20 from Chris Cormack --- They still use it, so if it could be fixed rather than removed would be great. Always a shame when we break things the Original Koha library use. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:50:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:50:30 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 21:51:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:51:21 +0000 Subject: [Koha-bugs] [Bug 22864] New: Search by creation date and control number in Authorities Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22864 Bug ID: 22864 Summary: Search by creation date and control number in Authorities Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: eb at efdss.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- This has been extracted from Bug 5706 It would be useful to be able to perform the following operations on authority records in the staff interface 1) Search by creation date 2) Search by control number. -- You are receiving 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 7 21:51:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 19:51:36 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #33 from Liz Rea --- only FQA for the qa tool that might be a false positive, fix that up and it can go back to SO. :) Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 22:03:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 20:03:55 +0000 Subject: [Koha-bugs] [Bug 22865] New: Add authorities to a list Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22865 Bug ID: 22865 Summary: Add authorities to a list Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: eb at efdss.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- This has been extracted from bug 5706 It would be useful to be able to add to a list or create a list of authorities in the staff interface. Similar to how biblios may be added to a list. -- You are receiving 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 7 22:05:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 20:05:34 +0000 Subject: [Koha-bugs] [Bug 5706] Search, create lists and Export authorities from staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5706 --- Comment #3 from Elaine Bradtke --- New bugs filed: Search by creation date and control number in Authorities: 22864 Add authorities to a list: 22865 -- 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 7 22:07:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 20:07:20 +0000 Subject: [Koha-bugs] [Bug 5706] Search, create lists and Export authorities from staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5706 --- Comment #4 from Elaine Bradtke --- New bugs filed: Search by creation date and control number in Authorities: 22864 Add authorities to a list: 22865 -- 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 7 22:20:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 20:20:54 +0000 Subject: [Koha-bugs] [Bug 22866] New: ItemsDeniedRenewal cannot be overriden Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22866 Bug ID: 22866 Summary: ItemsDeniedRenewal cannot be overriden 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: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- To Test: - Create a circ rule for patron category Y and itemtype X - Block renewal of itemtype X using ItemsDeniedRenewal - Confirm AllowRenewalLimitOverride is set to Allow - Check item of itemtype X out to patron of category Y - See that circulation.pl shows "renewal denied by syspref" - Click the checkbox for "Override renewal limit" - See that "renewal denied by syspref" message is replaced by a checkbox suggesting renewal will be allowed - Attempt to renew item - See error "Renew failed: item_denied_renewal" Ideally, one could override renewal blocks due to ItemsDeniedRenewal. Failing that, we should at least amend the confusing behavior in which is looks like you'll be able to override but then you receive an error. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 23:15:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 21:15:08 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #21 from Martin Renvoize --- (In reply to Chris Cormack from comment #20) > They still use it, so if it could be fixed rather than removed would be > great. > Always a shame when we break things the Original Koha library use. Just to clarify, this patch only corrects the behaviour to not record 'paidfor' when the action is a writoff rather than a payment. So, if I go ahead and write the tests for that here we should be good for this bug. For a follow-up bug I believe people are interested in cleaning up the implimentation somewhat to fit with more recent practice. Might pick your brains as to how this is used at Horowhenua some point soon Chris, be interested to fully understand the use cases before diving in. As I said before, I'm confident we can still get all the data out but I don't want to miss something or reduce usability uneccesarily -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 23:19:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 21:19:09 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #22 from Katrin Fischer --- My concerns here are the issues of translatability and privacy. We store a patron name in items... which we expose for export practically everywhere. I think it would be really nice to keep the information, but in another database table. As it's mapped in MARC excluding it everywhere might turn out a bit of a never-ending chase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 23:19:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 21:19:47 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #23 from Katrin Fischer --- Would moving it out of items be ok? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 7 23:31:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 21:31:26 +0000 Subject: [Koha-bugs] [Bug 11523] Make framework code available to stylesheets to allow for more customized display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11523 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz --- Comment #6 from Katrin Fischer --- Adding Alex - I've heard rumors there might be some code for this :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 01:01:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 23:01:41 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas 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 8 01:56:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 May 2019 23:56:53 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 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 Wed May 8 03:44:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 01:44:57 +0000 Subject: [Koha-bugs] [Bug 22153] Automatic item modifications by age: Boolean options In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22153 Laura Horgan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |horganl at middlesex.mass.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 04:06:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 02:06:24 +0000 Subject: [Koha-bugs] [Bug 19532] Recalls for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 Laura Horgan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |horganl at middlesex.mass.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 05:06:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 03:06:54 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Version|18.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 05:12:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 03:12:03 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley at catalyst.net.n | |z Assignee|koha-bugs at lists.koha-commun |hayleymapley at catalyst.net.n |ity.org |z Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 06:03:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 04:03:42 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #1 from Hayley Mapley --- Created attachment 89457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89457&action=edit Bug 22724: Allow only users with correct permissions to 'Write off selected' Due to the addition of a 'Write off selected' button in 18.11, users without writeoff permissions could mistakenly view and action the 'Write off selected' option for a patron in Accounting > Make a payment (Fines > Pay fines). The attached patch corrects this error. Test plan: 1) Make sure that a staff user has '(writeoff) Write off fines and fees' permission disabled 2) Bring up a patron with an unpaid fee, go to Accounting -> Make a payment 3) Note that 'Write off selected' button is displayed. 4) Select a fee, click 'Write off selected'. Note that staff member has access to 'Write off an amount toward selected fines' 5) Apply the patch 6) Repeat steps 1-2, and note that the button is no longer displayed 7) Bonus points, as a staff user with writeoff permissions enabled check that all four buttons (Pay amount, Pay selected, Write off all, Write off selected) are displayed Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 06:03:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 04:03:40 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Hayley Mapley 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 8 07:01:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 05:01:03 +0000 Subject: [Koha-bugs] [Bug 7985] In Checkout, list of items checked out should show Charge from table accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7985 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |hayleymapley at catalyst.net.n | |z Assignee|kyle.m.hall at gmail.com |hayleymapley at catalyst.net.n | |z -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:47:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:47:24 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:47:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:47:27 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 --- Comment #1 from Kyle M Hall --- Created attachment 89458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89458&action=edit Bug 22862 - Normalize SMS messaging numbers before validating them Librarians often copy and paste patron data, including phone numbers. SMS phone numbers are now being validated to conform to the E.164 specification. It would be nice to try to normalize that data by stripping non-numeric data from the paste (i.e. dashes, parens, etc ). Test Plan: 1) Apply this patch 2) On the staff side, Attempt to enter invalid characters the SMS number field 3) Note you cannot enter invalid characters 4) Attempt to paste a phone number with invalid characters 5) Note those characters are removed on paste 6) Repeat these steps on the OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:50:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:50:05 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #24 from Martin Renvoize --- Created attachment 89459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89459&action=edit Bug 19919: Stop using paidfor altogether -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:50:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:50:17 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22594 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22594 [Bug 22594] Validate SMS messaging numbers using the E.164 format -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:50:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:50:17 +0000 Subject: [Koha-bugs] [Bug 22594] Validate SMS messaging numbers using the E.164 format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22594 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22862 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 [Bug 22862] Normalize SMS messaging numbers before validating them -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:53:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:53:25 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #25 from Martin Renvoize --- OK, the second patch is an alternative `Stop using paidfor altogether` (or beginning of one which I would like some feedback on). This version removes the use of paidfor in the code entirely and instead derives the information for display within moredetails.pl (which is the only place I could find that it's displayed to the end users). I noticed whilst doing this that we also ship with the option LOST authorized value of 'Lost and Paid for'.. should we not set that status as part of the payment routine as part of this perhaps too? I've not added the code to actually remove the field yet (or the proper tests) as it's only a proof of concept at the minute which I'm seeking feedback. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:54:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:54:14 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19919 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 12:54:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 10:54:14 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22563 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:19:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:19:39 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88619|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize --- Created attachment 89460 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89460&action=edit Bug 22610: Update SIP payment accounttypes This DB update updates the Pay00, Pay01 and Pay02 accounttypes to all be 'Pay' and adds the corresponding payment_types into the authorised_values -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:19:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:19:42 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88620|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize --- Created attachment 89461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89461&action=edit Bug 22610: Update SIP2 to use payment_type The SIP2 interface has long used a set of accounttypes to denote payment types. Now we have an authorised list of payment_types and a payment_type field in accountlines this patch alters the logic to use it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:23:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:23:03 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #5 from Martin Renvoize --- Freshly rebased. Test Plan: 1) Check for presence of Pay01, Pay02 and Pay03 accounttypes in your database 2) Apply first patch and notice those occurrences have all changed to 'Pay' and an appropriate 'payment_type' has been set to catch the '01', '02' and '03' meanings 3) Apply second patch 4) Do some payments via SIP2 and note no new Pay01 etc accounttypes are created and instead payment types are populated for the appropriate lines. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:30:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:30:46 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88720|0 |1 is obsolete| | --- Comment #45 from Martin Renvoize --- Created attachment 89462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89462&action=edit Bug 22563: Be more descriptive with accountypes Convert 'L' to 'LOST' to become more descriptive in it's use. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:30:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:30:52 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88722|0 |1 is obsolete| | --- Comment #47 from Martin Renvoize --- Created attachment 89464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89464&action=edit Bug 22563: (follow-up) Corrections for tests Updates to unit tests to reflect the accounttype changes and introduction of status usage. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:30:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:30:55 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88723|0 |1 is obsolete| | --- Comment #48 from Martin Renvoize --- Created attachment 89465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89465&action=edit Bug 22563: (follow-up) Items LOST should not be RETURNED Up until now we marked lost items as returned in the accountlines, now we have the oportunity to mark these distinctly with an appropriate status we should. Test Plan 1) Find an overdue with fines 2) Ensure you are not forgiving fines when an item is marked as lost 3) Mark the item as lost 4) Confirm the Fine is given a status of 'Lost' Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:30:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:30:58 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88724|0 |1 is obsolete| | --- Comment #49 from Martin Renvoize --- Created attachment 89466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89466&action=edit Bug 22563: (follow-up) Corrections for overdue tests Updates to unit tests to reflect the accounttype changes and introduction of status usage for _FixOverduesOnReturn. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:31:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:31:01 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88725|0 |1 is obsolete| | --- Comment #50 from Martin Renvoize --- Created attachment 89467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89467&action=edit Bug 22563: (follow-up) Clean up remaing L, LR and CR cases in the database Test plan: 1) Confirm that after the DB update there are no L, LR or CR accountlines present. 2) Read the db update and confirm is makes sense. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:30:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:30:49 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88721|0 |1 is obsolete| | --- Comment #46 from Martin Renvoize --- Created attachment 89463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89463&action=edit Bug 22563: Update lost handling to use accountline.status Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:31:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:31:56 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:32:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:32:19 +0000 Subject: [Koha-bugs] [Bug 11573] Fine descriptions related to Rentals are untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:33:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:33:03 +0000 Subject: [Koha-bugs] [Bug 11573] Fine descriptions related to Rentals are untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|wizzyrea at gmail.com |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:33:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:33:30 +0000 Subject: [Koha-bugs] [Bug 6759] Use a different account type for account renewals than for new accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6759 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- 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 Wed May 8 13:34:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:34:10 +0000 Subject: [Koha-bugs] [Bug 6759] Use a different account type for account renewals than for new accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6759 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- 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 Wed May 8 13:35:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:35:05 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize 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 Wed May 8 13:36:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:36:27 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89316|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 89468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89468&action=edit Bug 22837: Update apply to accept an arrayref This patch update the signature of Koha::Account::Line->apply to accept an arrayref of debits to apply against a credit instead of requireing a Koha::Objects set. Signed-off-by: Martin Renvoize -- You are receiving 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 8 13:36:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:36:30 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89317|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize --- Created attachment 89469 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89469&action=edit Bug 22837: Update callers to use new signature Test plan: Run t/db_dependent/Circulation.t, t/db_dependent/Koha/Account.t, t/db_dependent/Koha/Account/Lines.t and t/db_dependent/api/v1/patrons_accounts.t and all should pass. Signed-off-by: Martin Renvoize -- You are receiving 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 8 13:37:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:37:06 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:37:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:37:12 +0000 Subject: [Koha-bugs] [Bug 22837] Koha::Account::Line->apply should not require a 'set' of debits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:53:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:53:49 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #6 from Martin Renvoize --- Created attachment 89470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89470&action=edit Bug 22610: (follow-up) Catch non-standard SIP codes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 13:58:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 11:58:11 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89470|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize --- Created attachment 89471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89471&action=edit Bug 22610: (follow-up) Catch non-standard SIP codes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 14:11:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 12:11:34 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89356|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 14:32:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 12:32:32 +0000 Subject: [Koha-bugs] [Bug 20447] Add support for MARC holdings records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 Joonas Kylm?l? changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #134 from Joonas Kylm?l? --- This patch set would break cataloguing/merge.pl since there is no patch to move holdings to a different bibliographic record. I have moved this back to "In Discussion" because I think this needs to be fixed before merging this patch set. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 14:33:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 12:33:03 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 Patrick Robitaille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 14:38:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 12:38:58 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89459|0 |1 is obsolete| | --- Comment #26 from Martin Renvoize --- Created attachment 89472 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89472&action=edit Bug 19919: Stop using paidfor altogether This patch removed references to setting and getting the items.paidfor field. Where it was used for display, in moredetail.pl, we replace it with a query on the accountlines. Test plan: 1) Apply patch 2) Pay off a LOST item 3) Check for the associated display of 'Paidfor?:' on the itemdetails page 4) Writeoff a LOST item 5) Check that a 'Paidfor?:' is not displayed on the itemdetails page. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 14:40:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 12:40:44 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 14:50:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 12:50:04 +0000 Subject: [Koha-bugs] [Bug 22225] Tax hints and prices on orderreceive.pl may not match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225 Martin Renvoize 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 8 14:50:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 12:50:12 +0000 Subject: [Koha-bugs] [Bug 22225] Tax hints and prices on orderreceive.pl may not match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 15:14:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:14:21 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22867 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 [Bug 22867] UniqueItemFields preference value should be pipe-delimited -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 15:14:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:14:21 +0000 Subject: [Koha-bugs] [Bug 22867] New: UniqueItemFields preference value should be pipe-delimited Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Bug ID: 22867 Summary: UniqueItemFields preference value should be pipe-delimited Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: System Administration 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 Depends on: 22844 Target Milestone: --- If we implement Bug 22844, we should update the database column selection process for UniqueItemFields to match. However, UniqueItemFields is expected to contain space-delimited data rather than pipe-delimited data. This should be changed in order to make the db column selection process consistent. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 [Bug 22844] Simplify the process of selecting database columns for system preferences -- You are receiving 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 8 15:33:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:33:37 +0000 Subject: [Koha-bugs] [Bug 21415] Set maxreserves by borrower category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21415 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 Wed May 8 15:35:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:35:25 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 15:36:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:36:42 +0000 Subject: [Koha-bugs] [Bug 21415] Set maxreserves by borrower category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21415 --- Comment #5 from Fiona Borthwick --- Although the number of holds can be set in the circulation rules, this is based on a combination of patron category / item type. One of our customers would like to limit the overall number of holds a specific patron category can place to be 6 but the holds allowed in the circ rules means that they can reserve 6 books and 6 DVDs for example. I definitely would like to see this enhancement as it would be used widely I believe in the public libraries especially. Could be achieved by enhancing the maxreserves system preference but an alternative option would be to add an extra circulation policy - e.g. Default hold limit by patron category (similar to the Default loan limit by patron category that currently exists). -- You are receiving 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 8 15:39:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:39:10 +0000 Subject: [Koha-bugs] [Bug 21415] Set maxreserves by borrower category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21415 --- Comment #6 from Andrew --- Hi all! It looks like this bug should have been marked as a dupe of bug 15524, which was pushed to and released in 18.11. http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 So, good news, we have this functionality now! -- You are receiving 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 8 15:44:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:44:39 +0000 Subject: [Koha-bugs] [Bug 21415] Set maxreserves by borrower category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21415 Andrew changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #7 from Andrew --- *** This bug has been marked as a duplicate of bug 15524 *** -- You are receiving 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 8 15:44:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:44:39 +0000 Subject: [Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 Andrew changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #55 from Andrew --- *** Bug 21415 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 8 15:54:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:54:16 +0000 Subject: [Koha-bugs] [Bug 22461] Regression in #20287: LDAP user replication broken with mapped extended patron attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22461 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 15:57:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 13:57:35 +0000 Subject: [Koha-bugs] [Bug 22537] Don't show Suspend all holds button when holds can no longer be susppended in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22537 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version(s)| |19.05.00 released in| | CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |RESOLVED --- Comment #10 from Martin Renvoize --- Minor bug which would be challenging to backport. This won't make it into 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:01:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:01:19 +0000 Subject: [Koha-bugs] [Bug 22772] Menu link hover color incorrect in OPAC language choosers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Depends on| |22636 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22636 [Bug 22636] Elasticsearch admin page design enhancement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:01:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:01:19 +0000 Subject: [Koha-bugs] [Bug 22636] Elasticsearch admin page design enhancement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22636 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22772 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772 [Bug 22772] Menu link hover color incorrect in OPAC language choosers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:01:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:01:32 +0000 Subject: [Koha-bugs] [Bug 22772] Menu link hover color incorrect in OPAC language choosers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|22636 |22638 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22636 [Bug 22636] Elasticsearch admin page design enhancement https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22638 [Bug 22638] Self checkin CSS update -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:01:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:01:32 +0000 Subject: [Koha-bugs] [Bug 22636] Elasticsearch admin page design enhancement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22636 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22772 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772 [Bug 22772] Menu link hover color incorrect in OPAC language choosers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:01:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:01:32 +0000 Subject: [Koha-bugs] [Bug 22638] Self checkin CSS update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22638 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22772 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772 [Bug 22772] Menu link hover color incorrect in OPAC language choosers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:02:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:02:43 +0000 Subject: [Koha-bugs] [Bug 22772] Menu link hover color incorrect in OPAC language choosers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Version(s)| |19.05.00 released in| | Resolution|--- |FIXED --- Comment #5 from Martin Renvoize --- Depends on bug 22638 not it 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:03:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:03:39 +0000 Subject: [Koha-bugs] [Bug 21757] Patron detail script (moremember.pl) cleanup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21757 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Master |RESOLVED CC| |martin.renvoize at ptfs-europe | |.com --- Comment #28 from Martin Renvoize --- Enhancement will not be backported for 18.11.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:04:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:04:31 +0000 Subject: [Koha-bugs] [Bug 22757] Use YAML CodeMirror higlighting on YAML preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22757 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED Version(s)| |19.05.00 released in| | --- Comment #8 from Martin Renvoize --- Enhancement will not be backported to 18.11.c series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:05:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:05:17 +0000 Subject: [Koha-bugs] [Bug 21502] Add checks for YAML formatted system preferences to about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21502 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Version(s)| |19.05.00 released in| | Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #20 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:07:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:07:05 +0000 Subject: [Koha-bugs] [Bug 20421] Apply CheckPrevCheckout logic when placing a hold on the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20421 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED Version(s)| |19.05.00 released in| | --- Comment #20 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:07:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:07:45 +0000 Subject: [Koha-bugs] [Bug 8000] Test mode for notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8000 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00 released in| | Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #177 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:08:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:08:16 +0000 Subject: [Koha-bugs] [Bug 8995] Show OpenURL links in OPAC search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED Version(s)| |19.05.00 released in| | --- Comment #142 from Martin Renvoize --- New feature will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:09:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:09:37 +0000 Subject: [Koha-bugs] [Bug 22717] Google OAuth auto registration error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22717 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |Pushed to Stable Version(s)| |19.05.00, 18.11.06 released in| | --- Comment #12 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:10:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:10:31 +0000 Subject: [Koha-bugs] [Bug 22357] Every run of runreport.pl with --store-results creates a new row in saved reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |Pushed to Stable Version(s)| |19.05.00, 18.11.06 released in| | --- Comment #15 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:11:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:11:32 +0000 Subject: [Koha-bugs] [Bug 22010] RecordedBooks and OverDrive should check preferences over passing variables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22010 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |Pushed to Stable Version(s)| |19.05.00, 18.11.06 released in| | --- Comment #8 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:12:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:12:01 +0000 Subject: [Koha-bugs] [Bug 21364] Allow closing basket from vendor search/view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21364 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Version(s)| |19.05.00 released in| | Resolution|--- |FIXED --- Comment #29 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:12:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:12:58 +0000 Subject: [Koha-bugs] [Bug 22408] Subscription entry form cleanup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22408 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version(s)| |19.05.00 released in| | Status|Pushed to Master |RESOLVED CC| |martin.renvoize at ptfs-europe | |.com --- Comment #11 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:13:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:13:24 +0000 Subject: [Koha-bugs] [Bug 22424] Add search by all lost statuses to item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22424 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |RESOLVED Version(s)| |19.05.00 released in| | --- Comment #9 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:16:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:16:12 +0000 Subject: [Koha-bugs] [Bug 22420] Tag cloud feature broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.06 released in| | Status|Pushed to Master |Pushed to Stable CC| |martin.renvoize at ptfs-europe | |.com --- Comment #14 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:28:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:28:48 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #6 from Liz Rea --- Hi Hannah, I'm glad that you are here, because I could really use some help - it would be absolutely awesome if you could provide a few records that show all the ways this could be used - with a traced series, without, with an 830/800/810/811. Anything record wise you can provide will help a lot. :) Thanks, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:43:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:43:30 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 --- Comment #1 from Owen Leonard --- Created attachment 89473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89473&action=edit Bug 22867: UniqueItemFields preference value should be pipe-delimited This patch updates the UniqueItemFields system preference so that it contains pipe-delimited data instead of space-delimited data. This makes it consistent with other system preferences which contain lists of database column names, and enables the selection process provided by Bug 22844. This patch includes a database update to convert space-delimited values in UniqueItemFields to pipe-delimited. To test you should have two or more space-delimited items table columns saved in the UniqueItemFields system preference. Apply the patch and run the database update. - Go to Administration -> System preferences -> Acquisitions and confirm that the value of UniqueItemFields is now pipe-delimited. - Set the AcqCreateItem system preference to "placing an order." - Go to Acquisitions -> Vendor -> Basket -> Add to basket -> From a new (empty) record. - Fill out the item add form, including those fields specified in UniqueItemFields. - Click the "Add multiple items" button and specify one or more items. - Click "Add" and verify that in the table of items added, the fields specified in UniqueItemFields were not duplicated. - Edit one or more of those items and add duplicate values to one or more of the fields specified in UniqueItemFields. - Click "Save" and confirm that you are presented with an error highlighting the duplicated data. - Correct the data to remove the duplicates and click "Save" again. It should save correctly. - Set the AcqCreateItem system preference to "receiving an order." - Repeat the test above during the process of receiving an order. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:43:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:43:28 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 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 Wed May 8 16:44:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:44:30 +0000 Subject: [Koha-bugs] [Bug 20439] SMS provider sorting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20439 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:45:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:45:39 +0000 Subject: [Koha-bugs] [Bug 20421] Apply CheckPrevCheckout logic when placing a hold on the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20421 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 16:53:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:53:23 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Liz Rea 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 8 16:53:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 14:53:25 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89458|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89474&action=edit Bug 22862: Normalize SMS messaging numbers before validating them Librarians often copy and paste patron data, including phone numbers. SMS phone numbers are now being validated to conform to the E.164 specification. It would be nice to try to normalize that data by stripping non-numeric data from the paste (i.e. dashes, parens, etc ). Test Plan: 1) Apply this patch 2) On the staff side, Attempt to enter invalid characters the SMS number field 3) Note you cannot enter invalid characters 4) Attempt to paste a phone number with invalid characters 5) Note those characters are removed on paste 6) Repeat these steps on the OPAC Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:15:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:15:22 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89457|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89475&action=edit Bug 22724: Allow only users with correct permissions to 'Write off selected' Due to the addition of a 'Write off selected' button in 18.11, users without writeoff permissions could mistakenly view and action the 'Write off selected' option for a patron in Accounting > Make a payment (Fines > Pay fines). The attached patch corrects this error. Test plan: 1) Make sure that a staff user has '(writeoff) Write off fines and fees' permission disabled 2) Bring up a patron with an unpaid fee, go to Accounting -> Make a payment 3) Note that 'Write off selected' button is displayed. 4) Select a fee, click 'Write off selected'. Note that staff member has access to 'Write off an amount toward selected fines' 5) Apply the patch 6) Repeat steps 1-2, and note that the button is no longer displayed 7) Bonus points, as a staff user with writeoff permissions enabled check that all four buttons (Pay amount, Pay selected, Write off all, Write off selected) are displayed Sponsored-by: Catalyst IT Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:15:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:15:19 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Liz Rea 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 8 17:26:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:26:53 +0000 Subject: [Koha-bugs] [Bug 22868] New: Separate Permissions for "Manage Purchase Suggestions" and "Enter Purchase Suggestions" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868 Bug ID: 22868 Summary: Separate Permissions for "Manage Purchase Suggestions" and "Enter Purchase Suggestions" Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: lisetteslatah at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- It would be handy if we could have separate permissions for "Manage Purchase Suggestions" and "Enter Purchase Suggestions" After bug 11911 was pushed, it is now obvious to people who have the "Manage Purchase Suggestions" permission that they can go in and edit any. It would be great if we could separate it out and let staff only add purchase suggestions. Many of our branches have staff enter in any purchase suggestions on the staff side using the "Purchase Suggestions" tab when checking out a patron, but don't want them to have the ability to go manage other ones. 12219 Can help some with that by limiting to branch, but if we could also have the ability to only add and not manage, that would be helpful here. Lisette -- You are receiving 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 8 17:28:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:28:53 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:28:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:28:56 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89394|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 89476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89476&action=edit Bug 22790: The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 Signed-off-by: Liz Rea Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:28:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:28:59 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 --- Comment #6 from Jonathan Druart --- Created attachment 89477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89477&action=edit Bug 22790: Add a test Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:31:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:31:33 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |wizzyrea at gmail.com --- Comment #3 from Liz Rea --- Hi Hailey, Thanks for this patch, it does fix part of the problem, which is the button appearing when it shouldn't, but we can still do the actual write off by going to a URL constructed as follows: http://localhost:8081/cgi-bin/koha/members/paycollect.pl?borrowernumber=21&type=writeoff&amt=4&selected=1¬es= Your patch for the button is good, and can stay signed off. A follow up to fix this bad behaviour as well would be good as part of fixing this bug. Thanks, and good luck, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:34:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:34:31 +0000 Subject: [Koha-bugs] [Bug 22808] Move Cache.t to db_dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22808 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |Pushed to Stable Version(s)| |19.05.00, 18.11.06 released in| | --- Comment #5 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:35:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:35:26 +0000 Subject: [Koha-bugs] [Bug 22453] TestBuilder should generate now() using the current timezone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Version(s)| |19.05.00, 18.11.06 released in| | Status|Pushed to Master |Pushed to Stable --- Comment #17 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:36:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:36:59 +0000 Subject: [Koha-bugs] [Bug 22813] searchResults queries the Koha::Patron object inside two nested loops In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.06 released in| | Status|Pushed to Master |Pushed to Stable --- Comment #8 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:41:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:41:55 +0000 Subject: [Koha-bugs] [Bug 21671] Koha/Patron/Modifications.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21671 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable Version(s)| |19.05.00, 18.11.06 released in| | CC| |martin.renvoize at ptfs-europe | |.com --- Comment #6 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:42:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:42:50 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_22787=5D_Mapping_missing_for_=C5=AF_?= =?utf-8?q?to_u_in_word-phrase-utf-chr?= In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |martin.renvoize at ptfs-europe | |.com Version(s)| |19.05.00, 18.11.06 released in| | --- Comment #8 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:44:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:44:47 +0000 Subject: [Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.06 released in| | CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |Pushed to Stable --- Comment #17 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:45:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:45:48 +0000 Subject: [Koha-bugs] [Bug 18736] Problems in order calculations (rounding errors) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.04 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:46:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:46:44 +0000 Subject: [Koha-bugs] [Bug 22791] Calculation differs on aqui-home/spent and ordered.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.06 released in| | CC| |martin.renvoize at ptfs-europe | |.com Status|Pushed to Master |Pushed to Stable --- Comment #7 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:47:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:47:44 +0000 Subject: [Koha-bugs] [Bug 22800] No need to raw filter the mandatory fields var (OPAC suggestions) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |martin.renvoize at ptfs-europe | |.com Version(s)| |19.05.00, 18.11.06 released in| | --- Comment #5 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:49:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:49:09 +0000 Subject: [Koha-bugs] [Bug 21036] Fix a bunch of older warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.06 released in| | Status|Pushed to Master |Pushed to Stable --- Comment #20 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:49:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:49:59 +0000 Subject: [Koha-bugs] [Bug 22816] OPAC detail holdings table doesn't fill it's container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable Version(s)| |19.05.00, 18.11.06 released in| | CC| |martin.renvoize at ptfs-europe | |.com --- Comment #7 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:54:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:54:18 +0000 Subject: [Koha-bugs] [Bug 22868] Separate Permissions for "Manage Purchase Suggestions" and "Enter Purchase Suggestions" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:56:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:56:42 +0000 Subject: [Koha-bugs] [Bug 20689] Make it possible to add capital letter subfields to item search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #41 from Owen Leonard --- (In reply to Nick Clemens from comment #39) > The problem seems to be in ExtractValue: ... > This returns both 'A' and 'a' subfields Should this be considered another bug, which this bug should be made dependent on? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 17:57:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 15:57:12 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud at biblibre.com --- Comment #10 from Paul Poulain --- OK, got it and agreed regarding the bugzilla suggestion Product "mana-kb" created, with one component (mana-kb server) default assignee = koha-bugs Regarding a move to git.koha-community.org, I also agree. If the project needs to become independent one day, it will always be possible to move to mana-kb-project.org or something like that. I can't do that myself, so Joubu or Martin, feel free. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 18:11:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 16:11:03 +0000 Subject: [Koha-bugs] [Bug 22373] Stock Rotation duration test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22373 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 18:23:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 16:23:39 +0000 Subject: [Koha-bugs] [Bug 18729] Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18729 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 18:41:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 16:41:16 +0000 Subject: [Koha-bugs] [Bug 22846] Remove warning in the manual about needing StaticHoldsQueueWeight to use RandomizeHoldsQueueWeight In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22846 Phil Ringnalda changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Assignee|koha-bugs at lists.koha-commun |phil at chetcolibrary.org |ity.org | --- Comment #1 from Phil Ringnalda --- Fixed in https://gitlab.com/koha-community/koha-manual/commit/906bede20e19fc22578a18d2ca043b4747fb14ba -- You are receiving 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 8 19:13:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:13:48 +0000 Subject: [Koha-bugs] [Bug 21916] Add ability to specify where credits are used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21916 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:14:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:14:11 +0000 Subject: [Koha-bugs] [Bug 21916] Add ability to specify where credits are used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21916 --- Comment #1 from George Williams (NEKLS) --- This would be a good addition. George -- You are receiving 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 8 19:15:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:15:30 +0000 Subject: [Koha-bugs] [Bug 21916] Add ability to specify where credits are used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21916 Martha Fuerst changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfuerst at hmcpl.org --- Comment #2 from Martha Fuerst --- This would greatly enhance this new feature, especially in terms of customer service for both our staff and patrons. Applying the credit to the specific debit would help us in regard to accounting and being able to communicate to patrons what is happening with their account and credits. -- You are receiving 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 8 19:18:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:18:04 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #11 from Jonathan Druart --- I am going to create koha-mana on gitlab. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:23:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:23:37 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #12 from Jonathan Druart --- (In reply to Jonathan Druart from comment #11) > I am going to create koha-mana on gitlab. https://gitlab.com/koha-community/koha-mana -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:44:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:44:58 +0000 Subject: [Koha-bugs] [Bug 7862] Warns when creating a new notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862 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 8 19:45:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:45:02 +0000 Subject: [Koha-bugs] [Bug 7862] Warns when creating a new notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89329|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 89478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89478&action=edit Bug 7862: Preventing warns when creating a notice To reproduce warns: 1) Go to Tools -> Notices & slips 2) Create a new notice of any module Notice these warns: Use of uninitialized value $code in regexp compilation at /home/vagrant/kohaclone/tools/letter.pl line 265. Use of uninitialized value $code in regexp compilation at /home/vagrant/kohaclone/tools/letter.pl line 265. Use of uninitialized value $code in regexp compilation at /home/vagrant/kohaclone/tools/letter.pl line 265. CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_svc_letters_get line 50, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_svc_letters_get line 50, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. 3) Create a new notice of the Circulation module Notice this additional warn: Use of uninitialized value $code in pattern match (m//) at /home/vagrant/kohaclone/tools/letter.pl line 258. To test: 4) Apply patch and refresh page 5) Run steps 1-3 again and confirm no warns show Sponsored-by: Catalyst IT Signed-off-by: Maryse Simard 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 8 19:48:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:48:38 +0000 Subject: [Koha-bugs] [Bug 21916] Add ability to specify where credits are used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21916 karen.fellows at citruslibraries.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karen.fellows at citruslibrari | |es.org --- Comment #3 from karen.fellows at citruslibraries.org --- This would be a great feature. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:51:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:51:26 +0000 Subject: [Koha-bugs] [Bug 8562] RandomizeHoldsQueueWeight ignored if StaticHoldsQueueWeight is empty. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8562 Phil Ringnalda changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|Failed QA |RESOLVED --- Comment #18 from Phil Ringnalda --- *** This bug has been marked as a duplicate of bug 12803 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:51:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:51:26 +0000 Subject: [Koha-bugs] [Bug 12803] Add ability to skip closed libraries when generating the holds queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803 --- Comment #85 from Phil Ringnalda --- *** Bug 8562 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 8 19:52:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:52:55 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|Signed Off |Patch doesn't apply --- Comment #6 from Jonathan Druart --- Sorry Owen, bug 22800 created a conflict with this one: CONFLICT (content): Merge conflict in opac/opac-suggestions.pl CONFLICT (content): Merge conflict in koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:54:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:54:58 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #5 from Jonathan Druart --- Owen, did you investigate columns.def? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:56:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:56:28 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #27 from George Williams (NEKLS) --- (In reply to Chris Cormack from comment #20) > They still use it, so if it could be fixed rather than removed would be > great. > Always a shame when we break things the Original Koha library use. My objection is storing the patron's name. If this could store the borrowernumber instead, that would be OK by me, but using the patron's name is a privacy issue for me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 19:58:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 17:58:42 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #28 from Martin Renvoize --- (In reply to George Williams (NEKLS) from comment #27) > (In reply to Chris Cormack from comment #20) > > They still use it, so if it could be fixed rather than removed would be > > great. > > Always a shame when we break things the Original Koha library use. > > My objection is storing the patron's name. If this could store the > borrowernumber instead, that would be OK by me, but using the patron's name > is a privacy issue for me. So, the final patch here drops the need for the field entirely and instead queries the data from the accountlines instead. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:07:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:07:55 +0000 Subject: [Koha-bugs] [Bug 22357] Every run of runreport.pl with --store-results creates a new row in saved reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17047 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 [Bug 17047] Mana Knowledge Base : share data -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:07:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:07:55 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22357 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357 [Bug 22357] Every run of runreport.pl with --store-results creates a new row in saved reports -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:20:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:20:29 +0000 Subject: [Koha-bugs] [Bug 20128] Permission for advanced editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20128 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Adds a new permission, release notes| |under the "cataloguing" | |module, that controls | |whether the professional | |cataloging editor is | |available. CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:39:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:39:22 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 --- Comment #7 from Hannah Olsen --- Sure! 800 only example: https://duncanville.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=16910 This book was not an official traced series until book 8 or so, and there was no series statement on the books. Now that there finally is an official series tracing, we've switched to that from our in-house one. But because one transcribes the 490, there is no 490. Most of our other examples are similar. I had a hard time finding an 830 only example, but here's one. https://duncanville.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=138322 490/800 example: https://duncanville.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=142808 490/830 example: https://duncanville.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=125716 490 alone example. The series info is displayed in the item details. https://duncanville.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=149541 We don't have 810s/811s. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:41:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:41:09 +0000 Subject: [Koha-bugs] [Bug 22069] Log viewer not displaying item renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22069 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This patch adds a renewal release notes| |option to the log search so | |it can properly search for | |both item renewals and | |patron renewals. CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:54:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:54:32 +0000 Subject: [Koha-bugs] [Bug 22422] improve item location display with class "shelvingloc" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22422 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05,18.11.04 released in| | Text to go in the| |Expands CSS class release notes| |"shelvingloc" to additional | |pages in both intranet and | |OPAC. CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:58:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:58:04 +0000 Subject: [Koha-bugs] [Bug 22357] Every run of runreport.pl with --store-results creates a new row in saved reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357 --- Comment #16 from Martin Renvoize --- Depends on bug 17047 only in so much as it adds the mana_id field to the group by clause. RMaint note: I removed that field to get my tests to pass again as mana is not in the 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 20:59:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 18:59:19 +0000 Subject: [Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820 --- Comment #8 from Liz Rea --- Lovely, thank you! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 21:16:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 19:16:06 +0000 Subject: [Koha-bugs] [Bug 20256] Add ability to limit editing of items to home library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #42 from Jonathan Druart --- Quick review: 1. ->can_edit_item if ( C4::Context->preference('IndependentBranches') ) { return $userenv->{branch} eq $branchcode; } We certainly want to handle non-existing $userenv 2. On update, should not we set edit_any_item for patrons who where already allowed to edit items? 3. on /cataloguing/additem.pl, the whole dropdown list (edit, delete, print, etc.) is not displayed, I would expect to see some of them 4. You can add items to other libraries but then you cannot longer edit them? Maybe add and update should be impacted by this change? 5. Restriction is only done at template level (at least for batchMod), there should be a low level exception raised if the logged in user is trying to edit/delete (add?) an item outside of their group. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 21:33:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 19:33:50 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #8 from Liz Rea --- I think libraries are going to miss these: [% CASE 'Pay00' %]Payment (cash via SIP2) [% CASE 'Pay01' %]Payment (VISA via SIP2) [% CASE 'Pay02' %]Payment (credit card via SIP2) Right now, *near as I can tell* we are only ever going to get "Cash via SIP2" in the interface with this patch, is that correct? I tried with the following sip emulator settings: I'd expect this to be Credit Card in the interface: kohadev-koha at b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='12' --fee-amount=15.00 --fee-type=03 -m fee_paid -a 127.0.0.1 -p 6001 -l MAIN I'd expect this to be VISA in the interface: kohadev-koha at b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='12' --fee-amount=15.00 --fee-type=02 -m fee_paid -a 127.0.0.1 -p 6001 -l MAIN This one is correct, the default 01, with Cash: kohadev-koha at b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='12' --fee-amount=15.00 -m fee_paid -a 127.0.0.1 -p 6001 -l MAIN Is there something I need to change in my setup here to make this work the way libraries will expect? Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 21:35:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 19:35:13 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #9 from Liz Rea --- actually, I'm wrong about the numbers, but we're still not getting the right SIP fee type for the different codes. The emulator defaults to 01, which is VISA, but it says Cash in the description. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 21:51:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 19:51:30 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart --- A couple of things: 1. regexs are different 2. There is the 'pattern' attribute that should deal with that (opac-messaging.tt), can you explain why we need the JS code as well? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 22:01:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 20:01:51 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #29 from Liz Rea --- The only problem i see here is that when we delete the patron, this paid for record will go away? or will it not I can't remember if we delete the accountlines when we delete a patron. Anyway it seems to work, and I'll sign off on it once you get a test for your new sub, providing everyone is OK with how it works now. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 22:49:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 20:49:16 +0000 Subject: [Koha-bugs] [Bug 22869] New: Can't use an undefined value as an ARRAY reference at /usr/lib/x86_64-linux-gnu/perl5/5.26/DBI.pm line 2081. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22869 Bug ID: 22869 Summary: Can't use an undefined value as an ARRAY reference at /usr/lib/x86_64-linux-gnu/perl5/5.26/DBI.pm line 2081. Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: ata.rehman at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Created attachment 89479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89479&action=edit Screen before searching a term I got the above mentioned error while search or add new vendor in acquisition module in Koha 18.11.05 on Linux Ubuntu 18.04 LTS. I updated my database from an old version of koha and this error is new after up-gradation. Note: Migration was normal without any error. When I look into log files, I see the following entries: [Thu May 09 01:31:31.751639 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: DBD::mysql::st execute failed: Out of sort memory, consider increasing server sort buffer size [for Statement ": /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.752809 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: SELECT aqbasket.basketno, aqbasket.basketname, aqbasket.note, aqbasket.booksellernote, aqbasket.contractnumber, aqbasket.creationdate, aqbasket.closedate, aqbasket.booksellerid, aqbasket.authorisedby, aqbasket.booksellerinvoicenumber, aqbasket.basketgroupid, aqbasket.deliveryplace, aqbasket.billingplace, aqbasket.branch, aqbasket.is_standing, aqbasket.create_items,: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.753108 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: SUM(aqorders.quantity) AS total_items,: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.753281 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: SUM(: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.753555 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: IF ( aqorders.orderstatus = 'cancelled', aqorders.quantity, 0 ): /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.753784 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: ) AS total_items_cancelled,: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.754027 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: COUNT(DISTINCT aqorders.biblionumber) AS total_biblios,: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.754164 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: SUM(: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.754361 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: IF(aqorders.datereceived IS NULL: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.754741 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: AND (aqorders.datecancellationprinted IS NULL OR aqorders.datecancellationprinted='0000-00-00'): /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.754920 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: , aqorders.quantity: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.755064 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: , 0): /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.755235 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: ) AS expected_items: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.755404 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: FROM aqbasket: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.755786 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: LEFT JOIN aqorders ON aqorders.basketno = aqbasket.basketno: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.756914 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: WHERE booksellerid = ? GROUP BY aqbasket.basketno, aqbasket.basketname, aqbasket.note, aqbasket.booksellernote, aqbasket.contractnumber, aqbasket.creationdate, aqbasket.closedate, aqbasket.booksellerid, aqbasket.authorisedby, aqbasket.booksellerinvoicenumber, aqbasket.basketgroupid, aqbasket.deliveryplace, aqbasket.billingplace, aqbasket.branch, aqbasket.is_standing, aqbasket.create_items HAVING (closedate IS NULL OR (: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.757067 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: SUM(: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.757268 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: IF(aqorders.datereceived IS NULL: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.757644 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: AND (aqorders.datecancellationprinted IS NULL OR aqorders.datecancellationprinted='0000-00-00'): /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.757851 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: , aqorders.quantity: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.757993 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: , 0): /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.762276 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: ) > 0))" with ParamValues: 0=1] at /usr/share/koha/lib/C4/Acquisition.pm line 705.: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl [Thu May 09 01:31:31.762667 2019] [cgi:error] [pid 18056] [client 192.168.8.104:55296] AH01215: [Thu May 9 01:31:31 2019] booksellers.pl: Can't use an undefined value as an ARRAY reference at /usr/lib/x86_64-linux-gnu/perl5/5.26/DBI.pm line 2081.: /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl, referer: http://192.168.8.106:8001/cgi-bin/koha/acqui/acqui-home.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 22:56:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 20:56:03 +0000 Subject: [Koha-bugs] [Bug 20447] Add support for MARC holdings records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|In Discussion |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 22:56:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 20:56:33 +0000 Subject: [Koha-bugs] [Bug 20447] Add support for MARC holdings records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 --- Comment #135 from Katrin Fischer --- (In reply to Joonas Kylm?l? from comment #134) > This patch set would break cataloguing/merge.pl since there is no patch to > move holdings to a different bibliographic record. I have moved this back to > "In Discussion" because I think this needs to be fixed before merging this > patch set. Hi Joonas, thx for testing. Setting to Failed QA is better in this case. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 23:15:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 21:15:56 +0000 Subject: [Koha-bugs] [Bug 22870] New: When adding a special character into Rancor with a macro, the special character gets removed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22870 Bug ID: 22870 Summary: When adding a special character into Rancor with a macro, the special character gets removed Change sponsored?: --- Product: Koha Version: 18.05 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Target Milestone: --- A library's code to insert into their records has the value of # in it. When this is added to a macro and that macro is run in the Advanced Editor, the # gets removed and does not get input into the record. 1. Create a macro to insert new 040=?cBE# 2. Run this macro 3. The record will have the 040$c BE in the record, but Koha has dropped the # -- You are receiving 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 8 23:19:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 21:19:47 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #13 from Katrin Fischer --- (In reply to Paul Poulain from comment #10) > OK, got it and agreed regarding the bugzilla suggestion > > Product "mana-kb" created, with one component (mana-kb server) > default assignee = koha-bugs Why not just a component in Project infrastructure? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 23:25:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 21:25:47 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #30 from Katrin Fischer --- (In reply to Liz Rea from comment #29) > The only problem i see here is that when we delete the patron, this paid for > record will go away? or will it not I can't remember if we delete the > accountlines when we delete a patron. Anyway it seems to work, and I'll sign > off on it once you get a test for your new sub, providing everyone is OK > with how it works now. :) It used to go away, but we fixed that (it broke the accounting reports - mean). It should now set to NULL. I think as we can only delete a patron that has paid off all their fines, this should be ok? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 8 23:43:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 21:43:20 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 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 Wed May 8 23:43:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 21:43:23 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 --- Comment #3 from Jonathan Druart --- Created attachment 89480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89480&action=edit Bug 11853: Add 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 Wed May 8 23:43:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 21:43:27 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 --- Comment #4 from Jonathan Druart --- Created attachment 89481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89481&action=edit Bug 11853: Allow to clear the date of birth at the OPAC A patron is not able to clear their date of birth. When cleared tt is set to NULL in DB which means, for the patron's modifications feature, that nothing has been changed. Test plan: 0/ Do not apply the patch 1/ Edit your personal details at the OPAC 2/ Add a date of birth 3/ On the staff interface, approve the modification request => OK it is updated 4/ Edit your personal details and clear the date of birth 5/ On the staff interface => KO the table display is wrong, nothing is marked has changed 6/ Approve the modification requiest => KO it has not been cleared 7/ Apply the patch and repeat 1 to 6 and confirm that the behaviors are now correct. -- You are receiving 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 8 23:43:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 21:43:41 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 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 -- You are receiving 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 9 00:23:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:23:39 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Hayley Mapley 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 9 00:23:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:23:41 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #4 from Hayley Mapley --- Created attachment 89482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89482&action=edit Bug 22724: (follow-up) Block writeoffs when user has wrong permissions This patch is a followup which displays an alert and removes the submit button when a user who does not have writeoff permissions manages to make it to the 'Make a payment' tab with a writeoff URL. Test plan: 1) Login as a staff user with writeoff permissions disabled, ensure you have sample users, then click the URL: http://localhost:8081/cgi-bin/koha/members/paycollect.pl?borrowernumber=21&type=writeoff&amt=4&selected=1¬es= => Note that you are able to write off the charge with no warning 2) Apply the patch 3) Repeat step 1 => Note that an alert displays and the button to confirm the writeoff has been removed 4) Repeat step 1, this time logging in as a staff user with writeoff permissions enabled => Note that the button displays and you can perform the writeoff 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 9 00:25:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:25:28 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 Liz Rea 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 9 00:25:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:25:30 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89481|0 |1 is obsolete| | --- Comment #5 from Liz Rea --- Created attachment 89483 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89483&action=edit Bug 11853: Allow to clear the date of birth at the OPAC A patron is not able to clear their date of birth. When cleared tt is set to NULL in DB which means, for the patron's modifications feature, that nothing has been changed. Test plan: 0/ Do not apply the patch 1/ Edit your personal details at the OPAC 2/ Add a date of birth 3/ On the staff interface, approve the modification request => OK it is updated 4/ Edit your personal details and clear the date of birth 5/ On the staff interface => KO the table display is wrong, nothing is marked has changed 6/ Approve the modification requiest => KO it has not been cleared 7/ Apply the patch and repeat 1 to 6 and confirm that the behaviors are now correct. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 00:27:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:27:04 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89480|0 |1 is obsolete| | --- Comment #6 from Liz Rea --- Created attachment 89484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89484&action=edit Bug 11853: Add tests Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 00:34:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:34:23 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Liz Rea 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 9 00:34:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:34:25 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89482|0 |1 is obsolete| | --- Comment #5 from Liz Rea --- Created attachment 89485 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89485&action=edit Bug 22724: (follow-up) Block writeoffs when user has wrong permissions This patch is a followup which displays an alert and removes the submit button when a user who does not have writeoff permissions manages to make it to the 'Make a payment' tab with a writeoff URL. Test plan: 1) Login as a staff user with writeoff permissions disabled, ensure you have sample users, then click the URL: http://localhost:8081/cgi-bin/koha/members/paycollect.pl?borrowernumber=21&type=writeoff&amt=4&selected=1¬es= => Note that you are able to write off the charge with no warning 2) Apply the patch 3) Repeat step 1 => Note that an alert displays and the button to confirm the writeoff has been removed 4) Repeat step 1, this time logging in as a staff user with writeoff permissions enabled => Note that the button displays and you can perform the writeoff Sponsored-by: Catalyst IT Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 00:35:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:35:27 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #6 from Liz Rea --- This works, I'm going to leave it to people up the chain to say whether they like this implementation, but thank you very much for the quick turnaround, it will be great to get this fixed! Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 00:37:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:37:36 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #7 from Hayley Mapley --- (In reply to Liz Rea from comment #6) > This works, I'm going to leave it to people up the chain to say whether they > like this implementation, but thank you very much for the quick turnaround, > it will be great to get this fixed! > > Cheers, > Liz Thanks for signing off Liz! Definitely, I figured I would just get it out so that I can make any changes needed quicker. Cheers, Hayley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 00:55:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:55:24 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Liz Rea 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 9 00:55:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 22:55:27 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89473|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89486&action=edit Bug 22867: UniqueItemFields preference value should be pipe-delimited This patch updates the UniqueItemFields system preference so that it contains pipe-delimited data instead of space-delimited data. This makes it consistent with other system preferences which contain lists of database column names, and enables the selection process provided by Bug 22844. This patch includes a database update to convert space-delimited values in UniqueItemFields to pipe-delimited. To test you should have two or more space-delimited items table columns saved in the UniqueItemFields system preference. Apply the patch and run the database update. - Go to Administration -> System preferences -> Acquisitions and confirm that the value of UniqueItemFields is now pipe-delimited. - Set the AcqCreateItem system preference to "placing an order." - Go to Acquisitions -> Vendor -> Basket -> Add to basket -> From a new (empty) record. - Fill out the item add form, including those fields specified in UniqueItemFields. - Click the "Add multiple items" button and specify one or more items. - Click "Add" and verify that in the table of items added, the fields specified in UniqueItemFields were not duplicated. - Edit one or more of those items and add duplicate values to one or more of the fields specified in UniqueItemFields. - Click "Save" and confirm that you are presented with an error highlighting the duplicated data. - Correct the data to remove the duplicates and click "Save" again. It should save correctly. - Set the AcqCreateItem system preference to "receiving an order." - Repeat the test above during the process of receiving an order. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 01:11:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 23:11:08 +0000 Subject: [Koha-bugs] [Bug 2158] Keep search terms in simple search in staff after submitting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2158 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |hayleymapley at catalyst.net.n | |z Status|NEW |RESOLVED --- Comment #2 from Hayley Mapley --- Looks to be fixed on master. Marking as resolved. -- 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 9 01:11:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 23:11:23 +0000 Subject: [Koha-bugs] [Bug 21658] Renew requests fail if a fee attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21658 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #8 from Liz Rea --- I tested as follows, with a set up running SIP in my testing setup (docker, this time): sent this: kohadev-koha at b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='502326000048' -m renew -a 127.0.0.1 -p 6001 -l MAIN Trying 'renew' SEND: 29NN20190508 23053520190508 230535AOMAIN|AA2|AB502326000048|AJ|ACterm1|BON| READ: 300NUN20190508 230535AA2|AB502326000048|AJWorking in health care :|AH|BV3.00|BHUSD|BT06|AOCPL| Item was not renewed. I couldn't get the emulator to do something sensible, so I used telnet for the next part: root at b46acddf5bb7:koha(bug21658-qa)$ telnet localhost 6001 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 9300CNterm1|COterm1|CPMAIN| 941 29NN20190508 23055020190508 230550AOMAIN|AA2|AB502326000048|AJ|ACterm1|BOY| 301YNN20190508 230653AA2|AB502326000048|AJWorking in health care :|AH20190523 235900|CK|BV3.00|BHUSD|BT06|AOCPL| The item was renewed, and the fee was accepted (evidence in the interface and in the string), like I think I was expecting. The SIP server also didn't crash at any point here, so I think that's winning. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 01:13:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 23:13:17 +0000 Subject: [Koha-bugs] [Bug 21658] Renew requests fail if a fee attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21658 Liz Rea 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 9 01:13:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 23:13:20 +0000 Subject: [Koha-bugs] [Bug 21658] Renew requests fail if a fee attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21658 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81127|0 |1 is obsolete| | Attachment #81128|0 |1 is obsolete| | --- Comment #9 from Liz Rea --- Created attachment 89487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89487&action=edit Bug 21658 Define string to avoid run time warnings In addition to an explicit error a renewal may be rejected because a fee is due and has not yet been flagged as paid. In this case define the error message as empty string to avoid runtime errors in the regexes performed on the standard error messages Signed-off-by: Liz Rea Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 01:13:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 May 2019 23:13:29 +0000 Subject: [Koha-bugs] [Bug 21658] Renew requests fail if a fee attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21658 --- Comment #10 from Liz Rea --- Created attachment 89488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89488&action=edit Bug 21658 Pass fee_ack value to Renew transaction Response to a renew request should mirror that of checkout However fee_ack was not being passed to the renewal transaction so that it was always 'N' not allowing the renewal to proceed even although the fee was paid This bug was not seen with many units as they use checkout requests both for an initial issue and renewal. Code now passes fee_ack as is done for checkout Signed-off-by: Liz Rea Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 02:19:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 00:19:35 +0000 Subject: [Koha-bugs] [Bug 22871] New: I cannot access the library system at all. In comment is the message it comes up with. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22871 Bug ID: 22871 Summary: I cannot access the library system at all. In comment is the message it comes up with. Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: office at waihaodowns.school.nz QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Our web address for Koha is koha-admin.waihaodowns.school.nz Software error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /usr/share/koha/lib/C4/Context.pm line 785. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 84. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25. -- You are receiving 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 9 03:30:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 01:30:16 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #5 from Liz Rea --- I really think this ought to appear up in the top nav, maybe between Cart and More? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 03:43:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 01:43:49 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 --- Comment #6 from Liz Rea --- Well, let me explain perhaps - I know of a library that implemented something like this on Koha with the last 10 borrowers, and they put the drop down for that in the upper nav menu. It was very handy, I wish they would have submitted it Anyway, I do think it'd be better in a slightly more visible spot. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 04:01:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 02:01:33 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Liz Rea 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 9 04:01:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 02:01:36 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89366|0 |1 is obsolete| | --- Comment #9 from Liz Rea --- Created attachment 89489 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89489&action=edit Bug 8558: Improve confirmation message for importing frameworks This patch updates the confirmation message from: "Do you really want to import the framework fields and subfields? This will overwrite the current configuration. For safety reasons please use the export option to make a backup" to: "Are you sure you want to import the [% frameworkcode %] framework structure? This will overwrite the current configuration. For safety reasons, it is recommended to use the export option to make a backup first." To test: 1) Go to Administration -> MARC bibliographic frameworks 2) Export one of the frameworks 3) Create a new test framework 4) Import the new test framework structure using the exported file 5) Upon clicking Confirm, confirm the message is improved and makes sense. Sponsored-by: Catalyst IT Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 04:01:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 02:01:44 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 --- Comment #10 from Liz Rea --- Created attachment 89490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89490&action=edit Bug 8558: (QA follow-up) a little more text clean up You can take or leave it, honestly, I just thought we could be a little more explicit about what we were overwriting. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 04:02:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 02:02:26 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Attachment #89490|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 04:03:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 02:03:47 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 --- Comment #11 from Liz Rea --- Created attachment 89491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89491&action=edit Bug 8558: (QA follow-up) a little more text clean up You can take or leave it, honestly, I just thought we could be a little more explicit about what we were overwriting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 08:55:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 06:55:25 +0000 Subject: [Koha-bugs] [Bug 22871] I cannot access the library system at all. In comment is the message it comes up with. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22871 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED CC| |chris at bigballofwax.co.nz --- Comment #1 from Chris Cormack --- Hi, this would probably be better as a mail to the mailing list. It isn't a bug in Koha. It looks like your mysql server isn't running. You will need someone to ssh into the machine and restart it. If someone provides your Koha support I would try them first. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 9 09:56:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 07:56:33 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #70 from axel Amghar --- (In reply to Liz Rea from comment #69) > there were no entry boxes at the bottom of either tab, sorry. If you realy are in search engine configuration. Remove the patch, so you should be in master. - return to search engine configuration - go to bibliographic records or authorities - at the bottom of the tab, you should see the add line because this patch just add the line at the bottom of search field - if you don't, there is a issue on your side -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 10:10:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 08:10:13 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #10 from Martin Renvoize --- (In reply to Liz Rea from comment #8) > I think libraries are going to miss these: > > [% CASE 'Pay00' %]Payment (cash via SIP2) > [% CASE 'Pay01' %]Payment (VISA via SIP2) > [% CASE 'Pay02' %]Payment (credit card via SIP2) > Will they really miss the above? We've not gotten right of the data, only moved it into the more appropriate field 'payment_type' as apposed to lumping it in with 'accounttype'. That field is pretty much always displayed next to the accounttype column so I don't understand what they'll miss? > Right now, *near as I can tell* we are only ever going to get "Cash via > SIP2" in the interface with this patch, is that correct? I tried with the > following sip emulator settings: I'm looking into this now as well as writing the unit tests. Thanks for testing :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 10:19:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 08:19:48 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge needs more flexibility and transparency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 Bob Birchall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bob at calyx.net.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 10:34:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 08:34:10 +0000 Subject: [Koha-bugs] [Bug 22872] New: payment_type handling is untested in Koha::Account->add_credit. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22872 Bug ID: 22872 Summary: payment_type handling is untested in Koha::Account->add_credit. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- The payment_type functionality is sparsely tested and only for the ->pay method and not the add_credit method. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:05:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:05:13 +0000 Subject: [Koha-bugs] [Bug 22873] New: C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873 Bug ID: 22873 Summary: C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com Target Milestone: --- The `disallow_overpayment` parameter that's expected to be passed to the pay method of FeePayment does nothing.. it should either be removed or implimented. -- You are receiving 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 9 12:29:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:29:07 +0000 Subject: [Koha-bugs] [Bug 22874] New: Limit to available items doesn't work with elasticsearch 6.x Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874 Bug ID: 22874 Summary: Limit to available items doesn't work with elasticsearch 6.x Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: alex.arnaud at biblibre.com Target Milestone: --- Currently we send "onloan:0" to ES to get records with available items. But ES 6 does not considers 0 as a valid boolean. On ES 6.x: onloan:0 => doesn't work onloan:false => works On ES 5.x: onloan:0 => works onloan:false => works So it seems we can have compatibility for both ES 5 and ES 6 by using false instead of 0. Patch is coming. -- You are receiving 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 9 12:29:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:29:46 +0000 Subject: [Koha-bugs] [Bug 22874] Limit to available items doesn't work with elasticsearch 6.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |alex.arnaud at biblibre.com |ity.org | Blocks| |20196 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20196 [Bug 20196] [Omnibus] Prepare Koha to ElasticSearch6 - ES6 -- You are receiving 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 9 12:29:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:29:46 +0000 Subject: [Koha-bugs] [Bug 20196] [Omnibus] Prepare Koha to ElasticSearch6 - ES6 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20196 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22874 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874 [Bug 22874] Limit to available items doesn't work with elasticsearch 6.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:31:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:31:36 +0000 Subject: [Koha-bugs] [Bug 22875] New: Documentation misleading for import_patrons command line script Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875 Bug ID: 22875 Summary: Documentation misleading for import_patrons command line script Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: colin.campbell at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Target Milestone: --- In the import_patrons.pl command line script the documentation for the --verbose option merely states Be verbose it does not indicate that the option is repeatable and that 2 repetitions are required to get a report of lines that were rejected. This is also different from some previous versions which reported failed lines on a single --verbose -- You are receiving 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 9 12:33:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:33:45 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #11 from Martin Renvoize --- Right, I've gotten to the bottom of this.. it's tester error :).. man SIP is 'fun' to test. So, I tested with: perl misc/sip_cli_emulator.pl --sip_user=staff --sip_pass=staff --patron=dir --fee-identifier=697 --fee-amount=0.50 --payment-type=02 -m fee_paid -a 127.0.0.1 -p 6001 -l MAIN Note the 'payment-type' as apposed to 'fee-type' used in your version.. to be entirely honest I have no idea what fee-type is used for here.. I would suggest it's not for payment but for creation of new fee's only? Anywho.. the code does appear to work as expected (defaulting to 'Cash' when no payment-type is specified, but using the payment type if one is). Just about to upload a Unit test now too. Thanks again for testing Liz :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:37:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:37:33 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89460|0 |1 is obsolete| | --- Comment #12 from Martin Renvoize --- Created attachment 89492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89492&action=edit Bug 22610: Update SIP payment accounttypes This DB update updates the Pay00, Pay01 and Pay02 accounttypes to all be 'Pay' and adds the corresponding payment_types into the authorised_values -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:37:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:37:35 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89461|0 |1 is obsolete| | --- Comment #13 from Martin Renvoize --- Created attachment 89493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89493&action=edit Bug 22610: Update SIP2 to use payment_type The SIP2 interface has long used a set of accounttypes to denote payment types. Now we have an authorised list of payment_types and a payment_type field in accountlines this patch alters the logic to use it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:37:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:37:38 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89471|0 |1 is obsolete| | --- Comment #14 from Martin Renvoize --- Created attachment 89494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89494&action=edit Bug 22610: (follow-up) Catch non-standard SIP codes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:37:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:37:41 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #15 from Martin Renvoize --- Created attachment 89495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89495&action=edit Bug 22610: (follow-up) Correction to accounts tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:37:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:37:44 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #16 from Martin Renvoize --- Created attachment 89496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89496&action=edit Bug 22610: (QA follow-up) Add unit tests for FeePayment -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 12:38:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 10:38:30 +0000 Subject: [Koha-bugs] [Bug 22875] Documentation misleading for import_patrons command line script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875 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 89497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89497&action=edit Document verbose option more fully Trivial documentation change Clarifies usage of verbose option -- You are receiving 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 9 13:05:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:05:25 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:05:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:05:28 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89492|0 |1 is obsolete| | Attachment #89493|0 |1 is obsolete| | Attachment #89494|0 |1 is obsolete| | Attachment #89495|0 |1 is obsolete| | Attachment #89496|0 |1 is obsolete| | --- Comment #17 from Kyle M Hall --- Created attachment 89498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89498&action=edit Bug 22610: Update SIP payment accounttypes This DB update updates the Pay00, Pay01 and Pay02 accounttypes to all be 'Pay' and adds the corresponding payment_types into the authorised_values Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:06:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:06:14 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #18 from Kyle M Hall --- Created attachment 89499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89499&action=edit Bug 22610: Update SIP2 to use payment_type The SIP2 interface has long used a set of accounttypes to denote payment types. Now we have an authorised list of payment_types and a payment_type field in accountlines this patch alters the logic to use it. Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:06:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:06:17 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #19 from Kyle M Hall --- Created attachment 89500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89500&action=edit Bug 22610: (follow-up) Catch non-standard SIP codes Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:06:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:06:19 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #20 from Kyle M Hall --- Created attachment 89501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89501&action=edit Bug 22610: (follow-up) Correction to accounts tests Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:06:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:06:21 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #21 from Kyle M Hall --- Created attachment 89502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89502&action=edit Bug 22610: (QA follow-up) Add unit tests for FeePayment Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:06:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:06:24 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #22 from Kyle M Hall --- Created attachment 89503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89503&action=edit Bug 22610: (QA follow-up) Make upgrade query more accurate Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:27:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:27:26 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:33:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:33:15 +0000 Subject: [Koha-bugs] [Bug 22876] New: Wording of Unlimited in Circulation and Fine Rule Matrix might be confusing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22876 Bug ID: 22876 Summary: Wording of Unlimited in Circulation and Fine Rule Matrix might be confusing Change sponsored?: --- Product: Koha Version: 18.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- With the introduction in 18.11 of the Holds Total per day column in the circulation and fine rule matrix and the Holds total column by patron category on the same page, the value is set at "Unlimited" . Although it is understood that this does not mean "Unlimited"- it could be confusing to users of Koha. Is it possible to add a Tip when hovering over this area in both places that this means, "it is not unlimited but it is not a limit here due to other values in this chart". -- You are receiving 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 9 13:40:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:40:42 +0000 Subject: [Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Sponsored by Northeast release notes| |Kansas Library System, | |NEKLS (http://nekls.org/) | | | |This development adds the | |ability to set a maximum | |numbers of holds in the | |circulation rules that will | |limit the total number of | |holds a patron can have. | |This can be set as a | |default, or per library. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:41:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:41:13 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 13:59:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 11:59:13 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 14:06:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 12:06:10 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Owen Leonard 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 Thu May 9 14:06:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 12:06:13 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87939|0 |1 is obsolete| | --- Comment #7 from Owen Leonard --- Created attachment 89504 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89504&action=edit Bug 22657: Remove JavaScript from OPAC suggestion validation of required fields This patch modifies the OPAC suggestion form so that it doesn't require JavaScript for form validation. This change doesn't alter the behavior of the form for users but does fit with the general goal of progressive enhancement for the OPAC. The patch adds "required" labels to required fields to better identify required fields. To test, apply the patch and make sure there are required fields specified in the OPACSuggestionMandatoryFields system preference. - Log in to the OPAC and go to Your purchase suggestions -> New purchase suggestion. - Verify that the fields specified in OPACSuggestionMandatoryFields are highlighted and marked "required." - Verify that you can't submit the form without filling out these fields. Signed-off-by: Bin Wen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 14:32:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 12:32:05 +0000 Subject: [Koha-bugs] [Bug 22877] New: Returning a lost item not marked as returned can generate additional overdue fines Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Bug ID: 22877 Summary: Returning a lost item not marked as returned can generate additional overdue fines Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- To recreate: 1 - Issue an item to a patron with a backdated due date 2 - Run fines.pl - note you generate a fine for the patron 3 - Run longoverdue.pl - make sure MarkLostItemsAsReturned is turned off and to charge 4 - Confirm the patron has a lost fee and an overdue 5 - Return the item 6 - Patron now has 2 overdue fines and a lost fine? -- You are receiving 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 9 14:33:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 12:33:09 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #1 from Nick Clemens --- Created attachment 89505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89505&action=edit Bug 22877: Unit test to highlight problem -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 14:33:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 12:33:54 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |martin.renvoize at ptfs-europe | |.com, tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 14:41:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 12:41:06 +0000 Subject: [Koha-bugs] [Bug 22874] Limit to available items doesn't work with elasticsearch 6.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874 --- Comment #1 from Alex Arnaud --- Created attachment 89506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89506&action=edit Bug 22874 - use false instaed of 0 value for limiting on availability Test plan - Set up a elasticsearch 6 instance to work with Koha, - you may need to make koha works with ES 6 (see bug 20589), - make a search and limit it to available items only, => no result - Apply this patch, - make a search and limit it to available items only, - you should get some results - Do the same with ES 5.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 14:42:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 12:42:57 +0000 Subject: [Koha-bugs] [Bug 22874] Limit to available items doesn't work with elasticsearch 6.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874 Alex Arnaud 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 9 15:12:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 13:12:37 +0000 Subject: [Koha-bugs] [Bug 22874] Limit to available items doesn't work with elasticsearch 6.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874 e.betemps changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e.betemps 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 9 15:53:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 13:53:22 +0000 Subject: [Koha-bugs] [Bug 21245] Move 'Last patron' button inside of the 'breadcrumb' bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245 --- Comment #7 from Martin Renvoize --- I mostly just don't like they way it currently feels detached and hovers above the breadcrumb bar.. I'm happy to take suggestions as to better locations :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 15:55:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 13:55:03 +0000 Subject: [Koha-bugs] [Bug 20689] Make it possible to add capital letter subfields to item search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689 --- Comment #42 from Nick Clemens --- (In reply to Owen Leonard from comment #41) > (In reply to Nick Clemens from comment #39) > > The problem seems to be in ExtractValue: > ... > > This returns both 'A' and 'a' subfields > > Should this be considered another bug, which this bug should be made > dependent on? I think it can be done here or on another bug - it should be sorted before this is pushed though -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 15:59:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 13:59:26 +0000 Subject: [Koha-bugs] [Bug 13640] Holds To Pull List includes items unreserveable items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640 Paul Thornton changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.thornton at educampus.ie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 16:06:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:06:22 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22539 -- You are receiving 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 9 16:06:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:06:22 +0000 Subject: [Koha-bugs] [Bug 22539] Fines charged on back-dated checkin when item has been renewed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22539 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22877 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 16:10:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:10:04 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #23 from Liz Rea --- awesome, I'm happy if y'all are happy :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 16:30:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:30:51 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #2 from Martin Renvoize --- I presume 'CalculateFinesOnReturn' comes into play here too? -- You are receiving 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 9 16:31:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:31:30 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #3 from Martin Renvoize --- (In reply to Martin Renvoize from comment #2) > I presume 'CalculateFinesOnReturn' comes into play here too? Sorry.. it's right there in the test as enabled at the top. -- You are receiving 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 9 16:49:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:49:51 +0000 Subject: [Koha-bugs] [Bug 22878] New: cannot add a patron card layout with mysql strict mode on Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Bug ID: 22878 Summary: cannot add a patron card layout with mysql strict mode on Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: wizzyrea at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Attempting to create a patron card layout with mysql strict mode on gives the following error: DBD::mysql::st execute failed: Incorrect integer value: '' for column 'layout_id' at row 1 [for Statement "INSERT INTO creator_layouts (creator, layout_id, units, layout_xml, layout_name) VALUES (?,?,?,?,?);" with ParamValues: 0='Patroncards', 1="", 2="POINT", 3=" ", 4="something"] at /kohadevbox/koha/C4/Creators/Layout.pm line 181. Database returned the following error: Incorrect integer value: '' for column 'layout_id' at row 1 at /kohadevbox/koha/C4/Creators/Layout.pm line 183. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 16:53:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:53:47 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #102 from Liz Rea --- I've tried to test this a couple of times now but I just can't seem to get the patches for 18936 to apply to even get these ones on. Hit me up in IRC if you'd like to help me get all the patches applied so I can test - this is good functionality and I hate to see it sit. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 16:54:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 14:54:41 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #4 from Martin Renvoize --- Created attachment 89507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89507&action=edit Bug 22877: Prevent double overdue processing for lost and returned -- You are receiving 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 9 17:01:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:01:38 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89507|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize --- Created attachment 89509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89509&action=edit Bug 22877: Prevent double overdue processing for lost and returned -- You are receiving 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 9 17:01:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:01:41 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #7 from Martin Renvoize --- Created attachment 89510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89510&action=edit Bug 22877: (follow-up) Fix test plan count -- You are receiving 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 9 17:01:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:01:36 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89505|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 89508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89508&action=edit Bug 22877: Unit test to highlight problem -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:02:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:02:06 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:02:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:02:12 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize 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 9 17:02:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:02:20 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:07:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:07:13 +0000 Subject: [Koha-bugs] [Bug 22879] New: Cannot reindex elastic Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 Bug ID: 22879 Summary: Cannot reindex elastic Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org Target Milestone: --- kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ perl -MCarp::Always misc/search_tools/rebuild_elastic_search.pl -d -a -b No record passed at /home/vagrant/kohaclone/Koha/MetadataRecord.pm line 82. Koha::MetadataRecord::new("Koha::BiblioUtils", HASH(0x55ee0f6a58f8)) called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 62 Koha::BiblioUtils::new("Koha::BiblioUtils", undef, 647) called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 128 eval {...} called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 127 Koha::BiblioUtils::__ANON__() called at /home/vagrant/kohaclone/Koha/MetadataIterator.pm line 71 Koha::MetadataIterator::next(Koha::MetadataIterator=HASH(0x55ee0c8d4278)) called at misc/search_tools/rebuild_elastic_search.pl line 137 main::__ANON__() called at misc/search_tools/rebuild_elastic_search.pl line 182 main::do_reindex(CODE(0x55ee0c8cc380), "biblios") called at /home/vagrant/kohaclone/Koha/MetadataRecord.pm line 82. Koha::MetadataRecord::new("Koha::BiblioUtils", HASH(0x55ee0f6a58f8)) called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 62 Koha::BiblioUtils::new("Koha::BiblioUtils", undef, 647) called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 128 eval {...} called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 127 Koha::BiblioUtils::__ANON__() called at /home/vagrant/kohaclone/Koha/MetadataIterator.pm line 71 Koha::MetadataIterator::next(Koha::MetadataIterator=HASH(0x55ee0c8d4278)) called at misc/search_tools/rebuild_elastic_search.pl line 137 main::__ANON__() called at misc/search_tools/rebuild_elastic_search.pl line 182 main::do_reindex(CODE(0x55ee0c8cc380), "biblios") called at misc/search_tools/rebuild_elastic_search.pl line 140 Something went wrong reading record for biblio Koha::Schema::Result::Biblio=HASH(0x55ee0f686228)->biblionumber: Can't bless non-reference value at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 70. Koha::BiblioUtils::new("Koha::BiblioUtils", undef, 647) called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 128 eval {...} called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 127 Koha::BiblioUtils::__ANON__() called at /home/vagrant/kohaclone/Koha/MetadataIterator.pm line 71 Koha::MetadataIterator::next(Koha::MetadataIterator=HASH(0x55ee0c8d4278)) called at misc/search_tools/rebuild_elastic_search.pl line 137 main::__ANON__() called at misc/search_tools/rebuild_elastic_search.pl line 182 main::do_reindex(CODE(0x55ee0c8cc380), "biblios") called at /home/vagrant/kohaclone/Koha/BiblioUtils.pm line 131. Koha::BiblioUtils::__ANON__() called at /home/vagrant/kohaclone/Koha/MetadataIterator.pm line 71 Koha::MetadataIterator::next(Koha::MetadataIterator=HASH(0x55ee0c8d4278)) called at misc/search_tools/rebuild_elastic_search.pl line 137 main::__ANON__() called at misc/search_tools/rebuild_elastic_search.pl line 182 main::do_reindex(CODE(0x55ee0c8cc380), "biblios") called at misc/search_tools/rebuild_elastic_search.pl line 140 -- You are receiving 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 9 17:10:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:10:32 +0000 Subject: [Koha-bugs] [Bug 22880] New: Convert opacheader system preference to news block Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 Bug ID: 22880 Summary: Convert opacheader system preference to news block Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED 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 Depends on: 22318 Target Milestone: --- Building on 22318, the opacheader system preference should be converted to a Koha news block. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22318 [Bug 22318] Extend Koha news feature to include other content areas -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:10:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:10:32 +0000 Subject: [Koha-bugs] [Bug 22318] Extend Koha news feature to include other content areas In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22318 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22880 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 [Bug 22880] Convert opacheader system preference to news block -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:24:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:24:55 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #71 from Jonathan Druart --- The new "add" line appears for me, but the "Type" dropdown does not contain the same values as above. Please double check. In case of misunderstanding it's always good to share a screenshot, so here it is: https://snag.gy/2XiGEd.jpg # Scroll down! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:27:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:27:50 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #72 from Jonathan Druart --- Also, if you add a field that already exists, it is ignored (no warning, no updated). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:31:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:31:38 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #8 from Jonathan Druart --- A good reason for that change: - @mandatoryfields = sort split(/\s*\,\s*/, $fldsreq_sp); + @mandatoryfields = split( ",", $fldsreq_sp ); ? I think the regex must be kept as it, just in case. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:36:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:36:31 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89508|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize --- Created attachment 89511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89511&action=edit Bug 22877: Unit test to highlight problem Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:36:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:36:34 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89509|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize --- Created attachment 89512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89512&action=edit Bug 22877: Prevent double overdue processing for lost and returned Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:36:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:36:37 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89510|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize --- Created attachment 89513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89513&action=edit Bug 22877: (follow-up) Fix test plan count Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:36:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:36:40 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #11 from Martin Renvoize --- Created attachment 89514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89514&action=edit Bug 22877: (QA follow-up) Clarify intent of tests and remove one. The intent of these tests as a set were not entirely clear. This patch clarifies the intent for future developers and removes a superflous one. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:39:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:39:28 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #12 from Martin Renvoize --- Test plan.. 1. Recreate the issue as in the first comment 2. Apply the first patch and watch the test fail 3. Apply patches 2 and 3 and watch the test pass 4. Fail to recreate the issue as in the first comment 5. Apply the last patch and re-run the tests and watch them still pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 17:40:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:40:44 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |major --- Comment #1 from Jonathan Druart --- Lowering severity as I do not recreate on a fresh install. It seems that the biblio 647 was a leftover from a test, and did not contain the biblioitems or biblio_metadata -- You are receiving 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 9 17:45:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:45:55 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 --- Comment #2 from Jonathan Druart --- Created attachment 89515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89515&action=edit Bug 22879: Add a test-like -- You are receiving 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 9 17:53:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:53:34 +0000 Subject: [Koha-bugs] [Bug 20307] Language overlay for authorized values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Status|NEW |Needs Signoff --- Comment #16 from Jonathan Druart --- Updating the status to Needs Signoff (to get more love). -- You are receiving 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 9 17:59:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 15:59:45 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #13 from Jonathan Druart --- (In reply to Martin Renvoize from comment #11) > Created attachment 89514 [details] [review] > Bug 22877: (QA follow-up) Clarify intent of tests and remove one. > > The intent of these tests as a set were not entirely clear. This patch > clarifies the intent for future developers and removes a superflous one. Can you explain a bit more? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 18:07:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 16:07:13 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89514|0 |1 is obsolete| | --- Comment #14 from Martin Renvoize --- Created attachment 89516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89516&action=edit Bug 22877: (QA follow-up) Clarify intent of tests and remove one. The intent of these tests as a set were not entirely clear. This patch clarifies the intent for future developers and removes a superflous one. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 18:15:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 16:15:37 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 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 Thu May 9 18:15:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 16:15:39 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 --- Comment #1 from Owen Leonard --- Created attachment 89517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89517&action=edit Bug 22880: Convert opacheader system preference to news block This patch builds on Bug 22318 to move the opacheader system preference into the Koha news system, making it possible to have language- and library-specific content. It extends the original patch by adding an option to the template plugin specifying whether the content title should be shown (probably should be a flag in opac_news). It also adds a wrapper div with the content location as the ID (e.g. 'opacheader'). This will make it slightly more backwards-compatible with CSS customizations. To test you should have some content in the opacheader system preference. Apply the patch and run the database update process. - Go to the OPAC and confirm that the content which was previously in the opacheader system preference now displays correctly where it was before. - In the staff client, go to Tools -> News and verify that the content from opacheader is now stored in a news item with the location 'opacheader_en.' - Go to Administration -> System preferences and confirm that the opacheader preference has been removed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 18:17:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 16:17:00 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 --- Comment #2 from Owen Leonard --- The QA tool is giving me a couple of errors which I could use some help understanding: Argument "" isn't numeric in numeric gt (>) at /home/vagrant/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23. ...and... FAIL koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc OK filters OK forbidden patterns OK git manipulation OK js_in_body OK spelling OK tt_valid FAIL valid_template koha_news_block: not found -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 18:23:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 16:23:05 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #15 from Jonathan Druart --- Wrong calls in test were caused by (just for ref): commit 004609e46814791fac540e1c8bfb21f647758143 Bug 14591: Update unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 18:43:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 16:43:40 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #24 from Jonathan Druart --- Is it really useful to check for the others PayXX (in the updatedatabase entry)? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 18:47:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 16:47:52 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #25 from Jonathan Druart --- Why not switch the sip_type (00, 01, 02) to something meaningful? Also, we are loosing the translation... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 19:11:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 17:11:38 +0000 Subject: [Koha-bugs] [Bug 21364] Allow closing basket from vendor search/view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21364 --- Comment #30 from Jonathan Druart --- Please, we need the "Add to basket" link accessible in one click! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 19:31:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 17:31:21 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 --- Comment #1 from Jonathan Druart --- Created attachment 89518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89518&action=edit Bug 21588: Add expand/collapse all links to the "Acquisition details" subscriptions In order to make the view cleaner, a librarian may need to expand or collapse all the orders at once. Test plan: - Create a subscription - Create several orders from this subscription (quantity > 1) - Receive partially the orders - Go to the subscription detail page, "Acquisition details" tab => Notice the 2 new links "Expand all" and "Collapse all" Make sure they work as expected. Also note that a bug has been fixed, when the page is loaded the tree is now expanded. -- You are receiving 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 9 19:31:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 17:31:18 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 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 Thu May 9 19:31:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 17:31:34 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 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 9 19:46:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 17:46:06 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 Liz Rea 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 9 19:46:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 17:46:08 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89518|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89519&action=edit Bug 21588: Add expand/collapse all links to the "Acquisition details" subscriptions In order to make the view cleaner, a librarian may need to expand or collapse all the orders at once. Test plan: - Create a subscription - Create several orders from this subscription (quantity > 1) - Receive partially the orders - Go to the subscription detail page, "Acquisition details" tab => Notice the 2 new links "Expand all" and "Collapse all" Make sure they work as expected. Also note that a bug has been fixed, when the page is loaded the tree is now expanded. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:04:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:04:58 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #9 from Owen Leonard --- Created attachment 89520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89520&action=edit Bug 22657: (QA follow-up) Restore previous version of regex This patch restores the previous version of the regular expression which parses the OPACSuggestionMandatoryFields system preference value. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:05:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:05:10 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |jonathan.druart at bugs.koha-c | |ommunity.org Status|NEW |ASSIGNED --- Comment #1 from Jonathan Druart --- We got this failure a lot the last months. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:06:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:06:31 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 --- Comment #2 from Jonathan Druart --- Created attachment 89521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89521&action=edit Bug 22433: Add debug statement to Transaction.t Hard to know what's going on here without more info. Adding this output may help to investigate more. Test plan: Make sure the tests still pass If it fails, please paste the output!! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:06:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:06:27 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 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 9 20:10:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:10:14 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 --- Comment #4 from Kyle M Hall --- (In reply to Jonathan Druart from comment #3) > A couple of things: > 1. regexs are different I'll get that fixed. They are functionally identical, but it would be good to have them patch. > 2. There is the 'pattern' attribute that should deal with that > (opac-messaging.tt), can you explain why we need the JS code as well? The pattern attribute is for data validation, not data normalization. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:14:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:14:44 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 --- Comment #5 from Kyle M Hall --- Created attachment 89522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89522&action=edit Bug 22862: (QA follow-up) Make regexes match -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:21:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:21:41 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:21:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:21:46 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:21:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:21:55 +0000 Subject: [Koha-bugs] [Bug 7088] Cannot renew items on hold even with override In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #85 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:30:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:30:42 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off CC| |nick at bywatersolutions.com --- Comment #8 from Nick Clemens --- (In reply to Katrin Fischer from comment #7) > Thx for QA! I am a little worried about the impact of this in a larger system - we are calling GetBudget for every suggestion - that is a DB hit per suggestion - I would rather see this info pulled in SearchSuggestion so that we maintain a single call for all the suggestions Can I get a second QA opinion here? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 20:30:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 18:30:53 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 21:28:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 19:28:09 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #103 from Liz Rea --- Alright, thanks Agustin for helping me get these patches to apply! Have gotten through a bit of testing and I have some questions about the feature generally. A note: I've attached the set of MARC records that I usually supplement my devbox with, just so we are looking at the same things. Import them using the Stage MARC for import tool. :) my groups: North: Centerville, Fairfield, Franklin South: Springfield, Troy, Union The other libraries are not in a group, they stand alone. Test, opac: Biblio: De Crasi Aristophea. Dissertatio - 3 items, Centerville, Fairview, Midway Patron: Nicole Schneider, Franklin Pickup locations seen: Fairview, Centerville, Fairfield, Franklin Seems OK? Except maybe Fairview, as it isn't in the patron's group. Biblio: The Vixens, A novel. 1 item, Midway Patron: Nicole Schneider, Franklin Pickup locations seen: Midway Hm. Why not the libraries in Nicole's group (Centerville, Fairfield, Franklin) Biblio: Gairm, 1 item, Centerville Patron: Nicole Schneider, Franklin Pickup locations seen: Centerville, Fairfield, Franklin This seems right - pick up locations in the patron's group, but it is also the item's group. Biblio: De Crasi Aristophea. Dissertatio - 3 items, Centerville, Fairview, Midway Patron: Henry Acevedo, Midway Pickup locations seen: Midway, Fairview, Centerville, Fairfield, Franklin Logic (I think? can you confirm?): Midway because it is the patron's home library. Fairview because there is an item from Fairview? Centerville, Fairfield, Franklin, in a hold group, however our patron is not in this hold group? Is this right? Biblio: The Vixens, A novel. 1 item, Midway Patron: Henry Acevedo, Midway Pickup locations seen: Midway Thoughts: Midway is not in a group. It's like an individual branch is a group unto itself? Is that correct behaviour? Biblio: Gairm, 1 item, Centerville Patron: Henry Acevedo, Midway Pickup locations seen: Centerville, Fairfield, Franklin Thoughts: The patron is not in this group, I don't understand why we are using the item's group and not the patron's group? The main question I have is, which is the location that defines which group the reserve can be picked up in, the patron's branch (which is what I believe the intent of the feature request was) or the item's homebranch? If someone from VOKAL could comment on what they are expecting in the above scenarios, I think that would be really helpful. I'm going to stop here for now, as I think this question of which location is canonical is quite core to this dev. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 21:29:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 19:29:06 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #104 from Liz Rea --- Created attachment 89523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89523&action=edit MARC records for testing, compatible with default branches -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 21:32:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 19:32:42 +0000 Subject: [Koha-bugs] [Bug 21535] Anonymize function in Patron should not scramble email addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #8 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 21:32:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 19:32:54 +0000 Subject: [Koha-bugs] [Bug 22053] Ability to disable some plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #30 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 21:33:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 19:33:24 +0000 Subject: [Koha-bugs] [Bug 22811] Add button to clear DataTables filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 21:59:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 19:59:50 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 --- Comment #9 from Katrin Fischer --- (In reply to Nick Clemens from comment #8) > (In reply to Katrin Fischer from comment #7) > > Thx for QA! > > I am a little worried about the impact of this in a larger system - we are > calling GetBudget for every suggestion - that is a DB hit per suggestion - I > would rather see this info pulled in SearchSuggestion so that we maintain a > single call for all the suggestions > > Can I get a second QA opinion here? I am not sure how expensive it is, tbh, but I wouldn't expect a big number of accepted suggestions even in a bigger system. Maybe I am mistaken there. Just saying we only show a subset of data here. There are some other places where GetBudget is used: http://git.koha-community.org/gitweb/?p=koha.git&a=search&h=HEAD&st=grep&s=GetBudget%28 -- 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 9 22:08:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:08:27 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 --- Comment #10 from Katrin Fischer --- Talked to Nick, it makes sense, but I won't be able to fix probably for this release, sorry. -- 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 9 22:17:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:17:50 +0000 Subject: [Koha-bugs] [Bug 22373] Stock Rotation duration test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22373 --- Comment #1 from Lisette Scheer --- It does appear to have reset when it arrived back at home branch. Placed an item in a rota 4/17/2019 (Duration 20 days) Arrived at new home 4/18/2019 (Day 0) Hold found and sent to another branch 4/24/2019 (Day 6) Hold filled, checked out, returned to home branch 4/26/2019 (Day 8/Day 0) 5/8/2019 should have been Day 20. As of 5/9/2019 it has not moved forward. I will check again on 5/17/2019 to make sure it moves on. Lisette -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 22:23:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:23:27 +0000 Subject: [Koha-bugs] [Bug 20769] Duplicate fine generated when lost item is returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20769 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #5 from Lisette Scheer --- *** This bug has been marked as a duplicate of bug 22877 *** -- You are receiving 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 9 22:23:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:23:27 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucy.vaux-harvey at ptfs-europ | |e.com --- Comment #16 from Lisette Scheer --- *** Bug 20769 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 22:23:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:23:57 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 22:25:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:25:01 +0000 Subject: [Koha-bugs] [Bug 22633] Link barcodes in hold summary in patron account to moredetail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22633 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 22:26:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:26:34 +0000 Subject: [Koha-bugs] [Bug 22861] Add ability to turn on/off the display of a public list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22861 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 22:27:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:27:59 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 22:30:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 20:30:40 +0000 Subject: [Koha-bugs] [Bug 22594] Validate SMS messaging numbers using the E.164 format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22594 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Adds validation to the SMS release notes| |number field that conforms | |to international standards | |and adds a hint: "SMS | |number should be in the | |format 1234567890 or | |+11234567890" on both the | |OPAC and Intranet. CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 9 23:49:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 21:49:35 +0000 Subject: [Koha-bugs] [Bug 22881] New: Trying to clear search history via the navbar X doesn't clear any searches Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 Bug ID: 22881 Summary: Trying to clear search history via the navbar X doesn't clear any searches Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: margaret at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- To Reproduce: 1) Run a few keyword searches on your Opac. You can be logged in or not, the behavior is the same. 2) Go to 'My Search History' the /cgi-bin/koha/opac-search-history.pl page. 3) Delete your past searches by selecting one or multiple searches and clicking the "Remove Selected Searches" button. You'll get an alert pop-up about what you are about to delete. The searches you selected should delete successfully. 4) Look at the little "x" (next to "Search History" in the Navbar). If you click on this "x" it will give you the exact same alert pop-up, however is you say yes, delete my searches, nothing will be deleted. Either the little "x" should not give you the option to delete searches nor the alert message or it should clear all your saved searches; as if you hit select all and Remove. Otherwise patrons who want to delete their history will be incorrectly lead to believe it was cleared if they don't check /cgi-bin/koha/opac-search-history.pl . -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 00:48:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 May 2019 22:48:57 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #105 from Agust?n Moyano --- Hello Liz Thanks again for testing! By your results of your tests, I infer that Hold policy was set to "From any library" and Hold pickup library match was set to "Item's hold group" Maybe I got it wrong, but I interpreted that: 1) Hold policy determines who can place a hold. 2) Hold pickup library match determines where an item could be picked up. It wasn't clear in this bug description, but I based pickup library match to item's homebranch/holdingbranch (depending on 'HomeOrHoldingBranch' preference) So now I'll reply test by test > my groups: > North: Centerville, Fairfield, Franklin > South: Springfield, Troy, Union > > The other libraries are not in a group, they stand alone. > > Test, opac: > > Biblio: De Crasi Aristophea. Dissertatio - 3 items, Centerville, Fairview, > Midway > Patron: Nicole Schneider, Franklin > Pickup locations seen: Fairview, Centerville, Fairfield, Franklin > Seems OK? Except maybe Fairview, as it isn't in the patron's group. In the test I did, I had Fairview, Centerville, Fairfield, Franklin and Midway, and that's consistent with having North holdgroup plus Franklin and Midway that have no holgroup. > > Biblio: The Vixens, A novel. 1 item, Midway > Patron: Nicole Schneider, Franklin > Pickup locations seen: Midway > Hm. Why not the libraries in Nicole's group (Centerville, Fairfield, > Franklin) As I based holdgroup on item's homebranch/holdgingbranch, and because Midway is not in a holgroup, you only see Midway > > Biblio: Gairm, 1 item, Centerville > Patron: Nicole Schneider, Franklin > Pickup locations seen: Centerville, Fairfield, Franklin > This seems right - pick up locations in the patron's group, but it is also > the item's group. > > Biblio: De Crasi Aristophea. Dissertatio - 3 items, Centerville, Fairview, > Midway > Patron: Henry Acevedo, Midway > Pickup locations seen: Midway, Fairview, Centerville, Fairfield, Franklin > Logic (I think? can you confirm?): > Midway because it is the patron's home library. No, it's because there is an item from Midway. > Fairview because there is an item from Fairview? right > Centerville, Fairfield, Franklin, in a hold group, however our patron is not > in this hold group? Is this right? If Hold policy was set to 'any', means any patron can place a hold (as I may have misinterpreted), so those 3 libraries are because there is an item in Centerville, that belongs to North holdgroup. This result should be exactly as your first test. > Biblio: The Vixens, A novel. 1 item, Midway > Patron: Henry Acevedo, Midway > Pickup locations seen: Midway > Thoughts: Midway is not in a group. It's like an individual branch is a > group unto itself? Is that correct behaviour? That's correct.. if a library isn't in a holdgroup, then it's taken as an individual holdgroup. > > Biblio: Gairm, 1 item, Centerville > Patron: Henry Acevedo, Midway > Pickup locations seen: Centerville, Fairfield, Franklin > Thoughts: The patron is not in this group, I don't understand why we are > using the item's group and not the patron's group? > If you want the truth.. the plain, raw, ugly truth is that I didn't know which one to pick, based on this bug description.. so I saw that in 'Hold pickup library match', options where based on item, and I went with the flow.. :P Maybe I can add another option.. something like "Patron's hold group" in pickup library match. Agust?n -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 02:14:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 00:14:00 +0000 Subject: [Koha-bugs] [Bug 22872] payment_type handling is untested in Koha::Account->add_credit. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22872 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com Depends on| |18786 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786 [Bug 18786] Add ability to create custom payment types -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 02:14:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 00:14:00 +0000 Subject: [Koha-bugs] [Bug 18786] Add ability to create custom payment types In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22872 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22872 [Bug 22872] payment_type handling is untested in Koha::Account->add_credit. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 03:20:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 01:20:33 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #73 from Liz Rea --- Re-checked this today, and the fields showed up. Quite sure I didn't do anything differently, sorry for the noise. As Jonathan noted, the types for the new entries don't match with the types in the existing entries. Is that intentional? When I tested adding a name and label that already existed, it added it for me - I don't know if that is correct or incorrect behaviour. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:12:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:12:46 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #14 from Marcel de Rooy --- QA: Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:17:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:17:46 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #26 from Martin Renvoize --- (In reply to Jonathan Druart from comment #24) >Is it really useful to check for the others PayXX (in the updatedatabase entry)? (In reply to Jonathan Druart from comment #25) > Why not switch the sip_type (00, 01, 02) to something meaningful? The types come directly from the SIP messages. That's part of the point of doing this, it allows for SIP extensions and types we are not currently handling by allowing users to add them as authorized values of the for SIPXX where the XX is the code they've found to be in use. It allows them to add a meaningful description of the type of payment. (For example, if 3M decided to have a unit that accepted paypal and assigned if 05 arbitrarily). > > Also, we are loosing the translation... Yup, I was sort of hoping no-one would mind this at the moment (none of the payment_types are translatable as it stands). This was meant to be a step towards bug 17702 (or perhaps I'll add another step between this and that bug) where I intend to make split accounttypes into credit and debit types and also move payment_types out of the authorized value system and into their own specialised table. I intend to make all of that translatable. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:18:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:18:32 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:18:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:18:35 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89390|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy --- Created attachment 89524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89524&action=edit Bug 21709: Replace 'no popup' plugin links with a span Test plan: Edit a bibliographic record Notice that the icons next to fields linked with a plugin can be a link or not. The browser displays a pointer or not. It will remove the ambiguity to display an icon that is clickable but does nothing when clicked. We could also have another icon to disociate both behaviors. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:18:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:18:51 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:33:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:33:17 +0000 Subject: [Koha-bugs] [Bug 20307] Language overlay for authorized values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 Emma Ternrud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emma.ternrud at ub.gu.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:33:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:33:58 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:34:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:34:06 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89520|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy --- Created attachment 89526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89526&action=edit Bug 22657: (QA follow-up) Restore previous version of regex This patch restores the previous version of the regular expression which parses the OPACSuggestionMandatoryFields system preference value. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:34:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:34:01 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89504|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 89525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89525&action=edit Bug 22657: Remove JavaScript from OPAC suggestion validation of required fields This patch modifies the OPAC suggestion form so that it doesn't require JavaScript for form validation. This change doesn't alter the behavior of the form for users but does fit with the general goal of progressive enhancement for the OPAC. The patch adds "required" labels to required fields to better identify required fields. To test, apply the patch and make sure there are required fields specified in the OPACSuggestionMandatoryFields system preference. - Log in to the OPAC and go to Your purchase suggestions -> New purchase suggestion. - Verify that the fields specified in OPACSuggestionMandatoryFields are highlighted and marked "required." - Verify that you can't submit the form without filling out these fields. Signed-off-by: Bin Wen Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:34:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:34:25 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:40:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:40:23 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Status|Signed Off |BLOCKED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 09:41:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 07:41:16 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |BLOCKED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 10:35:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 08:35:35 +0000 Subject: [Koha-bugs] [Bug 22128] koha-remove fails mysql ERROR 1133 (42000) at line 2: Can't find any matching row in the user table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22128 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker 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 10 10:37:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 08:37:45 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89516|0 |1 is obsolete| | --- Comment #17 from Martin Renvoize --- Created attachment 89527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89527&action=edit Bug 22877: (QA follow-up) Clarify intent of tests and remove one. This patch embelishes the existing comments slightly and removes a test which had a FIXME, but was in fact just a duplicate of the test directly above it. I beleive it became a duplicate after the subroutine signature changed at some point recently. I also move the bug 22877 specific test into a subtest. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 10:50:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 08:50:06 +0000 Subject: [Koha-bugs] [Bug 22128] koha-remove fails mysql ERROR 1133 (42000) at line 2: Can't find any matching row in the user table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22128 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs at lists.koha-commun |rudolfbyker at gmail.com |ity.org | --- Comment #1 from Rudolf Byker --- Created attachment 89528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89528&action=edit Use "DROP USER IF EXISTS" instead of "GRANT USAGE" before "DROP USER". MySQL 5.7 is old, and the latest versions fail on "GRANT USAGE" if the user does not exist. "DROP USER IF EXISTS" has been with us since 5.7, so all users should have it by now. This patch fixes the issue. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 10 10:55:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 08:55:14 +0000 Subject: [Koha-bugs] [Bug 10517] kohe-restore fails to create mysqluser@mysql_hostname so zebra update fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker at gmail.com --- Comment #5 from Rudolf Byker --- We need to decide whether clobbering (overwriting) an instance is acceptable, and stick with that. If it is, then no error should be shown, and the user and database should be removed and re-created (or just updated). If it isn't, then the script should check everything at the very beginning, and stop before making ANY changes. Another option is to give koha-restore an "--overwrite" flag to choose between these behaviours. Even then, we need to decide on a default. I'm keen to improve/rewrite the script, but will leave the decision on default behaviour to the Koha experts. -- You are receiving 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 10 11:10:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:10:26 +0000 Subject: [Koha-bugs] [Bug 10517] kohe-restore fails to create mysqluser@mysql_hostname so zebra update fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19284|0 |1 is obsolete| | --- Comment #6 from Rudolf Byker --- Created attachment 89529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89529&action=edit Use "DROP USER IF EXISTS" and remove " || true" Anyway, if removing "ERROR 1396 (HY000) at line 1: Operation DROP USER failed for 'koha_rsc'@'%'" is all you're after, this patch fixes it. "DROP USER IF EXISTS" has been available since MySQL 5.7, which is old by 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 Fri May 10 11:13:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:13:24 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:13:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:13:31 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #7 from Marcel de Rooy --- Created attachment 89531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89531&action=edit Bug 22844: (QA follow-up) Add pref PatronQuickAddFields too Description slightly adjusted. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:13:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:13:27 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89403|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy --- Created attachment 89530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89530&action=edit Bug 22844: Simplify the process of selecting database columns for system preferences This patch introduces a new way for users to select database columns for system preferences like BorrowerMandatoryField, which currently require hand-typing of database names. This new system uses a JSON file containing label:column pairs for database columns which are relevant to preferences which reference borrower table columns. My intention was to have user-friendly values as the labels, but embedding English strings in JSON would make them untranslatable. The following preferences are affected: - BorrowerMandatoryField - BorrowerUnwantedField - PatronSelfModificationBorrowerUnwantedField - PatronSelfRegistrationBorrowerMandatoryField - PatronSelfRegistrationBorrowerUnwantedField To test, apply the patch and regenerate the staff client CSS. restart_all to make sure the updated .pref file is used. - Go to Administration -> System preferences, and search for "PatronSelf" - The input fields for PatronSelfModificationBorrowerUnwantedField, PatronSelfRegistrationBorrowerMandatoryField, and PatronSelfRegistrationBorrowerUnwantedField should appear as "locked" (read-only) inputs. - Clicking the input field should trigger a modal window with checkboxes for each available column from the borrowers table. - Test that the "select all" and "clear all" links work correctly. - Test that the "cancel" link closes the modal without saving your selections. - Test that the "Save" button closes the modal, copies your selections to the form field, and triggers the preference-saving function (this eliminates the need to click a save button again after closing the modal). - Test this process by making modifications to all three different preferences, confirming that the right data is preselected each time the modal is shown and the right data is saved to the right field each time. Signed-off-by: Hayley Mapley Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:15:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:15:45 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #8 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #5) > Owen, did you investigate columns.def? Good point, but no blocker for me at feature freeze date. We probably should merge these things. Note that the items columns are no longer up to date in columns.def; see also 22867. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:16:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:16:31 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:16:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:16:37 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 --- Comment #4 from Marcel de Rooy --- Created attachment 89533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89533&action=edit Bug 22867: (QA follow-up) Build items.json for UniqueItemFields Adding items.json, built from latest kohastructure.sql. Control UniqueItemFields with this source file. And add StatisticsFields. Test plan: Go to Preferences, play with UniqueItemFields. Adjust StatisticsFields and look at patron record, statistics tab. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:16:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:16:33 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89486|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 89532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89532&action=edit Bug 22867: UniqueItemFields preference value should be pipe-delimited This patch updates the UniqueItemFields system preference so that it contains pipe-delimited data instead of space-delimited data. This makes it consistent with other system preferences which contain lists of database column names, and enables the selection process provided by Bug 22844. This patch includes a database update to convert space-delimited values in UniqueItemFields to pipe-delimited. To test you should have two or more space-delimited items table columns saved in the UniqueItemFields system preference. Apply the patch and run the database update. - Go to Administration -> System preferences -> Acquisitions and confirm that the value of UniqueItemFields is now pipe-delimited. - Set the AcqCreateItem system preference to "placing an order." - Go to Acquisitions -> Vendor -> Basket -> Add to basket -> From a new (empty) record. - Fill out the item add form, including those fields specified in UniqueItemFields. - Click the "Add multiple items" button and specify one or more items. - Click "Add" and verify that in the table of items added, the fields specified in UniqueItemFields were not duplicated. - Edit one or more of those items and add duplicate values to one or more of the fields specified in UniqueItemFields. - Click "Save" and confirm that you are presented with an error highlighting the duplicated data. - Correct the data to remove the duplicates and click "Save" again. It should save correctly. - Set the AcqCreateItem system preference to "receiving an order." - Repeat the test above during the process of receiving an order. Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:20:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:20:42 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89533|0 |1 is obsolete| | --- Comment #5 from Marcel de Rooy --- Created attachment 89534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89534&action=edit Bug 22867: (QA follow-up) Build items.json for UniqueItemFields Adding items.json, built from latest kohastructure.sql. Control UniqueItemFields with this source file. And add StatisticsFields. Test plan: Go to Preferences, play with UniqueItemFields. Adjust StatisticsFields and look at patron record, statistics tab. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:29:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:29:45 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #13 from Marcel de Rooy --- FAIL pod *** ERROR: Apparent command =item not preceded by blank line in file misc/add_date_fields_to_marc_records.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:31:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:31:12 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #15 from Marcel de Rooy --- Applying: Bug 22508: Delete the public file on deleting the upload error: sha1 information is lacking or useless (t/db_dependent/Upload.t). error: could not build fake ancestor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:45:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:45:48 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #9 from Marcel de Rooy --- + $_ ||= undef # Set to undef for integer values, not empty string + for ( + $aqbooksellerid, $lastvalue1, $innerloop1, $lastvalue2, + $innerloop2, $lastvalue3, $innerloop3, + ); This also sets 0 back to undef. The comment is very confusing about what it does. Fortunately, integer values like 1 are not set to undef. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:46:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:46:21 +0000 Subject: [Koha-bugs] [Bug 22882] New: ItemType translation modal is not consistent with other modals Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22882 Bug ID: 22882 Summary: ItemType translation modal is not consistent with other modals 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: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- The translation modal for item type translations isn't consistent with other modals visually. -- You are receiving 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 10 11:46:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:46:31 +0000 Subject: [Koha-bugs] [Bug 22882] ItemType translation modal is not consistent with other modals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22882 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:47:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:47:25 +0000 Subject: [Koha-bugs] [Bug 22882] ItemType translation modal is not consistent with other modals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22882 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17835 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835 [Bug 17835] Move C4::Koha::GetItemTypes to Koha::ItemTypes -- You are receiving 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 10 11:47:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:47:25 +0000 Subject: [Koha-bugs] [Bug 17835] Move C4::Koha::GetItemTypes to Koha::ItemTypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22882 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22882 [Bug 22882] ItemType translation modal is not consistent with other modals -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:52:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:52:15 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #10 from Marcel de Rooy --- SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist ON subscription.subscriptionid = subscriptionroutinglist.subscriptionid order by ranking asc; does not raise a warning with me on mariadb with sql mode: STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION Do I overlook a setting? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:53:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:18 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:53:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:21 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89454|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy --- Created attachment 89535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89535&action=edit Bug 22812: Fix new subscription with strict sql modes With sql_strict_modes turned on, if you try to create a new subscription you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:53:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:27 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89455|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy --- Created attachment 89536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89536&action=edit Bug 22812: Add tests for checkrouting Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:53:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:31 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89456|0 |1 is obsolete| | --- Comment #13 from Marcel de Rooy --- Created attachment 89537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89537&action=edit Bug 22812: Fix GROUP BY in checkrouting On the way, let fix this error DBD::mysql::st execute failed: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause [for Statement "SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist Test plan: Create a routing list, search for subscriptions In the action list you should see "Edit routing list (1)" or "New routing list" Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:53:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:43 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:53:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:44 +0000 Subject: [Koha-bugs] [Bug 22883] New: Itemtypes table looks strange with multiple translations Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22883 Bug ID: 22883 Summary: Itemtypes table looks strange with multiple translations 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: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- If you translate you're itemtype descriptions then the translated strings are just listed one after the other in the description field for display in the Item types administration table. I think it would be considerably more readable if we used the current translation in display there with perhaps the addition of a (X of Y translations complete) note to highlight the number of translations currently undertaken (where X is the number of translations completed and Y is the number of languages installed/enabled on the koha installation) -- You are receiving 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 10 11:53:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:55 +0000 Subject: [Koha-bugs] [Bug 22883] Itemtypes table looks strange with multiple translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22883 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17835 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835 [Bug 17835] Move C4::Koha::GetItemTypes to Koha::ItemTypes -- You are receiving 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 10 11:53:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:53:55 +0000 Subject: [Koha-bugs] [Bug 17835] Move C4::Koha::GetItemTypes to Koha::ItemTypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22883 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22883 [Bug 22883] Itemtypes table looks strange with multiple translations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:54:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:54:26 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #14 from Marcel de Rooy --- QA Comment: Bug apparently solved. Some minor questions, no blockers. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:55:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:55:27 +0000 Subject: [Koha-bugs] [Bug 22883] Itemtypes table looks strange with multiple translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22883 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:55:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:55:56 +0000 Subject: [Koha-bugs] [Bug 11000] koha-restore not working: Koha username error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11000 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker at gmail.com --- Comment #4 from Rudolf Byker --- As far as I can see, this is fixed. Shall we close the issue? -- You are receiving 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 10 11:56:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:56:59 +0000 Subject: [Koha-bugs] [Bug 21769] koha-restore file-exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21769 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker at gmail.com --- Comment #2 from Rudolf Byker --- Does this still happen on your side? On my side, as long as koha-remove does not show any warnings or errors the files are gone. -- You are receiving 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 10 11:57:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:57:39 +0000 Subject: [Koha-bugs] [Bug 17168] Add a command line script for updating patron category based on status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #46 from Marcel de Rooy --- Applying: Bug 17168: Remove j2a.pl script Using index info to reconstruct a base tree... M misc/cronjobs/j2a.pl Falling back to patching base and 3-way merge... CONFLICT (modify/delete): misc/cronjobs/j2a.pl deleted in Bug 17168: Remove j2a.pl script and modified in HEAD. Version HEAD of misc/cronjobs/j2a.pl left in tree. error: 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 Fri May 10 11:58:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:58:03 +0000 Subject: [Koha-bugs] [Bug 17168] Add a command line script for updating patron category based on status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85878|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:58:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:58:56 +0000 Subject: [Koha-bugs] [Bug 17168] Add a command line script for updating patron category based on status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168 --- Comment #47 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #46) > Applying: Bug 17168: Remove j2a.pl script > Using index info to reconstruct a base tree... > M misc/cronjobs/j2a.pl > Falling back to patching base and 3-way merge... > CONFLICT (modify/delete): misc/cronjobs/j2a.pl deleted in Bug 17168: Remove > j2a.pl script and modified in HEAD. Version HEAD of misc/cronjobs/j2a.pl > left in tree. > error: Failed to merge in the changes. Forget that. The first patch should have been obsoleted. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 11:58:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 09:58:58 +0000 Subject: [Koha-bugs] [Bug 13925] koha-restore doesn't start Zebra In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13925 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker at gmail.com --- Comment #2 from Rudolf Byker --- This is still the case in 2019. But I'm not sure if it's a bug. Zebra may be started as follows: sudo koha-zebra --start "${INSTANCE}" -- You are receiving 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 10 12:04:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:04:06 +0000 Subject: [Koha-bugs] [Bug 18562] Add koha-sip script to handle SIP servers for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18562 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|To ease multi-tenant sites |To ease multi-tenant sites release notes|maintenance, several handy |maintenance, several handy |scripts were introduced. |scripts were introduced. |For handling SIP servers, 3 |For handling SIP servers, 3 |scripts were introduced: |scripts were introduced: |koha-start-sip, |koha-start-sip, |koha-stop-sip and |koha-stop-sip and |koha-enable-sip. |koha-enable-sip. |This patch |This patch |introduces a new script, |introduces a new script, |koha-sip, that unifies |koha-sip, that unifies |those actions regarding SIP |those actions regarding SIP |servers on a per instance |servers on a per instance |base, through the use of |base, through the use of |option switches. |option switches. | | |18.11 | |Note: The introduction of | |this script does NOT remove | |the koha-*-sip versions at | |this time and the scripts | |can be used interchangeably | |until one upgrades to 19.05 | |where the koha-*-sip | |versions are officially | |removed. | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:09:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:09:57 +0000 Subject: [Koha-bugs] [Bug 17168] Add a command line script for updating patron category based on status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168 --- Comment #48 from Marcel de Rooy --- + au => $au, + ao => $ao, You mean age under and age over. Not very clear names. Saw adjustments later.. Patch 1 + my ($y,$m,$d) = Today(); + if( $cat_from->dateofbirthrequired && $params->{au} ) { + my ($dy,$dm,$dd) =Add_Delta_YMD($y,$m,$d,-$cat_from->dateofbirthrequired,0,0); + $search_params->{dateofbirth}{'>'} = $dy."-".sprintf("%02d",$dm)."-".sprintf("%02d",$dd); + } Patch 2 + my $date_after = output_pref({ + dt => dt_from_string()->subtract( years => $cat_from->dateofbirthrequired), + dateonly => 1, + dateformat => 'sql' + }); + $search_params->{dateofbirth}{'>'} = $date_after; Instead of constructions like above, we normally use datetime_parser? my $dtf = Koha::Database->new->schema->storage->datetime_parser; my $rs = $class->_resultset->search( { returndate => { '<' => $dtf->format_datetime($older_than_date), }, -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:10:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:10:03 +0000 Subject: [Koha-bugs] [Bug 18057] koha-restore should stop koha-indexer before deleting files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18057 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker at gmail.com --- Comment #1 from Rudolf Byker --- koha-restore does not delete files... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:11:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:11:46 +0000 Subject: [Koha-bugs] [Bug 20500] koha-create fails to connect to mysql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20500 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker at gmail.com --- Comment #2 from Rudolf Byker --- Probably a MySQL problem, yes. What are the contents of your /etc/mysql/koha-common.cnf ? -- You are receiving 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 10 12:12:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:12:19 +0000 Subject: [Koha-bugs] [Bug 4875] koha-remove, koha-restore should have options similar to --request-db In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4875 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker 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 10 12:12:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:12:57 +0000 Subject: [Koha-bugs] [Bug 15664] koha-restore: Allow database dump to be restored to another Koha instance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15664 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker at gmail.com --- Comment #1 from Rudolf Byker --- Related: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4875 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:13:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:13:11 +0000 Subject: [Koha-bugs] [Bug 20307] Language overlay for authorized values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 --- Comment #17 from Martin Renvoize --- Created attachment 89538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89538&action=edit Bug 20307: (QA follow-up) Move DB update to perl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:13:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:13:29 +0000 Subject: [Koha-bugs] [Bug 20597] koha-restore 17.x fails to restore dump from 16.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20597 Rudolf Byker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker 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 10 12:14:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:14:46 +0000 Subject: [Koha-bugs] [Bug 20307] Language overlay for authorized values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 --- Comment #18 from Martin Renvoize --- This works, and I'm not against it.. but I can't help but feel there must be a simpler approach. I'm going to go away and work on an alternative implementation as a way of getting my head around this code as part of a SO/QA effort. I'll be using some of this as foundation work.. so see it as a golfing effort. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:14:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:14:52 +0000 Subject: [Koha-bugs] [Bug 17168] Add a command line script for updating patron category based on status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168 --- Comment #49 from Marcel de Rooy --- perl misc/cronjobs/update_patrons_category.pl outputs: Use of uninitialized value $fromcat in concatenation (.) or string at misc/cronjobs/update_patrons_category.pl line 186. Use of uninitialized value $tocat in concatenation (.) or string at misc/cronjobs/update_patrons_category.pl line 186. v 0 c 0 f t at misc/cronjobs/update_patrons_category.pl line 186. I would have expected a more readable usage statement ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:19:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:19:22 +0000 Subject: [Koha-bugs] [Bug 22884] New: remove some punctuation on xslt templates Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 Bug ID: 22884 Summary: remove some punctuation on xslt templates Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: hagud at orex.es QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Checing marc21 loc rules I have seen some issues with out xslt templates 1. Fields 020 and 022 should not inclue ending '.' 2. Field 300 should not include '.' if 300$c is cm or mm On the other hand I am not sure if there is a rule on 100$e to be published between [relator] thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 12:21:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 10:21:40 +0000 Subject: [Koha-bugs] [Bug 17168] Add a command line script for updating patron category based on status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #50 from Marcel de Rooy --- warn "v $verbose c $doit f $fromcat t $tocat"; exit; Hmm Debugging leftovers Just not ready enough to get it further today. Sorry ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 13:12:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:12:46 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #31 from Martin Renvoize --- So... are we close to a signoff.. I'm not sure how to read the last comments? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 13:15:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:15:00 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #32 from Martin Renvoize --- If I get a signoff that the concept is right, I'll throw together the outstanding unit test quickly for the QA step. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 13:37:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:37:07 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #72 from Martin Renvoize --- Dependency is already added in the first patch... though it specifies 0.15 as minumum whereas you're specifies 0.19. I think I'd go with 0.17 (as the most recently listed for Jessie here: https://packages.debian.org/search?searchon=names&keywords=libnet-cidr-perl). Otherwise.. I think we're good to go. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 13:39:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:39:13 +0000 Subject: [Koha-bugs] [Bug 22885] New: Problem with research Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22885 Bug ID: 22885 Summary: Problem with research Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: Linux Status: NEW Severity: blocker Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: ducry.remy at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Hello, in my team we want to install Koha. We are far from being experts with the tool so we encounter a technical problem whose origin we do not understand, indeed we obtain no results when we launch a search for a work while we have installed the notices. We have the same problem with both our server having Koha and Elasticsearch and the other server that has only Koha. Configuration of the two servers: Koha Version 18.11.02.02.02.000 Ubuntu server version 18.04 Do you have any leads to solve our problem? Translated with www.DeepL.com/Translator -- You are receiving 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 10 13:56:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:56:41 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #9 from Owen Leonard --- (In reply to Marcel de Rooy from comment #8) > (In reply to Jonathan Druart from comment #5) > > Owen, did you investigate columns.def? > > Good point, but no blocker for me at feature freeze date. > We probably should merge these things. I did investigate columns.def but I was looking for a solution which wouldn't require an additional script for converting columns.def into something which could be easily parsed by JavaScript. A unified solution would certainly be preferable. Do we need a script which has the ability to output JSON? Or would it be better to use JSON everywhere and modify the translation process to include JSON? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 13:57:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:57:42 +0000 Subject: [Koha-bugs] [Bug 8290] Replace usage of Greybox modals with Bootstrap modals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8290 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22882 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22882 [Bug 22882] ItemType translation modal is not consistent with other modals -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 13:57:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:57:42 +0000 Subject: [Koha-bugs] [Bug 22882] ItemType translation modal is not consistent with other modals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22882 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |8290 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8290 [Bug 8290] Replace usage of Greybox modals with Bootstrap modals -- You are receiving 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 10 13:58:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 11:58:51 +0000 Subject: [Koha-bugs] [Bug 22885] Problem with research In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22885 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Owen Leonard --- This sounds like a support request rather than a bug. Questions about Koha should be asked on the Koha mailing list (http://koha-community.org/support/koha-mailing-lists/) or in the #koha IRC channel (http://koha-community.org/get-involved/irc/). Hopefully you've already seen the Koha documentation: http://koha-community.org/documentation/ You can also find options for paid support here: https://koha-community.org/support/ -- You are receiving 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 10 14:06:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:06:02 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89114|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:06:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:06:18 +0000 Subject: [Koha-bugs] [Bug 22883] Itemtypes table looks strange with multiple translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22883 --- Comment #1 from Owen Leonard --- I don't know how easy this would be to implement, but what about this: The currently selected language's translation displays by default. If there is no translation for the currently selected language, it displays another (Next available, or default to English?) and links to the translation widget. -- You are receiving 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 10 14:17:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:17:42 +0000 Subject: [Koha-bugs] [Bug 22782] Schema change for SocialData In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:17:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:17:45 +0000 Subject: [Koha-bugs] [Bug 22782] Schema change for SocialData In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782 --- Comment #4 from Nick Clemens --- Created attachment 89539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89539&action=edit Bug 22782: DBIC update for SocialData -- You are receiving 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 10 14:18:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:18:00 +0000 Subject: [Koha-bugs] [Bug 22782] Schema change for SocialData In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:18:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:18:10 +0000 Subject: [Koha-bugs] [Bug 22782] Schema change for SocialData In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:18:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:18:26 +0000 Subject: [Koha-bugs] [Bug 22782] Schema change for SocialData In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782 --- Comment #5 from Nick Clemens --- Trivial, just leaving here for reference -- You are receiving 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 10 14:24:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:24:45 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #73 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:24:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:24:59 +0000 Subject: [Koha-bugs] [Bug 21533] Do not allow password recovery for administrative locked patrons (see 21336) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21533 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:25:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:25:18 +0000 Subject: [Koha-bugs] [Bug 22782] Schema change for SocialData In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:26:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:26:09 +0000 Subject: [Koha-bugs] [Bug 22886] New: Missing space between fields from Keyword to MARC mapping in catalouging search Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Bug ID: 22886 Summary: Missing space between fields from Keyword to MARC mapping in catalouging search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Target Milestone: --- If you've added multiple subfields to the "subtitle" Keyword to MARC mapping they display without a space between them in the cataloguing search. -- You are receiving 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 10 14:36:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:36:12 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #15 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #9) > + $_ ||= undef # Set to undef for integer values, not empty string > + for ( > + $aqbooksellerid, $lastvalue1, $innerloop1, $lastvalue2, > + $innerloop2, $lastvalue3, $innerloop3, > + ); > > This also sets 0 back to undef. You are right, and I think it should be followed-up before pushed. I initially write it for aqbooksellerid, and so wanted to catch 0. I reused the same logic for the other errors (I was not expecting to have them initially). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:48:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:48:05 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 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 Fri May 10 14:48:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:48:11 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87272|0 |1 is obsolete| | Attachment #87273|0 |1 is obsolete| | Attachment #87274|0 |1 is obsolete| | Attachment #87430|0 |1 is obsolete| | Attachment #87431|0 |1 is obsolete| | Attachment #87432|0 |1 is obsolete| | --- Comment #16 from Jonathan Druart --- Created attachment 89540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89540&action=edit Bug 22508: Add upload_public_path to config Signed-off-by: Hugo Agud -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:48:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:48:15 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #17 from Jonathan Druart --- Created attachment 89541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89541&action=edit Bug 22508: Add upload_public_url to config Signed-off-by: Hugo Agud -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:48:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:48:19 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #18 from Jonathan Druart --- Created attachment 89542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89542&action=edit Bug 22508: Add the ability to prefill 856$u with the direct URL of the file When uploading a file using the cataloguing plugin, the current value used to fill 856$u (or others) in is OPACBaseURL/cgi-bin/koha/opac-retrieve-file.pl?id=a-big-hash This patch add the ability to define a custom and direct URL to this file. To accomplish that we need 2 new entries in our config file: * upload_public_path * upload_public_url The first one will be the local path where the files will be stored, that will be publicly accessible. The second one is the root of the URL which links to ths public dir path. Test plan: 0. Define the 2 new config entries, like: /home/vagrant/kohaclone/koha-tmpl/public_path http://catalogue.kohadev.org/public_path Then restart memcached+plack to take into account the changes 1. Link the cataloguing plugin 'upload.pl' to 856$u 2. Edit a record, 856$u > click the plugin link 3. A new "Use a public path:" appears if the config is set, tick it and upload a file 4. Pick "Choose the direct url" 5. 856$u will be prefilled with http://catalogue.kohadev.org/public_path/$hash_value instead of the usual http://catalogue.kohadev.org/cgi-bin/koha/opac-retrieve-file.pl?id=$hash_value 6. Use the link and confirm that you can access the file. Note: This patch is not ready for inclusion yet and is published to get feedback. There are several things that will block its inclusion: * TODO: "Delete" button must delete the file * See TODO and FIXME in the patch * Tests and POD for new methods are missing * Variable naming is not perfect * In discussion - what about the upload of files from outside of the cataloguing plugin? * TODO: add check to the about page (?) * FIXME: in upload_public_path the files are not suffixed by the filename as it is for upload_path. We certainly want to be consistent here. Signed-off-by: Hugo Agud -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:48:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:48:23 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #19 from Jonathan Druart --- Created attachment 89543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89543&action=edit Bug 22508: Delete the public file on deleting the upload -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:48:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:48:26 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #20 from Jonathan Druart --- Created attachment 89544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89544&action=edit Bug 22508: add POD -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:48:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:48:31 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #21 from Jonathan Druart --- Created attachment 89545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89545&action=edit Bug 22508: Add warnings to about page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:50:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:50:21 +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 robbinsk at middlesex.mass.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robbinsk at middlesex.mass.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:50:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:50:34 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om --- Comment #22 from claire.hernandez at biblibre.com --- (fan of this bz) +1 thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:51:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:51:25 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22644 --- Comment #23 from Jonathan Druart --- This is actually blocked by bug 22644. I am keeping the NQA status as I would like to get feedback from the QA team on this patchset. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22644 [Bug 22644] Some tests in Upload.t are not testing the right thing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:51:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:51:25 +0000 Subject: [Koha-bugs] [Bug 22644] Some tests in Upload.t are not testing the right thing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22644 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22508 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:53:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:53:17 +0000 Subject: [Koha-bugs] [Bug 22740] Automatically change lost status when item is paid for In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22740 robbinsk at middlesex.mass.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robbinsk at middlesex.mass.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:54:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:54:25 +0000 Subject: [Koha-bugs] [Bug 20307] Language overlay for authorized values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 --- Comment #19 from Jonathan Druart --- Hello Martin, I do not know how easier it could be, what do you have in mind? :) We already have a way to translate stuffs (only item types so far), we must reuse it. In those patches I am just mimicking what we already have for item types. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:59:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:59:32 +0000 Subject: [Koha-bugs] [Bug 22740] Automatically change lost status when item is paid for In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22740 --- Comment #1 from robbinsk at middlesex.mass.edu --- I would like to see this change as well. Right now, if our circ staff doesn't change the item's status to Lost and Paid For when the patron pays for the item, I have to spend time later trying to sort out the problem and correct the 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 Fri May 10 14:59:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:59:45 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 14:59:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 12:59:49 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 --- Comment #14 from Jonathan Druart --- Created attachment 89546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89546&action=edit Bug 22509: Fix POD error "Apparent command =item not preceded by blank line" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 15:02:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:02:49 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #27 from Jonathan Druart --- (In reply to Martin Renvoize from comment #26) > (In reply to Jonathan Druart from comment #24) > > Also, we are loosing the translation... > > Yup, I was sort of hoping no-one would mind this at the moment (none of the > payment_types are translatable as it stands). This was meant to be a step > towards bug 17702 (or perhaps I'll add another step between this and that > bug) where I intend to make split accounttypes into credit and debit types > and also move payment_types out of the authorized value system and into > their own specialised table. I intend to make all of that translatable. As it is a regression I think it should be fixed here. Why not simply keep (and adjust) the lines in the templates? (if authorised_values eq "Payment (cash via SIP2)" then display "Payment (cash via SIP2)") -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 15:04:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:04:41 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |master Severity|normal |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 15:08:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:08:14 +0000 Subject: [Koha-bugs] [Bug 22883] Itemtypes table looks strange with multiple translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22883 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart --- This is how it looks: English selected: https://snag.gy/XtaST2.jpg Spanish selected: https://snag.gy/FxfgPK.jpg -- You are receiving 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 10 15:14:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:14:58 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89521|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize --- Created attachment 89547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89547&action=edit Bug 22433: Add debug statement to Transaction.t Hard to know what's going on here without more info. Adding this output may help to investigate more. Test plan: Make sure the tests still pass If it fails, please paste the output!! Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 15:17:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:17:42 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize at ptfs-europe | |.com --- Comment #4 from Martin Renvoize --- Signing off as it's just a debugging addition. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 15:18:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:18:13 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Martin Renvoize --- Let's go straight for PQA.. no harm in it and it'll be helpful in finding the actual root of the issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 15:24:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:24:15 +0000 Subject: [Koha-bugs] [Bug 22819] Release team 19.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22819 --- Comment #3 from Marcel de Rooy --- (In reply to Martin Renvoize from comment #2) > Bug 21626 changes how we go about doing this, for the better I hope. Hope you dont end up with the 18.11 release team after all ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 15:24:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:24:18 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 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 Fri May 10 15:30:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:30:44 +0000 Subject: [Koha-bugs] [Bug 22740] Automatically change lost status when item is paid for In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22740 --- Comment #2 from Martha Fuerst --- I'm not sure, but this could play into Bug #20262 as well, maybe? https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262 -- You are receiving 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 10 15:38:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:38:32 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 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 Fri May 10 15:38:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 13:38:35 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 --- Comment #1 from Owen Leonard --- Created attachment 89548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89548&action=edit Bug 22881: Trying to clear search history via the navbar X doesn't clear any searches This patch undoes a mistake introduced in my patch for Bug 21479. A "preventDefault()" was added to the search history clear button by mistake. The "confirmDelete" function only works if the default action of the link is allowed to complete. To test you must have the EnableOpacSearchHistory system preference enabled. Apply the patch and log into the OPAC as a patron who has a search history. Click the "X" link in the header next to the "Search history" link. Confirm that you want to clear your search history. The page should refresh. Navigate to your account -> Your search history to confirm that your search history has been cleared. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:14:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:14:15 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89548|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 89549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89549&action=edit Bug 22881: Trying to clear search history via the navbar X doesn't clear any searches This patch undoes a mistake introduced in my patch for Bug 21479. A "preventDefault()" was added to the search history clear button by mistake. The "confirmDelete" function only works if the default action of the link is allowed to complete. To test you must have the EnableOpacSearchHistory system preference enabled. Apply the patch and log into the OPAC as a patron who has a search history. Click the "X" link in the header next to the "Search history" link. Confirm that you want to clear your search history. The page should refresh. Navigate to your account -> Your search history to confirm that your search history has been cleared. 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 10 16:14:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:14:13 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 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 Fri May 10 16:15:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:15:10 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |21479 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21479 [Bug 21479] Removing from cart removes 2 items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:15:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:15:10 +0000 Subject: [Koha-bugs] [Bug 21479] Removing from cart removes 2 items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21479 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22881 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:28:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:28:50 +0000 Subject: [Koha-bugs] [Bug 22887] New: authorised_values is missing a unique constraint on category + authorised_value Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22887 Bug ID: 22887 Summary: authorised_values is missing a unique constraint on category + authorised_value Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Code using the authorised_values table expects the combination of 'category' with 'authorised_value' to always be unique. We should constrain it as such and also reap the rewards of dbic accessors that would give 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 Fri May 10 16:29:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:29:12 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #106 from Liz Rea --- I think we'll just want to know which way the library that requested it wants to go. I'm told there's some kind of meeting today that might shed some light. :) All of your notes make sense - I think it's working as you coded it, and it's TBD whether that's how the requester wants it to work. Hopefully we find out today! Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:30:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:30:41 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud at biblibre.com --- Comment #156 from Alex Arnaud --- It seems that something breaks the misc/z3950_responder.pl script after the first patch - apply only first patch (Bug 13937: Add a Z39.50 daemon that can inject item status MARC subfields), - run misc/z3950_responder.pl, - sudo netstat -tulpn | grep LISTEN => tcp6 0 0 :::9999 :::* LISTEN 8918/perl - apply all patches, - run misc/z3950_responder.pl, - sudo netstat -tulpn | grep LISTEN No listening on 9999 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:30:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:30:44 +0000 Subject: [Koha-bugs] [Bug 22887] authorised_values is missing a unique constraint on category + authorised_value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22887 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:32:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:32:42 +0000 Subject: [Koha-bugs] [Bug 22887] authorised_values is missing a unique constraint on category + authorised_value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22887 --- Comment #1 from Martin Renvoize --- Created attachment 89550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89550&action=edit Bug 22887: Add unique constraint to authorised_values -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:37:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:37:03 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Alex Arnaud 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 Fri May 10 16:38:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:38:06 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #107 from Agust?n Moyano --- (In reply to Liz Rea from comment #106) > I think we'll just want to know which way the library that requested it > wants to go. I'm told there's some kind of meeting today that might shed > some light. :) > > All of your notes make sense - I think it's working as you coded it, and > it's TBD whether that's how the requester wants it to work. Hopefully we > find out today! > > Liz Maybe if VOKAL want's Patron's hold group, or if it just makes sense to have it, I can add that option to Hold Pickup Library Match in a separate bug that depends on this one. Agust?n -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:52:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:52:09 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #16 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:52:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:52:22 +0000 Subject: [Koha-bugs] [Bug 21872] Elasticsearch indexing faster by making it multi-threaded In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #71 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:52:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:52:53 +0000 Subject: [Koha-bugs] [Bug 22053] Ability to disable some plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 --- Comment #31 from Tom?s Cohen Arazi --- Created attachment 89551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89551&action=edit Bug 22053: (QA follow-up) Fix tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:53:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:53:13 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #37 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:53:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:53:12 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 --- Comment #157 from Alex Arnaud --- Also, a test plan for SRU would be great -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:53:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:53:23 +0000 Subject: [Koha-bugs] [Bug 22053] Ability to disable some plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #32 from Tom?s Cohen Arazi --- @RM, follow-up fixes the tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:53:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:53:25 +0000 Subject: [Koha-bugs] [Bug 22803] Set dataTable width issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #8 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:53:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:53:50 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #9 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 16:59:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:59:44 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89307|0 |1 is obsolete| | Attachment #89308|0 |1 is obsolete| | Attachment #89309|0 |1 is obsolete| | Attachment #89310|0 |1 is obsolete| | Attachment #89311|0 |1 is obsolete| | --- Comment #50 from Owen Leonard --- Created attachment 89552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89552&action=edit Bug 21626: Add teams.yaml to /docs 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 10 16:59:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:59:48 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #51 from Owen Leonard --- Created attachment 89553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89553&action=edit Bug 21626: Use teams.yaml for teams section 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 10 16:59:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:59:51 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #52 from Owen Leonard --- Created attachment 89554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89554&action=edit Bug 21626: (follow-up) Changes based on feedback 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 10 16:59:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:59:54 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #53 from Owen Leonard --- Created attachment 89555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89555&action=edit Bug 21626: (follow-up) Performance Improvement 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 10 16:59:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 14:59:57 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #54 from Owen Leonard --- Created attachment 89556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89556&action=edit Bug 21626: Add release dates to team 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 10 17:00:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 15:00:00 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #55 from Owen Leonard --- Created attachment 89557 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89557&action=edit Bug 21626: (follow-up) Minor tweaks to the columns formatting This patch makes minor markup and CSS changes to improve the column-formatting of team data. The primary goal of these changes is to avoid showing a large blank space when using a development version. Some text has been moved around to avoid validation errors. To test, apply the patch and rebuild the staff client CSS. Release and maintenance team information should be displayed in 3-column sets. The information should look well-formatted when using a development or non-development version. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 17:11:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 15:11:17 +0000 Subject: [Koha-bugs] [Bug 22053] Ability to disable some plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89551|0 |1 is obsolete| | --- Comment #33 from Tom?s Cohen Arazi --- Created attachment 89558 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89558&action=edit Bug 22053: (QA follow-up) Fix tests This patch makes the tests enable the plugins that are required for them. Otherwise unexpected failures can happen 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 10 17:15:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 15:15:47 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89425|0 |1 is obsolete| | --- Comment #6 from axel Amghar --- Created attachment 89559 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89559&action=edit Bug 20384 - Elastic rebuild script improvements - options --offset & --length This patch add the options --offset & --length to the script: misc/search_tools/rebuild_elastic_search.pl To test : - apply the patch - verify that the script by default is working, launch : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 - launch with the option --offset - then with the option --length - launch with both options : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --offset 1000 --length 200 - verify that the total records indexed is 200 launch perl misc/search_tools/rebuild_elastic_search.pl --man for help -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 17:15:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 15:15:50 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 --- Comment #7 from axel Amghar --- Created attachment 89560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89560&action=edit Bug 20384: unit test for get_all_biblios_iterator & get_all_authorities_iterator -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 17:50:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 15:50:34 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #108 from Tom?s Cohen Arazi --- (In reply to Agust?n Moyano from comment #107) > (In reply to Liz Rea from comment #106) > > I think we'll just want to know which way the library that requested it > > wants to go. I'm told there's some kind of meeting today that might shed > > some light. :) > > > > All of your notes make sense - I think it's working as you coded it, and > > it's TBD whether that's how the requester wants it to work. Hopefully we > > find out today! > > > > Liz > > Maybe if VOKAL want's Patron's hold group, or if it just makes sense to have > it, I can add that option to Hold Pickup Library Match in a separate bug > that depends on this one. > > Agust?n Keep in mind there's this sysprefs already: - canreservefromotherbranches - ReservesControlBranch both should affect this behaviour. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 17:54:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 15:54:24 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #16 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #10) > SELECT count(routingid) routingids FROM subscription LEFT JOIN > subscriptionroutinglist ON subscription.subscriptionid = > subscriptionroutinglist.subscriptionid order by ranking asc; > > does not raise a warning with me on mariadb with sql mode: > STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER, > NO_ENGINE_SUBSTITUTION > > Do I overlook a setting? MariaDB [koha_kohadev]> SET sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; Query OK, 0 rows affected (0.01 sec) MariaDB [koha_kohadev]> SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist ON subscription.subscriptionid = subscriptionroutinglist.subscriptionid WHERE subscription.subscriptionid = 1 ORDER BY ranking ASC; ERROR 1140 (42000): Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 18:01:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:01:01 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 18:03:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:03:51 +0000 Subject: [Koha-bugs] [Bug 22888] New: Use DataTables for Koha news table filtering Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888 Bug ID: 22888 Summary: Use DataTables for Koha news table filtering Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 22811 Target Milestone: --- On the Koha news page we display all news items in the table (rather than using server-side pagination) so we can use DataTables' built-in column search/filter features instead of having to submit a form and reload the page. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 [Bug 22811] Add button to clear DataTables filtering -- You are receiving 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 10 18:03:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:03:51 +0000 Subject: [Koha-bugs] [Bug 22811] Add button to clear DataTables filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22888 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888 [Bug 22888] Use DataTables for Koha news table filtering -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 18:04:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:04:01 +0000 Subject: [Koha-bugs] [Bug 22888] Use DataTables for Koha news table filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 18:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:13:09 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 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 10 18:13:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:13:12 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #17 from Jonathan Druart --- Created attachment 89561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89561&action=edit Bug 22812: Use Koha::Subscription in NewSubscription Starting to write tests I realize that we are going to add too much specific logic which is already handled in Koha::Object->store. The easiest and safe way is to use it :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 18:15:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:15:01 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #18 from Jonathan Druart --- Maybe I went a bit too far with this last patch, but it's definitely the way to go. Sending back to NSO as I rewrote the original approach. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 18:26:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:26:57 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #10 from Jonathan Druart --- Quick note while testing: the "Save all XXX preferences" buttons do not behave correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 18:49:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 16:49:20 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #11 from Jonathan Druart --- Actually there is something weird in master as well, the buttons are not disabled when clicked. Sounds like a regression, isn't it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:05:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:05:16 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Bug 19023 depends on bug 17819, which changed state. Bug 17819 Summary: Performance 16.11 - Omnibus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17819 What |Removed |Added ---------------------------------------------------------------------------- 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 Fri May 10 19:05:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:05:15 +0000 Subject: [Koha-bugs] [Bug 17819] Performance 16.11 - Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17819 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Jonathan Druart --- We can close it without moving the remaining one. No discussion and abandoned. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:06:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:06:51 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17258 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 [Bug 17258] [OMNIBUS] MySQL 5.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:06:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:06:51 +0000 Subject: [Koha-bugs] [Bug 17258] [OMNIBUS] MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22878 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 [Bug 22878] cannot add a patron card layout with mysql strict mode on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:12:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:12:29 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #6 from Nick Clemens --- Data::Printer isn't in our deps - can you use Data::Dumper instead? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:27:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:27:03 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|Seeking cosponsors |Sponsored Text to go in the|The new feature adds the |Sponsored by Northeast release notes|ability to send a new |Kansas Library System, |notice to the library, |NEKLS (http://nekls.org/) |branch or a specific email | |address whenever a purchase |The new feature adds the |suggestion is created. |ability to send a new | |notice to the library, | |branch or a specific email | |address whenever a purchase | |suggestion is created. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:30:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:30:05 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 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 10 19:30:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:30:08 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 --- Comment #1 from Jonathan Druart --- Created attachment 89562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89562&action=edit Bug 22878: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:30:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:30:11 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 --- Comment #2 from Jonathan Druart --- Created attachment 89563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89563&action=edit Bug 22878: Do not pass layout_id on creating a layout Attempting to create a patron card layout with mysql strict mode on gives the following error: DBD::mysql::st execute failed: Incorrect integer value: '' for column 'layout_id' at row 1 Test plan: - Turn on sql_strict_modes - Create a new patron card => Must success with this patch applied -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:32:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:32:54 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 --- Comment #7 from Jonathan Druart --- Created attachment 89564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89564&action=edit Bug 22433: Use Data::Dumper instead of Data::Printer Data::Printer is not in our deps -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:33:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:33:18 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 --- Comment #8 from Jonathan Druart --- (In reply to Nick Clemens from comment #6) > Data::Printer isn't in our deps - can you use Data::Dumper instead? Yup, good catch! :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:34:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:34:26 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|cnighswonger at foundations.ed |jonathan.druart at bugs.koha-c |u |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:43:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:43:56 +0000 Subject: [Koha-bugs] [Bug 22433] SIP/Transaction.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:44:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:44:09 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #41 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:44:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:44:24 +0000 Subject: [Koha-bugs] [Bug 20485] Don't account for items timestamps when combining "dont_export_items=1" and "date" in misc/export_records.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20485 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #10 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:44:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:44:37 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #93 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:47:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:47:53 +0000 Subject: [Koha-bugs] [Bug 20307] Language overlay for authorized values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 --- Comment #20 from Martin Renvoize --- Testers do please go ahead and test this however.. The work I'm doing is more as preparation for doing a QA.. I felt working through the thought process involved in thinking about an alternative would be the best way for me to get up to speed with this implementation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 19:59:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 17:59:38 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #38 from Jonathan Druart --- Some notes about this: 1. The TT content has been moved but without being adjusted. For instance: - Should not we use library.branchname instead of LibraryName (otherwise we will have to pass 'LibraryName' to all our templates)? - Branches.GetName( patron.branchcode ), should not we prefer patron.library.branchname? If we do not know what is sent/used in the template, it will be a nightmare to provide backward compatibility in next versions. 2. About evaltt, I really do not understand why we need it, the template has been parsed already, we should not need to parse it again, I think the content must be displayed with $raw 3. + library => C4::Context::mybranch, so library will be the branchcode, whereas we are expecting a Koha::Library object (In reply to Kyle M Hall from comment #29) > > > ::: members/printfeercpt.pl > > > @@ +83,2 @@ > > > > > > > > $template->param( > > > > > > There are more parameters than before, I would expect less. > > > Is that correct? > There are more parameters because I made the slip compatible with the > existing syntax for the ACCOUNT_PAYMENT/ACCOUNT_WRITEOFF slips. I am sorry but I still do not understand that part. The variable we do not see in the template will not be used, so for instance 'credit' is useless. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:05:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:05:39 +0000 Subject: [Koha-bugs] [Bug 7862] Warns when creating a new notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal 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 Fri May 10 20:10:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:10:48 +0000 Subject: [Koha-bugs] [Bug 22870] When adding a '#' into Rancor with a macro, the special character gets removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22870 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When adding a special |When adding a '#' into |character into Rancor with |Rancor with a macro, the |a macro, the special |special character gets |character gets removed |removed CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- >From cateditor/macros/rancor.js: 238 contents = contents.replace( /#.*$/, '' ); So it's expected, what's following # is considered as a comment -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:17:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:17:54 +0000 Subject: [Koha-bugs] [Bug 20912] Rental fees based on time period In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20912 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This new feature adds the release notes| |ability to define a per day | |(or per hour) rental fee | |for rental items. The new | |fee may be used as an | |alternative to the fixed | |price rental fee or in | |conjunction with it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:18:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:18:27 +0000 Subject: [Koha-bugs] [Bug 20912] Rental fees based on time period In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20912 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:23:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:23:16 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 --- Comment #39 from Jonathan Druart --- GetPreparedLetter is actually not called, hence the confusion. Is there a good reason not to? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:24:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:24:35 +0000 Subject: [Koha-bugs] [Bug 18235] Elastic search - Configurable facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18235 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This new feature allows release notes| |librarians with appropriate | |permissions to configure | |(show/hide/re-order) the | |search facets provided by | |elasticsearch. Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:27:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:27:51 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This new feature adds the release notes| |ability for Koha to talk to | |a Mana Knowledge Base | |server, allowing libraries | |to share a small, but | |hopefully growing, number | |sets of data. | | | |Currently | |this includes subscription | |patterns and ... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:31:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:31:21 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This new feature adds the |This new feature adds the release notes|ability for Koha to talk to |ability for Koha to talk to |a Mana Knowledge Base |a Mana Knowledge Base |server, allowing libraries |server, allowing libraries |to share a small, but |to share a small, but |hopefully growing, number |hopefully growing, number |sets of data. |sets of data. | | |Currently |Currently |this includes subscription |this includes sharing |patterns and ... |serial subscription | |patterns and reports. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:31:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:31:35 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:32:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:32:37 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor 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 10 20:34:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:34:13 +0000 Subject: [Koha-bugs] [Bug 10577] C4::Budgets::GetBudgetPeriod has inappropriate overloading of its behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10577 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Acquisitions |Architecture, internals, | |and plumbing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:34:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:34:52 +0000 Subject: [Koha-bugs] [Bug 10577] C4::Budgets::GetBudgetPeriod has inappropriate overloading of its behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10577 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Part of the ongoing effort release notes| |to improve the | |maintainability of our | |codebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:46:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:46:41 +0000 Subject: [Koha-bugs] [Bug 11000] koha-restore not working: Koha username error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11000 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Katrin Fischer --- (In reply to Rudolf Byker from comment #4) > As far as I can see, this is fixed. Shall we close the issue? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 10 20:55:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 18:55:22 +0000 Subject: [Koha-bugs] [Bug 20912] Rental fees based on time period In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20912 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This new feature adds the |Sponsored by: release notes|ability to define a per day |Huntsville-Madison County |(or per hour) rental fee |Public Library |for rental items. The new |(http://hmcpl.org/) |fee may be used as an | |alternative to the fixed |This |price rental fee or in |new feature adds the |conjunction with it. |ability to define a per day | |(or per hour) rental fee | |for rental items. The new | |fee may be used as an | |alternative to the fixed | |price rental fee or in | |conjunction with it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:08:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:08:22 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Arthur Bousquet 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 10 21:09:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:09:56 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Arthur Bousquet changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88341|0 |1 is obsolete| | --- Comment #2 from Arthur Bousquet --- Created attachment 89565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89565&action=edit Bug 22742: FIX : RenewLoan returns correct datetime format Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:11:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:11:50 +0000 Subject: [Koha-bugs] [Bug 22856] Show SQL code button should trigger CodeMirror view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:12:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:12:03 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #32 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:12:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:12:21 +0000 Subject: [Koha-bugs] [Bug 21312] Show lockout on Patrons form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #18 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:14:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:14:09 +0000 Subject: [Koha-bugs] [Bug 20436] Add ability to specify itemtypes for longoverdue.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com Keywords| |additional_work_needed --- Comment #16 from Nick Clemens --- (In reply to Marcel de Rooy from comment #15) This one can be done in a follow-up please Kyle? Pushing for now > Passing QA but frowning: > > + my @itemtypes = sort map { uc $_->[0] } @{ > C4::Context->dbh->selectall_arrayref(q|SELECT itemtype FROM itemtypes|) }; > > +my @available_itemtypes = map { uc $_->[0] } @{ > $dbh->selectall_arrayref(q|SELECT itemtype FROM itemtypes|) }; > > Old school SQL.. > This seems okay to me, we should make a rule somewhere if we like this or not > The earlier mention of --list-itemtypes is no blocker for me. > Leaving final decision to RM ;) Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:14:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:14:26 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #19 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:15:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:15:45 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate CC| |nick at bywatersolutions.com --- Comment #12 from Nick Clemens --- I ran out of time for testing etc today, but this seems a culmination of a lot of work we have done on improving this interface this cycle, I would like to include it if we can resolve issues in the next few days -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:15:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:15:59 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:17:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:17:35 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Keywords| |rel_19_05_candidate --- Comment #12 from Nick Clemens --- This is cleanup I would like to see move ahead if the browser issue is reasonable, will test next week so considering for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:27:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:27:29 +0000 Subject: [Koha-bugs] [Bug 15774] Additional fields for baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds the release notes| |ability to define | |additional fields to store | |information about | |acquisition baskets. | | | |It | |refactors and centralizes | |the code used to add fields | |to subscriptions as well. | | | |Users can name additional | |fields, tie them to | |authorized values, and | |specify whether the fields | |can be searched in the | |acquisitions module. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:54:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:54:22 +0000 Subject: [Koha-bugs] [Bug 22472] Should column_exists explode if the table does not exist? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22472 --- Comment #11 from Bin --- Created attachment 89566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89566&action=edit Bug 22742: FIX : RenewLoan returns correct datetime format Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet Signed-off-by: Bin Wen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 21:55:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 19:55:54 +0000 Subject: [Koha-bugs] [Bug 22472] Should column_exists explode if the table does not exist? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22472 Bin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89566|0 |1 is obsolete| | --- Comment #12 from Bin --- Created attachment 89567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89567&action=edit Bug 22742: FIX : RenewLoan returns correct datetime format Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet Signed-off-by: Bin Wen https://bugs.koha-community.org/show_bug.cgi?id=22472 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:06:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:06:49 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Bin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89565|0 |1 is obsolete| | --- Comment #3 from Bin --- Created attachment 89568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89568&action=edit Bug 22742: FIX : RenewLoan returns correct datetime format Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet Signed-off-by: Bin Wen https://bugs.koha-community.org/show_bug.cgi?id=22472 Signed-off-by: Bin Wen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:08:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:08:05 +0000 Subject: [Koha-bugs] [Bug 22090] Cash register report missing data in CSV export In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22090 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:08:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:08:07 +0000 Subject: [Koha-bugs] [Bug 20340] Ability to use authentication plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20340 Michal Denar 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 Fri May 10 22:08:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:08:59 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Bin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89568|0 |1 is obsolete| | --- Comment #4 from Bin --- Created attachment 89569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89569&action=edit Bug 22742: FIX : RenewLoan returns correct datetime format Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet Signed-off-by: Bin Wen https://bugs.koha-community.org/show_bug.cgi?id=22472 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:10:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:10:03 +0000 Subject: [Koha-bugs] [Bug 22474] Authority and biblio field mapping improperly shared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22474 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- not backporting ES bugs to 18.05.x, not backporting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:17:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:17:14 +0000 Subject: [Koha-bugs] [Bug 18011] Enrollment period date on patron category can be set in the past without any error/warning messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18011 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #9 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:18:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:18:34 +0000 Subject: [Koha-bugs] [Bug 21975] Unnecessary substitutions in automatic item modification by age In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21975 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #25 from Lucas Gass --- missing dependencies for 18.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:22:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:22:13 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Michal Denar 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 10 22:22:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:22:17 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89535|0 |1 is obsolete| | Attachment #89536|0 |1 is obsolete| | Attachment #89537|0 |1 is obsolete| | Attachment #89561|0 |1 is obsolete| | --- Comment #19 from Michal Denar --- Created attachment 89570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89570&action=edit Bug 22812: Fix new subscription with strict sql modes With sql_strict_modes turned on, if you try to create a new subscription you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:22:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:22:24 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #20 from Michal Denar --- Created attachment 89571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89571&action=edit Bug 22812: Add tests for checkrouting Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:22:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:22:29 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #21 from Michal Denar --- Created attachment 89572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89572&action=edit Bug 22812: Fix GROUP BY in checkrouting On the way, let fix this error DBD::mysql::st execute failed: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause [for Statement "SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist Test plan: Create a routing list, search for subscriptions In the action list you should see "Edit routing list (1)" or "New routing list" Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:22:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:22:33 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #22 from Michal Denar --- Created attachment 89573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89573&action=edit Bug 22812: Use Koha::Subscription in NewSubscription Starting to write tests I realize that we are going to add too much specific logic which is already handled in Koha::Object->store. The easiest and safe way is to use it :) Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:51:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:51:06 +0000 Subject: [Koha-bugs] [Bug 22154] Subtype search for Format - Braille doesn't look for the right codes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22154 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #11 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 22:51:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 20:51:57 +0000 Subject: [Koha-bugs] [Bug 22702] Circulation note on patron page should allow for HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22702 --- Comment #9 from Lucas Gass --- not needed in 18.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 23:00:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 21:00:03 +0000 Subject: [Koha-bugs] [Bug 21172] Warning in addbiblio.pl - Argument "01e" isn't numeric in numeric ne (!=) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21172 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #13 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 23:04:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 21:04:41 +0000 Subject: [Koha-bugs] [Bug 14493] export_borrowers.pl - Export patron attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14493 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #76926|0 |1 is obsolete| | --- Comment #10 from Maryse Simard --- Created attachment 89574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89574&action=edit Bug 14493: export_borrowers.pl - Export patron attributes Tweaked Vitor's original patch to accomodate changes to the file. Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 23:05:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 21:05:43 +0000 Subject: [Koha-bugs] [Bug 22716] Use gender-neutral pronouns in system preference descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22716 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 23:08:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 21:08:25 +0000 Subject: [Koha-bugs] [Bug 21899] Update MARC21 frameworks to Update 27 (November 2018) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21899 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass --- not backporting enhancement to 18.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 23:10:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 21:10:58 +0000 Subject: [Koha-bugs] [Bug 22461] Regression in #20287: LDAP user replication broken with mapped extended patron attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22461 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #26 from Lucas Gass --- missing dependency not backporting to 18.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 23:16:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 21:16:02 +0000 Subject: [Koha-bugs] [Bug 22139] Fields of ACCTDETAILS not working properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22139 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #16 from Lucas Gass --- not backporting to 18.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 10 23:16:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 10 May 2019 21:16:31 +0000 Subject: [Koha-bugs] [Bug 22139] Fields of ACCTDETAILS not working properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22139 --- Comment #17 from Lucas Gass --- not backporting to 18.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 03:35:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 01:35:40 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89562|0 |1 is obsolete| | Attachment #89563|0 |1 is obsolete| | --- Comment #3 from Liz Rea --- Created attachment 89575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89575&action=edit Bug 22878: Add tests Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 03:35:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 01:35:50 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 --- Comment #4 from Liz Rea --- Created attachment 89576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89576&action=edit Bug 22878: Do not pass layout_id on creating a layout Attempting to create a patron card layout with mysql strict mode on gives the following error: DBD::mysql::st execute failed: Incorrect integer value: '' for column 'layout_id' at row 1 Test plan: - Turn on sql_strict_modes - Create a new patron card => Must success with this patch applied Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 03:35:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 01:35:37 +0000 Subject: [Koha-bugs] [Bug 22878] cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Liz Rea 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 11 03:38:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 01:38:21 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #109 from Liz Rea --- That's true, I'll retest with those set away from the defaults, maybe it will make it work the way I think they probably want it. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 04:05:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 02:05:34 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 04:05:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 02:05:37 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89355|0 |1 is obsolete| | --- Comment #3 from Liz Rea --- Created attachment 89577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89577&action=edit Bug 22849: Do not share data (Mana) without agreement A couple of things wrong in serials/subscription-add.pl 1. 447 if ( defined( $query->param('mana_id') ) ) { It's always defined, you wanted to test with "" 2. 375 if ( (C4::Context->preference('Mana')) and ( grep { $_ eq "subscription" } split(/,/, C4::Context->preference('AutoShareWithMana'))) ){ Mana == 2 == let me think about it => I am not expecting to reach Koha::SharedContent in that case So we are sharing data whereas the library did not decide yet! Test plan: You need to be familiar you Mana to test this patch. JD: I did not test this patch Signed-off-by: Liz Rea Tested this, adding subscription still works, mana seems not to be queried. tested on top of 22812. -- You are receiving 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 11 04:07:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 02:07:32 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #33 from Liz Rea --- GO GO UNIT TEST MASTAH. :D We think the concept is good afaict. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 04:10:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 02:10:40 +0000 Subject: [Koha-bugs] [Bug 22850] SharedContent.t wrongly use ->set_userenv In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 Liz Rea 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 11 04:10:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 02:10:42 +0000 Subject: [Koha-bugs] [Bug 22850] SharedContent.t wrongly use ->set_userenv In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89353|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89578 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89578&action=edit Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) Since bug 21817 we should use the mock_userenv subroutine instead. Test plan: The tests must pass after this patch Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 04:14:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 02:14:13 +0000 Subject: [Koha-bugs] [Bug 22778] Suggestions with no "suggester" can cause errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22778 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Status|Needs Signoff |Patch doesn't apply --- Comment #2 from Liz Rea --- Oh you are not going to like this: Using index info to reconstruct a base tree... M C4/Suggestions.pm Falling back to patching base and 3-way merge... Auto-merging C4/Suggestions.pm CONFLICT (content): Merge conflict in C4/Suggestions.pm error: Failed to merge in the changes. Terribly sorry >.< Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 04:56:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 02:56:28 +0000 Subject: [Koha-bugs] [Bug 22602] OverDrive circulation integration is broken when user is referred to Koha from another site In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22602 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #2 from Liz Rea --- I was having trouble replicating the original problem, does it still happen for you? Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 06:59:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 04:59:21 +0000 Subject: [Koha-bugs] [Bug 22889] New: Typo found in intranet-tmpl/prog/en/includes/serials-toolbar.inc Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Bug ID: 22889 Summary: Typo found in intranet-tmpl/prog/en/includes/serials-toolbar.inc Change sponsored?: --- Product: Koha Version: master Hardware: All URL: intranet-tmpl/prog/en/includes/serials-toolbar.inc 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 Target Milestone: --- Typo found in Typo found in intranet-tmpl/prog/en/includes/serials-toolbar.inc Word "librairies" should be "libraries" whit line 70: Github pemalink: https://github.com/Koha-Community/Koha/blob/31684a426be4dcdf75a06f1f15fcfc73726fa6ae/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc#L70 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 07:21:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 05:21:43 +0000 Subject: [Koha-bugs] [Bug 22889] Typo found in intranet-tmpl/prog/en/includes/serials-toolbar.inc and intranet-tmpl/prog/en/modules/admin/admin-home.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Typo found in |Typo found in |intranet-tmpl/prog/en/inclu |intranet-tmpl/prog/en/inclu |des/serials-toolbar.inc |des/serials-toolbar.inc and | |intranet-tmpl/prog/en/modul | |es/admin/admin-home.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 07:24:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 05:24:57 +0000 Subject: [Koha-bugs] [Bug 22889] Typo found in intranet-tmpl/prog/en/includes/serials-toolbar.inc and intranet-tmpl/prog/en/modules/admin/admin-home.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 --- Comment #1 from H?ctor Eduardo Castro Avalos --- Another typo fund in: intranet-tmpl/prog/en/modules/admin/admin-home.tt Found in line #20:

This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libaries.

Github permalink: https://github.com/Koha-Community/Koha/blob/31684a426be4dcdf75a06f1f15fcfc73726fa6ae/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt#L20 Word "libaries" should be "libraries" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 10:49:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 08:49:29 +0000 Subject: [Koha-bugs] [Bug 19247] Feature release change tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19247 --- Comment #14 from Martin Renvoize --- So we missed 18.11 and we're about to miss 19.05. Mind if I adopt this one at the beginning of the next cycle so we can get it in there for 19.11? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 10:57:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 08:57:22 +0000 Subject: [Koha-bugs] [Bug 22890] New: Add a chronological changlog Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 Bug ID: 22890 Summary: Add a chronological changlog Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- We have the history page and a contributors list, but we don't have a nice chronological changelog featuring bugs/enhancements and their release dates. The release notes are nicely polished now, but it would be great to have to record available within Koha itself to encourage librarians to read it and adopt new features. We can adopt allot of the tooling that's already there to produce the release notes to allow simple maintenance of such a page. -- You are receiving 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 11 11:15:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:15:40 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 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 Sat May 11 11:15:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:15:43 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89549|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 89579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89579&action=edit Bug 22881: Trying to clear search history via the navbar X doesn't clear any searches This patch undoes a mistake introduced in my patch for Bug 21479. A "preventDefault()" was added to the search history clear button by mistake. The "confirmDelete" function only works if the default action of the link is allowed to complete. To test you must have the EnableOpacSearchHistory system preference enabled. Apply the patch and log into the OPAC as a patron who has a search history. Click the "X" link in the header next to the "Search history" link. Confirm that you want to clear your search history. The page should refresh. Navigate to your account -> Your search history to confirm that your search history has been cleared. 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 Sat May 11 11:19:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:19:59 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 11:20:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:20:02 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89483|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 89580 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89580&action=edit Bug 11853: Allow to clear the date of birth at the OPAC A patron is not able to clear their date of birth. When cleared tt is set to NULL in DB which means, for the patron's modifications feature, that nothing has been changed. Test plan: 0/ Do not apply the patch 1/ Edit your personal details at the OPAC 2/ Add a date of birth 3/ On the staff interface, approve the modification request => OK it is updated 4/ Edit your personal details and clear the date of birth 5/ On the staff interface => KO the table display is wrong, nothing is marked has changed 6/ Approve the modification requiest => KO it has not been cleared 7/ Apply the patch and repeat 1 to 6 and confirm that the behaviors are now correct. Signed-off-by: Liz Rea 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 Sat May 11 11:20:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:20:06 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89484|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 89581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89581&action=edit Bug 11853: Add tests Signed-off-by: Liz Rea 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 Sat May 11 11:20:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:20:30 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 --- Comment #9 from Katrin Fischer --- Thx a lot for the fix, this one was giving me a headache! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 11:28:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:28:43 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89395|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 89582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89582&action=edit Bug 22781: Add tests Test plan: Apply only this patch => The tests will fail, the library's name is not correctly escaped. Note: This applies for the whole patchset, when the tests fail you will need to remove the patrons added by the tests with the following SQL query: delete from borrowers where surname like "test_patron_%"; We are expecting END to be called even if something goes wrong, but DESTROY must be used instead. This will be fixed separately, on its own bug report. 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 Sat May 11 11:28:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:28:39 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 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 Sat May 11 11:28:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:28:48 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89396|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 89583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89583&action=edit Bug 22781: Escape cardnumber, category's description, library's name and dateexpiry This will fix the previous failure. Note that other fields like borrowernumber, Price escaped values, integers, etc. could be escaped the same way but will be useless (save polar bears). Signed-off-by: Liz Rea 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 Sat May 11 11:28:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:28:52 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89397|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer --- Created attachment 89584 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89584&action=edit Bug 22781: Test patron's info filtering The patron's data was not correctly escaped actually. Test plan: This is a good value for the whole patchset: fir's"tname \123 ? use it for a patron's firstname, then do a search Signed-off-by: Liz Rea 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 Sat May 11 11:28:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:28:56 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89398|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer --- Created attachment 89585 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89585&action=edit Bug 22781: Does not double filter address Ho, a bug! Some fields in the address where double filtered. Test plan: Use the evil strings in the address field and do a search, you will see double html encoded characters without this patch. Signed-off-by: Liz Rea 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 Sat May 11 11:28:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:28:59 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89399|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer --- Created attachment 89586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89586&action=edit Bug 22781: Correctly filter the emails Ho, another bug! The email was not correctly filtered. Test plan: Use the evil string for an email, do a search. => Notice that without this patch the results never show up Signed-off-by: Liz Rea 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 Sat May 11 11:29:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:29:48 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #18 from Katrin Fischer --- NOTE FOR RM: I still have trouble running Selenium tests (server won't start right now). So I couldn't test them :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 11:33:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:33:49 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 --- Comment #12 from Katrin Fischer --- I just realized that with the modal staying in the background this is already a bit better than it used to be, because you can see the framework code there as well :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 11:34:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:34:30 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 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 Sat May 11 11:34:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:34:33 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89489|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 89587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89587&action=edit Bug 8558: Improve confirmation message for importing frameworks This patch updates the confirmation message from: "Do you really want to import the framework fields and subfields? This will overwrite the current configuration. For safety reasons please use the export option to make a backup" to: "Are you sure you want to import the [% frameworkcode %] framework structure? This will overwrite the current configuration. For safety reasons, it is recommended to use the export option to make a backup first." To test: 1) Go to Administration -> MARC bibliographic frameworks 2) Export one of the frameworks 3) Create a new test framework 4) Import the new test framework structure using the exported file 5) Upon clicking Confirm, confirm the message is improved and makes sense. Sponsored-by: Catalyst IT Signed-off-by: Liz Rea 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 Sat May 11 11:34:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:34:37 +0000 Subject: [Koha-bugs] [Bug 8558] Better confirmation message for importing frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89491|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 89588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89588&action=edit Bug 8558: (QA follow-up) a little more text clean up You can take or leave it, honestly, I just thought we could be a little more explicit about what we were overwriting. 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 Sat May 11 11:40:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:40:52 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial 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 Sat May 11 11:40:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:40:55 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89519|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 89589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89589&action=edit Bug 21588: Add expand/collapse all links to the "Acquisition details" subscriptions In order to make the view cleaner, a librarian may need to expand or collapse all the orders at once. Test plan: - Create a subscription - Create several orders from this subscription (quantity > 1) - Receive partially the orders - Go to the subscription detail page, "Acquisition details" tab => Notice the 2 new links "Expand all" and "Collapse all" Make sure they work as expected. Also note that a bug has been fixed, when the page is loaded the tree is now expanded. Signed-off-by: Liz Rea 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 Sat May 11 11:41:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:41:20 +0000 Subject: [Koha-bugs] [Bug 21588] Add "Collapse/Expand" options on subscription-detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588 --- Comment #4 from Katrin Fischer --- Small code change, works well. Includes some strings. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 11:56:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:56:44 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22891 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 [Bug 22891] ILS-DI: RenewLoan explodes in error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 11:57:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:57:11 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 --- Comment #5 from Katrin Fischer --- Hi Arthur, please check our guidelines for commit messages :) https://wiki.koha-community.org/wiki/Commit_messages Now: [PATCH] Bug 22742: FIX : RenewLoan returns correct datetime format Better: Bug 22742: ILS-DI: Fix datetime format returned by RenewLoan I am sorry, but I am not able to test this further. RenewLoan dies for me: circular data structures not supported at /home/vagrant/kohaclone/opac/ilsdi.pl line 233. or: Can't encode a value of type: CODE at /home/vagrant/kohaclone/opac/ilsdi.pl line 233. URL I used: http://localhost:8080/cgi-bin/koha/ilsdi.pl?service=RenewLoan&patron_id=51&item_id=756 I am marking this as BLOCKED and dependent on the new bug 22891 I filed. While I can see that this change should work, usually a unit test would be needed for any change in a .pm file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 11:56:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:56:44 +0000 Subject: [Koha-bugs] [Bug 22891] New: ILS-DI: RenewLoan explodes in error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Bug ID: 22891 Summary: ILS-DI: RenewLoan explodes in error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Blocks: 22742 Target Milestone: --- I am getting an error message when trying to test RenewLoan from ILS-DI: circular data structures not supported at /home/vagrant/kohaclone/opac/ilsdi.pl line 233. or: Can't encode a value of type: CODE at /home/vagrant/kohaclone/opac/ilsdi.pl line 233. URL I used: http://localhost:8080/cgi-bin/koha/ilsdi.pl?service=RenewLoan&patron_id=51&item_id=756 Itemnumber = 756 is checked out to my patron with the borrowernumber 51 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 [Bug 22742] RenewLoan return wrong datetime format -- You are receiving 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 11 11:57:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 09:57:16 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Signed Off |BLOCKED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 12:13:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:13:05 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 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 Sat May 11 12:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:13:09 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89570|0 |1 is obsolete| | --- Comment #23 from Katrin Fischer --- Created attachment 89590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89590&action=edit Bug 22812: Fix new subscription with strict sql modes With sql_strict_modes turned on, if you try to create a new subscription you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy Signed-off-by: Michal Denar Signed-off-by: Michal Denar 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 Sat May 11 12:13:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:13:15 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89571|0 |1 is obsolete| | --- Comment #24 from Katrin Fischer --- Created attachment 89591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89591&action=edit Bug 22812: Add tests for checkrouting Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy Signed-off-by: Michal Denar Signed-off-by: Michal Denar 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 Sat May 11 12:13:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:13:19 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89572|0 |1 is obsolete| | --- Comment #25 from Katrin Fischer --- Created attachment 89592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89592&action=edit Bug 22812: Fix GROUP BY in checkrouting On the way, let fix this error DBD::mysql::st execute failed: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause [for Statement "SELECT count(routingid) routingids FROM subscription LEFT JOIN subscriptionroutinglist Test plan: Create a routing list, search for subscriptions In the action list you should see "Edit routing list (1)" or "New routing list" Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy Signed-off-by: Michal Denar Signed-off-by: Michal Denar 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 Sat May 11 12:13:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:13:24 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89573|0 |1 is obsolete| | --- Comment #26 from Katrin Fischer --- Created attachment 89593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89593&action=edit Bug 22812: Use Koha::Subscription in NewSubscription Starting to write tests I realize that we are going to add too much specific logic which is already handled in Koha::Object->store. The easiest and safe way is to use it :) Signed-off-by: Michal Denar Signed-off-by: Michal Denar 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 Sat May 11 12:18:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:18:04 +0000 Subject: [Koha-bugs] [Bug 22878] Cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|cannot add a patron card |Cannot add a patron card |layout with mysql strict |layout with mysql strict |mode on |mode on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 12:22:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:22:19 +0000 Subject: [Koha-bugs] [Bug 22878] Cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 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 Sat May 11 12:22:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:22:23 +0000 Subject: [Koha-bugs] [Bug 22878] Cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89575|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 89594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89594&action=edit Bug 22878: Add tests Signed-off-by: Liz Rea 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 Sat May 11 12:22:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:22:27 +0000 Subject: [Koha-bugs] [Bug 22878] Cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89576|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 89595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89595&action=edit Bug 22878: Do not pass layout_id on creating a layout Attempting to create a patron card layout with mysql strict mode on gives the following error: DBD::mysql::st execute failed: Incorrect integer value: '' for column 'layout_id' at row 1 Test plan: - Turn on sql_strict_modes - Create a new patron card => Must success with this patch applied Signed-off-by: Liz Rea 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 Sat May 11 12:25:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 10:25:42 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|Add a chronological |Add a chronological |changlog |changelog -- You are receiving 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 11 13:03:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 11:03:00 +0000 Subject: [Koha-bugs] [Bug 22763] Stuck on acquisition In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22763 --- Comment #2 from shubham --- Created attachment 89596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89596&action=edit Error in acqui -- You are receiving 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 11 13:05:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 11:05:12 +0000 Subject: [Koha-bugs] [Bug 22763] Stuck on acquisition In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22763 --- Comment #3 from shubham --- Hi Katrin, I'm facing the issue while editing a vendor I created and also in adding any new vendor after 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 Sat May 11 13:29:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 11:29:43 +0000 Subject: [Koha-bugs] [Bug 22763] Stuck on acquisition In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22763 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer --- Shubham, please bring this issue up on the mailing list - it works perfectly fine for me and judging from how the error displays it appears you are not running Plack. I wonder if it could be an installation issue. Please include the exact version of your installation and how it was installed. -- You are receiving 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 11 13:45:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 11:45:37 +0000 Subject: [Koha-bugs] [Bug 19288] Holds placed on a specific item after a next available hold will show varied results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19288 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|16.11 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 13:56:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 11:56:48 +0000 Subject: [Koha-bugs] [Bug 19288] Holds placed on a specific item after a next available hold will show varied results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19288 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #10 from Katrin Fischer --- I am not sure here if less information is better. Maybe the original message should just be phrased a bit better? We switch from: Item-level hold (placed 05/11/2019) for delivery at Centerville. Hold for: katrin koha (42) To: There is a hold on this item I am also not sure how this related to the initial bug report, where Kelly reported that sometimes the item level hold would be filled first, even if not first in the queue. Can you explain? While the first message is very 'talkative', maybe we can find some middle ground? Something like: Item-level hold for .... (priority x) (similar to how we display the priority in the OPAC) And I would leave out the hold placed and pickup location. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 13:57:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 11:57:50 +0000 Subject: [Koha-bugs] [Bug 19288] Holds placed on a specific item after a next available hold will show varied results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19288 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 14:02:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 12:02:56 +0000 Subject: [Koha-bugs] [Bug 22892] New: Warning when reindexing without parameters Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 Bug ID: 22892 Summary: Warning when reindexing without parameters Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de Target Milestone: --- There is a warning, when rebuilding the elastic search index without giving any parameters: Use of uninitialized value $processes in numeric lt (<) at ./misc/search_tools/rebuild_elasticsearch.pl line 199. -- You are receiving 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 11 14:07:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 12:07:36 +0000 Subject: [Koha-bugs] [Bug 22524] Elasticsearch - Date range in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22524 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #19 from Katrin Fischer --- I am sorry, but this doesn't work for me. With the patches applied, I find all records for my search for 2012-, ifen records from the 1950s... :( I have: - reset mappings - run updatedatabase - reset mappings Maybe I am missing something, please double check the test plan. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 14:18:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 12:18:27 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- Could we maybe trigger the validation in a less 'intrusive' way? At the moment it will immediately delete a space entered, which is a little irritating maybe when you are still entering the data. I am not sure what would work better here for a trigger and I think this is also helpful as is, so passing QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 14:19:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 12:19:07 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 14:19:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 12:19:11 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89474|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 89597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89597&action=edit Bug 22862: Normalize SMS messaging numbers before validating them Librarians often copy and paste patron data, including phone numbers. SMS phone numbers are now being validated to conform to the E.164 specification. It would be nice to try to normalize that data by stripping non-numeric data from the paste (i.e. dashes, parens, etc ). Test Plan: 1) Apply this patch 2) On the staff side, Attempt to enter invalid characters the SMS number field 3) Note you cannot enter invalid characters 4) Attempt to paste a phone number with invalid characters 5) Note those characters are removed on paste 6) Repeat these steps on the OPAC Signed-off-by: Liz Rea 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 Sat May 11 14:19:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 12:19:15 +0000 Subject: [Koha-bugs] [Bug 22862] Normalize SMS messaging numbers before validating them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89522|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 89598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89598&action=edit Bug 22862: (QA follow-up) Make regexes match 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 Sat May 11 15:00:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:00:30 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 15:00:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:00:34 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81174|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 89599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89599&action=edit Bug 21651: Remove language specific sql file for notice templates related tables This patch removes the 3 following files for the different languages - message_transport_types.sql - sample_notices_message_attributes.sql - sample_notices_message_transports.sql They were all identical, only one version is kept in installer/data/mysql/mandatory .txt files are removed as well They inserted data for - message_transport_types - message_attributes - message_transport_type 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 Sat May 11 15:00:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:00:38 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89367|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer --- Created attachment 89600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89600&action=edit Bug 21651: Always insert notice templates related tables The 3 following files must be mandatory and insert during the install process: - message_transport_types.sql - sample_notices_message_attributes.sql - sample_notices_message_transports.sql They insert data for - message_transport_types - message_attributes - message_transport_type Otherwise the notice templates (table letter) will fail. Moreover these 3 files are identical and are put in several places (1 per language) to make the description translatable (using the related .txt file) Test plan: - Install Koha in English and in another language - Select all the sample data => They all should be inserted correctly Signed-off-by: Hayley Mapley 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 Sat May 11 15:00:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:00:43 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 --- Comment #16 from Katrin Fischer --- Created attachment 89601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89601&action=edit Bug 21651: (QA follow-up) Remove remaining obsolete file from German web installer 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 Sat May 11 15:12:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:12:52 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 15:12:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:12:59 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89485|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer --- Created attachment 89603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89603&action=edit Bug 22724: (follow-up) Block writeoffs when user has wrong permissions This patch is a followup which displays an alert and removes the submit button when a user who does not have writeoff permissions manages to make it to the 'Make a payment' tab with a writeoff URL. Test plan: 1) Login as a staff user with writeoff permissions disabled, ensure you have sample users, then click the URL: http://localhost:8081/cgi-bin/koha/members/paycollect.pl?borrowernumber=21&type=writeoff&amt=4&selected=1¬es= => Note that you are able to write off the charge with no warning 2) Apply the patch 3) Repeat step 1 => Note that an alert displays and the button to confirm the writeoff has been removed 4) Repeat step 1, this time logging in as a staff user with writeoff permissions enabled => Note that the button displays and you can perform the writeoff Sponsored-by: Catalyst IT Signed-off-by: Liz Rea 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 Sat May 11 15:12:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:12:55 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89475|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 89602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89602&action=edit Bug 22724: Allow only users with correct permissions to 'Write off selected' Due to the addition of a 'Write off selected' button in 18.11, users without writeoff permissions could mistakenly view and action the 'Write off selected' option for a patron in Accounting > Make a payment (Fines > Pay fines). The attached patch corrects this error. Test plan: 1) Make sure that a staff user has '(writeoff) Write off fines and fees' permission disabled 2) Bring up a patron with an unpaid fee, go to Accounting -> Make a payment 3) Note that 'Write off selected' button is displayed. 4) Select a fee, click 'Write off selected'. Note that staff member has access to 'Write off an amount toward selected fines' 5) Apply the patch 6) Repeat steps 1-2, and note that the button is no longer displayed 7) Bonus points, as a staff user with writeoff permissions enabled check that all four buttons (Pay amount, Pay selected, Write off all, Write off selected) are displayed Sponsored-by: Catalyst IT Signed-off-by: Liz Rea 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 Sat May 11 15:13:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:13:02 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #10 from Katrin Fischer --- Created attachment 89604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89604&action=edit Bug 22724: (QA follow-up) Fix permission when using the individual writeoff button 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 Sat May 11 15:23:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:23:07 +0000 Subject: [Koha-bugs] [Bug 14723] Additional delivery notes to messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14723 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de 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 Sat May 11 15:23:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:23:00 +0000 Subject: [Koha-bugs] [Bug 14723] Additional delivery notes to messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14723 --- Comment #32 from Katrin Fischer --- Comment on attachment 87531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87531 Bug 14723: Additional delivery notes to messages Review of attachment 87531: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14723&attachment=87531) ----------------------------------------------------------------- I took another look at the code and Joseph is right. Made some additional notes too. ::: C4/Letters.pm @@ +912,2 @@ > VALUES > +( ?, ?, ?, ?, ?, ?, ?, NOW(), ?, ?, ?, ? ) I think NOW() might be a MySQLism from my research. @@ +1281,5 @@ > # warn "FAIL: No 'to_address' and no email for " . ($member->{surname} ||'') . ", borrowernumber ($message->{borrowernumber})"; > # warning too verbose for this more common case? > _set_message_status( { message_id => $message->{'message_id'}, > + status => 'failed', > + delivery_note => 'Unable to find an email address for this borrower' } ); See above, these need to be dealt with in the template. ::: installer/data/mysql/atomicupdate/Bug-14723_-_Additional_delivery_notes_to_messages.perl @@ +1,3 @@ > +$DBversion = 'XXX'; # will be replaced by the RM > +if( CheckVersion( $DBversion ) ) { > + $dbh->do("ALTER TABLE message_queue ADD delivery_note TEXT"); Please use BEFORE or AFTER column to specify where the new column will be added exactly. This will help to keep things the same between new and old installations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 15:31:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:31:58 +0000 Subject: [Koha-bugs] [Bug 20986] MARC21 Supplement and Index Textual Holdings don't display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20986 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 Sat May 11 15:32:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:32:02 +0000 Subject: [Koha-bugs] [Bug 20986] MARC21 Supplement and Index Textual Holdings don't display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20986 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88095|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 89605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89605&action=edit Bug 20986: Add 867 and 868 holdings display Add line breaks in the 866 Holdings display in the OPAC details and Staff details page. Add 867 and 868 textual holdings with line breaks in the OPAC and Staff details display. Signed-off-by: Ed Veal https://bugs.koha-community.org/show_bug.cgi?id=10662 Signed-off-by: Katrin Fischer Signed-off-by: Liz Rea 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 Sat May 11 15:32:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:32:05 +0000 Subject: [Koha-bugs] [Bug 20986] MARC21 Supplement and Index Textual Holdings don't display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20986 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88096|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 89606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89606&action=edit Bug 20986: (follow-up) Avoid br tags, but allow for line breaks to be added easily with CSS This patch removes the br tags from the XSLT in favor of some more spans and classes. This will allow to add the line breaks with one line of CSS: span.holdings_note_data { display:block; } Signed-off-by: Liz Rea 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 Sat May 11 15:40:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:40:57 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed 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 Sat May 11 15:41:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:41:50 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 --- Comment #9 from Katrin Fischer --- This is actually a much simpler change than I thought when I had started - it just removed a little bit of JavaScript and adds some tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 15:43:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:43:47 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 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 Sat May 11 15:43:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:43:55 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 --- Comment #11 from Katrin Fischer --- Created attachment 89608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89608&action=edit Bug 18344: Add unit tests Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 15:43:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:43:51 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86988|0 |1 is obsolete| | Attachment #86989|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 89607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89607&action=edit Bug 18344: Allow overdue fines cap at replacement price, and cap by amount to work together There is no reason that a library shouldn't be able to use the monetary fines cap and the replacement price cap at the same time. The code is written in such a way that they already work harmoniously. We have librarians who wish to use both so they can set a high cap of $10.00 but also use the replacement price cap so that a $20.00 book would only get a fine of $10.00, but a $5.00 paperback will only get a fine of $5.00 Test Plan: 1) Apply this patch 2) Create a rule with a fines cap of $10, *and* a cap at replacement price, and a daily fine of $1 3) Create two items, one with a replacement price of $5 and one with a replacement price of $15 4) Check out these items to a patron, backdate the checkouts so they are already overdue by a couple months 5) Check the items in ( make sure calc fine at checkin is enabled for you ) 6) Note the one item has a fine of $5 and the other has a fine of $10! Signed-off-by: David Kuhn Signed-off-by: Marcel de Rooy 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 Sat May 11 15:50:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:50:15 +0000 Subject: [Koha-bugs] [Bug 18138] Use MARC modification template when adding/updating bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18138 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Katrin Fischer --- Sorry, but there are some issues: 1) The new preference needs to be added to sysprefs.sql 2) The QA script fails (easy fix): FAIL t/db_dependent/www/EditBiblioMarcModificationTemplatePreference.t OK critic FAIL forbidden patterns forbidden pattern: tab char (line 47) forbidden pattern: tab char (line 49) forbidden pattern: tab char (line 75) forbidden pattern: tab char (line 76) forbidden pattern: tab char (line 77) forbidden pattern: tab char (line 78) forbidden pattern: tab char (line 79) forbidden pattern: tab char (line 81) forbidden pattern: tab char (line 82) 3) The tests fail: # Subtest: Templates applied using simple and advanced MARC Editor 1..13 ok 1 - MARC modification template successfully created ok 2 - MARC modification template action successfully created # Looks like you planned 13 tests but ran 2. not ok 1 - Templates applied using simple and advanced MARC Editor # Failed test 'Templates applied using simple and advanced MARC Editor' # at t/db_dependent/www/EditBiblioMarcModificationTemplatePreference.t line 154. Can't use string ("444") as a HASH ref while "strict refs" in use at /home/vagrant/kohaclone/C4/Biblio.pm line 1162. # Looks like your test exited with 255 just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests 4) I think maybe we should remove "Edit" from the preference name if it also applies on saving. Maybe: UseMarcModificationTemplate or DefaultMarcModificationTemplate? Native speakers might have other ideas. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 15:51:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 13:51:10 +0000 Subject: [Koha-bugs] [Bug 18138] Use MARC modification template when adding/updating bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18138 --- Comment #10 from Katrin Fischer --- For future use it might be nice to have a setting on framework level too and some note on saving that that modifications have been made. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 16:08:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 14:08:17 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Katrin Fischer --- The amount of code added to neworderempty.pl makes me uneasy here. It adds 5 subs to neworderempty.pl. Some of it is copy & paste from addorderiso2709.pl (get_infos_syspref_on_item, equal_number_of_fields...) I think this needs more work and centralizing the code in question as part of it, so it can be reused in a maintainable way. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 16:14:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 14:14:35 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|18.11 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 16:21:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 14:21:55 +0000 Subject: [Koha-bugs] [Bug 22472] Should column_exists explode if the table does not exist? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22472 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89567|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 11 16:30:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 14:30:39 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #13 from Jonathan Druart --- (In reply to Nick Clemens from comment #12) > I ran out of time for testing etc today, but this seems a culmination of a > lot of work we have done on improving this interface this cycle, I would > like to include it if we can resolve issues in the next few days We can push it and fix later, issues are minors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 16:34:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 14:34:04 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic if missing metadata In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot reindex elastic |Cannot reindex elastic if | |missing metadata -- You are receiving 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 11 16:43:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 14:43:42 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 16:47:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 14:47:54 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master 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 Sat May 11 17:25:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 15:25:48 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patron using the search field (street address) returns no results if inputting a address stored in multiple db fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 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 Sat May 11 17:25:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 15:25:51 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patron using the search field (street address) returns no results if inputting a address stored in multiple db fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 --- Comment #2 from Jonathan Druart --- Created attachment 89609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89609&action=edit Bug 20514: Use streetnumber when searching for patrons by address The streetnumber field was ignored from the search. Test plan: Create a patron with streetnumber="12", address="rue des cerisiers" Search for patrons using the search field "street address" using: 12 rue des cerisiers => Without this patch the patron will not be returned => With this patch applied it will! -- You are receiving 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 11 17:26:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 15:26:04 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patron using the search field (street address) returns no results if inputting a address stored in multiple db fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 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 -- You are receiving 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 11 17:30:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 15:30:22 +0000 Subject: [Koha-bugs] [Bug 21940] Query parameters of the form <> return no results. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21940 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- It seems to have been fixed, works for me. Can you confirm? -- You are receiving 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 11 18:07:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:07:19 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #94 from Jonathan Druart --- Martin, the number of commits is wrong because of this line: 39 $commitref->{ $bits[0] } = { name => $name, email => $email }; bits[0] is the timestamp of the commit. You are assuming it is unique, but it is not. So some commits are lost. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 18:14:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:14:56 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #95 from Jonathan Druart --- Created attachment 89610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89610&action=edit fix bug in get_developers.pl I also removed all the other parts of the script, I am not able to run it, yaml file is missing from release-tools -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 18:16:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:16:42 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89610|application/x-perl |text/plain mime type| | Attachment #89610|0 |1 is patch| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 18:17:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:17:05 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89610|1 |0 is patch| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 18:18:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:18:46 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial 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 Sat May 11 18:18:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:18:49 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89187|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 89611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89611&action=edit Bug 22713: Pass replacement price in to order if defined by MarcItemFieldsToOrder To test: 1 - Have AcqCreateItems set to 'On ordering' (or set in a basket) 2 - Define MARCItemFieldsToOrder homebranch: 975$a holdingbranch: 975$b itype: 975$y nonpublic_note: 975$x public_note: 975$z loc: 975$c ccode: 970$c notforloan: 975$7 uri: 975$u copyno: 975$n quantity: 975$q budget_code: 975$h price: 975$g replacementprice: 975$p 3 - Have a marc record with some order info defined as above, including a replacementprice 4 - Add to basket - > from a new file 5 - Don't check for duplicates, add the order 6 - Note the order has no replacementprice, but the item does 7 - Close basket, receive order, do not enter a new replacement price 8 - Note the items replacement price is clear 9 - Apply patch 10 - Repeat 11 - Note when order added to basket it has a replacement price 12 - Note when order is received the replacement price is populated and passed into item correctly Signed-off-by: Liz Rea 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 Sat May 11 18:19:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:19:08 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89376|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 89612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89612&action=edit Bug 22713: Remove unecessary $replacementprice var 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 Sat May 11 18:22:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:22:35 +0000 Subject: [Koha-bugs] [Bug 22850] SharedContent.t wrongly use ->set_userenv In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 18:22:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:22:38 +0000 Subject: [Koha-bugs] [Bug 22850] SharedContent.t wrongly use ->set_userenv In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89578|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 89613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89613&action=edit Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) Since bug 21817 we should use the mock_userenv subroutine instead. Test plan: The tests must pass after this patch Signed-off-by: Liz Rea 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 Sat May 11 18:26:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:26:33 +0000 Subject: [Koha-bugs] [Bug 22225] Tax hints and prices on orderreceive.pl may not match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225 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 Sat May 11 18:26:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:26:36 +0000 Subject: [Koha-bugs] [Bug 22225] Tax hints and prices on orderreceive.pl may not match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88550|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 89614 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89614&action=edit Bug 22225: Correctly use invoiceincgst over listincgst Mistakenly, we were looking at listincgst in the templates but using invoiceincgst in the scripts. This patch rectifies that by switching to use invoiceincgst in the templates too. Signed-off-by: Liz Rea 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 Sat May 11 18:31:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:31:05 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 18:45:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:45:36 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #15 from Katrin Fischer --- I think what Hugo is referring to with the hierarchical facets is this: https://vufind.org/wiki/configuration:facets So it seems that VuFind can build hierarchical facets on all values that are concatenated with / and an ending /. So the 'relationship' to VuFind is there, but it's not very strong :) This script is more general as it allows to add arbitrary formatted date information to any MARC subfield. But it's also a bit limited, as it will use today's date. I have some notes: 1) The misc directory is already a bit chaotic. I would suggest to move this into a new directory in misc where we could keep such scripts in the future. Maybe something like: marc_tools, data_manipulation, marc_manipulation ? 2) If I pass nothing in, the script is run in dry mode. I think it would be better to display the help, since the needed parameters to actually do something are missing. 3) When I run it with -h it advertises: perl add_date_fields_to_marc_records.pl --help But the help displayed doesn't explain the options like it's supposed to looking at the script itself. Can you please take a look at fixing the help? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 18:52:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:52:50 +0000 Subject: [Koha-bugs] [Bug 15704] Split up 264 index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15704 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 Sat May 11 18:52:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:52:54 +0000 Subject: [Koha-bugs] [Bug 15704] Split up 264 index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15704 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #69852|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer --- Created attachment 89615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89615&action=edit Bug 15704: Split up Zebra indexing of RDA 264 information To test: 1 - Add a record with a unique publisher "Supercalifragilistic" in the 264 b field 2 - Search for the value 3 - Record not found 4 - Apply patch (may need ot copy the .xml file into koha install) 5 - Reindex all the things 6 - Search for the value 7 - Success! Signed-off-by: Felicia Martin 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 Sat May 11 18:54:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 16:54:22 +0000 Subject: [Koha-bugs] [Bug 15704] Split up 264 index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15704 --- Comment #10 from Katrin Fischer --- I've added Felicia's sign off line as per the change history and the "Who signed the patch off" field in bugzilla. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:07:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:07:47 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89546|0 |1 is obsolete| | --- Comment #16 from Jonathan Druart --- Created attachment 89616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89616&action=edit Bug 22509: Fix POD error 1. "Apparent command =item not preceded by blank line" 2. Display the options for help 3. Do not run if no --field passed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:09:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:09:19 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED CC| |katrin.fischer at bsz-bw.de --- Comment #24 from Katrin Fischer --- You've asked for feedback from the QA team... so I'll try: 1) QA tools: FAIL valid_template parse error - /home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt line 186: unexpected token (|) [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs | warnUploadPublic %] 2) Would 'direct' be more fitting than 'public' here? 3) Documentation could be a bit more helpful, explaining what those are used for: + --upload-public-path dir Set a user defined upload_public_path. + --upload_public_url url Set a user defined upload_public_url. I know it's not much better for other options. 4) There are still 2 remaining FIXMEs: tools/upload-file.pl: # FIXME The copy must be done in Koha::Uploader, but where? # I (Joubu) did not find a place where the file was completely written push @$uploads, $rec # FIXME replace find with search and let the DB do that Sadly I am the wrong person to ask this :(# 5) I remember a lot of thought went into the current implementation, so wondering if there are possible risks or security issues with this approach that we tried to avoid by using he hash? I will move this to BLOCKED for the moment, but ask for QA opinions on Monday. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:09:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:09:55 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #17 from Jonathan Druart --- (In reply to Katrin Fischer from comment #15) Thanks Katrin for taking a look at this one. POD (2 and 3) fixed. About the path I would prefer to let the RM pick the correct location. IMO it will be weird to have only this script in a new directory. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:15:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:15:47 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 --- Comment #18 from Katrin Fischer --- (In reply to Jonathan Druart from comment #17) > (In reply to Katrin Fischer from comment #15) > > Thanks Katrin for taking a look at this one. > > POD (2 and 3) fixed. > > About the path I would prefer to let the RM pick the correct location. IMO > it will be weird to have only this script in a new directory. I think starting with one would be ok, we have to start somewhere. And moving them later is more painful for people, as they have to fix their paths. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:17:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:17:29 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #25 from Jonathan Druart --- (In reply to Katrin Fischer from comment #24) > You've asked for feedback from the QA team... so I'll try: > > 1) QA tools: > > FAIL valid_template > parse error - > /home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt > line 186: unexpected token (|) > [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || > warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || > warnNoActiveCurrency || QueryParserError || warnIsRootUser || > xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || > AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || > warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || > oauth2_missing_deps || bad_yaml_prefs | warnUploadPublic %] Erk, wrong conflict resolution in the last rebase. > 2) Would 'direct' be more fitting than 'public' here? Not sure, the other link is public as well :) > 3) Documentation could be a bit more helpful, explaining what those are used > for: > > + --upload-public-path dir Set a user defined upload_public_path. > + --upload_public_url url Set a user defined upload_public_url. > > I know it's not much better for other options. I do not think the documentation belongs to this script. Maybe we should add a link to the manual when it has been documented? > 4) There are still 2 remaining FIXMEs: > > tools/upload-file.pl: > > # FIXME The copy must be done in Koha::Uploader, but where? > # I (Joubu) did not find a place where the file was completely written > > push @$uploads, $rec # FIXME replace find with search and let the DB do that > > Sadly I am the wrong person to ask this :(# Yes, that's why I asked for feedback, also for comment 14. > 5) I remember a lot of thought went into the current implementation, so > wondering if there are possible risks or security issues with this approach > that we tried to avoid by using he hash? I cannot think of anything, but I will be happy to know if there are any. > I will move this to BLOCKED for the moment, but ask for QA opinions on > Monday. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:17:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:17:51 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89545|0 |1 is obsolete| | --- Comment #26 from Jonathan Druart --- Created attachment 89617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89617&action=edit Bug 22508: Add warnings to about page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:39:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:39:57 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |katrin.fischer at bsz-bw.de --- Comment #43 from Katrin Fischer --- (In reply to Nick Clemens from comment #42) > (In reply to Jonathan Druart from comment #41) > > Forget that, I had the new version in mind (NULL in DB instead of '*'). > > At some point we really will need it (bug 15522) in I think, we will need to > > stop building stuffs that will conflict with it. > > Why not implement on top of it instead? > > I think that will need work at this point. > > I believe the idea was to take care of the architecture, make sure it comes > out as we planned without any great changes in structure during QA etc. Then > work on the interface. I understand Joubu's point of view. We started moving from issuingrules to circulation rules following what I think BWS has started. But at the same time we keep adding to issuingrules... that's not good. I think we need to decide which way to go, otherwise we will create conflicts and waste developer time. The patch set is quite heavy, only have one comment so far: Could we use parent_itemtype or parent_itype instead of parent_type? I think it could get confusing fast especially if we want to introduce similar in other spots. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 19:43:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 17:43:02 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off --- Comment #44 from Katrin Fischer --- Hm, I realized now that while this contains quite some changes to issuingrules, it doesn't add a new column. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 21:18:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:18:46 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Signed Off |Patch doesn't apply --- Comment #88 from Katrin Fischer --- I a big patch set I am not very brave - can you please rebase? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 21:23:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:23:37 +0000 Subject: [Koha-bugs] [Bug 19185] Web installer and onboarding tool selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #21 from Katrin Fischer --- I've applied both bugs, bug 19821 and this one. With Joubu's help (thx!) my Selenium tests run in general now, but these sadly still fail: t/db_dependent/selenium/00-installation.t .. STRACE: /usr/share/perl5/Try/Tiny.pm:124 in Selenium::Remote::Driver::catch {...} /usr/local/share/perl/5.24.1/Selenium/Remote/Driver.pm:348 in Try::Tiny::try (eval 330):1 in Selenium::Remote::Driver::__ANON__ (eval 332):2 in Selenium::Remote::Driver::__ANON__ /usr/local/share/perl/5.24.1/Selenium/Remote/Driver.pm:1230 in Selenium::Remote::Driver::_execute_command /usr/local/share/perl/5.24.1/Selenium/Remote/Driver.pm:1230 in (eval) /home/vagrant/kohaclone/t/lib/Selenium.pm:120 in Selenium::Remote::Driver::find_element t/db_dependent/selenium/00-installation.t:63 in t::lib::Selenium::fill_form sh: 1: curl: not found malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/JSON.pm line 171. # Looks like your test exited with 127 before it could output anything. t/db_dependent/selenium/00-installation.t .. Dubious, test returned 127 (wstat 32512, 0x7f00) Failed 2/2 subtests Test Summary Report ------------------- t/db_dependent/selenium/00-installation.t (Wstat: 32512 Tests: 0 Failed: 0) Non-zero exit status: 127 Parse errors: Bad plan. You planned 2 tests but ran 0. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 21:27:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:27:33 +0000 Subject: [Koha-bugs] [Bug 19185] Web installer and onboarding tool selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 --- Comment #22 from Katrin Fischer --- Hm, looks like curl was missing, installed and tried again. It looks like it failed at logging in, did I miss a preparation step? kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove t/db_dependent/selenium/00-installation.t t/db_dependent/selenium/00-installation.t .. STRACE: /usr/share/perl5/Try/Tiny.pm:124 in Selenium::Remote::Driver::catch {...} /usr/local/share/perl/5.24.1/Selenium/Remote/Driver.pm:348 in Try::Tiny::try (eval 330):1 in Selenium::Remote::Driver::__ANON__ (eval 332):2 in Selenium::Remote::Driver::__ANON__ /usr/local/share/perl/5.24.1/Selenium/Remote/Driver.pm:1230 in Selenium::Remote::Driver::_execute_command /usr/local/share/perl/5.24.1/Selenium/Remote/Driver.pm:1230 in (eval) /home/vagrant/kohaclone/t/lib/Selenium.pm:120 in Selenium::Remote::Driver::find_element t/db_dependent/selenium/00-installation.t:63 in t::lib::Selenium::fill_form SCREENSHOT: https://framapic.org/lOB1mxx6MxFE/TSvv7dPkJkCy An element could not be located on the page using the given search parameters: //*[@id="language"],xpath at /home/vagrant/kohaclone/t/lib/Selenium.pm line 120. # Looks like your test exited with 255 before it could output anything. t/db_dependent/selenium/00-installation.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests Test Summary Report ------------------- t/db_dependent/selenium/00-installation.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 0. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 21:31:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:31:11 +0000 Subject: [Koha-bugs] [Bug 19821] Run tests on a separate database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821 --- Comment #35 from Katrin Fischer --- Could I get an updated test plan here? Is it still required to grant the permissions on the db? How do we plan on handling that in kohadevbox etc.? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 21:50:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:50:53 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 --- Comment #19 from Katrin Fischer --- (In reply to Katrin Fischer from comment #18) > (In reply to Jonathan Druart from comment #17) > > (In reply to Katrin Fischer from comment #15) > > > > Thanks Katrin for taking a look at this one. > > > > POD (2 and 3) fixed. > > > > About the path I would prefer to let the RM pick the correct location. IMO > > it will be weird to have only this script in a new directory. > > I think starting with one would be ok, we have to start somewhere. And > moving them later is more painful for people, as they have to fix their > paths. Leaving this to the RM indeed :) 1) Can you add a usage example for the WHERE condition? I tried: ./add_date_fields_to_marc_records.pl --where 'biblionumber <10' --field='245$a=1/test/%Y/%b-%m' It should tell which table is queried. It also feels a little odd that it seems like you have to enter --where 'where...'? It seems the where argument on rebuild_zebra.pl works without. 2) The use of unless-exists was not clear to me from the description, I think an example below the option description would be helpful too. Apart from documentation this seems to work fine. If you update that, I am willing to PQA :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 21:51:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:51:02 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Katrin Fischer 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 Sat May 11 21:55:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:55:31 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #155 from Katrin Fischer --- Currently this patch set doesn't apply. Can you please rebase? It might make sense to wait a bit until after the 19.05 release as this will be for 19.11. Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 15516: Allow to reserve first available item from a group of titles Using index info to reconstruct a base tree... M C4/Reserves.pm M installer/data/mysql/kohastructure.sql M koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc M koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt M koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt M koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt M reserve/placerequest.pl M reserve/request.pl Falling back to patching base and 3-way merge... Auto-merging reserve/request.pl Auto-merging reserve/placerequest.pl Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc Auto-merging installer/data/mysql/kohastructure.sql Auto-merging C4/Reserves.pm Applying: Bug 15516: Holding first available item from x biblios only count 1 reserve Applying: Bug 15516: Update old_reserves (reserve_group_id) Applying: Bug 15516: Set reserve-group.pl to be executable Applying: Bug 15516: Reword 'reserve group' to 'hold group' Applying: Bug 15516: Fix translation issues Applying: Bug 15516: (follow-up) Fix kohastructure.sql Applying: Bug 15516: (follow-up) Fix reserve -> hold change Applying: Bug 15516: (follow-up) Fix modal for hold group error: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt). error: could not build fake ancestor Patch failed at 0001 Bug 15516: (follow-up) Fix modal for hold group The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-15516-follow-up-Fix-modal-for-hold-group-vopUHO.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 21:56:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 19:56:12 +0000 Subject: [Koha-bugs] [Bug 20256] Add ability to limit editing of items to home library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Component|Architecture, internals, |Cataloging |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 22:03:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 20:03:57 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #156 from Michal Denar --- I really love this at 19.05. Aleisa, can you rebase it on master. I'm ready for test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 22:07:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 20:07:57 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #157 from Katrin Fischer --- (In reply to Michal Denar from comment #156) > I really love this at 19.05. Aleisa, can you rebase it on master. I'm ready > for test. Hi Michal, we have reached 'feature freeze' - this means no new features will be pushed for 19.05 apart from a select few that the RM has marked with rel_19_05_candidate. See here: http://lists.koha-community.org/pipermail/koha-devel/2019-April/045179.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 22:14:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 20:14:29 +0000 Subject: [Koha-bugs] [Bug 20256] Add ability to limit editing of items to home library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #43 from Katrin Fischer --- Patches still apply, QA tools look good. Can you please take a look at Joubu's questions on comment 42? I think it would be nice to also limit update and add... as otherwise this leaves potential for 'locking yourself out' of an item you just added. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 22:16:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 20:16:27 +0000 Subject: [Koha-bugs] [Bug 22826] Allow indexing of individual authority records in Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Signed Off |Patch doesn't apply --- Comment #3 from Katrin Fischer --- Patch no longer applies (I think with the changes for faster indexing). Can you please rebase? Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 22826: Allow indexing of individual authorities in Elasticsearch Using index info to reconstruct a base tree... A misc/search_tools/rebuild_elastic_search.pl Falling back to patching base and 3-way merge... Auto-merging misc/search_tools/rebuild_elasticsearch.pl CONFLICT (content): Merge conflict in misc/search_tools/rebuild_elasticsearch.pl error: Failed to merge in the changes. Patch failed at 0001 Bug 22826: Allow indexing of individual authorities in Elasticsearch The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-22826-Allow-indexing-of-individual-authorities-ll6wzg.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 22:20:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 20:20:33 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #158 from Michal Denar --- Hi Katrin, OK, one day after. It's sad for me. But I hope that we finish this bug soon. 19.11. will be fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:02:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:02:16 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 --- Comment #11 from Katrin Fischer --- Created attachment 89618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89618&action=edit Bug 4833: (QA follow-up) Add budgetname to SearchSuggestion This patch adds the budgetname to the return of SearchSuggestion to improve performance. To test: - Same test plan as for the first patch - Verify fund names show in the table - Run t/db_dependent/Suggestions.t -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:02:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:02:50 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 --- Comment #12 from Katrin Fischer --- A late night attempt - Nick, can you check please? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:03:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:03:02 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:04:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:04:26 +0000 Subject: [Koha-bugs] [Bug 22069] Log viewer not displaying item renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22069 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This patch adds a renewal |This patch fixes the search release notes|option to the log search so |for 'renewal', so both item |it can properly search for |renewals and patron |both item renewals and |renewals are found. |patron renewals. | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:09:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:09:08 +0000 Subject: [Koha-bugs] [Bug 14669] Search orders by managing library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14669 Katrin Fischer 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 Sat May 11 23:09:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:09:12 +0000 Subject: [Koha-bugs] [Bug 14669] Search orders by managing library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14669 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87477|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 89619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89619&action=edit Bug 14669: Add search option for managing library to orders search Currently the order search can't be limited by managing library. The patch adds the search option to the order history search form and a column for the managing library to the search results table. To test: - Create some baskets with orders - Set managing library for some, but also have some without - Apply patch - prove t/db_dependent/Acquisition.t - Go to Aquisition > Orders search tab on top > Advanced search link - Search for orders without limiting Orders with and without managing library set should show up - Limit search to a specific managing library - Verify results match expectations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:10:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:10:22 +0000 Subject: [Koha-bugs] [Bug 14669] Search orders by managing library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14669 --- Comment #4 from Katrin Fischer --- Rebased and fixed authorship (me, not kohadev-koha!) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:20:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:20:12 +0000 Subject: [Koha-bugs] [Bug 22633] Link barcodes in hold summary in patron account to moredetail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22633 Katrin Fischer 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 Sat May 11 23:20:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:20:17 +0000 Subject: [Koha-bugs] [Bug 22633] Link barcodes in hold summary in patron account to moredetail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22633 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87725|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 89620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89620&action=edit Bug 22633: Link barcodes in hold summary in patron account to moredetail page Bug 21070 links the barcode on holds to the item on moredetail.pl. This patch makes the same change to the hold lists in the staff patron account. To test: - Create some holds, have at least - one item level hold - one hold waiting for pick-up - Take a look at the details and checkouts tabs in the patron account on staff side - Verify that the barcodes link to the record detail page - Apply patch - Verify the barcodes now link to the moredetail page Signed-off-by: Axel Amghar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:24:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:24:17 +0000 Subject: [Koha-bugs] [Bug 13094] Make it easy to hide 'Cancel all' button on holds over report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13094 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86494|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 89621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89621&action=edit Bug 13094: Make it easy to hide 'Cancel all' button on holds over report This patch makes some small modifications to the 'Holds awaiting pickup' report: - Fixes typo sypref - Fixes 'Home branch' to 'Home library' - Adds a span to easily hide the cancel all button with CSS To test: - Make sure you have a hold appearing on the awaiting pickup list second tab: Holds waiting over... - Verify the 'cancel all' button on top shows - Verify syspref and Home library changes mentioned above - Add #holdsover-cancel-all { display:none; } to IntrentUserCSS - Verify that the button and the text have vanished Note: If the text doesn't display next to the button, try toggling the TransferWhenCancelAllWaitingHolds system preference. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:24:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:24:57 +0000 Subject: [Koha-bugs] [Bug 13094] Make it easy to hide 'Cancel all' button on holds over report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13094 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy --- Comment #5 from Katrin Fischer --- Rebased! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:30:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:30:20 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|oleonard at myacpl.org |katrin.fischer at bsz-bw.de CC| |katrin.fischer at bsz-bw.de Summary|Typo found in |Fix typos librairies and |intranet-tmpl/prog/en/inclu |libaries |des/serials-toolbar.inc and | |intranet-tmpl/prog/en/modul | |es/admin/admin-home.tt | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:42:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:42:01 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:42:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:42:05 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 --- Comment #2 from Katrin Fischer --- Created attachment 89622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89622&action=edit Bug 22889: Fix typos librairies and libaries Fixes 2 typos. Test: - Review patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 11 23:44:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:44:13 +0000 Subject: [Koha-bugs] [Bug 21940] Query parameters of the form <> return no results. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21940 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Confirmed. -- You are receiving 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 11 23:50:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 21:50:14 +0000 Subject: [Koha-bugs] [Bug 14364] Allow automatically canceled expired waiting holds to fill the next hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364 --- Comment #33 from Claudio --- Any chance to have it in 19.05? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 00:21:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:21:18 +0000 Subject: [Koha-bugs] [Bug 14364] Allow automatically canceled expired waiting holds to fill the next hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364 --- Comment #34 from Katrin Fischer --- Hi Claudio, we have reached 'feature freeze' - this means no new features will be pushed for 19.05 apart from a select few that the RM has marked with rel_19_05_candidate. See here: http://lists.koha-community.org/pipermail/koha-devel/2019-April/045179.html So chances are rather slim right now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 00:25:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:25:02 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #56 from Katrin Fischer --- On master Release maintainer and Jenkins maintainer don't display for me - the label shows, but there is no name behind it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 00:26:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:26:07 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #57 from Katrin Fischer --- While you are on it... do you want to sign off Owen's last patch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 00:32:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:32:43 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in catalouging search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED 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 Sun May 12 00:37:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:37:39 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in catalouging search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Katrin Fischer 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 Sun May 12 00:37:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:37:42 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in catalouging search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 --- Comment #1 from Katrin Fischer --- Created attachment 89623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89623&action=edit Bug 22886: Missing space between fields from Keyword to MARC mapping in cataloguing search If you have multiple subfields mapped to the 'subtitle' keyword, those fields will show up without separating space. To test: - Add 3 subtitle entries in Keyword to MARC mapping for a framework - 245 b - 245 c - 245 h - Edit a record, make sure the framework matches, add: - 245 b, c, h - Search for it in cataloguing search (not catalog!) - Verify the subtitle fields show, but are all concatenated - Apply patch - Search again and verify the display is improved with a separating space -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 00:40:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:40:07 +0000 Subject: [Koha-bugs] [Bug 22883] Itemtypes table looks strange with multiple translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22883 --- Comment #3 from Katrin Fischer --- If this was to be changed, I'd suggest that there is still an easy way to see where you might have missed adding a translation in the table. I am not unhappy about the current display. Maybe the current could show in a separate column to the translations? -- You are receiving 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 12 00:40:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:40:53 +0000 Subject: [Koha-bugs] [Bug 22884] Remove some punctuation on xslt templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|remove some punctuation on |Remove some punctuation on |xslt templates |xslt templates CC| |katrin.fischer at bsz-bw.de 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 Sun May 12 00:45:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:45:58 +0000 Subject: [Koha-bugs] [Bug 14364] Allow automatically canceled expired waiting holds to fill the next hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364 --- Comment #35 from Claudio --- Many thanks Katrin. What a pity... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 00:58:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:58:20 +0000 Subject: [Koha-bugs] [Bug 22884] Remove ending . from XSLT templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Remove some punctuation on |Remove ending . from XSLT |xslt templates |templates --- Comment #1 from Katrin Fischer --- I think the end user doesn't need the . and it is more irritating then helpful, especially since we are very inconsistent in printing it. I think either we rely on libraries adding the punctuation or let Koha add it, but mixing both is not good. I suggest to remove the . where we are currently displaying it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 00:58:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 22:58:26 +0000 Subject: [Koha-bugs] [Bug 22884] Remove ending . from XSLT templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 Katrin Fischer 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 Sun May 12 01:08:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:08:43 +0000 Subject: [Koha-bugs] [Bug 22884] Remove ending . from XSLT templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 --- Comment #2 from Katrin Fischer --- Created attachment 89624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89624&action=edit Bug 22884: Remove field ending . from XSLT templates Currently Koha very inconsistently adds a . at the end when outputting MARC fields on the detail views. This patch removes the few cases where we add in . Keeping the end user in mind, I believe it's not needed and the added consistency will be nice. ISBD should be added on cataloguing or by templates, but we should not mix when possible. To test: Catalog the following fields, if repeatable, add more than one: - 020 - 022 - 111 - 242 - 245 - 246 - 250 - 300 - 440 - 490 - 700/710/711 with $i - 700/710/711 ind.2 = 2 Verify both on staff and OPAC detail pages that there is no additional . at the end of the line. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:08:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:08:40 +0000 Subject: [Koha-bugs] [Bug 22884] Remove ending . from XSLT templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 Katrin Fischer 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 Sun May 12 01:10:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:10:49 +0000 Subject: [Koha-bugs] [Bug 21364] Allow closing basket from vendor search/view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21364 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard at myacpl.org --- Comment #31 from Katrin Fischer --- Owen, could you take a look at the discussion here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:14:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:14:25 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- Argument "" isn't numeric in numeric gt (>) at /home/vagrant/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23. Argument "" isn't numeric in numeric gt (>) at /home/vagrant/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23. This means that there are warnings with this script, but they are the same with and without your patch - so no blocker. FAIL valid_template koha_news_block: not found I think this is a false positive. I think may the script doesn't manage the PROCESS and the BLOCK being in different files as it's here with the .inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:15:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:15:19 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic if missing metadata In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- Still work in progress? -- You are receiving 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 12 01:16:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:16:22 +0000 Subject: [Koha-bugs] [Bug 22884] Remove ending . from XSLT templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|OPAC |MARC Bibliographic data | |support -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:19:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:19:48 +0000 Subject: [Koha-bugs] [Bug 22875] Documentation misleading for import_patrons command line script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875 Katrin Fischer 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 Sun May 12 01:19:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:19:52 +0000 Subject: [Koha-bugs] [Bug 22875] Documentation misleading for import_patrons command line script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875 --- Comment #2 from Katrin Fischer --- Created attachment 89625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89625&action=edit Bug 22875: Document verbose option in import_patrons Docs did not state that verbose can be repeated or that you need more than 1 repetition to see lines that have failed To test: - Run ./import_patrons.pl -h - Verify the additional documentation for -v is shown. 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 12 01:20:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:20:17 +0000 Subject: [Koha-bugs] [Bug 22875] Documentation misleading for import_patrons command line script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Signed Off |Passed QA --- Comment #3 from Katrin Fischer --- Documentation change in CLI script, moving straight to PQA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:23:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:23:51 +0000 Subject: [Koha-bugs] [Bug 22873] C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16899 CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I am not sure that this does nothing, there is some code in FeePayment.pm that checks for it: if ($disallow_overpayment) { return 0 if $account->balance < $amt; } Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16899 [Bug 16899] Add ability to disallow overpayments via SIP -- You are receiving 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 12 01:23:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:23:51 +0000 Subject: [Koha-bugs] [Bug 16899] Add ability to disallow overpayments via SIP In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16899 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22873 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873 [Bug 22873] C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:29:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:29:57 +0000 Subject: [Koha-bugs] [Bug 22869] Can't use an undefined value as an ARRAY reference at /usr/lib/x86_64-linux-gnu/perl5/5.26/DBI.pm line 2081. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22869 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- It looks like the interesting bit might be this line: DBD::mysql::st execute failed: Out of sort memory, consider increasing server sort buffer size [for Statement ": /usr/share/koha/intranet/cgi-bin/acqui/booksellers.pl 'Google' suggests that increasing the sort_buffer_size in your my.cnf might help. As this doesn't appear to be a general problem (works fine for me) I think it is more likely to be related to your setup and better suited for the mailinglist. Please ask your question on the mailing list. -- You are receiving 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 12 01:45:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:45:47 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic if missing metadata In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 --- Comment #4 from Jonathan Druart --- (In reply to Katrin Fischer from comment #3) > Still work in progress? Nothing more from me. -- You are receiving 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 12 01:58:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:58:50 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 --- Comment #20 from Jonathan Druart --- Created attachment 89626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89626&action=edit Bug 22509: Add more POD and fix --where We should not need the "WHERE" keyword to have the same behavior as existing script (rebuild_zebra.pl) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:58:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:58:53 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 --- Comment #21 from Jonathan Druart --- Created attachment 89627 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89627&action=edit Bug 22509: Clarify with an example the usage of --unless-exists -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:58:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:58:47 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 01:59:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 11 May 2019 23:59:39 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 --- Comment #22 from Jonathan Druart --- (In reply to Katrin Fischer from comment #19) Hope it makes more sense now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:19 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 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 Sun May 12 02:05:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:24 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89441|0 |1 is obsolete| | Attachment #89442|0 |1 is obsolete| | Attachment #89443|0 |1 is obsolete| | Attachment #89444|0 |1 is obsolete| | Attachment #89445|0 |1 is obsolete| | Attachment #89446|0 |1 is obsolete| | Attachment #89447|0 |1 is obsolete| | Attachment #89448|0 |1 is obsolete| | Attachment #89449|0 |1 is obsolete| | Attachment #89450|0 |1 is obsolete| | Attachment #89451|0 |1 is obsolete| | --- Comment #89 from Jonathan Druart --- Created attachment 89628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89628&action=edit Bug 18928: Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules Test Plan: 1) Apply dependancies 2) Apply this patch set 3) Run updatedatabase.pl 4) Ensure holdallowed and hold_fulfillment_policy rules behavior remains unchanged Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:28 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #90 from Jonathan Druart --- Created attachment 89629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89629&action=edit Bug 18928: Add DB structure changes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:32 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #91 from Jonathan Druart --- Created attachment 89630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89630&action=edit Bug 18928: Add missing filters Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:37 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #92 from Jonathan Druart --- Created attachment 89631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89631&action=edit Bug 18928: Update new occurrences Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:41 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #93 from Jonathan Druart --- Created attachment 89632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89632&action=edit Bug 18928: (follow-up) Make DB update idempotent Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:46 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #94 from Jonathan Druart --- Created attachment 89633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89633&action=edit Bug 18928: (follow-up) Unset max_holds rule if needed Test plan: 1) Set all values in Default checkout, hold and return policy section on circulation rules admin page, try for all libraries and for one specific library. Save. 2) Click on unset and confitm --> without patch, the Maximum total holds allowed value remains --> with patch the unset removex Maximum holds value too Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:50 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #95 from Jonathan Druart --- Created attachment 89634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89634&action=edit Bug 18928: DBIC schema update Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:54 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #96 from Jonathan Druart --- Created attachment 89635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89635&action=edit Bug 18928: Use get_effective_rule in GetBranchItemRule Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:05:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:05:59 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #97 from Jonathan Druart --- Created attachment 89636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89636&action=edit Bug 18928: (bug 22679 follow-up) Do not remove all rules along with the issuing rule We actually want to remove maxissueqty, maxonsiteissueqty and max_holds (for now) Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:06:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:06:04 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #98 from Jonathan Druart --- Created attachment 89637 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89637&action=edit Bug 18928: (bug 22847 follow-up) Display correctly the values (not the propagated ones) Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 02:06:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 00:06:08 +0000 Subject: [Koha-bugs] [Bug 18928] Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928 --- Comment #99 from Jonathan Druart --- Created attachment 89638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89638&action=edit Bug 18928: Remove '(not set)' The "(not set)" part must be removed IMO, I am not sure I understand its goal. Now that we have 1 entry per rule (and not 1 DB row for the whole "Default checkout, hold and return policy for Centerville" table), it will be harder to handle it correctly. Not impossible, but if not really needed I would prefer to just remove it. If a rule is not set, the cell is empty or the dropdown list displays the option "Not set", which seems to correct the problem. Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 07:28:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 05:28:53 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic if missing metadata In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 --- Comment #5 from Katrin Fischer --- Should this be closed then? -- You are receiving 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 12 10:23:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 08:23:19 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #19 from Martin Renvoize --- Selenium Tests all pass :), Katrin gave me a heads up on IRC to run them for her. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 10:25:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 08:25:32 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89622|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize --- Created attachment 89639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89639&action=edit Bug 22889: Fix typos librairies and libaries Fixes 2 typos. Test: - Review patch Signed-off-by: root -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 10:25:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 08:25:47 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 10:26:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 08:26:06 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Martin Renvoize 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 12 10:26:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 08:26:14 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 10:26:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 08:26:00 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #4 from Martin Renvoize --- Trivial patch, going straight for PQA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 10:26:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 08:26:35 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 18:03:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:03:16 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic if missing metadata In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 --- Comment #6 from Jonathan Druart --- (In reply to Katrin Fischer from comment #5) > Should this be closed then? I added a test to highlight the problem, it is an issue that need to be fixed I think. -- You are receiving 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 12 18:11:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:11:21 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 --- Comment #4 from Jonathan Druart --- (In reply to Katrin Fischer from comment #3) > Argument "" isn't numeric in numeric gt (>) at > /home/vagrant/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/includes/ > html_helpers.inc line 23. > Argument "" isn't numeric in numeric gt (>) at > /home/vagrant/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/includes/ > html_helpers.inc line 23. > > This means that there are warnings with this script, but they are the same > with and without your patch - so no blocker. > > FAIL valid_template > koha_news_block: not found > > I think this is a false positive. I think may the script doesn't manage the > PROCESS and the BLOCK being in different files as it's here with the .inc Yes it is a false positive. html_helpers.inc is processed in doc-head-close, so we are good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 18:13:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:13:31 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 --- Comment #5 from Jonathan Druart --- However we should have the USE raw on top, in case the block is called from a file that does not have it yet. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 18:22:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:22:43 +0000 Subject: [Koha-bugs] [Bug 22879] Cannot reindex elastic if missing metadata In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22879 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 12 18:29:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:29:11 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Depends on| |21206 --- Comment #1 from Jonathan Druart --- Caused by commit 31c29fd31f557306233e6a2936148a5bb10b89a1 Bug 21206: Replace C4::Items::GetItem Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21206 [Bug 21206] C4::Items - Remove GetItem -- You are receiving 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 12 18:29:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:29:11 +0000 Subject: [Koha-bugs] [Bug 21206] C4::Items - Remove GetItem In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21206 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22891 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 [Bug 22891] ILS-DI: RenewLoan explodes in error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 18:54:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:54:22 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 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 Sun May 12 18:54:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:54:25 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 --- Comment #2 from Jonathan Druart --- Created attachment 89640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89640&action=edit Bug 22891: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 18:54:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:54:29 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 --- Comment #3 from Jonathan Druart --- Created attachment 89641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89641&action=edit Bug 22891: (bug 21206 follow-up) Fix RenewHold (ILS-DI) From commit 31c29fd31f557306233e6a2936148a5bb10b89a1 Bug 21206: Replace C4::Items::GetItem A missing 'unless' test made RenewHold return prematurely: return $issue; should have been return unless $issue; Test plan: Hit /cgi-bin/koha/ilsdi.pl?service=RenewLoan&patron_id=51&item_id=756 With different situations: 1. Item is checked out to the patron 2. Item is not checked out to the patron 3. Item does not exist 4. Patron does not exist -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 18:55:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 16:55:17 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, | |rel_19_05_candidate 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 Sun May 12 19:15:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 17:15:18 +0000 Subject: [Koha-bugs] [Bug 17551] printinvoice.pl should allow full customization of content and style In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17551 Radek ?iman (R-Bit Technology, s.r.o.) changed: What |Removed |Added ---------------------------------------------------------------------------- CC|freibergova at knihovna-litvin | |ov.cz | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 19:24:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 17:24:10 +0000 Subject: [Koha-bugs] [Bug 19185] Web installer and onboarding tool selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #23 from Jonathan Druart --- Test plan (for bug 19185 and bug 19821): % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t Config entry 'database_test' does not exist at /home/vagrant/kohaclone/t/lib/Bootstrap.pm line 18 # Edit $KOHA_CONF, add a database_test entry identical to database (then restart_all): % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t Entries 'database_test' and 'database' have the same value in your config at /home/vagrant/kohaclone/t/lib/Bootstrap.pm line 20. # Edit $KOHA_CONF, edit database_test with koha_kohadev_test (then restart_all) % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t Access denied for user 'koha_kohadev'@'localhost' to database 'koha_kohadev_test' # Login as the admin mysql user MariaDB [(none)]> GRANT ALL PRIVILEGES ON `koha_kohadev_test`.* TO 'koha_kohadev'@'localhost'; % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t t/db_dependent/selenium/00-installation.t .. ok All tests successful. Files=1, Tests=2, 25 wallclock secs ( 0.02 usr 0.01 sys + 1.34 cusr 0.24 csys = 1.61 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 19:31:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 17:31:14 +0000 Subject: [Koha-bugs] [Bug 19821] Run tests on a separate database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821 --- Comment #36 from Jonathan Druart --- (In reply to Katrin Fischer from comment #35) > Could I get an updated test plan here? See bug 19185 comment 23. > Is it still required to grant the permissions on the db? Yes of course, we need to drop and create the DB. > How do we plan on handling that in kohadevbox etc.? We need to know if the way we handle database_test is correct (for instance if it exists, it will be used, even in production). And then need to document it (also add more doc in the code ($KOHA_CONF and Koha::Database). It's more jenkins that will need to be adjust, to run 00-installation.t first and with -Mt::lib::Bootstrap When we will reach that goal, we will still be far from what Julian wanted at the beginning: all tests run on a separate DB. But at least we will have the installation and onboarding process tested. Also missing here (bug 19185): test the installation for all languages. So yes, still a lot of work to do. But until we do not have the bases pushed, we are all stuck. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 19:41:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 17:41:20 +0000 Subject: [Koha-bugs] [Bug 21872] Elasticsearch indexing faster by making it multi-threaded In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #72 from Jonathan Druart --- The rename of the script caused a new issue on misc4dev https://gitlab.com/koha-community/koha-misc4dev/issues/31 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 19:50:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 17:50:43 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22893 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 [Bug 22893] contributors.yaml not correctly copied -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 19:50:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 17:50:43 +0000 Subject: [Koha-bugs] [Bug 22893] New: contributors.yaml not correctly copied Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Bug ID: 22893 Summary: contributors.yaml not correctly copied Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 21662 Target Milestone: --- Jenkins is failing with: koha_1 | Error GETing http://koha:8081/cgi-bin/koha/about.pl: Internal Server Error at t/db_dependent/www/history.t line 60. koha_1 | # Looks like your test exited with 255 just after 1. koha_1 | [16:59:56] t/db_dependent/www/history.t I guess it's because the yaml file is missing from the docdir directory. >From koha-testing-docker: files/templates/koha-conf-site.xml.in: /usr/share/doc/koha-common I suppose we need to mimick what is done for history.txt: debian/rules: # exclude history.txt from compression as about.pl needs it uncompressed debian/rules: dh_compress --exclude=history.txt debian/koha-common.docs:docs/history.txt Makefile.PL: './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, This may be a blocker for the release. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 [Bug 21662] Missing developers from history -- You are receiving 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 12 19:52:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 17:52:26 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical CC| |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |tomascohen at gmail.com --- Comment #1 from Jonathan Druart --- Tomas, do you agree? Something else I have missed? -- You are receiving 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 12 20:53:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 18:53:44 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Guillaume changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guillaume at terreau.eu --- Comment #33 from Guillaume --- I have same problem on fresh install in Debian 9.9 last version. After installation : when launch koha-translate --install fr-FR Connection to the memcached servers '__MEMCACHED_SERVERS__' failed. Are the unix socket permissions set properly? Is the host reachable? If you ignore this warning, you will face performance issues Connection to the memcached servers '__MEMCACHED_SERVERS__' failed. Are the unix socket permissions set properly? Is the host reachable? If you ignore this warning, you will face performance issues Use of uninitialized value $pref_name in concatenation (.) or string at /usr/share/koha/misc/translator/LangInstaller.pm line 197. Use of uninitialized value $pref_name in concatenation (.) or string at /usr/share/koha/misc/translator/LangInstaller.pm line 239. memcached working: # systemctl status memcached.service ? memcached.service - memcached daemon Loaded: loaded (/lib/systemd/system/memcached.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2019-05-12 20:12:52 CEST; 1min 34s ago Docs: man:memcached(1) Main PID: 621 (memcached) Tasks: 7 (limit: 4915) CGroup: /system.slice/memcached.service ??621 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 mai 12 20:12:52 kohaDebian9 systemd[1]: Started memcached daemon. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 12 21:00:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 19:00:33 +0000 Subject: [Koha-bugs] [Bug 22606] Memcached Issues after Upgrade In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22606 Guillaume changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guillaume at terreau.eu --- Comment #1 from Guillaume --- Same problem on Fresh Install on Debian 9.9 whith version koha 18.11 Koha version: 18.11.05.000 OS version ('uname -a'): Linux kohaDebian9 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 Memcached: Servers: 127.0.0.1:11211 | Namespace: koha_kohadebian9 | Status: running. | Config read from: koha-conf.xml -- You are receiving 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 12 21:14:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 19:14:15 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #2 from Tom?s Cohen Arazi --- (In reply to Jonathan Druart from comment #1) > Tomas, do you agree? Something else I have missed? 100% correct -- You are receiving 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 12 23:29:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 21:29:31 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #159 from Aleisha Amohia --- Thanks all, I'll rebase this in June after the 19.05 release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 00:12:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:12:41 +0000 Subject: [Koha-bugs] [Bug 15067] Add additional languages to advanced search language search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Hayley Mapley 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 13 00:12:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:12:44 +0000 Subject: [Koha-bugs] [Bug 15067] Add additional languages to advanced search language search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86122|0 |1 is obsolete| | --- Comment #15 from Hayley Mapley --- Created attachment 89642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89642&action=edit [SIGNED OFF] Bug 15067: Added translations of languages to those 5 languages Estonian, Latvian, Lithuanian, Inuktitut and Inupiaq are added with their translations to the Advanced Search languages. Test Plan: 1. From homepage, go to Advanced search 2. Click on More options next to the Search button 3. Scroll down to the Limits section 4. Click on Language: No limit 5. Find Estonian, Latvian, Lithuanian, Inuktitut and Inupiaq at the bottom of the dropdown. 6. They should all be there. 7. Estonian and Latvian are repeated, this need to be fixed. 8. They need to be put in alphabetical order. Signed-off-by: Hayley Mapley The five languages are present, sorted alphabetically, and are not repeated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 00:21:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:21:09 +0000 Subject: [Koha-bugs] [Bug 22655] Onboarding tool should offer to add Hold rule in addition to Circulation rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22655 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 00:21:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:21:19 +0000 Subject: [Koha-bugs] [Bug 22655] Onboarding tool should offer to add Hold rule in addition to Circulation rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22655 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |hayleymapley at catalyst.net.n |ity.org |z -- You are receiving 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 13 00:22:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:22:10 +0000 Subject: [Koha-bugs] [Bug 22655] Onboarding tool should offer to add Hold rule in addition to Circulation rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22655 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18308 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18308 [Bug 18308] Default value of minPasswordLength should be increased -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 00:22:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:22:10 +0000 Subject: [Koha-bugs] [Bug 18308] Default value of minPasswordLength should be increased In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18308 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22655 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22655 [Bug 22655] Onboarding tool should offer to add Hold rule in addition to Circulation rule -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 00:22:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:22:32 +0000 Subject: [Koha-bugs] [Bug 22655] Onboarding tool should offer to add Hold rule in addition to Circulation rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22655 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18888 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18888 [Bug 18888] Include the definition of currency in onboarding tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 00:22:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 22:22:32 +0000 Subject: [Koha-bugs] [Bug 18888] Include the definition of currency in onboarding tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18888 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22655 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22655 [Bug 22655] Onboarding tool should offer to add Hold rule in addition to Circulation rule -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 01:22:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 23:22:00 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 01:22:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 23:22:04 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85035|0 |1 is obsolete| | --- Comment #42 from Aleisha Amohia --- Created attachment 89643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89643&action=edit Bug 14242: (follow-up) Translateable js strings, $raw filter Sponsored-by: Region Halland -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 01:23:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 12 May 2019 23:23:25 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 --- Comment #43 from Aleisha Amohia --- Rebased. I emailed Martin (the original patch author) about that autofill.js license and haven't heard back. Did a few searches and wasn't able to find it existing elsewhere either. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:11:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:11:34 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #34 from Jonathan Druart --- (In reply to Guillaume from comment #33) Hello Guillaume, Edit $KOHA_CONF and search for "__MEMCACHED_SERVERS__", replace it with "127.0.0.1:11211" or adjust depending on your needs. If it still does not work, please ask the list, this is more a support question. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:30:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:30:11 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:30:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:30:15 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #3 from Jonathan Druart --- Created attachment 89644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89644&action=edit Bug 22893: Do not crash if contributors.yaml does not exist -- You are receiving 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 13 02:30:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:30:18 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #4 from Jonathan Druart --- Created attachment 89645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89645&action=edit Bug 22893: Embed contributors.yaml for debian packages Like history.txt we need to tell some debian/ files to copy contributors.yaml Also pick it for the `make install` process (Makefile.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 Mon May 13 02:31:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:31:06 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org --- Comment #5 from Jonathan Druart --- I'd suggest 2 QA reviews and let jenkins test this patch. Unless someone wants to build a package and test the debian upgrade process. -- You are receiving 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 13 02:46:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:46:52 +0000 Subject: [Koha-bugs] [Bug 21872] Elasticsearch indexing faster by making it multi-threaded In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22892 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 [Bug 22892] Warning when reindexing without parameters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:46:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:46:52 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Status|NEW |ASSIGNED Depends on| |21872 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 [Bug 21872] Elasticsearch indexing faster by making it multi-threaded -- You are receiving 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 13 02:49:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:49:32 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 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 13 02:49:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:49:35 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 --- Comment #1 from Jonathan Druart --- Created attachment 89646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89646&action=edit Bug 22892: Remove warning from rebuild_es if --processes not passed Use of uninitialized value $processes in numeric lt (<) at misc/search_tools/rebuild_elasticsearch.pl line 199. We want the number of processes to be set to 1 by default, and then assign it to $slice_count Test plan: Run the script with and without --processes and confirm that the warning went away. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:54:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:54:55 +0000 Subject: [Koha-bugs] [Bug 21974] cxn_pool must be configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21974 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22705 --- Comment #12 from Jonathan Druart --- On bug 22705 there is a complain about the default value of cxn_pool. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 [Bug 22705] Koha tries and fails to connect to local ElasticSearch while configuration points to a remote one -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:54:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:54:55 +0000 Subject: [Koha-bugs] [Bug 22705] Koha tries and fails to connect to local ElasticSearch while configuration points to a remote one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21974 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21974 [Bug 21974] cxn_pool must be configurable -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:55:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:55:24 +0000 Subject: [Koha-bugs] [Bug 22705] Koha tries and fails to connect to local ElasticSearch while configuration points to a remote one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate 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 13 02:59:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:59:42 +0000 Subject: [Koha-bugs] [Bug 22566] Stock rotation cronjob reporting has issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22566 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11897 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 [Bug 11897] Stock Rotation for Koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 02:59:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 00:59:42 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22566 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22566 [Bug 22566] Stock rotation cronjob reporting has issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 03:03:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 01:03:28 +0000 Subject: [Koha-bugs] [Bug 22566] Stock rotation cronjob reporting has issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22566 --- Comment #3 from Jonathan Druart --- It seems that SR_SLIP has never worked. The template expects branch.items, where does this method could come from? -- You are receiving 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 13 03:07:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 01:07:39 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 --- Comment #374 from Jonathan Druart --- (In reply to Jonathan Druart from comment #373) > CREATE TABLE statements do not follow the usual pattern: > > CREATE TABLE IF NOT EXISTS stockrotationitems > vs > DROP TABLE IF EXISTS `circulation_rules`; > CREATE TABLE `circulation_rules` ( Has been fixed on bug 22634. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 03:07:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 01:07:54 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #6 from Tom?s Cohen Arazi --- (In reply to Jonathan Druart from comment #5) > I'd suggest 2 QA reviews and let jenkins test this patch. Unless someone > wants to build a package and test the debian upgrade process. I will build it tomorrow morning. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 03:08:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 01:08:42 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 --- Comment #375 from Jonathan Druart --- (In reply to Jonathan Druart from comment #369) > Update DB is failing with strict_sql_modes ON: [...] > It looks scary but seems easy to fix, > `description` text NOT NULL default '' > should not have a default value. Has been fixed on bug 21682. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 03:10:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 01:10:41 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patron using the search field (street address) returns no results if inputting a address stored in multiple db fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 Hayley Mapley 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 13 03:10:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 01:10:45 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patron using the search field (street address) returns no results if inputting a address stored in multiple db fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89609|0 |1 is obsolete| | --- Comment #3 from Hayley Mapley --- Created attachment 89647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89647&action=edit Bug 20514: Use streetnumber when searching for patrons by address The streetnumber field was ignored from the search. Test plan: Create a patron with streetnumber="12", address="rue des cerisiers" Search for patrons using the search field "street address" using: 12 rue des cerisiers => Without this patch the patron will not be returned => With this patch applied it will! Signed-off-by: Hayley Mapley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 05:48:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 03:48:37 +0000 Subject: [Koha-bugs] [Bug 11573] Fine descriptions related to Rentals are untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley at catalyst.net.n | |z --- Comment #49 from Hayley Mapley --- Hi Martin, I was testing these patches and followed the test plan. Everything went as expected, except for step 6. 6. Repeat steps 1-4, charge descriptions should now be empty and charge types should display 'Rental fee' and 'Renewal of rental item'. The Description column in the table is not empty, but instead contains the title in brackets: (TITLE). Is this the expected behaviour? If so, I will sign it off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 08:20:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 06:20:34 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #7 from Martin Renvoize --- Ack, good catch.. can't believe I missed this during creating the original patchset. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 08:22:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 06:22:42 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:04:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:04:32 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in catalouging search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89623|0 |1 is obsolete| | --- Comment #2 from Marcel de Rooy --- Created attachment 89648 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89648&action=edit Bug 22886: Missing space between fields from Keyword to MARC mapping in cataloguing search If you have multiple subfields mapped to the 'subtitle' keyword, those fields will show up without separating space. To test: - Add 3 subtitle entries in Keyword to MARC mapping for a framework - 245 b - 245 c - 245 h - Edit a record, make sure the framework matches, add: - 245 b, c, h - Search for it in cataloguing search (not catalog!) - Verify the subtitle fields show, but are all concatenated - Apply patch - Search again and verify the display is improved with a separating space 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 13 09:05:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:05:01 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in catalouging search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #3 from Marcel de Rooy --- Just a space: combining SO and QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:05:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:05:43 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in cataloguing search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Missing space between |Missing space between |fields from Keyword to MARC |fields from Keyword to MARC |mapping in catalouging |mapping in cataloguing |search |search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:05:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:05:23 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in catalouging search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Status|Signed Off |Passed QA 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 13 09:14:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:14:04 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in cataloguing search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 --- Comment #4 from Katrin Fischer --- (In reply to Marcel de Rooy from comment #3) > Just a space: combining SO and QA Thx Marcel :) Sure the test plan is longer than the patch here :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:20:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:20:31 +0000 Subject: [Koha-bugs] [Bug 22644] Some tests in Upload.t are not testing the right thing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22644 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #2 from Marcel de Rooy --- There is not a problem here, just a misunderstanding. As noted in the commment, the file does not exist here since a record is added via TestBuilder. In the preceding code you see a test for a warning about the missing file. Deleting a record twice while keeping the missing file is kind of exaggerated testing ;) So the patch here 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 13 09:21:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:21:07 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #27 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #23) > This is actually blocked by bug 22644. I am keeping the NQA status as I > would like to get feedback from the QA team on this patchset. Bug 22644 is a non-issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:28:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:28:14 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #28 from Marcel de Rooy --- > tools/upload-file.pl: > > # FIXME The copy must be done in Koha::Uploader, but where? > # I (Joubu) did not find a place where the file was completely written Look at Uploader sub cgi when it calls sub _done. The file is written in _hook. So you should be in _done. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:40:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:40:35 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #160 from Michal Denar --- I hope that we together finalize this feature for 19.11 release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:42:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:42:43 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #29 from Marcel de Rooy --- +sub local_public_path { + my ($self) = @_; + my $upload_public_path = C4::Context->config('upload_public_path'); + return unless $upload_public_path; + $upload_public_path =~ s|/$||; + my $filepath = "$upload_public_path/" . $self->hashvalue; + return $filepath; +} Compare with full_path sub: my $path = File::Spec->catfile( $self->permanent ? $self->permanent_directory : C4::Context->temporary_directory, $self->dir, $self->hashvalue. '_'. $self->filename, ); You do not use the filename only the hashvalue? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:54:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:54:33 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #30 from Marcel de Rooy --- In general I have my doubts on making these changes. It does not really fit in with the original design. Having a flag public to control OPAC access and a new public path could be a bit confusing. As you already noted, the public path should be added to the Tools/Upload form too if we continue here. Do we really want to copy the file? Another approach would be to grant access via the Apache configuration. You would only need a URL config var. Using that approach would make all files public. Or create a PUBLIC category etc to keep a distinction between public and private? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 09:57:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 07:57:24 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89639|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 89649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89649&action=edit Bug 22889: Fix typos librairies and libaries Fixes 2 typos. Test: - Review patch Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 10:00:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:00:57 +0000 Subject: [Koha-bugs] [Bug 22013] Command line staging: Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22013 --- Comment #8 from Simon Hohl --- Damn, I updated Koha and now I get the oAuth error after Re-Indexing. -- You are receiving 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 13 10:03:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:03:53 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #27 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #16) > MariaDB [koha_kohadev]> SET sql_mode = > 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE, > ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; > Query OK, 0 rows affected (0.01 sec) > > MariaDB [koha_kohadev]> SELECT count(routingid) routingids FROM subscription > LEFT JOIN subscriptionroutinglist ON subscription.subscriptionid = > subscriptionroutinglist.subscriptionid WHERE subscription.subscriptionid = 1 > ORDER BY ranking ASC; > ERROR 1140 (42000): Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with > no GROUP columns is illegal if there is no GROUP BY clause OK Confirmed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 10:03:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:03:33 +0000 Subject: [Koha-bugs] [Bug 22317] Performance issues with large number of funds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22317 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 10:12:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:12:09 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 --- Comment #10 from Devinim --- Hi Katrin, We discussed copy & paste issue before sending this patch. Since there is not any other usage of get_infos_syspref_on_item other than the addorderiso2709.pl we decided to leave as is and copy & paste in the new development. We were not reach any rule for coding guidelines for that situation. Do we need to write a new module if a sub will be used in different code? What should be the exact amount of usage to move subs in a module? 2,3,4 Thanks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 10:21:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:21:36 +0000 Subject: [Koha-bugs] [Bug 22215] table_borrowers name is inconsistent with other tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22215 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #1 from Marcel de Rooy --- (In reply to Nick Clemens from comment #0) > This table should be renamed more like patrons-table or patron-results-table patrons-table ? You mean: patrons ? That is a not an operation that I would recommend to do just before release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 10:27:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:27:44 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #31 from Hugo Agud --- (In reply to Marcel de Rooy from comment #30) > In general I have my doubts on making these changes. It does not really fit > in with the original design. > Having a flag public to control OPAC access and a new public path could be a > bit confusing. > As you already noted, the public path should be added to the Tools/Upload > form too if we continue here. > Do we really want to copy the file? Another approach would be to grant > access via the Apache configuration. You would only need a URL config var. > Using that approach would make all files public. Or create a PUBLIC category > etc to keep a distinction between public and private? The original goal of this patch is to allow discoveries to access directly the files located at koha repository for full text indexing, it is not really a matter of public and private files, the perhaps the checkbox public here is not appropiate... just direct access? To be able to manage public and private files (just the file, not the records) is also a great functionality that koha could have that could be developed in another bug? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 10:36:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:36:46 +0000 Subject: [Koha-bugs] [Bug 22894] New: Manual screenshots and description in Acquisition (Order list in basket) are outdated Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22894 Bug ID: 22894 Summary: Manual screenshots and description in Acquisition (Order list in basket) are outdated Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: christian.stelzenmueller at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Target Milestone: --- The screenshots and the text for the order list in the basket (Acquisition) in the Manual are outdated: "If you would like to see more details you can check the ?Show all details? checkbox" -- You are receiving 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 13 10:40:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 08:40:18 +0000 Subject: [Koha-bugs] [Bug 22839] Manual screenshots and description in Acquisition (Funds) are outdated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22839 Christian Stelzenm?ller changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Fines and fees |Documentation -- You are receiving 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 13 11:16:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 09:16:59 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 --- Comment #18 from axel Amghar --- (In reply to Andrew from comment #17) > Would it be possible for this to get entered in the log with the retained > patron as the object, rather than the deleted patron? That way it would show > up in the modification log for the extant patron, which seems a bit more > helpful than having it tie to the deleted patron. > > Other than that small nitpick, this is great! hi, in info we have : patron 1 has been been merged into patron 2, so we see both patrons. Did you mean to reverse the sentence in: patron 2 has been merged with patron 1 ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 11:29:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 09:29:37 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Marcel de Rooy 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 13 11:29:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 09:29:40 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89640|0 |1 is obsolete| | --- Comment #4 from Marcel de Rooy --- Created attachment 89650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89650&action=edit Bug 22891: Add tests Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 11:29:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 09:29:43 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89641|0 |1 is obsolete| | --- Comment #5 from Marcel de Rooy --- Created attachment 89651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89651&action=edit Bug 22891: (bug 21206 follow-up) Fix RenewHold (ILS-DI) From commit 31c29fd31f557306233e6a2936148a5bb10b89a1 Bug 21206: Replace C4::Items::GetItem A missing 'unless' test made RenewHold return prematurely: return $issue; should have been return unless $issue; Test plan: Hit /cgi-bin/koha/ilsdi.pl?service=RenewLoan&patron_id=51&item_id=756 With different situations: 1. Item is checked out to the patron 2. Item is not checked out to the patron 3. Item does not exist 4. Patron does not exist Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 11:33:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 09:33:24 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #6 from Marcel de Rooy --- Combining SO and QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 11:33:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 09:33:33 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 11:45:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 09:45:01 +0000 Subject: [Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #13 from Frank Hansen --- Patch didn't apply for me. I got: CONFLICT (content): Merge conflict in misc/export_records.pl Failed to merge in the changes. Patch failed at 0001 Bug 20551: Add option for including deleted records in export_records.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 12:53:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 10:53:56 +0000 Subject: [Koha-bugs] [Bug 22013] Command line staging: Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22013 --- Comment #9 from Katrin Fischer --- (In reply to Simon Hohl from comment #8) > Damn, I updated Koha and now I get the oAuth error after Re-Indexing. Hi Simon, the mailing list would be better to discuss this as a lot more people are reading there. Please make sure to include your exact Koha version, how it was installed and of course a step by step to the error with the error message. -- You are receiving 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 13 12:56:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 10:56:40 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz, | |jonathan.druart at bugs.koha-c | |ommunity.org, | |m.de.rooy at rijksmuseum.nl, | |martin.renvoize at ptfs-europe | |.com Status|Failed QA |In Discussion --- Comment #11 from Katrin Fischer --- Hi, my opinion would be to not reuse subs (copy and paste) them at all. There should be only one place to maintain the code that does a specific thing. Others opinions might differ? I am adding a few more people to the bug in hope to get some insight. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 12:58:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 10:58:35 +0000 Subject: [Koha-bugs] [Bug 22215] table_borrowers name is inconsistent with other tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22215 --- Comment #2 from Katrin Fischer --- I think he refers to the names we use to refer tables to in columns configuration. So this is just a selector for JS. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:01:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:01:28 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 --- Comment #19 from Katrin Fischer --- (In reply to axel Amghar from comment #18) > (In reply to Andrew from comment #17) > > Would it be possible for this to get entered in the log with the retained > > patron as the object, rather than the deleted patron? That way it would show > > up in the modification log for the extant patron, which seems a bit more > > helpful than having it tie to the deleted patron. > > > > Other than that small nitpick, this is great! > > hi, > > in info we have : > patron 1 has been been merged into patron 2, so we see both patrons. > > Did you mean to reverse the sentence in: > patron 2 has been merged with patron 1 ? Hi Axel, there is an object column in the action_log table - I think he refers to that. Not to the info part. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:02:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:02:08 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Signed Off Version|18.11 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:10:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:10:48 +0000 Subject: [Koha-bugs] [Bug 17247] ILS-DI HoldTitle and HoldItem should check if patron is debarred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17247 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:10:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:10:51 +0000 Subject: [Koha-bugs] [Bug 17247] ILS-DI HoldTitle and HoldItem should check if patron is debarred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17247 --- Comment #16 from Arthur Suzuki --- Created attachment 89652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89652&action=edit Bug 17247 : Check if patron is debarred in HoldItem and HoldTitle Test plan : Make sure a debarred patron cannot hold a title or item through ILS-DI. Response from the WebService should be "PatronDebarred". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:14:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:14:27 +0000 Subject: [Koha-bugs] [Bug 17247] ILS-DI HoldTitle and HoldItem should check if patron is debarred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17247 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75261|0 |1 is obsolete| | Attachment #75262|0 |1 is obsolete| | Attachment #75270|0 |1 is obsolete| | Attachment #89652|0 |1 is obsolete| | --- Comment #17 from Arthur Suzuki --- Created attachment 89653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89653&action=edit Bug 17247 : Check if patron is debarred in HoldItem and HoldTitle Test plan : Make sure a debarred patron cannot hold a title or item through ILS-DI. Response from the WebService should be "PatronDebarred". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:19:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:19:07 +0000 Subject: [Koha-bugs] [Bug 17084] Automatic debian/control updates (master) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:19:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:19:37 +0000 Subject: [Koha-bugs] [Bug 17084] Automatic debian/control updates (master) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82357|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 13 13:20:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:20:47 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 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 Mon May 13 13:20:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:20:50 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 --- Comment #6 from Katrin Fischer --- Created attachment 89654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89654&action=edit Bug 22742: ILS-DI - Fix datetime format returned by RenewLoan Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet Signed-off-by: Bin Wen https://bugs.koha-community.org/show_bug.cgi?id=22472 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 13 13:27:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:27:05 +0000 Subject: [Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |katrin.fischer at bsz-bw.de --- Comment #14 from Katrin Fischer --- Same for me, marking "Patch doesn't apply". Frnak, you can set that status too if you run into this the next time! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 13:34:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 11:34:19 +0000 Subject: [Koha-bugs] [Bug 17247] ILS-DI HoldTitle and HoldItem should check if patron is debarred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17247 --- Comment #18 from Arthur Suzuki --- Hi Jonathan, I moved the checks from C4/Reserve to C4/ILDSI. This way it doesn't affect other behaviours than the ILS-DI WebService. Also the WebService now sends explicit response code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:01:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:01:26 +0000 Subject: [Koha-bugs] [Bug 22215] table_borrowers name is inconsistent with other tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22215 --- Comment #3 from Owen Leonard --- I don't feel strongly about this because it's not a clear identifier no matter what the id is. The include file containing the table is called "circ-patron-search-results.inc," which is fairly explanatory. Maybe that should be the table name too? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:02:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:02:33 +0000 Subject: [Koha-bugs] [Bug 22215] table_borrowers name is inconsistent with other tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22215 --- Comment #4 from Katrin Fischer --- I like having it contain circ to differentiate from the normal patron search. Maybe circ-patron-search ? Results seems not strictly necessary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:06:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:06:58 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:10:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:10:33 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 --- Comment #20 from Andrew --- Hi folks, Right, as Katrin says, I'm looking at the Object column. I realize both patrons are in the Info column, so this works ok. But as it is, if I merge patrons 1 & 2, retaining patron 1, and then click Modification Log from patron 1's record the merge doesn't appear in the log search Koha generates. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:18:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:18:19 +0000 Subject: [Koha-bugs] [Bug 17551] printinvoice.pl should allow full customization of content and style In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17551 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|ASSIGNED |RESOLVED --- Comment #3 from Michal Denar --- *** This bug has been marked as a duplicate of bug 22761 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:18:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:18:19 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbit at rbit.cz --- Comment #40 from Michal Denar --- *** Bug 17551 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:18:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:18:29 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #32 from Fridolin SOMERS --- I see there is Bug 22835. Should we serve also those uploaded file via API ? In another bug report I mean. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:52:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:52:41 +0000 Subject: [Koha-bugs] [Bug 22644] Some tests in Upload.t are not testing the right thing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22644 --- Comment #3 from Jonathan Druart --- 162 my $delete = Koha::UploadedFiles->search({ id => $id })->delete; 163 isnt( $delete, "0E0", 'Delete successful' ); 164 isnt( -e $path, 1, 'File no longer found after delete' ); We are testing that the file has been deleted, but it never existed. Those tests do not test the whole purpose of the uploaded files. Moreover the new tests I have tried to write for bug 22508 are failing, because of this behavior. So, IMO, there is a real need here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 14:55:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 12:55:42 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 --- Comment #21 from Katrin Fischer --- What Andrew suggests makes sense to me! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:04:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:04:48 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #33 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #28) > > tools/upload-file.pl: > > > > # FIXME The copy must be done in Koha::Uploader, but where? > > # I (Joubu) did not find a place where the file was completely written > > Look at Uploader sub cgi when it calls sub _done. The file is written in > _hook. So you should be in _done. I have tried _done, but it did not work. I cannot remember exactly why but IIRC it was not called when needed. I will have another look later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:10:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:10:36 +0000 Subject: [Koha-bugs] [Bug 22508] Add the ability to prefill 856$u with the direct URL of the file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22508 --- Comment #34 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #29) > +sub local_public_path { > + my ($self) = @_; > + my $upload_public_path = C4::Context->config('upload_public_path'); > + return unless $upload_public_path; > + $upload_public_path =~ s|/$||; > + my $filepath = "$upload_public_path/" . $self->hashvalue; > + return $filepath; > +} > > Compare with full_path sub: > my $path = File::Spec->catfile( > $self->permanent > ? $self->permanent_directory > : C4::Context->temporary_directory, > $self->dir, > $self->hashvalue. '_'. $self->filename, > ); > > You do not use the filename only the hashvalue? Yes, see commit message: * FIXME: in upload_public_path the files are not suffixed by the filename as it is for upload_path. We certainly want to be consistent here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:26:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:26:06 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 --- Comment #1 from Martin Renvoize --- Created attachment 89655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89655&action=edit Revert "Bug 22478: (QA follow-up) Update tests to check for any script tags" This reverts commit d9b3b90849fd95d296b73b330c4e32ff018c81a5. https://bugs.koha-community.org/show_bug.cgi?id=22836 Signed-off-by: Martin Renvoize -- You are receiving 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 13 15:26:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:26:12 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 --- Comment #3 from Martin Renvoize --- Created attachment 89657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89657&action=edit Bug 22836: (follow-up) Bug 22478: (QA follow-up) Make test consistent with variable name One occurrence was missing. Signed-off-by: Martin Renvoize -- You are receiving 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 13 15:26:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:26:09 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 --- Comment #2 from Martin Renvoize --- Created attachment 89656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89656&action=edit Revert "Bug 22478: (QA follow-up) Handle category in opac-shelves like a boolean" This reverts commit 375dd35d5354d46c4c16f534494b123ce370c3f4. https://bugs.koha-community.org/show_bug.cgi?id=22836 Signed-off-by: Martin Renvoize -- You are receiving 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 13 15:28:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:28:53 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize at ptfs-europe | |.com --- Comment #9 from Martin Renvoize --- I've come to the conclusion that Jonathan is correct here. 1) We need to have a generic test for missing filters in pagination 2) The 'noise' created by not cleaning up the lines directly is inconsequential (in so much as it'll only ever appear if someone is attempting to XSS us AND the end user will never see it unless they're inspecting the html). Signing off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:32:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:32:29 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 --- Comment #12 from Jonathan Druart --- (In reply to Devinim from comment #10) > We were not reach any rule for coding guidelines for that situation. Do we > need to write a new module if a sub will be used in different code? What > should be the exact amount of usage to move subs in a module? 2,3,4 Hi, you are not supposed to c/p code. If you want to reuse bad code (in .pl and not tested), you will need to move it to a pm, try to provide tests, then reuse it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:35:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:35:50 +0000 Subject: [Koha-bugs] [Bug 22888] Use DataTables for Koha news table filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888 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 13 15:35:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:35:52 +0000 Subject: [Koha-bugs] [Bug 22888] Use DataTables for Koha news table filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888 --- Comment #1 from Owen Leonard --- Created attachment 89658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89658&action=edit Bug 22888: Use DataTables for Koha news table filtering This patch modifies the Koha news page so that filtering the table of news is done using DataTables' built-in search functionality. This allows for the table to be filtered without requiring a reload of the page. The patch also moves the table filter into a sidebar form and adds a keyword field. A minor change has been made to the global CSS to improve the display of the form in the sidebar. To test, apply the patch and rebuild the staff client CSS. - Go to Tools -> News. - Test the various table filter options: keyword, display location, and library. Confirm that all work as expected. - Changes to the keyword search text should be reflected in the search field at the top of the table, and vice versa. - Changes to the sidebar filter should trigger the correct state of the "Clear filter" button at the top of the news table (enabled or disabled). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:38:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:38:13 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #6 from Jonathan Druart --- minor: systempreferences.value still says: 623 ('UniqueItemFields','barcode','','Space-separated list of fields that should be unique (used in acquisition module for item creation). Fields must be valid SQL column names of items table','Free'), -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:39:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:39:20 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 --- Comment #7 from Jonathan Druart --- Created attachment 89659 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89659&action=edit Bug 22867: Update the syspref's description 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 13 15:40:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:40:22 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89260|0 |1 is obsolete| | --- Comment #5 from Arthur Suzuki --- Created attachment 89660 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89660&action=edit Bug 22834: Add tests for Koha::Plugins::Base->bundle_path Signed-off-by: Arthur Suzuki -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:40:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:40:45 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Arthur Suzuki 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 13 15:40:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:40:48 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89261|0 |1 is obsolete| | --- Comment #6 from Arthur Suzuki --- Created attachment 89661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89661&action=edit Bug 22834: Add Koha::Plugins::Base->bundle_path This patch adds a 'bundle_path' method that return the base path for assets included in the plugin. The idea is that it will be used for calculation of the absolute path in the filesystem for static content. To test: - Apply the unit tests patch - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: The method is not implemented - Apply this patch - Run: k$ prove t/db_dependent/Plugins.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Arthur Suzuki -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:43:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:43:13 +0000 Subject: [Koha-bugs] [Bug 12722] bulkmarcimport.pl: Should we move the old 001 to 035 ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12722 Frank Hansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frank.hansen at ub.lu.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:48:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:48:27 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 --- Comment #8 from Jonathan Druart --- Owen, could you bring to the next meeting that those .json will need attention from the QA team when a field is added/renamed/removed from the DB tables? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:53:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:53:52 +0000 Subject: [Koha-bugs] [Bug 21450] link_bibs_to_authorities.pl is caching searches without the auth type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21450 Frank Hansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frank.hansen at ub.lu.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 15:57:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 13:57:30 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 --- Comment #44 from Owen Leonard --- (In reply to Aleisha Amohia from comment #43) > Did a few searches and wasn't able to find it > existing elsewhere either. I would be nice to get confirmation, but I think we could go forward on the assumption that Martin is the author of the plugin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:01:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:01:17 +0000 Subject: [Koha-bugs] [Bug 21958] _check_valid_auth_link checks too many subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21958 Frank Hansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frank.hansen at ub.lu.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:02:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:02:02 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Please discuss the implement before starting this. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:02:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:02:14 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 --- Comment #2 from Jonathan Druart --- Please discuss the implementation before starting this. -- You are receiving 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 13 16:06:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:06:11 +0000 Subject: [Koha-bugs] [Bug 14242] Use ISBN-field to fill out purchase suggestions (using an Ajax-request) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242 --- Comment #45 from Owen Leonard --- Created attachment 89662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89662&action=edit Bug 14242: (follow-up) Move English strings out of JavaScript In order for English strings to be translatable they must be defined in the template, not in the JS file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:07:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:07:48 +0000 Subject: [Koha-bugs] [Bug 22736] Search field on "New order > from suggestion" search for borrowernumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22736 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m Severity|major |normal --- Comment #2 from Jonathan Druart --- Lowering severity. Frido, what are your thoughts on this? -- You are receiving 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 13 16:24:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:24:51 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89280|0 |1 is obsolete| | --- Comment #6 from Arthur Suzuki --- Created attachment 89664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89664&action=edit Bug 22835: (follow-up) Remove unwanted warn Signed-off-by: Arthur Suzuki -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:24:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:24:30 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89263|0 |1 is obsolete| | --- Comment #5 from Arthur Suzuki --- Created attachment 89663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89663&action=edit Bug 22835: Serve plugin static files through API This patch serves static files declared within plugins. To declare static files the plugin must implement the method 'static_routes' which retrieves the spec of static file routes to add to the API. Once those routes are added to the API, the become available through the /api/v1/contrib//static//// endpoint. To test: 1) Install bug-22835-plugin.kpz 2) Point your browser to /api/v1/contrib/kitchensink/static/static_files/mm.gif CHECK => No file is served 3) Apply this patch 4) restart_all 5) Repeat step 2. SUCCESS => File is served! 6) Sign off Sponsored-by: Theke Signed-off-by: Arthur Suzuki -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:25:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:25:14 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Arthur Suzuki 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 13 16:27:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:27:01 +0000 Subject: [Koha-bugs] [Bug 21364] Allow closing basket from vendor search/view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21364 --- Comment #32 from Owen Leonard --- The "View" part of the split button is an unnecessary duplication of the linked basket name earlier in the table. I think the actions column should have two possible buttons: "Add to basket" and "Close basket." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:28:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:28:55 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #7 from Arthur Suzuki --- Works as expected, the gif provided as an example is very rewarding, thanks ;) Made my day. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:29:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:29:36 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #8 from Arthur Suzuki --- wrong bz, sry... (In reply to Arthur Suzuki from comment #7) > Works as expected, the gif provided as an example is very rewarding, thanks > ;) > Made my day. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:30:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:30:03 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #7 from Arthur Suzuki --- Works as expected, the gif provided as an example is very rewarding, thanks ;) Made my day! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:31:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:31:58 +0000 Subject: [Koha-bugs] [Bug 22524] Elasticsearch - Date range in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22524 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #20 from Liz Rea --- It looks like we use both the 008 and the 260 here; I have a record that has 2006 in the 008, but 1995 in the 260 - that record turns up in the search even though I might not initially expect it to - maybe this is what you are seeing? Should we not consider both the 008 and the 260/264? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:33:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:33:42 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #18 from Jonathan Druart --- (In reply to Martin Renvoize from comment #17) > Created attachment 89527 [details] [review] > Bug 22877: (QA follow-up) Clarify intent of tests and remove one. > > This patch embelishes the existing comments slightly and removes a test > which had a FIXME, but was in fact just a duplicate of the test directly > above it. I beleive it became a duplicate after the subroutine signature > changed at some point recently. I also move the bug 22877 specific test > into a subtest. The tests existed before the change of the signature (bcfa31a8e37f88ab07c1e7ed954ab57684d0dcfa). The last 3 tests were: + # specify return date 5 days later => overdue + AddIssue( $patron->unblessed, $item->{barcode}, $ten_days_ago ); # date due was 10d ago + AddReturn( $item->{barcode}, $library->{branchcode}, undef, undef, $five_days_ago ); + is( int($patron->account->balance()), 5, 'AddReturn: pass return_date => overdue' ); + Koha::Account::Lines->search({ borrowernumber => $patron->borrowernumber })->delete; + # specify dropbox date 5 days before => no overdue + AddIssue( $patron->unblessed, $item->{barcode}, $five_days_ago ); # date due was 5d ago + AddReturn( $item->{barcode}, $library->{branchcode}, undef, 1, undef, $ten_days_ago ); + is( int($patron->account->balance()), 0, 'AddReturn: pass return_date => no overdue' ); + Koha::Account::Lines->search({ borrowernumber => $patron->borrowernumber })->delete; + # specify dropbox date 5 days later => overdue, or... not + AddIssue( $patron->unblessed, $item->{barcode}, $ten_days_ago ); # date due was 10d ago + AddReturn( $item->{barcode}, $library->{branchcode}, undef, 1, undef, $five_days_ago ); + is( int($patron->account->balance()), 0, 'AddReturn: pass return_date => no overdue in dropbox mode' ); # FIXME? This is weird, the FU fine is created ( _CalculateAndUpdateFine > C4::Overdues::UpdateFine ) then remove later (in _FixOverduesOnReturn). Looks like it is a feature + Koha::Account::Lines->search({ borrowernumber => $patron->borrowernumber })->delete; There are all completely different, in short: - due 10d ago, checked in 5d ago => overdue - due 5d ago, checked in 10d ago => no overdue - due 10d ago, checked in 5d ago (using the dropbox feature) => FIXME Would be good to see if the FIXME is still needed or not, I'd no as we removed the dropbox flag. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:35:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:35:45 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #19 from Jonathan Druart --- (In reply to Jonathan Druart from comment #18) > Would be good to see if the FIXME is still needed or not, I'd no as we > removed the dropbox flag. Looks ok at first glance. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:45:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:45:00 +0000 Subject: [Koha-bugs] [Bug 22524] Elasticsearch - Date range in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22524 --- Comment #21 from Liz Rea --- Hrm, no that's not it because I just found a record in the results after checking more than 30 correct ones that doesn't have a date in the range in any of the supported fields. So yeah, something is messed up here. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 16:57:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 14:57:44 +0000 Subject: [Koha-bugs] [Bug 13640] Holds To Pull List includes items unreserveable items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #10 from Jonathan Druart --- (In reply to Magnus Enger from comment #9) > What is changed compared to the "Holds to pull" SQL are these two lines: > > - LEFT JOIN default_branch_item_rules ON > items.itype=default_branch_item_rules.itemtype > - AND default_branch_item_rules.holdallowed != 0 This seems to fix the issue. > However, default_branch_item_rules.holdallowed is of the "bit" type: > http://schema.koha-community.org/18_05/tables/default_branch_item_rules.html > I gotta confess I'm not familiar with that. Any special tricks to consider? > When I look in the database, the value of that column is 0 or 2. Why not a > boolean "0 or 1" value? Because there are 3 values: From any library, From home library and not allowed (0) -- You are receiving 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 13 17:02:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:02:46 +0000 Subject: [Koha-bugs] [Bug 13640] Holds To Pull List includes items unreserveable items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:02:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:02:50 +0000 Subject: [Koha-bugs] [Bug 13640] Holds To Pull List includes items unreserveable items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640 --- Comment #11 from Jonathan Druart --- Created attachment 89665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89665&action=edit Bug 13640: Do not display unreserveable items on the Holds to pull screen We should only display the items that meet the hold policies Test plan: It would be good to have a huge list of holds displayed on the "Holds to pull" and confirm that the display is now correct. One of the possible test plan has been let in a comment on the bug report: Bib Record A has 2 items: Item Record X (can be placed on hold) Item Record Y (cannot be placed on hold) If you place a bib-level hold on Bib Record A, both Item Record X and Item Record Y show up as available items in the Holds To Pull List. With this patch applied you must not see Y -- You are receiving 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 13 17:03:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:03:01 +0000 Subject: [Koha-bugs] [Bug 13640] Holds To Pull List includes items unreserveable items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640 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 Mon May 13 17:05:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:05:14 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize 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 13 17:04:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:04:59 +0000 Subject: [Koha-bugs] [Bug 22895] New: [18.11] cannot place item level holds Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Bug ID: 22895 Summary: [18.11] cannot place item level holds Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Hold requests 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 Target Milestone: --- Backport of 22650 makes an object call to an item hashref retrieved by get item: 94 if ( CanItemBeReserved($borrower->{'borrowernumber'}, $item->itemnumber, $branch)->{status} eq 'OK' ) { Should be $item->{itemnumber} -- You are receiving 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 13 17:09:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:09:37 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:09:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:09:39 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 --- Comment #1 from Nick Clemens --- Created attachment 89666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89666&action=edit Bug 22895: Correct itemnumber call in placerequest.pl To test: 1 - Try to place an item level hold 2 - It fails 3 - Aply patch 4 - Try again 5 - It works! -- You are receiving 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 13 17:10:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:10:08 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Depends on| |22650 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22650 [Bug 22650] Can place multiple item level holds on a single item -- You are receiving 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 13 17:10:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:10:08 +0000 Subject: [Koha-bugs] [Bug 22650] Can place multiple item level holds on a single item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22650 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22895 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 [Bug 22895] [18.11] cannot place item level holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:11:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:11:12 +0000 Subject: [Koha-bugs] [Bug 8937] Translation process removes CDATA in RSS XML In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8937 --- Comment #5 from Victor Grousset/tuxayo --- >From what I understand, it turns out that regardless of 15395, the main translation system will still process the file and remove the CDATA. So I don't know what would be a decent way to fix this. -- You are receiving 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 13 17:32:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:32:31 +0000 Subject: [Koha-bugs] [Bug 22896] New: [18.11] Item to be transferred at checkin clears overridden due date Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Bug ID: 22896 Summary: [18.11] Item to be transferred at checkin clears overridden due date Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- In backport of 21346 a few hidden inputs were lost in the conversion to modals -- You are receiving 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 13 17:36:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:36:45 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 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 Mon May 13 17:36:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:36:47 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 --- Comment #1 from Nick Clemens --- Created attachment 89667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89667&action=edit Bug 22896: Missing inputs in transfer modal This patch restires hidden inputs to save overrideen checkin date in the checkin screen To test: 1 - Find an item from another branch 2 - Set a checkin date and click the box for the date to be remembered 3 - Check in the item 4 - Click ok or print, note the checkin date is lost 5 - Apply patch 6 - Repeat 7 - Checkin date remains -- You are receiving 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 13 17:37:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:37:13 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21346 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21346 [Bug 21346] Clean up dialogs in returns.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:37:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:37:13 +0000 Subject: [Koha-bugs] [Bug 21346] Clean up dialogs in returns.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21346 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22896 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:42:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:42:35 +0000 Subject: [Koha-bugs] [Bug 10352] Cataloguing log search mixing itemnumber/bibnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10352 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:42:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:42:39 +0000 Subject: [Koha-bugs] [Bug 10352] Cataloguing log search mixing itemnumber/bibnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10352 --- Comment #2 from Jonathan Druart --- Created attachment 89668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89668&action=edit Bug 10352: Display the correct modification logs for bibliographic records The 'Modification log" link in the cataloguing module returns confusing results. The 'object' parameter is the biblionumber, but the all log from itemnumber=biblionumber will be displayed as well. Since bug 11473 we have the action_logs.info column that is prefixed by 'item ' or 'biblio ' to disociated an item modification from a biblio modif. This patch suggests a quick and dirty approach, use this column to make sure we are searching for the correct logs. /!\ As bug 11473 did not update the existing rows, we will no longer display the logs created prior to this change. Test plan: Make sure you have at least 2 bibliographic records with some items Make sure you have the biblionumbers of those records that match existing itemnumbers Edit them (no matter what you change) Go to the bibliographic detail page (staff) and click "Modification log" You should see the correct changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:43:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:43:02 +0000 Subject: [Koha-bugs] [Bug 10352] Cataloguing log search mixing itemnumber/bibnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10352 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |11473 Assignee|gmcharlt at gmail.com |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11473 [Bug 11473] View log template has malformed conditionals, and logging info incorrect/inconsistent/unexpected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:43:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:43:02 +0000 Subject: [Koha-bugs] [Bug 11473] View log template has malformed conditionals, and logging info incorrect/inconsistent/unexpected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10352 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10352 [Bug 10352] Cataloguing log search mixing itemnumber/bibnumber -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:45:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:45:42 +0000 Subject: [Koha-bugs] [Bug 22426] Elasticsearch - Index location is missing in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 --- Comment #5 from Marjorie Barry-Vila --- (In reply to Michal Denar from comment #4) > Sorry, but link from test plan gives me: > > No results found! > > You did not specify any search criteria. > Error: > Unable to perform your search. Please try again. > > I tried reindex ES, but same result. > > Link from working search looks like: > cgi-bin/koha/opac-search. > pl?advsearch=1&idx=kw&q=a&idx=kw&idx=kw&limit=branch%3ACPL&limit=available&so > rt_by=relevance&do=Search Hi Michal, In your url I see the limitation by branch (limit=branch%3ACPL) but not on a location (mc-loc) The patch is to solve the problem of searching on the index location. You should have a result of type opac-search.pl?idx=kw&op=and&idx=kw&op=and&idx=kw&do=Search&limit=mc-loc Regards, Marjorie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 17:50:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:50:11 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89666|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 89669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89669&action=edit Bug 22895: (bug 22650 follow-up) Correct itemnumber call in placerequest.pl Backport of 22650 makes an object call to an item hashref retrieved by get item: 94 if ( CanItemBeReserved($borrower->{'borrowernumber'}, $item->itemnumber, $branch)->{status} eq 'OK' ) { Should be $item->{itemnumber} To test: 1 - Try to place an item level hold 2 - It fails 3 - Aply patch 4 - Try again 5 - It works! 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 13 17:50:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:50:08 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 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 13 17:50:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 15:50:56 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|Signed Off |Passed QA Severity|major |critical --- Comment #3 from Jonathan Druart --- Upping severity, sending directly to Martin. Shall we alert the list? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:13:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:13:35 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89667|0 |1 is obsolete| | --- Comment #2 from Liz Rea --- Created attachment 89670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89670&action=edit Bug 22896: Missing inputs in transfer modal This patch restires hidden inputs to save overrideen checkin date in the checkin screen To test: 1 - Find an item from another branch 2 - Set a checkin date and click the box for the date to be remembered 3 - Check in the item 4 - Click ok or print, note the checkin date is lost 5 - Apply patch 6 - Repeat 7 - Checkin date remains Signed-off-by: Liz Rea -- You are receiving 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 13 18:13:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:13:32 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:15:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:15:11 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Attachment #89670|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:15:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:15:19 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:17:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:17:46 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 --- Comment #3 from Nick Clemens --- Created attachment 89671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89671&action=edit Bug 22896: Missing inputs in transfer modal This patch restores hidden inputs to save overridden checkin date and other data Currently we lose the list of checkouts and several settings when items with transfers are checked in To test: 1 - Find an item from another branch 2 - Set a checkin date and click the box for the date to be remembered 3 - Check in the item 4 - Click ok or print, note the checkin date is lost 5 - Apply patch 6 - Repeat 7 - Checkin date remains -- You are receiving 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 13 18:18:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:18:07 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89667|1 |0 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:20:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:20:41 +0000 Subject: [Koha-bugs] [Bug 22897] New: Switch two-column templates to Bootstrap grid: ILL requests Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22897 Bug ID: 22897 Summary: Switch two-column templates to Bootstrap grid: ILL requests 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 CC: martin.renvoize at ptfs-europe.com, nick at bywatersolutions.com, testopia at bugs.koha-community.org Blocks: 20654 Target Milestone: --- The ILL requests template should be updated to use the Bootstrap grid. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 [Bug 20654] Omnibus: Update two-column templates to use Bootstrap grid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:20:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:20:41 +0000 Subject: [Koha-bugs] [Bug 20654] Omnibus: Update two-column templates to use Bootstrap grid In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22897 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22897 [Bug 22897] Switch two-column templates to Bootstrap grid: ILL requests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:22:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:22:41 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:22:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:22:43 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89667|0 |1 is obsolete| | Attachment #89671|0 |1 is obsolete| | --- Comment #4 from Liz Rea --- Created attachment 89672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89672&action=edit Bug 22896: Missing inputs in transfer modal This patch restores hidden inputs to save overridden checkin date and other data Currently we lose the list of checkouts and several settings when items with transfers are checked in To test: 1 - Find an item from another branch 2 - Set a checkin date and click the box for the date to be remembered 3 - Check in the item 4 - Click ok or print, note the checkin date is lost 5 - Apply patch 6 - Repeat 7 - Checkin date remains Signed-off-by: Liz Rea -- You are receiving 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 13 18:30:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:30:09 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22898 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:30:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:30:24 +0000 Subject: [Koha-bugs] [Bug 22898] Selenium tests for placing holds from the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22898 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19384 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19384 [Bug 19384] [OMNIBUS] Add Selenium tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:30:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:30:24 +0000 Subject: [Koha-bugs] [Bug 19384] [OMNIBUS] Add Selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19384 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22898 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22898 [Bug 22898] Selenium tests for placing holds from the staff interface -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:30:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:30:09 +0000 Subject: [Koha-bugs] [Bug 22898] New: Selenium tests for placing holds from the staff interface Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22898 Bug ID: 22898 Summary: Selenium tests for placing holds from the staff interface Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Because of bug 22895 we now need those tests ASAP. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:33:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:33:41 +0000 Subject: [Koha-bugs] [Bug 22898] Selenium tests for placing holds from the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22898 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 13 18:33:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:33:44 +0000 Subject: [Koha-bugs] [Bug 22898] Selenium tests for placing holds from the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22898 --- Comment #1 from Jonathan Druart --- Created attachment 89673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89673&action=edit Bug 22898: Add selenium tests placing holds (staff) Quick selenium tests to prevent regressions like bug 22895. Test plan: Make sure the selenium tests return green You can also test the buggy branch: % git checkout v18.11.05 % prove t/db_dependent/selenium/basic_workflow.t => Failure % git bz apply 22895. % prove t/db_dependent/selenium/basic_workflow.t => Success -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 18:34:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:34:05 +0000 Subject: [Koha-bugs] [Bug 22898] Selenium tests for placing holds from the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22898 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize 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 13 18:51:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:51:40 +0000 Subject: [Koha-bugs] [Bug 19457] If CheckPrevCheckout is set to "Do", then checkouts are blocked at the SIPServer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19457 Liz Rea 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 13 18:51:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 16:51:43 +0000 Subject: [Koha-bugs] [Bug 19457] If CheckPrevCheckout is set to "Do", then checkouts are blocked at the SIPServer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19457 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78597|0 |1 is obsolete| | --- Comment #20 from Liz Rea --- Created attachment 89674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89674&action=edit Bug 19457: Handle 'PREVISSUE' return by CanBookBeIssued from SIP (CheckPrevCheckout) If CheckPrevCheckout is set to Do, then checkouts are blocked at the SIPServer To test: - Do not apply this patch - Set CheckPrevCheckout to "Do", or "Unless overridden, do" Verify the SIP server is blocking checkouts with this setting set - Apply this patch - Note that the checkout is now allowed, with a screen message telling the borrower they've issued the item before. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 19:31:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 17:31:40 +0000 Subject: [Koha-bugs] [Bug 11492] Receiving a serial item causes routing list notes to be lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11492 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83036|0 |1 is obsolete| | Attachment #83192|0 |1 is obsolete| | --- Comment #8 from Liz Rea --- Created attachment 89675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89675&action=edit Bug 11492: Keep routing notes when receiving next serial This patch ensures the routing notes are carried over when generating the next serial. To test: 1) Create a routing list for a subscription 2) Add a borrower and a note to the routing list 3) Generate the next serial (serials-collection.pl) 4) Edit the routing list to see the notes 5) Note that the notes have disappeared 6) Apply patch 7) Edit the routing list, add a note 8) Generate the next serial 9) Edit the routing list and confirm the note is still there 10) Confirm you are still able to edit serials (serials-edit.pl) and routing notes stay Sponsored-by: Plant and Food Research Limited Signed-off-by: Nazl? ?etin Signed-off-by: Liz Rea Tested on top of 22812 because docker runs in strict mode. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 19:31:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 17:31:50 +0000 Subject: [Koha-bugs] [Bug 11492] Receiving a serial item causes routing list notes to be lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11492 --- Comment #9 from Liz Rea --- Created attachment 89676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89676&action=edit Bug 11492: (follow-up) Don't pass publisheddatetext param to NewIssue I have removed publisheddatetext as a param from my patch, but only in the places where my patch added it. Any other instance already existed before my patch. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 19:31:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 17:31:37 +0000 Subject: [Koha-bugs] [Bug 11492] Receiving a serial item causes routing list notes to be lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11492 Liz Rea 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 13 19:56:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 17:56:41 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #14 from Katrin Fischer --- Just remembered something: There is an underdocumented feature for making patron attributes mandatory, see bug 22728. I think that would no longer be possible with the new interface :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 20:01:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 18:01:22 +0000 Subject: [Koha-bugs] [Bug 22524] Elasticsearch - Date range in advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22524 --- Comment #22 from Katrin Fischer --- (In reply to Liz Rea from comment #21) > Hrm, no that's not it because I just found a record in the results after > checking more than 30 correct ones that doesn't have a date in the range in > any of the supported fields. So yeah, something is messed up here. > > Liz I think 260/264 is too messy in my opinion for doing numeric seraches. In the past we only used 008 as it has a normalized form of the date. I think that would make sense to me here too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 20:11:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 18:11:05 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #35 from Guillaume --- in file /etc/koha/koha-sites.conf in find MEMCACHED_SERVERS="127.0.0.1:11211" and in configuration MEMCACHED is on this server: systemctl status memcached.service ? memcached.service - memcached daemon Loaded: loaded (/lib/systemd/system/memcached.service; enabled; vendor preset Active: active (running) since Mon 2019-05-13 19:44:21 CEST; 3min 57s ago Docs: man:memcached(1) Main PID: 632 (memcached) Tasks: 7 (limit: 4915) CGroup: /system.slice/memcached.service ??632 /usr/bin/memcached -m 128 -p 11211 -u memcache -l 127.0.0.1 in witch file is the "__MEMCACHED_SERVERS__" i find not it. Sorry it's my 1st installation of Koha I am testing the software and need french translation. Did I reinstall with Ubunutu 16.04 - >i can do it, i am installing in a VM on ESXI What file is for you $KOHA_CONF in /etc/koha/sites/kohadebian9/koha-conf.xml i find 127.0.0.1:11211 koha_kohadebian9 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 20:24:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 18:24:10 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #1 from Owen Leonard --- A more user-friendly solution might be to add a "mandatory" option to patron attributes. -- You are receiving 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 13 21:00:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:00:39 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89264|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize --- Created attachment 89677 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89677&action=edit Revert "Bug 22478: (QA follow-up) Update tests to check for any script tags" This reverts commit d9b3b90849fd95d296b73b330c4e32ff018c81a5. https://bugs.koha-community.org/show_bug.cgi?id=22836 Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:00:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:00:41 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89265|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize --- Created attachment 89678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89678&action=edit Revert "Bug 22478: (QA follow-up) Handle category in opac-shelves like a boolean" This reverts commit 375dd35d5354d46c4c16f534494b123ce370c3f4. https://bugs.koha-community.org/show_bug.cgi?id=22836 Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:00:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:00:44 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89266|0 |1 is obsolete| | --- Comment #12 from Martin Renvoize --- Created attachment 89679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89679&action=edit Bug 22836: (follow-up) Bug 22478: (QA follow-up) Make test consistent with variable name One occurrence was missing. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:02:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:02:28 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89656|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:02:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:02:41 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89657|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:02:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:02:18 +0000 Subject: [Koha-bugs] [Bug 22863] Item replacement cost with tax In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Attachment #89655|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:05:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:05:14 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:05:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:05:14 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize 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 13 21:05:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:05:18 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89627|0 |1 is obsolete| | --- Comment #23 from Katrin Fischer --- Created attachment 89680 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89680&action=edit Bug 22509: Clarify with an example the usage of --unless-exists 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 13 21:07:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:07:51 +0000 Subject: [Koha-bugs] [Bug 22509] Add a script to generate MARC fields containing date formatted strings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509 --- Comment #24 from Katrin Fischer --- RM, please see comment 18 for some discussion about where to store this script! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:14:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:14:41 +0000 Subject: [Koha-bugs] [Bug 15067] Add additional languages to advanced search language search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #16 from Katrin Fischer --- Hi Hayley, wouldn't make ordering by description make more sense? The codes might not reflect the translation, making the list appear unordered again. There is also a problem found by the QA tools: FAIL C4/Languages.pm OK critic OK forbidden patterns OK git manipulation FAIL pod *** ERROR: Spurious =cut command in file C4/Languages.pm Can you please check? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:27:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:27:51 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #58 from Martin Renvoize --- Hmm.. not sure I like the followup I'm afraid Owen. I liked the side by side of the two teams and I'm not a major fan of splitting the nicely ordered team list over three columns.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:30:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:30:04 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89552|0 |1 is obsolete| | --- Comment #59 from Martin Renvoize --- Created attachment 89681 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89681&action=edit Bug 21626: Add teams.yaml to /docs 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 13 21:30:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:30:08 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89553|0 |1 is obsolete| | --- Comment #60 from Martin Renvoize --- Created attachment 89682 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89682&action=edit Bug 21626: Use teams.yaml for teams section 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 13 21:30:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:30:11 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89554|0 |1 is obsolete| | --- Comment #61 from Martin Renvoize --- Created attachment 89683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89683&action=edit Bug 21626: (follow-up) Changes based on feedback 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 13 21:30:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:30:14 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89555|0 |1 is obsolete| | --- Comment #62 from Martin Renvoize --- Created attachment 89684 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89684&action=edit Bug 21626: (follow-up) Performance Improvement 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 13 21:30:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:30:18 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89556|0 |1 is obsolete| | --- Comment #63 from Martin Renvoize --- Created attachment 89685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89685&action=edit Bug 21626: Add release dates to team 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 13 21:30:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:30:21 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #64 from Martin Renvoize --- Created attachment 89686 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89686&action=edit Bug 21626: Corrections to typos -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:30:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:30:25 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89557|0 |1 is obsolete| | --- Comment #65 from Martin Renvoize --- Created attachment 89687 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89687&action=edit Bug 21626: (follow-up) Minor tweaks to the columns formatting This patch makes minor markup and CSS changes to improve the column-formatting of team data. The primary goal of these changes is to avoid showing a large blank space when using a development version. Some text has been moved around to avoid validation errors. To test, apply the patch and rebuild the staff client CSS. Release and maintenance team information should be displayed in 3-column sets. The information should look well-formatted when using a development or non-development version. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:41:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:41:57 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patrons using the address option doesn't work with streetnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|Searching for a patron |Searching for a patrons |using the search field |using the address option |(street address) returns no |doesn't work with |results if inputting a |streetnumber |address stored in multiple | |db fields | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:42:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:42:29 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patrons using the address option doesn't work with streetnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 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 Mon May 13 21:42:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:42:33 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patrons using the address option doesn't work with streetnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89647|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 89688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89688&action=edit Bug 20514: Use streetnumber when searching for patrons by address The streetnumber field was ignored from the search. Test plan: Create a patron with streetnumber="12", address="rue des cerisiers" Search for patrons using the search field "street address" using: 12 rue des cerisiers => Without this patch the patron will not be returned => With this patch applied it will! Signed-off-by: Hayley Mapley 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 13 21:52:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:52:39 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89577|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 89689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89689&action=edit Bug 22849: Do not share data (Mana) without agreement A couple of things wrong in serials/subscription-add.pl 1. 447 if ( defined( $query->param('mana_id') ) ) { It's always defined, you wanted to test with "" 2. 375 if ( (C4::Context->preference('Mana')) and ( grep { $_ eq "subscription" } split(/,/, C4::Context->preference('AutoShareWithMana'))) ){ Mana == 2 == let me think about it => I am not expecting to reach Koha::SharedContent in that case So we are sharing data whereas the library did not decide yet! Test plan: You need to be familiar you Mana to test this patch. JD: I did not test this patch Signed-off-by: Liz Rea 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 13 21:52:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:52:36 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:54:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:54:45 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89681|0 |1 is obsolete| | --- Comment #66 from Martin Renvoize --- Created attachment 89690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89690&action=edit Bug 21626: Add teams.yaml to /docs 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 13 21:54:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:54:49 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89682|0 |1 is obsolete| | --- Comment #67 from Martin Renvoize --- Created attachment 89691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89691&action=edit Bug 21626: Use teams.yaml for teams section 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 13 21:54:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:54:52 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89683|0 |1 is obsolete| | --- Comment #68 from Martin Renvoize --- Created attachment 89692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89692&action=edit Bug 21626: (follow-up) Changes based on feedback 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 13 21:54:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:54:56 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89684|0 |1 is obsolete| | --- Comment #69 from Martin Renvoize --- Created attachment 89693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89693&action=edit Bug 21626: (follow-up) Performance Improvement 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 13 21:54:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:54:59 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89685|0 |1 is obsolete| | --- Comment #70 from Martin Renvoize --- Created attachment 89694 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89694&action=edit Bug 21626: Add release dates to team 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 13 21:55:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:03 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89686|0 |1 is obsolete| | --- Comment #71 from Martin Renvoize --- Created attachment 89695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89695&action=edit Bug 21626: Corrections to typos -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:55:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:06 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89687|0 |1 is obsolete| | --- Comment #72 from Martin Renvoize --- Created attachment 89696 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89696&action=edit Bug 21626: (follow-up) Minor tweaks to the columns formatting This patch makes minor markup and CSS changes to improve the column-formatting of team data. The primary goal of these changes is to avoid showing a large blank space when using a development version. Some text has been moved around to avoid validation errors. To test, apply the patch and rebuild the staff client CSS. Release and maintenance team information should be displayed in 3-column sets. The information should look well-formatted when using a development or non-development version. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:55:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:10 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #73 from Martin Renvoize --- Created attachment 89697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89697&action=edit Bug 21626: (follow-up) Template corrections for arrayref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:55:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:45 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89690|0 |1 is obsolete| | --- Comment #74 from Martin Renvoize --- Created attachment 89698 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89698&action=edit Bug 21626: Add teams.yaml to /docs 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 13 21:55:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:49 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89691|0 |1 is obsolete| | --- Comment #75 from Martin Renvoize --- Created attachment 89699 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89699&action=edit Bug 21626: Use teams.yaml for teams section 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 13 21:55:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:52 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89692|0 |1 is obsolete| | --- Comment #76 from Martin Renvoize --- Created attachment 89700 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89700&action=edit Bug 21626: (follow-up) Changes based on feedback 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 13 21:55:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:56 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89693|0 |1 is obsolete| | --- Comment #77 from Martin Renvoize --- Created attachment 89701 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89701&action=edit Bug 21626: (follow-up) Performance Improvement 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 13 21:55:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:55:59 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89694|0 |1 is obsolete| | --- Comment #78 from Martin Renvoize --- Created attachment 89702 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89702&action=edit Bug 21626: Add release dates to team 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 13 21:56:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:56:02 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89695|0 |1 is obsolete| | --- Comment #79 from Martin Renvoize --- Created attachment 89703 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89703&action=edit Bug 21626: Corrections to typos -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:56:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:56:06 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89697|0 |1 is obsolete| | --- Comment #80 from Martin Renvoize --- Created attachment 89704 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89704&action=edit Bug 21626: (follow-up) Template corrections for arrayref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:56:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:56:10 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89696|0 |1 is obsolete| | --- Comment #81 from Martin Renvoize --- Created attachment 89705 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89705&action=edit Bug 21626: (follow-up) Minor tweaks to the columns formatting This patch makes minor markup and CSS changes to improve the column-formatting of team data. The primary goal of these changes is to avoid showing a large blank space when using a development version. Some text has been moved around to avoid validation errors. To test, apply the patch and rebuild the staff client CSS. Release and maintenance team information should be displayed in 3-column sets. The information should look well-formatted when using a development or non-development version. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 21:56:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 19:56:34 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize 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 13 22:01:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:01:06 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #82 from Martin Renvoize --- Also.. I actually like the abundance of whitespace when running a development version.. it's bringing attention to the fact your running a dev version when really you shouldn't be unless you're a developer. Librarians should never see it, so we're not really saving any screen space when running live. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:03:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:03:18 +0000 Subject: [Koha-bugs] [Bug 14697] Extend and enhance "Claims returned" lost status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14697 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:06:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:06:54 +0000 Subject: [Koha-bugs] [Bug 22899] New: Cannot view course details Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Bug ID: 22899 Summary: Cannot view course details Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Bug 15505 added a 'pending_hold' column to item-status.inc Course reserves, however, passes item objects to the template and there is no object method for pending_hold To recreate: 1 - Enable course reserves 2 - Create a course 3 - Add an item to the course 4 - Attempt to view the course on the OPAC 5 - Internal Server Error -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:23:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:23:38 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:23:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:23:40 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #1 from Nick Clemens --- Created attachment 89706 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89706&action=edit Bug 22899: Add pending_hold method to Koha::Item To test: 1 - Enable course reserves 2 - Create a course 3 - Add an item to the course 4 - Attempt to view the course on the OPAC 5 - Internal Server Error 6 - Apply patch 7 - Add an item to the holds queue by placing a hold and running holds queue builder or: INSERT INTO tmp_holdsqueue (itemnumber) VALUES (###); 8 - View the course page, note item appears 'Pending hold' 9 - Remove the holdsqueue line 10 - View the course page, note item appears 'Available' 11 - prove -v t/db_dependent/Koha/Item.t -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:24:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:24:15 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15505 Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |martin.renvoize at ptfs-europe | |.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15505 [Bug 15505] Mark Hold Items 'On hold' instead of 'Available' -- You are receiving 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 13 22:24:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:24:15 +0000 Subject: [Koha-bugs] [Bug 15505] Mark Hold Items 'On hold' instead of 'Available' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15505 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22899 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 [Bug 22899] Cannot view course details -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:28:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:28:46 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #3 from Nick Clemens --- Created attachment 89708 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89708&action=edit Bug 22899: [DO NOT PUSH] Schema updates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:28:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:28:49 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #4 from Nick Clemens --- Created attachment 89709 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89709&action=edit Bug 22899: Add pending_hold method to Koha::Item To test: 1 - Enable course reserves 2 - Create a course 3 - Add an item to the course 4 - Attempt to view the course on the OPAC 5 - Internal Server Error 6 - Apply patch 7 - Add an item to the holds queue by placing a hold and running holds queue builder or: INSERT INTO tmp_holdsqueue (itemnumber) VALUES (###); 8 - View the course page, note item appears 'Pending hold' 9 - Remove the holdsqueue line 10 - View the course page, note item appears 'Available' 11 - prove -v t/db_dependent/Koha/Item.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:28:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:28:44 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89706|0 |1 is obsolete| | --- Comment #2 from Nick Clemens --- Created attachment 89707 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89707&action=edit Bug 22899: Database update -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 22:51:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:51:32 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89677|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 89710 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89710&action=edit Revert "Bug 22478: (QA follow-up) Update tests to check for any script tags" This reverts commit d9b3b90849fd95d296b73b330c4e32ff018c81a5. https://bugs.koha-community.org/show_bug.cgi?id=22836 Signed-off-by: Martin Renvoize 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 13 22:51:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:51:35 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89678|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 89711 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89711&action=edit Revert "Bug 22478: (QA follow-up) Handle category in opac-shelves like a boolean" This reverts commit 375dd35d5354d46c4c16f534494b123ce370c3f4. https://bugs.koha-community.org/show_bug.cgi?id=22836 Signed-off-by: Martin Renvoize 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 13 22:51:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:51:39 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89679|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer --- Created attachment 89712 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89712&action=edit Bug 22836: (follow-up) Bug 22478: (QA follow-up) Make test consistent with variable name One occurrence was missing. Signed-off-by: Martin Renvoize 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 13 22:51:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:51:28 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 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 Mon May 13 22:52:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 20:52:12 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #16 from Katrin Fischer --- I am not sure about the commit messages - the first 2 are not referring to this bug. Leaving that to Nick ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 23:35:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:35:57 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89698|0 |1 is obsolete| | --- Comment #83 from Katrin Fischer --- Created attachment 89713 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89713&action=edit Bug 21626: Add teams.yaml to /docs 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 Mon May 13 23:36:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:36:02 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89699|0 |1 is obsolete| | --- Comment #84 from Katrin Fischer --- Created attachment 89714 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89714&action=edit Bug 21626: Use teams.yaml for teams section 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 Mon May 13 23:36:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:36:06 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89700|0 |1 is obsolete| | --- Comment #85 from Katrin Fischer --- Created attachment 89715 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89715&action=edit Bug 21626: (follow-up) Changes based on feedback 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 Mon May 13 23:36:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:36:10 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89701|0 |1 is obsolete| | --- Comment #86 from Katrin Fischer --- Created attachment 89716 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89716&action=edit Bug 21626: (follow-up) Performance Improvement 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 Mon May 13 23:36:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:36:15 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89702|0 |1 is obsolete| | --- Comment #87 from Katrin Fischer --- Created attachment 89717 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89717&action=edit Bug 21626: Add release dates to team 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 Mon May 13 23:35:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:35:53 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 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 Mon May 13 23:36:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:36:19 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89703|0 |1 is obsolete| | --- Comment #88 from Katrin Fischer --- Created attachment 89718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89718&action=edit Bug 21626: Corrections to typos 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 13 23:36:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:36:23 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89704|0 |1 is obsolete| | --- Comment #89 from Katrin Fischer --- Created attachment 89719 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89719&action=edit Bug 21626: (follow-up) Template corrections for arrayref 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 13 23:36:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:36:47 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89705|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 13 23:38:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:38:56 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #90 from Katrin Fischer --- Created attachment 89720 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89720&action=edit Bug 21626: (follow-up) Minor tweaks to the columns formatting This patch makes minor markup and CSS changes to improve the column-formatting of team data. The primary goal of these changes is to avoid showing a large blank space when using a development version. Some text has been moved around to avoid validation errors. To test, apply the patch and rebuild the staff client CSS. Release and maintenance team information should be displayed in 3-column sets. The information should look well-formatted when using a development or non-development version. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 23:39:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:39:20 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89720|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 13 23:39:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:39:50 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #91 from Katrin Fischer --- Owen, I hope you won't get grumpy with me, but I agree with Martin here - I like the one column per team layout better than the divided layout with 3 columns. I have obsoleted your patch for now, but noting it for Nick. It works, of course! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 23:41:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:41:57 +0000 Subject: [Koha-bugs] [Bug 21957] LinkBibHeadingsToAuthorities can be called twice when running link_bibs_to_authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21957 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #14 from Lucas Gass --- i cannot rebase this and successfully prove -v t/db_dependent/Biblio.t in 18.05.x, if needed please rebase. Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 23:47:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:47:15 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 23:47:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:47:18 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89646|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 89721 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89721&action=edit Bug 22892: Remove warning from rebuild_es if --processes not passed Use of uninitialized value $processes in numeric lt (<) at misc/search_tools/rebuild_elasticsearch.pl line 199. We want the number of processes to be set to 1 by default, and then assign it to $slice_count Test plan: Run the script with and without --processes and confirm that the warning went away. 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 13 23:47:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:47:39 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #3 from Katrin Fischer --- Trivial fix - going straight to PQA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 13 23:47:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 21:47:54 +0000 Subject: [Koha-bugs] [Bug 22365] Warn on Log Viewer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22365 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 00:25:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 22:25:10 +0000 Subject: [Koha-bugs] [Bug 17084] Automatic debian/control updates (master) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084 --- Comment #38 from Nightly Build Bot --- Created attachment 89722 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89722&action=edit Bug 17084- Automatic debian/control updates (unstable/master) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 01:00:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:00:58 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 --- Comment #17 from Jonathan Druart --- (In reply to Katrin Fischer from comment #16) > I am not sure about the commit messages - the first 2 are not referring to > this bug. Leaving that to Nick ;) They are ok, as they are reverting commits I think we should keep this syntax. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 01:11:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:11:07 +0000 Subject: [Koha-bugs] [Bug 20985] CanBookBeReserved and CanItemBeReserved should check 'On shelf holds allowed' policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20985 Arthur Suzuki 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 14 01:11:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:11:10 +0000 Subject: [Koha-bugs] [Bug 20985] CanBookBeReserved and CanItemBeReserved should check 'On shelf holds allowed' policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20985 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86874|0 |1 is obsolete| | --- Comment #5 from Arthur Suzuki --- Created attachment 89723 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89723&action=edit Bug 20985 : Add OnShelfHoldsAllowed checks to CanItemBeReserved Test plan : 1 / Check that default circulation have OnShelfHoldsAllowed to Yes 2 / Place a hold on a book with a single item, item being available for loan, verify that hold can be placed. 3 / Set OnShelfHoldsAllowed to any other value, verify that hold cannot be placed for reason "onShelfHoldsNotAllowed" (shown in the item table). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 01:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:13:09 +0000 Subject: [Koha-bugs] [Bug 20985] CanBookBeReserved and CanItemBeReserved should check 'On shelf holds allowed' policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20985 --- Comment #6 from Arthur Suzuki --- (In reply to Hayley Mapley from comment #3) > This patch results in a runtime error. Here are the steps I followed which > led to the error. > > - Checked default circulation rule - OnShelfHoldsAllowed is set to yes > - Clicked Place hold on a biblio with one available item > - Entered card number - error! > > Error trace: > > Can't call method "effective_itemtype" on an undefined value at > /home/vagrant/kohaclone/C4/Reserves.pm line 1181 > > 1. in C4::Reserves::IsAvailableForItemLevelRequest at > /home/vagrant/kohaclone/C4/Reserves.pm line 1181 > > 1178: # consolidated > 1179: my $patron = Koha::Patrons->find( $borrower->{borrowernumber} > ); > 1180: my $item_object = Koha::Items->find( $item->{itemnumber } ); > 1181: my $itemtype = $item_object->effective_itemtype; > 1182: my $notforloan_per_itemtype > 1183: = $dbh->selectrow_array("SELECT notforloan FROM itemtypes > WHERE itemtype = ?", > 1184: undef, $itemtype); > > 2. in C4::Reserves::CanItemBeReserved at > /home/vagrant/kohaclone/C4/Reserves.pm line 332 > > 329: && !C4::Context->preference('AllowHoldsOnDamagedItems') ); > 330: > 331: # Check for item on shelves and OnShelfHoldsAllowed > 332: return { status => 'onShelfHoldsNotAllowed' } > 333: unless ( IsAvailableForItemLevelRequest($item,$borrower) ); > 334: > 335: # Check for the age restriction > > 3. in C4::Reserves::CanBookBeReserved at > /home/vagrant/kohaclone/C4/Reserves.pm line 286 > > 283: > 284: my $canReserve = { status => '' }; > 285: foreach my $itemnumber (@itemnumbers) { > 286: $canReserve = CanItemBeReserved( $borrowernumber, > $itemnumber, $pickup_branchcode ); > 287: return { status => 'OK' } if $canReserve->{status} eq > 'OK'; > 288: } > 289: return $canReserve; > > Setting to Failed QA Hi Hayley, Thanks for testing, updated my patch in consequence :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 01:18:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:18:47 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart --- When has it been added, do you have a bug number? It does not seem to work for me, I have 2 patron attributes, added patron_attr_1 to BorrowerMandatoryField and nothing marked as required on the patron edit form. Also I do not see the code that could deal with that. -- You are receiving 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 14 01:19:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:19:59 +0000 Subject: [Koha-bugs] [Bug 4030] Patron attribute types cannot be made mandatory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4030 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22728 -- 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 14 01:19:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:19:59 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=4030 -- You are receiving 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 14 01:22:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:22:47 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #3 from Jonathan Druart --- Ha, maybe this (js/members.js): 281 var mandatory_fields = $("input[name='BorrowerMandatoryField']").val().split ('|'); 282 $(mandatory_fields).each(function(){ 283 $("[name='"+this+"']").attr('required', 'required'); 284 }); -- You are receiving 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 14 01:25:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:25:03 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #4 from Jonathan Druart --- So I think it's a side-effect, not a feature :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 14 01:29:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:29:11 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #5 from Jonathan Druart --- (In reply to Jonathan Druart from comment #2) > When has it been added, do you have a bug number? > It does not seem to work for me, I have 2 patron attributes, added > patron_attr_1 to BorrowerMandatoryField and nothing marked as required on > the patron edit form. It actually works, but the input is not marked as required (class "required") like other required inputs. The form submission is indeed prevented when one of them is not filled. -- You are receiving 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 14 01:40:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:40:38 +0000 Subject: [Koha-bugs] [Bug 20116] Cache language list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #36 from Jonathan Druart --- (In reply to Guillaume from comment #35) > in file /etc/koha/koha-sites.conf > in find MEMCACHED_SERVERS="127.0.0.1:11211" > > and in configuration MEMCACHED is on this server: > > systemctl status memcached.service > ? memcached.service - memcached daemon > Loaded: loaded (/lib/systemd/system/memcached.service; enabled; vendor > preset > Active: active (running) since Mon 2019-05-13 19:44:21 CEST; 3min 57s ago > Docs: man:memcached(1) > Main PID: 632 (memcached) > Tasks: 7 (limit: 4915) > CGroup: /system.slice/memcached.service > ??632 /usr/bin/memcached -m 128 -p 11211 -u memcache -l 127.0.0.1 > > > in witch file is the "__MEMCACHED_SERVERS__" i find not it. > > Sorry it's my 1st installation of Koha I am testing the software and need > french translation. > > Did I reinstall with Ubunutu 16.04 - >i can do it, i am installing in a VM > on ESXI > > What file is for you $KOHA_CONF > > in /etc/koha/sites/kohadebian9/koha-conf.xml > > i find > > 127.0.0.1:11211 > koha_kohadebian9 Guillaume, you will not get support here. You should ask the koha-devel list: http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel Or the general mailing list: https://lists.katipo.co.nz/mailman/listinfo/koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 01:50:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:50:21 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #5 from Jonathan Druart --- A couple of small things: 1. The new constraint will not be added if there are itemnumbers in the tmp_holdsqueue that do not exist in items. I know it's unlikely to happen but... who knows? 2. I am expecting ->pending_hold to return a Koha::Hold, maybe ->has_pending_hold could be better? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 01:53:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 13 May 2019 23:53:04 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #5 from Jonathan Druart --- Can you explain a bit more what happened? I have compared the two commits and they are identical. -- You are receiving 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 14 02:25:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 00:25:09 +0000 Subject: [Koha-bugs] [Bug 22806] HoldTitle and HoldItem do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 --- Comment #3 from Arthur Suzuki --- Thanks Liz :) I'm submitting a new patch right away! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 02:33:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 00:33:52 +0000 Subject: [Koha-bugs] [Bug 22806] HoldTitle and HoldItem do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Arthur Suzuki 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 14 02:33:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 00:33:56 +0000 Subject: [Koha-bugs] [Bug 22806] HoldTitle and HoldItem do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89039|0 |1 is obsolete| | --- Comment #4 from Arthur Suzuki --- Created attachment 89724 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89724&action=edit Bug 22806 : CanBookBeReserved and CanItemBeReserved must check AllowHoldsOnPatronsPossessions Test plan : 1 - set AllowHoldsOnPatronsPossessions to "Don't Allow" 2 - Checkout an item to a borrower 3 - Try to reserve an item using ILS-DI WebService -> Will work without complaining. 4 - Cancel the hold and apply patch 5 - Repeat 3 -> Should not place hold and show error "NotHoldable" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 02:40:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 00:40:32 +0000 Subject: [Koha-bugs] [Bug 10352] Cataloguing log search mixing itemnumber/bibnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10352 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 03:36:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 01:36:03 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 03:38:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 01:38:39 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #96 from Martin Renvoize --- I've pushed a copy of a marginally cleaned up get_developers.pl script to the release-tools repo (with your fixes inlined). There's lots of commented out print statements that were used for debugging whilst the script was created. What I'd like to do next is distil down the logic and merge it into the koha-release script allowing for maintenance of both history and contributors files to be automated at release time. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 06:34:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 04:34:43 +0000 Subject: [Koha-bugs] [Bug 20985] CanBookBeReserved and CanItemBeReserved should check 'On shelf holds allowed' policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20985 --- Comment #7 from Hayley Mapley --- Hi Arthur, Looks good, only the description is not displayed in the Hold column of the item table when the 'On shelf holds allowed' preference is set to 'If all unavailable'. It is shown though when the preference is set to 'If any unavailable' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 07:19:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 05:19:20 +0000 Subject: [Koha-bugs] [Bug 22900] New: Patron card images don't follow Units setting Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22900 Bug ID: 22900 Summary: Patron card images don't follow Units setting Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: derrynj at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- When changing over our patron cards from Postscript points to SI Millimeters, I noticed that while the layout coordinates switched over to mm, the image display heights did not. I tested with a new layout and encountered the same issue. Changing the display height from 30 to 11 (the approximate conversion) it shrunk significantly. Setting it back to 30 returned it to how it was. To reproduce: Create a card layout with an image and use points as the layout unit * Export a PDF output * Change layout unit to SI millimeters then save * Export another PDF output * Compare PDFs - confirm they do not change in size. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 07:20:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 05:20:10 +0000 Subject: [Koha-bugs] [Bug 22900] Patron card images don't follow Units setting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22900 Derryn changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18550 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 07:20:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 05:20:10 +0000 Subject: [Koha-bugs] [Bug 18550] Patron card creator: Print output does not respect layout units In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18550 Derryn changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22900 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 07:26:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 05:26:09 +0000 Subject: [Koha-bugs] [Bug 11780] Need to prevent specific fields from being overwritten with z39.50 import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11780 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- I think this would be relevant when importing records for the first time via Z39.50 as well. For instance, it seems highly unlikely that you'd want to import the 9XX and 85X fields from another library's bibliographic record. However, with that framework, you'd want to be able to have your own 9XX and 85X fields, so deleting the fields from the framework is not an acceptable "workaround" to prevent importing of certain fields. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 07:29:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 05:29:34 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89709|0 |1 is obsolete| | --- Comment #6 from Hayley Mapley --- Created attachment 89725 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89725&action=edit Bug 22899: Add pending_hold method to Koha::Item To test: 1 - Enable course reserves 2 - Create a course 3 - Add an item to the course 4 - Attempt to view the course on the OPAC 5 - Internal Server Error 6 - Apply patch 7 - Add an item to the holds queue by placing a hold and running holds queue builder or: INSERT INTO tmp_holdsqueue (itemnumber) VALUES (###); 8 - View the course page, note item appears 'Pending hold' 9 - Remove the holdsqueue line 10 - View the course page, note item appears 'Available' 11 - prove -v t/db_dependent/Koha/Item.t Signed-off-by: Hayley Mapley I see Jonathan's comments about small improvements, but will sign off as everything works as expected here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 07:29:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 05:29:30 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Hayley Mapley 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 14 07:33:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 05:33:47 +0000 Subject: [Koha-bugs] [Bug 14957] Write protecting MARC fields based on source of import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957 --- Comment #152 from David Cook --- (In reply to David Gustafsson from comment #151) > https://bugs.koha-community.org/show_bug.cgi?id=14956 I think that URL should probably be https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957, although I'm not sure why it's there either? In any case, intrigued to see how these patches progress. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 08:02:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 06:02:03 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- As you said, it appears more like a lucky side effect, but hard to tell how many libraries may be using it. Could we replace it with a proper implementation? I think a 'mandatory' flag in the patron attribute definition would make more sense. -- You are receiving 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 14 08:20:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 06:20:57 +0000 Subject: [Koha-bugs] [Bug 22901] New: in items search authorised values select disappears on conditional change Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901 Bug ID: 22901 Summary: in items search authorised values select disappears on conditional change Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- in items search, when there is a custom field with authorised values : when changing the conditional select AND/OR then the authorised values select disappears. This behaviour is like when the search field is changed. -- You are receiving 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 14 08:21:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 06:21:04 +0000 Subject: [Koha-bugs] [Bug 22901] in items search authorised values select disappears on conditional change In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |fridolin.somers at biblibre.co |ity.org |m Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 14 08:31:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 06:31:48 +0000 Subject: [Koha-bugs] [Bug 22901] in items search authorised values select disappears on conditional change In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901 --- Comment #1 from Fridolin SOMERS --- Created attachment 89726 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89726&action=edit Bug 22901 - in items search fix search field change listerning In items search, when there is a custom field with authorised values : when changing the conditional select AND/OR then the authorised values select disappears. This behaviour is like when the search field is changed. The bug is that JavaScript code meaning search field change listens on all selects instead of only search field select. Test plan : 1) Define a custom items search field with authorised values 2) Go to items search 3) Click on 'New field' 4) On second line, select custom field 5) The authorised values select appears 6) Select 'AND' in conditional select 7) Without patch the authorised values select disappears, with patch nothing changes 8) On second line, select a non-custom field 9) The authorised values select is replaced by a text field 10) On second line, select custom field 11) The authorised values select appears -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 08:31:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 06:31:46 +0000 Subject: [Koha-bugs] [Bug 22901] in items search authorised values select disappears on conditional change In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901 Fridolin SOMERS 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 Tue May 14 09:31:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 07:31:06 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #7 from Martin Renvoize --- Grr.. bit annoyed I missed this whilst QAing bug 15505 :( This patch doesn't feel quit right yet, I agree with Jonathan than the accessor name is misleading especially as it's not only acting as a check on the tmp_holdsqueue but also the system preference. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 09:38:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 07:38:32 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #8 from Martin Renvoize --- I'm not familiar enough with the logic in this area now I'm afraid... but I do wonder a few things: 1) Should it really be an ON DELETE CASCADE.. or should we be setting to NULL or something to allow the hold to be reassigned to another item perhaps? 2) I don't like the accessor name as above 3) Should be trivial to correct the DB update to catch bad rows and clean them up before adding the key.. but it kind of depends what the answer to point 1 is to know what route to take (set to null or delete row) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 09:52:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 07:52:29 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #9 from Martin Renvoize --- (In reply to Martin Renvoize from comment #8) > I'm not familiar enough with the logic in this area now I'm afraid... but I > do wonder a few things: > > 1) Should it really be an ON DELETE CASCADE.. or should we be setting to > NULL or something to allow the hold to be reassigned to another item perhaps? Reminding myself now, looks like the whole table is cleared down as part of every run of the cronjob. > 2) I don't like the accessor name as above Still outstanding > 3) Should be trivial to correct the DB update to catch bad rows and clean > them up before adding the key.. but it kind of depends what the answer to > point 1 is to know what route to take (set to null or delete row) Lets go ahead and Delete -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 10:34:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 08:34:37 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 --- Comment #8 from axel Amghar --- Created attachment 89727 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89727&action=edit Bug 20384 - Elastic rebuild script improvements : option --file To test: - after testing offset and length, apply this patch - launch perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --file your_file.csv your file need to contain a column of biblionumber from biblio or authid from auth_header (only one column) You can go in Koha -> reports -> Create from sql SELECT biblionumber FROM biblio ; and then download in csv to have your csv file. - You can test with others query like : select biblionumber from biblio WHERE author LIKE 'a%'; Total number of results (411); - verify that you have the rigth number of records indexed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 10:36:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 08:36:01 +0000 Subject: [Koha-bugs] [Bug 22902] New: Double entries of overdue fines in the accountlines table Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Bug ID: 22902 Summary: Double entries of overdue fines in the accountlines table Change sponsored?: --- Product: Koha Version: 18.05 Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: t.pattabhi at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- We are facing the problem of double entries of overdue fines generated in the accountlines table by the Koha. For some of the fines calculated and charged we find that there are double entries in the accountlines table. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 14 10:58:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 08:58:00 +0000 Subject: [Koha-bugs] [Bug 21450] link_bibs_to_authorities.pl is caching searches without the auth type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21450 --- Comment #6 from Frank Hansen --- Nice job! This patch applies and works fine for me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:16:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:16:15 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88043|0 |1 is obsolete| | --- Comment #22 from axel Amghar --- Created attachment 89728 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89728&action=edit Bug 22632: Add logging of merged patrons without this patch , when patrons are merged , you can't see the merge in the log viewer. To test: -Apply the patch -Make sure you have "BorrowersLog" on in you System Preference -Search patrons -Check two ore more patrons -Merge selected patrons -Merge patrons -Go to log viewer - Make sure there is the line with the action : "Merge" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:16:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:16:22 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88045|0 |1 is obsolete| | --- Comment #24 from axel Amghar --- Created attachment 89730 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89730&action=edit Bug 22632: adding of the rescearch of merge in the log viewer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:16:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:16:18 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88044|0 |1 is obsolete| | --- Comment #23 from axel Amghar --- Created attachment 89729 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89729&action=edit Bug 22632: Unit Testing of patch 22632 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:17:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:17:19 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88046|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 14 11:21:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:21:05 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 --- Comment #25 from axel Amghar --- (In reply to Katrin Fischer from comment #21) > What Andrew suggests makes sense to me! Hi, thank you for for the explanations :) I think i get it, tell me if it's better. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:28:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:28:20 +0000 Subject: [Koha-bugs] [Bug 21450] link_bibs_to_authorities.pl is caching searches without the auth type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21450 --- Comment #7 from Katrin Fischer --- Hi Frank, if you tested this, you can mark it sign off. An easy way to sign-off is using the sandboxes: https://wiki.koha-community.org/wiki/Sandboxes If you can't use them, it's good to at least switch the status and let us know how you want the sign-off line to look like (name + email) if different from your bugzilla account. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:39:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:39:47 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:42:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:42:26 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 --- Comment #26 from axel Amghar --- i have issues with the unit test so i put the status in assigned -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:49:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:49:00 +0000 Subject: [Koha-bugs] [Bug 20598] Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20598 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Version(s)| |18.11.00, 18.05.07, released in| |17.11.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:53:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:53:53 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #1 from Martin Renvoize --- Hi Pattabhi, Could you let us know which 18.05 version you are running and if you have any feeling for when these duplicates are appearing. There are a few bugs pertaining to duplicate fines: bug 20598 which was resolved in the 18.05.07 release, bug 22727 which is awaiting further discussion, bug 22877 (and it's duplicate bug 20769) which is awaiting a signoff and finally bug 22539 which is awaiting further feedback. If you could add to the discussion on any of those or perhaps test the one needing signoff if it applies to your situation that would be great to help move the situation forward. Many thanks for your bug report. -- You are receiving 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 14 11:54:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:06 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22727 -- You are receiving 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 14 11:54:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:15 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20598 -- You are receiving 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 14 11:54:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:15 +0000 Subject: [Koha-bugs] [Bug 20598] Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20598 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22902 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:54:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:23 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22877 -- You are receiving 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 14 11:54:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:23 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22902 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:54:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:06 +0000 Subject: [Koha-bugs] [Bug 22727] Forgiven fines are recreated when lost item that was not marked returned is returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22727 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22902 -- You are receiving 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 14 11:54:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:34 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22539 -- You are receiving 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 14 11:54:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:34 +0000 Subject: [Koha-bugs] [Bug 22539] Fines charged on back-dated checkin when item has been renewed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22539 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22902 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 11:54:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:42 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20769 -- You are receiving 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 14 11:54:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 09:54:42 +0000 Subject: [Koha-bugs] [Bug 20769] Duplicate fine generated when lost item is returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20769 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22902 -- You are receiving 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 14 12:05:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 10:05:15 +0000 Subject: [Koha-bugs] [Bug 14376] Allow the librarian to choose a patron when entering a purchase suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14376 --- Comment #22 from Fridolin SOMERS --- Thanks a lot Katrin :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 12:10:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 10:10:36 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89729|0 |1 is obsolete| | --- Comment #27 from axel Amghar --- Created attachment 89731 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89731&action=edit Bug 22632: Unit Testing of patch 22632 Current status: Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 12:12:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 10:12:10 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 axel Amghar 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 14 12:17:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 10:17:01 +0000 Subject: [Koha-bugs] [Bug 22736] Search field on "New order > from suggestion" search for borrowernumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22736 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #3 from Fridolin SOMERS --- (In reply to Jonathan Druart from comment #2) > Lowering severity. > > Frido, what are your thoughts on this? Oh indeed, the search by borrowernumber is needed for "Show only mine" filter. I'd say the impact is really minor, close with wontfix ? -- You are receiving 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 14 12:35:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 10:35:11 +0000 Subject: [Koha-bugs] [Bug 21450] link_bibs_to_authorities.pl is caching searches without the auth type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21450 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #84341|0 |1 is obsolete| | --- Comment #8 from ByWater Sandboxes --- Created attachment 89732 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89732&action=edit Bug 21450: Cache authorities search using term and auth_type This is a simple fix to prevent incorrect caching of results when using link_bibs_to_authorities To test: 1 - Find or create a record with the same term in a subject and genre heading 2 - Find or create authority records for the term as a subject and genre type 3 - Run link bibs to authorities 4 - Verify both tags in the record are linked to the subject heading 5 - Aply patch 6 - Unlink the record and re-run the script (or just re-run) 7 - Each tag should be linked to correct authority Signed-off-by: Frank Hansen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 13:32:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 11:32:35 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #92 from Owen Leonard --- (In reply to Katrin Fischer from comment #91) > Owen, I hope you won't get grumpy with me, but I agree with Martin here No problem at all! That's how all this is supposed to work :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 13:35:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 11:35:29 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #7 from Owen Leonard --- (In reply to Jonathan Druart from comment #5) > It actually works, but the input is not marked as required (class > "required") like other required inputs. I saw this too and considered "fixing" it, but I'm not sure it's worth the time if we can come up with a better implementation. -- You are receiving 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 14 13:51:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 11:51:00 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #74 from axel Amghar --- Created attachment 89733 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89733&action=edit Bug 20388: add of types in the new entries dropdown of searchfiels -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 13:55:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 11:55:20 +0000 Subject: [Koha-bugs] [Bug 7890] Highlight required field in MARC editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7890 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86544|0 |1 is obsolete| | --- Comment #6 from Owen Leonard --- Created attachment 89734 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89734&action=edit Bug 7890: Highlight required field in MARC editor This patch modifies the basic MARC editor so that required fields have the standard "Required" label on them instead of a small red asterisk. To test, apply the patch and create a new record in the basic MARC editor. Tags which are marked mandatory in your selected MARC bibliographic framework should be labeled "Required." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:00:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:00:49 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #75 from axel Amghar --- (In reply to Liz Rea from comment #73) > Re-checked this today, and the fields showed up. Quite sure I didn't do > anything differently, sorry for the noise. > > As Jonathan noted, the types for the new entries don't match with the types > in the existing entries. Is that intentional? > > When I tested adding a name and label that already existed, it added it for > me - I don't know if that is correct or incorrect behaviour. Hi, I fix the types for the new entries ( I don't think it was intentional). But for the adding, I didn't succeed to reproduce your bug. How did you do it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:00:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:00:49 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #75 from axel Amghar --- (In reply to Liz Rea from comment #73) > Re-checked this today, and the fields showed up. Quite sure I didn't do > anything differently, sorry for the noise. > > As Jonathan noted, the types for the new entries don't match with the types > in the existing entries. Is that intentional? > > When I tested adding a name and label that already existed, it added it for > me - I don't know if that is correct or incorrect behaviour. Hi, I fix the types for the new entries ( I don't think it was intentional). But for the adding, I didn't succeed to reproduce your bug. How did you do it? --- Comment #76 from axel Amghar --- (In reply to Liz Rea from comment #73) > Re-checked this today, and the fields showed up. Quite sure I didn't do > anything differently, sorry for the noise. > > As Jonathan noted, the types for the new entries don't match with the types > in the existing entries. Is that intentional? > > When I tested adding a name and label that already existed, it added it for > me - I don't know if that is correct or incorrect behaviour. Hi, I fix the types for the new entries ( I don't think it was intentional). But for the adding, I didn't succeed to reproduce your bug. How did you do it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:05:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:05:12 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89669|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize --- Created attachment 89735 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89735&action=edit Bug 22895: (bug 22650 follow-up) Correct itemnumber call in placerequest.pl Backport of 22650 makes an object call to an item hashref retrieved by get item: 94 if ( CanItemBeReserved($borrower->{'borrowernumber'}, $item->itemnumber, $branch)->{status} eq 'OK' ) { Should be $item->{itemnumber} To test: 1 - Try to place an item level hold 2 - It fails 3 - Aply patch 4 - Try again 5 - It works! Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:07:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:07:41 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Stable --- Comment #5 from Martin Renvoize --- Annoying I missed this, thanks for the report Nick and quick QA Jonathan. Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:07:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:07:48 +0000 Subject: [Koha-bugs] [Bug 22895] [18.11] cannot place item level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22895 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |18.11.06 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:24:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:24:53 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89707|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize --- Created attachment 89736 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89736&action=edit Bug 22899: Database update Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:24:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:24:55 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89708|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize --- Created attachment 89737 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89737&action=edit Bug 22899: [DO NOT PUSH] Schema updates Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:24:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:24:58 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89725|0 |1 is obsolete| | --- Comment #12 from Martin Renvoize --- Created attachment 89738 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89738&action=edit Bug 22899: Add pending_hold method to Koha::Item To test: 1 - Enable course reserves 2 - Create a course 3 - Add an item to the course 4 - Attempt to view the course on the OPAC 5 - Internal Server Error 6 - Apply patch 7 - Add an item to the holds queue by placing a hold and running holds queue builder or: INSERT INTO tmp_holdsqueue (itemnumber) VALUES (###); 8 - View the course page, note item appears 'Pending hold' 9 - Remove the holdsqueue line 10 - View the course page, note item appears 'Available' 11 - prove -v t/db_dependent/Koha/Item.t Signed-off-by: Hayley Mapley I see Jonathan's comments about small improvements, but will sign off as everything works as expected here. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:25:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:25:01 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #13 from Martin Renvoize --- Created attachment 89739 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89739&action=edit Bug 22899: (QA follow-up) Ensure constraint is created Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:25:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:25:04 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 --- Comment #14 from Martin Renvoize --- Created attachment 89740 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89740&action=edit Bug 22899: (QA follow-up) Change accessor name This patch changes pending_hold to has_pending_hold to signify that we're returning a boolean and not a Koha::Hold object. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:25:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:25:39 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #15 from Martin Renvoize --- Right, with these two followups I think I'm happy to add my PQA stamp. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 14:36:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:36:36 +0000 Subject: [Koha-bugs] [Bug 22903] New: Elasticsearch, fix the encoding when you refine your search Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 Bug ID: 22903 Summary: Elasticsearch, fix the encoding when you refine your search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: axel.amghar at biblibre.com Target Milestone: --- With elastic search when you use characters like ?, ?, ? ... the first reasearch show up correctly but when you refine your search with "Show more", the encoding becomes bad and so, results of the reasearch too. -- You are receiving 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 14 14:37:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 12:37:13 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, fix the encoding when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |axel.amghar at biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:00:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:00:07 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #93 from Marcel de Rooy --- Repetition: Bug wrangler (3.06, 3.06) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:03:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:03:42 +0000 Subject: [Koha-bugs] [Bug 22630] Allow to change homebranch in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22630 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89037|0 |1 is obsolete| | --- Comment #11 from Julian Maurice --- Created attachment 89741 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89741&action=edit Bug 22630: Allow to change homebranch in course reserves Test plan: 1. Create a course (disabled) 2. Add a reserve to this course for an item and set a homebranch different from the item's homebranch 3. Enable the course 4. Verify that the item's homebranch has changed 5. Disable the course 6. Verify that the item's homebranch was reset to its initial value 7. prove t/db_dependent/CourseReserves/CourseItems.t Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:03:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:03:46 +0000 Subject: [Koha-bugs] [Bug 22630] Allow to change homebranch in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22630 --- Comment #12 from Julian Maurice --- Created attachment 89742 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89742&action=edit Bug 22630: Do not modify item fields if course reserve item says LEAVE UNCHANGED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:03:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:03:50 +0000 Subject: [Koha-bugs] [Bug 22630] Allow to change homebranch in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22630 --- Comment #13 from Julian Maurice --- Created attachment 89743 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89743&action=edit Bug 22630: Fix homebranch select's value in course item edit page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:06:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:06:26 +0000 Subject: [Koha-bugs] [Bug 22630] Allow to change homebranch in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22630 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #14 from Julian Maurice --- Initial patch rebased on master. The last two patches should fix mentioned issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:13:09 +0000 Subject: [Koha-bugs] [Bug 22904] New: Untranslatable strings in members-menu.js Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22904 Bug ID: 22904 Summary: Untranslatable strings in members-menu.js Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: black23 at gmail.com Depends on: 19641 Target Milestone: --- There are a few strings in members-menu.js which won't get picked up by the translation tool: Line 23+ _("Dates of birth ... Line 108: _("Are you sure you want to update this child to an Adult category? This cannot be undone.") Line 123: _("Are you sure you want to renew this patron's registration?") Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641 [Bug 19641] Move patron templates JavaScript to the footer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:13:09 +0000 Subject: [Koha-bugs] [Bug 19641] Move patron templates JavaScript to the footer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22904 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22904 [Bug 22904] Untranslatable strings in members-menu.js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:30:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:30:49 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:30:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:30:51 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 --- Comment #2 from Nick Clemens --- Created attachment 89744 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89744&action=edit Bug 22802: Check item funds, order funds, and default funds when ordering from a file This patch tries to centralise the logic of order funds requirements into a single routine. If propogates defaults down into items/order as necessary, it also prevents unsetting lower values if a default is set. To test: 1 - Populate 'MarcItemFieldsToOrder' 2 - Add to a basket from a file 3 - Use a file containing some item records with funds defined or not 4 - Confirm if all items have funds defined, you can order 5 - Confirm that setting the default for an order populates items and you can order 6 - Confirm that setting the default for all orders populates items if present/ order if not 7 - Confirm that if defaults are set the lower levels cannot be unset 8 - Try various settings and confirm all work as expected -- You are receiving 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 14 15:31:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:31:42 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, oleonard at myacpl.org Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:32:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:32:13 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 --- Comment #3 from Nick Clemens --- Created attachment 89745 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89745&action=edit Orders to test with, using default funds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:32:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:32:58 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.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 14 15:34:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:34:50 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20830 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20830 [Bug 20830] Make sure a fund is selected when ordering from staged file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:34:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:34:50 +0000 Subject: [Koha-bugs] [Bug 20830] Make sure a fund is selected when ordering from staged file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20830 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22802 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:41:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:41:58 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #8 from Jonathan Druart --- (In reply to Katrin Fischer from comment #6) > As you said, it appears more like a lucky side effect, but hard to tell how > many libraries may be using it. Could we replace it with a proper > implementation? I think a 'mandatory' flag in the patron attribute > definition would make more sense. Why would it make more sense? I think that we should deal with them in the pref, as it is where we deal with mandatory fields. -- You are receiving 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 14 15:47:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:47:02 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89644|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize --- Created attachment 89746 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89746&action=edit Bug 22893: Do not crash if contributors.yaml does not exist Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:47:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:47:05 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89645|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize --- Created attachment 89747 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89747&action=edit Bug 22893: Embed contributors.yaml for debian packages Like history.txt we need to tell some debian/ files to copy contributors.yaml Also pick it for the `make install` process (Makefile.PL) Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:48:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:48:21 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #10 from Martin Renvoize --- I was building packages this morning anyway so threw this into the mix. Worked for me using the procedure in 'building packages the easy way'. Signing off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:48:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:48:42 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:49:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:49:04 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:51:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:51:52 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:52:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:52:05 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #14 from Martin Renvoize --- Thanks guys, this really looks like it's moving in the right directions now. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:52:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:52:49 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- 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 14 15:53:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:53:08 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #28 from Martin Renvoize --- Good idea, that would work in the interim. Thanks for the suggestion Jonathan.. sometimes I just can't see the wood for the trees! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:58:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:58:25 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #9 from Andrew --- Complicating things a bit, bug 22844 changes the interface for borrower mandatory fields and may close the loophole making mandatory attributes possible. Katrin linked here from that bug, figured I may as well link in the other direction, too. -- You are receiving 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 14 15:59:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:59:04 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:59:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:59:20 +0000 Subject: [Koha-bugs] [Bug 22821] Patron notes about item email notification fallback order is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 15:59:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 13:59:32 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the incoming email address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.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 Tue May 14 16:00:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:00:07 +0000 Subject: [Koha-bugs] [Bug 17489] Allow Koha plugins to have translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17489 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:10:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:10:21 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #15 from Jonathan Druart --- (In reply to Katrin Fischer from comment #13) > (In reply to Paul Poulain from comment #10) > > OK, got it and agreed regarding the bugzilla suggestion > > > > Product "mana-kb" created, with one component (mana-kb server) > > default assignee = koha-bugs > > Why not just a component in Project infrastructure? What about that, Paul? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:10:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:10:29 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:12:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:12:01 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #10 from Jonathan Druart --- (In reply to Andrew from comment #9) > Complicating things a bit, bug 22844 changes the interface for borrower > mandatory fields and may close the loophole making mandatory attributes > possible. Katrin linked here from that bug, figured I may as well link in > the other direction, too. Yes, and that's why I told that as well :) -- You are receiving 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 14 16:23:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:23:09 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #11 from Katrin Fischer --- (In reply to Jonathan Druart from comment #8) > (In reply to Katrin Fischer from comment #6) > > As you said, it appears more like a lucky side effect, but hard to tell how > > many libraries may be using it. Could we replace it with a proper > > implementation? I think a 'mandatory' flag in the patron attribute > > definition would make more sense. > > Why would it make more sense? I think that we should deal with them in the > pref, as it is where we deal with mandatory fields. Because we already define if they show up, if they are repeatable etc. there. And it seemed easier. If we can find a way to autoamtically update Owen's modal with the descrpitions instead of the current naming scheme... that would be nice too. -- You are receiving 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 14 16:39:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:39:01 +0000 Subject: [Koha-bugs] [Bug 22904] Untranslatable strings in members-menu.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22904 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 Tue May 14 16:39:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:39:04 +0000 Subject: [Koha-bugs] [Bug 22904] Untranslatable strings in members-menu.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22904 --- Comment #1 from Owen Leonard --- Created attachment 89748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89748&action=edit Bug 22904: Untranslatable strings in members-menu.js This patch moves several English strings out of members-menu.js and into str/members-menu.inc where they can be picked up by the translation process. The following strings are affected: "Are you sure you want to renew this patron's registration?" "Are you sure you want to update this child to an Adult category? This cannot be undone." "Dates of birth should be entered in the format 'MM/DD/YYYY'" "Dates of birth should be entered in the format 'YYYY-MM-DD'" "Dates of birth should be entered in the format 'DD/MM/YYYY'" "Dates of birth should be entered in the format 'DD.MM.YYYY'" This patch also makes a correction to members-toolbar.inc in order to enable the presence of the "Update child to Adult" menu item. To test: - Install and update a language. - Check the po-file for that language. You should find no msgid for the strings listed above. - Apply the patch. - Update the language you installed. - You should find entries for all the strings above. - Translate those messages and update the translated templates. - Reinstall the translation. In the staff client: - Select your updated translation. - Open an expired patron's account and choose "Renew patron" from the "More" button in the toolbar. You should be prompted for confirmation using the translation you provided. - To test the "Update child" confirmation you should have only one patron category in the "Adult" category. - Open a patron record with a child category and choose "Update child" from the "More" menu in the toolbar. You should be prompted for confirmation using the translation you provided. - To test the date format messages: From the patrons home page, expand the advanced search options in the header search form. Select "Date of birth" under "Search fields." A correctly-translated tooltip should appear above the search field. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:45:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:45:14 +0000 Subject: [Koha-bugs] [Bug 15814] Templates for MARC modification: Edit action does not work when Description contains ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15814 e.betemps changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e.betemps 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 14 16:44:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:44:58 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #12 from Owen Leonard --- (In reply to Katrin Fischer from comment #11) > Because we already define if they show up, if they are repeatable etc. > there. I agree. Including a mandatory option would fit perfectly within the parameters of what kind of features a patron attribute can have. -- You are receiving 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 14 16:49:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:49:48 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #15 from Jonathan Druart --- 210 $(".modalselect").on("click", function(){ Should be .preference I think. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:51:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:51:27 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #16 from Jonathan Druart --- Created attachment 89749 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89749&action=edit Bug 22844: POC - Add patron attributes to the list TODO: - Handle 'checked' flag - Update code in memberentry.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:52:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:52:14 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #17 from Jonathan Druart --- IMO This is not ready for 19.05.00, could be part of 19.05.01 however. Letting the decision to RM. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:52:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:52:51 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB more easily In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major CC| |alex.arnaud at biblibre.com --- Comment #2 from Katrin Fischer --- I am upping severity... I really feel using a name here is wrong. I'd like to at least get a comment? I am not sure what would be needed to change it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:57:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:08 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89714|0 |1 is obsolete| | --- Comment #95 from Martin Renvoize --- Created attachment 89751 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89751&action=edit Bug 21626: Use teams.yaml for teams section 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 Tue May 14 16:57:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:12 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89715|0 |1 is obsolete| | --- Comment #96 from Martin Renvoize --- Created attachment 89752 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89752&action=edit Bug 21626: (follow-up) Changes based on feedback 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 Tue May 14 16:57:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:16 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89716|0 |1 is obsolete| | --- Comment #97 from Martin Renvoize --- Created attachment 89753 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89753&action=edit Bug 21626: (follow-up) Performance Improvement 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 Tue May 14 16:57:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:19 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89717|0 |1 is obsolete| | --- Comment #98 from Martin Renvoize --- Created attachment 89754 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89754&action=edit Bug 21626: Add release dates to team 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 Tue May 14 16:57:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:23 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89718|0 |1 is obsolete| | --- Comment #99 from Martin Renvoize --- Created attachment 89755 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89755&action=edit Bug 21626: Corrections to typos Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:57:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:27 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89719|0 |1 is obsolete| | --- Comment #100 from Martin Renvoize --- Created attachment 89756 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89756&action=edit Bug 21626: (follow-up) Template corrections for arrayref Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:57:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:05 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89713|0 |1 is obsolete| | --- Comment #94 from Martin Renvoize --- Created attachment 89750 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89750&action=edit Bug 21626: Add teams.yaml to /docs 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 Tue May 14 16:57:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:30 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #101 from Martin Renvoize --- Created attachment 89757 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89757&action=edit Bug 21626: (QA follow-up) Don't crash on missing teams file Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:57:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:34 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #102 from Martin Renvoize --- Created attachment 89758 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89758&action=edit Bug 21626: (QA follow-up) Embed teams.yaml for debian packages Like history.txt we need to tell some debian/ files to copy teams.yaml Also pick it for the `make install` process (Makefile.PL) Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:57:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:57:38 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #103 from Martin Renvoize --- Created attachment 89759 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89759&action=edit Bug 21626: (QA follow-up) Remove duplicate roles The teams file contains all roles so we don't need to also list them in the contributors file. This patch removes them from contributors.yaml and relies only on the merging of teams. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 16:59:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 14:59:09 +0000 Subject: [Koha-bugs] [Bug 17229] ILS-DI HoldTitle and HoldItem should check if patron is expired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229 --- Comment #33 from Arthur Suzuki --- Created attachment 89760 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89760&action=edit Bug 17229: moved UnitTest to t/db_dependant/ILSDI_Service.t This reverts commit c968aabc865e9fb9397547f5c12f0017337f7b77. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:00:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:00:12 +0000 Subject: [Koha-bugs] [Bug 17229] ILS-DI HoldTitle and HoldItem should check if patron is expired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #34 from Arthur Suzuki --- Moved unit tests :) Didn't amend previous patch for tests this time ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:01:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:01:53 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB more easily In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #3 from Martin Renvoize --- Agreed, this is somewhat of a blocker for me too, I can't see our libraries adopting it as is. -- You are receiving 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 14 17:04:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:04:00 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 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 Tue May 14 17:04:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:04:03 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89746|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 14 17:04:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:04:05 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89747|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 14 17:04:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:04:28 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #11 from Tom?s Cohen Arazi --- Created attachment 89761 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89761&action=edit Bug 22893: Do not crash if contributors.yaml does not exist Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:04:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:04:31 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #12 from Tom?s Cohen Arazi --- Created attachment 89762 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89762&action=edit Bug 22893: Embed contributors.yaml for debian packages Like history.txt we need to tell some debian/ files to copy contributors.yaml Also pick it for the `make install` process (Makefile.PL) Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:05:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:05:15 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 --- Comment #13 from Tom?s Cohen Arazi --- Tested it using koha/koha-dpkg:master, everything went smooth. Good job Joubu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:06:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:06:17 +0000 Subject: [Koha-bugs] [Bug 22727] Forgiven fines are recreated when lost item that was not marked returned is returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22727 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:06:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:06:20 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:07:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:07:58 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #104 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #93) > Repetition: > > Bug wrangler (3.06, 3.06) Resolved in final followup.. I forgot I'd added roles into contributors.yaml as part of the previous bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:21:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:21:31 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #13 from Jonathan Druart --- Well, I guess we could talk about that for hours :) It seems easier to me to define the mandatory fields in only one place, the pref (I have provided a POC on bug 22844 in that direction). If the two of you think it is better, your are certainly right. -- You are receiving 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 14 17:25:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:25:58 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:35:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:35:28 +0000 Subject: [Koha-bugs] [Bug 22896] [18.11] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |master --- Comment #6 from Nick Clemens --- (In reply to Jonathan Druart from comment #5) > Can you explain a bit more what happened? I have compared the two commits > and they are identical. Ah, it looks like I just got my code misaligned and hit the wrong conditions during testing, this is a master issue too. Ultimately these variables should probably all be in a block, but I think we need to fix quickly for now -- You are receiving 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 14 17:39:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:39:11 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #42 from Jonathan Druart --- When approving a pending suggestion, nothing happens. In the logs there are two errors: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`suggestions`, CONSTRAINT `suggestions_ibfk_branchcode` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE SET NULL ON UPDATE CASCADE) [for Statement "UPDATE `suggestions` SET `STATUS` = ?, `acceptedby` = ?, `accepteddate` = ?, `branchcode` = ?, `managedby` = ?, `manageddate` = ? WHERE ( `suggestionid` = ? )" with ParamValues: 0="ACCEPTED", 1="51", 2='2019-05-14T15:34:15', 3="__ANY__", 4="51", 5='2019-05-14T15:34:15', 6="3"] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. No suggestions ASKED letter transported by email at /home/vagrant/kohaclone/C4/Letters.pm line 608. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:39:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:39:59 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #43 from Jonathan Druart --- Note the branchcode=__ANY__ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:41:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:41:17 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #44 from Jonathan Druart --- Hum, maybe not related to this patchset actually. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:52:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:52:24 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 --- Comment #3 from Martin Renvoize --- My plan was to either add a distinct email_for_acquisitions field to the existing branches table, or perhaps add a 'branch_librarians' table setup a foreign key relationship such that it's extensible for other branch specific addresses. I was then going to add accessors to Koha::Library which would look for the corresponding field and if empty continuously fallback through branchreplyto, branchemail, defaultreplyto and finally kohaadminemail system preferences until it found a populated one. I was also temped to allow the field to take either a plaintext email address or a borrowernumber which we could use to lookup a librarian.. but I've not decided whether I like that concept or now yet.. up for debate. Once I had that it's a model for how other such branch specific addresses could be defined. Finally, I'd plumb it into the suggestions notification system such that the 'to' address was populated using this new accessor. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:54:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:54:46 +0000 Subject: [Koha-bugs] [Bug 22368] Table suggestions lacks foreign key constraints In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22368 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22905 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 [Bug 22905] Edit suggestions - wrong branchcode behavior -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:54:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:54:46 +0000 Subject: [Koha-bugs] [Bug 10753] Don't use _ANY_ as branchcode when creating suggestions for 'Any library' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10753 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22905 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 17:54:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:54:46 +0000 Subject: [Koha-bugs] [Bug 22905] New: Edit suggestions - wrong branchcode behavior Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Bug ID: 22905 Summary: Edit suggestions - wrong branchcode behavior Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 22368 Target Milestone: --- Because of the "Library" filter on the left of the "Suggestions management" screen, there is something wrong happening: 1. Create a suggestion from library A, login from library B 2. Go to Home ? Acquisitions ? Suggestions management => The suggestion does not appear - OK 3. In the filter on the left, select "all library" => The suggestion appears on the pending tab - KO 4. Select the suggestion and mark is as 'Accepted' => => The suggestion still appears on the pending tab - Failure The log says: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`suggestions`, CONSTRAINT `suggestions_ibfk_branchcode` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE SET NULL ON UPDATE CASCADE) [for Statement "UPDATE `suggestions` SET `accepteddate` = ?, `branchcode` = ?, `currency` = ?, `manageddate` = ?, `price` = ?, `reason` = ?, `suggesteddate` = ?, `total` = ? WHERE ( `suggestionid` = ? )" with ParamValues: 0='2019-05-14T15:48:18', 1="", 2="CAD", 3='2019-05-14T15:48:18', 4="0.00", 5="", 6='2019-05-14T00:00:00', 7="0.00", 8=3] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22368 [Bug 22368] Table suggestions lacks foreign key constraints -- You are receiving 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 14 17:57:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 15:57:48 +0000 Subject: [Koha-bugs] [Bug 22368] Table suggestions lacks foreign key constraints In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22368 --- Comment #54 from Jonathan Druart --- I think I have a blocker for 19.05, see bug 22905. suggestions.branchcode may be set to __ANY__ prior to this patch, and so the constraint will not be created. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:00:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:00:05 +0000 Subject: [Koha-bugs] [Bug 22368] Table suggestions lacks foreign key constraints In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22368 --- Comment #55 from Jonathan Druart --- (In reply to Jonathan Druart from comment #54) > I think I have a blocker for 19.05, see bug 22905. > > suggestions.branchcode may be set to __ANY__ prior to this patch, and so the > constraint will not be created. Nevermind, it will be set to NULL. Sorry for the noise! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:01:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:01:02 +0000 Subject: [Koha-bugs] [Bug 22368] Table suggestions lacks foreign key constraints In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22368 --- Comment #56 from Jonathan Druart --- However bug 22905 is still valid, the suggestion will not be accepted. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:02:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:02:19 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 --- Comment #45 from Jonathan Druart --- (In reply to Jonathan Druart from comment #42) > When approving a pending suggestion, nothing happens. In the logs there are > two errors: > > DBD::mysql::st execute failed: Cannot add or update a child row: a foreign > key constraint fails (`koha_kohadev`.`suggestions`, CONSTRAINT > `suggestions_ibfk_branchcode` FOREIGN KEY (`branchcode`) REFERENCES > `branches` (`branchcode`) ON DELETE SET NULL ON UPDATE CASCADE) [for > Statement "UPDATE `suggestions` SET `STATUS` = ?, `acceptedby` = ?, > `accepteddate` = ?, `branchcode` = ?, `managedby` = ?, `manageddate` = ? > WHERE ( `suggestionid` = ? )" with ParamValues: 0="ACCEPTED", 1="51", > 2='2019-05-14T15:34:15', 3="__ANY__", 4="51", 5='2019-05-14T15:34:15', > 6="3"] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. See bug 22905, not related to this patchset. > No suggestions ASKED letter transported by email at > /home/vagrant/kohaclone/C4/Letters.pm line 608. Not sure what is that (need to do something?), but IIRC it already happened before this patchset as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:09:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:09:22 +0000 Subject: [Koha-bugs] [Bug 22906] New: Minor corrections to plugins home page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22906 Bug ID: 22906 Summary: Minor corrections to plugins home page Change sponsored?: --- Product: Koha Version: master Hardware: All 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 Depends on: 22053 Target Milestone: --- I would like to make a few minor corrections to the plugins home page. Also to be revised is the CSS introduced by Bug 22053, which had some unintended consequences to other pages. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 [Bug 22053] Ability to disable some plugins -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:09:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:09:22 +0000 Subject: [Koha-bugs] [Bug 22053] Ability to disable some plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22906 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22906 [Bug 22906] Minor corrections to plugins home page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:19:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:19:39 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com Severity|major |critical --- Comment #1 from Jonathan Druart --- All this code is awful, I have no idea how to fix it simply and without introduce regressions. -- You are receiving 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 14 18:25:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:25:59 +0000 Subject: [Koha-bugs] [Bug 13906] TestObjectFactory(ies) for Koha objects. Enable easy Test object creation from HASHes or from preconfigured test groups. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13906 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #28 from Martin Renvoize --- (In reply to Josef Moravec from comment #27) > Could builder->build_object cover this case? I think you're right.. this can probably be closed as a duplicate at this point? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:26:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:26:38 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #2 from Jonathan Druart --- All of this is very confusing, it's full of bugs. Play with 'Organize by'=Library and you will get a strong headache quickly. -- You are receiving 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 14 18:33:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:33:35 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:47:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:47:30 +0000 Subject: [Koha-bugs] [Bug 22736] Search field on "New order > from suggestion" search for borrowernumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22736 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED --- Comment #4 from Jonathan Druart --- (In reply to Fridolin SOMERS from comment #3) > (In reply to Jonathan Druart from comment #2) > > Lowering severity. > > > > Frido, what are your thoughts on this? > > Oh indeed, the search by borrowernumber is needed for "Show only mine" > filter. > > I'd say the impact is really minor, close with wontfix ? No, I do not think so. So answer shows us it is a bug actually :) The searchable flag for the column could be added before clicking the link, then removed. -- You are receiving 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 14 18:47:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:47:36 +0000 Subject: [Koha-bugs] [Bug 22736] Search field on "New order > from suggestion" search for borrowernumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22736 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 18:47:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 16:47:58 +0000 Subject: [Koha-bugs] [Bug 22736] Search field on "New order > from suggestion" search for borrowernumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22736 --- Comment #5 from Jonathan Druart --- Your* answer shows us it is a bug actually :) -- You are receiving 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 14 19:03:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:03:16 +0000 Subject: [Koha-bugs] [Bug 22907] New: Cannot add new suggestion with strict SQL modes turned on Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Bug ID: 22907 Summary: Cannot add new suggestion with strict SQL modes turned on Change sponsored?: --- Product: Koha Version: unspecified 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 Target Milestone: --- DBIx::Class::Storage::DBI::_dbh_execute(): Incorrect integer value: '' for column 'copyrightdate' at row 1 at /home/vagrant/kohaclone/C4/Suggestions.pm line 457 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:07:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:07:58 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 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 14 19:08:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:08:00 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 --- Comment #1 from Jonathan Druart --- Created attachment 89763 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89763&action=edit Bug 22907: Add tests Do not use copyrightdate as it is weird to have it int -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:08:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:08:03 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 --- Comment #2 from Jonathan Druart --- Created attachment 89764 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89764&action=edit Bug 22907: Fix new suggestion with strict sql modes With sql_strict_modes turned on, if you try to create a new suggestion you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 Test plan: Turn on strict_sql_modes, create a new suggestion, then edit it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:08:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:08:17 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17258 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 [Bug 17258] [OMNIBUS] MySQL 5.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:08:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:08:17 +0000 Subject: [Koha-bugs] [Bug 17258] [OMNIBUS] MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22907 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 [Bug 22907] Cannot add new suggestion with strict SQL modes turned on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:13:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:13:12 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:19:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:19:37 +0000 Subject: [Koha-bugs] [Bug 22908] New: Modsuggestion will generate a notice even if the modification failed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 Bug ID: 22908 Summary: Modsuggestion will generate a notice even if the modification failed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: major 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 Target Milestone: --- There is a return value $status_update_table that is set to 0, then we send the alert (whatever the value of this variable). We must return earlier if something happened! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:19:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:19:54 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22908 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 [Bug 22908] Modsuggestion will generate a notice even if the modification failed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:19:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:19:54 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22907 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 [Bug 22907] Cannot add new suggestion with strict SQL modes turned on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:24:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:24:29 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 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 14 19:24:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:24:32 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 --- Comment #1 from Jonathan Druart --- Created attachment 89765 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89765&action=edit Bug 22908: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:24:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:24:34 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 --- Comment #2 from Jonathan Druart --- Created attachment 89766 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89766&action=edit Bug 22908: Prevent ModSuggestion to send a notice if something wrong happened There is a return value $status_update_table that is set to 0, then we send the alert (whatever the value of this variable). We must return earlier if something happened! Test plan: Not sure how to recreate it via the interface, so just run the tests? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:26:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:26:09 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |12627 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12627 [Bug 12627] SQLHelper replacement - C4::Suggestions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:26:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:26:09 +0000 Subject: [Koha-bugs] [Bug 12627] SQLHelper replacement - C4::Suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12627 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22907 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 [Bug 22907] Cannot add new suggestion with strict SQL modes turned on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:28:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:28:37 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89764|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 89767 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89767&action=edit Bug 22907: Fix new suggestion with strict sql modes With sql_strict_modes turned on, if you try to create a new suggestion you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 Test plan: Turn on strict_sql_modes, create a new suggestion, then edit it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:28:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:28:40 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 --- Comment #4 from Jonathan Druart --- Created attachment 89768 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89768&action=edit Bug 22907: Remove previous code handling the same thing See: commit a71b96295fb07084e4f87ac1a471e89355f3c5a4 Bug 12627: Fix default values -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 19:30:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 17:30:58 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #5 from Jonathan Druart --- Note that the new test will generate a DBI error, we already have one in the tests (from Patrons.t IIRC). I will try to deal with them on a separate bug report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 20:21:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 18:21:55 +0000 Subject: [Koha-bugs] [Bug 11853] Cannot clear date of birth via OPAC patron update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #10 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 20:22:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 18:22:09 +0000 Subject: [Koha-bugs] [Bug 22849] Data shared without agreement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 20:22:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 18:22:27 +0000 Subject: [Koha-bugs] [Bug 22881] Trying to clear search history via the navbar X doesn't clear any searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 20:22:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 18:22:37 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #14 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 20:22:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 18:22:44 +0000 Subject: [Koha-bugs] [Bug 22899] Cannot view course details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #16 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 21:28:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 19:28:45 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | Status|Passed QA |Failed QA --- Comment #11 from Nick Clemens --- Hi Hayley, We need a server side check here for the permissions. With these patches I can inspect the element, add the write-off button to submit, and write off the charge This is probably true for payments as well. This will prevent 90% of the cases, but we should probably strictly enforce. You can git grep for haspermission to see some examples -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 21:30:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 19:30:46 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #12 from Katrin Fischer --- Hm, I tried to reach the URL directly and got a login 'not enough permissions' - can you explain a bit more? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 22:10:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 20:10:33 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #110 from Tom?s Cohen Arazi --- (In reply to Liz Rea from comment #103) > The main question I have is, which is the location that defines which group > the reserve can be picked up in, the patron's branch (which is what I > believe the intent of the feature request was) or the item's homebranch? I think the weirdness here is that the current implementation is not considering ReservesControlBranch and instead it is using HomeOrHoldingBranch, which is not intended for holds. I have reviewed both sysprefs history, and noticed this. So, the solution is to actually allow the library to choose the desired behaviour through this syspref. The options it provides are: - Check the patron's home library to see if the patron can place a hold on the item. - Check the item's home library to see if the patron can place a hold on the item. So I think we just need to stick with that, and both possible answers to the question will be covered. It also looks like it would follow Koha's current approach. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 22:24:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 20:24:15 +0000 Subject: [Koha-bugs] [Bug 20256] Add ability to limit editing of items to home library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 23:06:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 21:06:05 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #105 from Katrin Fischer --- Patches don't apply for me - maybe a missing dependency? Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 21626: Add teams.yaml to /docs Applying: Bug 21626: Use teams.yaml for teams section Using index info to reconstruct a base tree... M about.pl M koha-tmpl/intranet-tmpl/prog/en/modules/about.tt Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/about.tt Auto-merging about.pl CONFLICT (content): Merge conflict in about.pl error: Failed to merge in the changes. Patch failed at 0001 Bug 21626: Use teams.yaml for teams section The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-21626-Use-teamsyaml-for-teams-section-igzqn1.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 14 23:37:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 21:37:56 +0000 Subject: [Koha-bugs] [Bug 21937] Syspref autoBarcode annual doesn't increment properly barcode in some cases In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21937 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #10 from Lucas Gass --- backported t0 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 00:25:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 22:25:53 +0000 Subject: [Koha-bugs] [Bug 22735] Broken MARC and ISBD views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22735 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #14 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 00:38:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 14 May 2019 22:38:10 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #13 from Hayley Mapley --- (In reply to Nick Clemens from comment #11) > Hi Hayley, > > We need a server side check here for the permissions. With these patches I > can inspect the element, add the write-off button to submit, and write off > the charge > > This is probably true for payments as well. This will prevent 90% of the > cases, but we should probably strictly enforce. > > You can git grep for haspermission to see some examples The second patch that I added enforced removal of the submit button if the staff user managed to find a way to get to paycollect.tt to confirm the payment/writeoff (either through constructing a url or adding the button somehow). If the user doesn't have the permissions, the button will not be there. Is this button you talked about adding manually to the page? If this isn't your concern, I will look into the server side check you mentioned Thanks for looking at it! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 06:14:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 04:14:00 +0000 Subject: [Koha-bugs] [Bug 22909] New: Unable to upload PDF files to Koha under 856$u- File could not be created. Check Permissions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22909 Bug ID: 22909 Summary: Unable to upload PDF files to Koha under 856$u- File could not be created. Check Permissions Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: Linux Status: NEW Severity: major Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: farhan at kemu.edu.pk QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Target Milestone: --- Created attachment 89769 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89769&action=edit Attaching file to catalogue records Dear All, Hope you are fine. I am new to Koha and have setup Koha 18.11 on a Debian Stretch OS. Everything is working fine and all the features are functional, except the File upload page (under 856$u) where I am trying to attach some pdf, .doc and .xls files with catalogue records. upload path is /var/lib/koha/kemu/uploads. The problem is that previously (some days ago) it was working fine and some files were uploaded successfully without any issue, but since 2 weeks, every time I try to upload / attach a file with catalogue record, I get the error "File could not be created. Check permissions." The owner and group of the uploads folder is kemu-koha. To resolve this issue, I have even granted read write and execute permissions to group and users (others) as well but still I am facing this error. It has been few days, and I am unable to resolve this issue, and it is really frustrating because our library staff has some tight deadlines to upload the whole catalogue and I do not know how to get rid of this nasty error. Please if someone can help me resolve this issue, I shall be very grateful. Regards, Farhan -- You are receiving 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 15 06:14:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 04:14:26 +0000 Subject: [Koha-bugs] [Bug 22909] Unable to upload PDF files to Koha under 856$u- File could not be created. Check Permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22909 Farhan Abbas changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high -- You are receiving 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 15 06:17:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 04:17:48 +0000 Subject: [Koha-bugs] [Bug 22909] Unable to upload PDF files to Koha under 856$u- File could not be created. Check Permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22909 Farhan Abbas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |farhan at kemu.edu.pk --- Comment #1 from Farhan Abbas --- Created attachment 89770 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89770&action=edit Error on Main (File Upload) Page.. Tools-> Upload 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 Wed May 15 07:40:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:04 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89750|0 |1 is obsolete| | --- Comment #106 from Martin Renvoize --- Created attachment 89771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89771&action=edit Bug 21626: Add teams.yaml to /docs 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 Wed May 15 07:40:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:08 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89751|0 |1 is obsolete| | --- Comment #107 from Martin Renvoize --- Created attachment 89772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89772&action=edit Bug 21626: Use teams.yaml for teams section 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 Wed May 15 07:40:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:11 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89752|0 |1 is obsolete| | --- Comment #108 from Martin Renvoize --- Created attachment 89773 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89773&action=edit Bug 21626: (follow-up) Changes based on feedback 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 Wed May 15 07:40:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:15 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89753|0 |1 is obsolete| | --- Comment #109 from Martin Renvoize --- Created attachment 89774 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89774&action=edit Bug 21626: (follow-up) Performance Improvement 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 Wed May 15 07:40:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:19 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89754|0 |1 is obsolete| | --- Comment #110 from Martin Renvoize --- Created attachment 89775 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89775&action=edit Bug 21626: Add release dates to team 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 Wed May 15 07:40:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:23 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89755|0 |1 is obsolete| | --- Comment #111 from Martin Renvoize --- Created attachment 89776 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89776&action=edit Bug 21626: Corrections to typos Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 07:40:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:26 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89756|0 |1 is obsolete| | --- Comment #112 from Martin Renvoize --- Created attachment 89777 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89777&action=edit Bug 21626: (follow-up) Template corrections for arrayref Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 07:40:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:30 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89757|0 |1 is obsolete| | --- Comment #113 from Martin Renvoize --- Created attachment 89778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89778&action=edit Bug 21626: (QA follow-up) Don't crash on missing teams file Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 07:40:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:34 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89758|0 |1 is obsolete| | --- Comment #114 from Martin Renvoize --- Created attachment 89779 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89779&action=edit Bug 21626: (QA follow-up) Embed teams.yaml for debian packages Like history.txt we need to tell some debian/ files to copy teams.yaml Also pick it for the `make install` process (Makefile.PL) Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 07:40:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:40:38 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89759|0 |1 is obsolete| | --- Comment #115 from Martin Renvoize --- Created attachment 89780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89780&action=edit Bug 21626: (QA follow-up) Remove duplicate roles The teams file contains all roles so we don't need to also list them in the contributors file. This patch removes them from contributors.yaml and relies only on the merging of teams. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 07:41:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:41:39 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 --- Comment #116 from Martin Renvoize --- (In reply to Katrin Fischer from comment #105) > Patches don't apply for me - maybe a missing dependency? > > Apply? [(y)es, (n)o, (i)nteractive] y > Applying: Bug 21626: Add teams.yaml to /docs > Applying: Bug 21626: Use teams.yaml for teams section > Using index info to reconstruct a base tree... > M about.pl > M koha-tmpl/intranet-tmpl/prog/en/modules/about.tt > Falling back to patching base and 3-way merge... > Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/about.tt > Auto-merging about.pl > CONFLICT (content): Merge conflict in about.pl > error: Failed to merge in the changes. > Patch failed at 0001 Bug 21626: Use teams.yaml for teams section > The copy of the patch that failed is found in: .git/rebase-apply/patch > When you have resolved this problem run "git bz apply --continue". > If you would prefer to skip this patch, instead run "git bz apply --skip". > To restore the original branch and stop patching run "git bz apply --abort". > Patch left in /tmp/Bug-21626-Use-teamsyaml-for-teams-section-igzqn1.patch Rebased and ready to go -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 07:44:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 05:44:09 +0000 Subject: [Koha-bugs] [Bug 22909] Unable to upload PDF files to Koha under 856$u- File could not be created. Check Permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22909 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- Hi Farhan, this sounds more like a support request rather than a bug, especially since you said it worked before and didn't mention an update breaking it. Questions like this should be asked on the Koha mailing list (http://koha-community.org/support/koha-mailing-lists/) or in the #koha IRC channel (http://koha-community.org/get-involved/irc/). Many more people will see your question there. -- You are receiving 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 15 08:45:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 06:45:15 +0000 Subject: [Koha-bugs] [Bug 22705] Koha tries and fails to connect to local ElasticSearch while configuration points to a remote one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 --- Comment #4 from Julian Maurice --- Created attachment 89781 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89781&action=edit Bug 22705: Change default value of cxn_pool to 'Static' 'Static' is the default value of Search::Elasticsearch and for a good reason : it works in most cases, unlike the 'Sniff' option -- You are receiving 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 15 08:45:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 06:45:52 +0000 Subject: [Koha-bugs] [Bug 22705] Change default value of Elasticsearch cxn_pool to 'Static' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha tries and fails to |Change default value of |connect to local |Elasticsearch cxn_pool to |ElasticSearch while |'Static' |configuration points to a | |remote one | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 15 08:46:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 06:46:02 +0000 Subject: [Koha-bugs] [Bug 22705] Change default value of Elasticsearch cxn_pool to 'Static' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 Julian Maurice 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 Wed May 15 10:38:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 08:38:10 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar 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 15 10:53:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 08:53:04 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #1 from Julian Maurice --- Maybe a bit out of scope, but I would like to suggest reading https://keepachangelog.com/en/1.0.0/ Keeping a changelog file updated in the sources (and requiring new patches to include a changelog entry) might be easier than updating and fetching all "Text to go in the release notes" bugzilla fields at release time. It will also be easier for those that use the master branch to know what was introduced recently. Then displaying this file in Koha should be as easy as a "markdown2html" call. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 11:04:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 09:04:43 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 --- Comment #2 from Katrin Fischer --- I think keeping a manually edited text file would kind of contradict our use of bugzilla/git for generating the release notes :) I think if we do that, it needs to be fully automated. Having access to the release notes from wihin Koha might be a good start. Right now it's on the web and included in the release, but not accessible for librarians. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 11:44:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 09:44:42 +0000 Subject: [Koha-bugs] [Bug 22896] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[18.11] Item to be |Item to be transferred at |transferred at checkin |checkin clears overridden |clears overridden due date |due 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 Wed May 15 11:52:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 09:52:30 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 --- Comment #3 from Julian Maurice --- (In reply to Katrin Fischer from comment #2) > I think keeping a manually edited text file would kind of contradict our use > of bugzilla/git for generating the release notes :) I agree. That's why I said it is maybe out of the scope of this bug ;) I'm just mentioning that in case the people willing to work on this bug are not aware of this "convention", as it might have an influence on how they will do it. I think it has several advantages over the current method and, as a developer, I *really* appreciate when a project has an up-to-date changelog at the root of the source repository. Note that I am aware of misc/release_notes, but they are not up-to-date when using master, sometimes full of stuff that I don't care about (use Modern::Perl) and the important stuff is not emphasized enough (method removed/renamed) Again, I only suggested to read the page keepachangelog.com, not to follow exactly what it's saying -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 11:53:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 09:53:40 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #16 from Paul Poulain --- It just seemed to me to be more logical. And that does not make a big difference. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 12:54:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 10:54:47 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB (don't only ask for firstname lastname) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Allow organisations to sign |Allow organisations to sign |up to Mana KB more easily |up to Mana KB (don't only | |ask for firstname lastname) -- You are receiving 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 15 12:56:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 10:56:33 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 --- Comment #17 from Katrin Fischer --- (In reply to Paul Poulain from comment #16) > It just seemed to me to be more logical. And that does not make a big > difference. I don't mind much, it was just different to what I had in mind. I'd still really like to get a comment on bug 22210 from Biblibre. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 12:58:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 10:58:58 +0000 Subject: [Koha-bugs] [Bug 22910] New: Do not copy unique patron attributes to duplicated patron Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910 Bug ID: 22910 Summary: Do not copy unique patron attributes to duplicated patron 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: pasi.kallinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- When creating a new patron by duplicating another, all of the patron attributes are also copied into the form. Some of those value may be unique, so don't copy those. -- You are receiving 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 15 12:59:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 10:59:09 +0000 Subject: [Koha-bugs] [Bug 22910] Do not copy unique patron attributes to duplicated patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910 paxed changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pasi.kallinen at koha-suomi.fi |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 15 13:01:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 11:01:57 +0000 Subject: [Koha-bugs] [Bug 22910] Do not copy unique patron attributes to duplicated patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910 --- Comment #1 from paxed --- Created attachment 89782 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89782&action=edit Bug 22910 - Do not copy unique patron attributes to duplicated patron When creating a new patron by duplicating another, all of the patron attributes are also copied into the form. Some of those value may be unique, so don't copy those. 1) Create patron attribute types, one with "unique identifier", one without. 2) Create or a patron so it has values in both of those attributes. 3) Duplicate the patron 4) The edit form should retain the values from the "original" patron. 5) Apply patch. 6) Duplicate the patron - this time the attributes with unique values are cleared. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 13:04:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 11:04:18 +0000 Subject: [Koha-bugs] [Bug 22910] Do not copy unique patron attributes to duplicated patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910 paxed 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 15 13:34:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 11:34:17 +0000 Subject: [Koha-bugs] [Bug 22911] New: Renewal not allowed when item is in grace period Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22911 Bug ID: 22911 Summary: Renewal not allowed when item is in grace period Change sponsored?: --- Product: Koha Version: 18.05 Hardware: PC OS: Linux Status: NEW Severity: critical Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: ram.sundarv at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- When "Block renewing only for this item. " is selected in Administration-?System preferences->Circulation preferences-> Checkout Policy-> OverduesBlockCirc, the item is not allowed to renew in the grace period. -- You are receiving 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 15 13:46:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 11:46:07 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Elasticsearch, fix the |Elasticsearch, dynamic |encoding when you refine |display when you refine |your search |your search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 13:50:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 11:50:14 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 --- Comment #1 from axel Amghar --- The solution could be to show dynamically the results when you click on "Show more". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:02:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:02:47 +0000 Subject: [Koha-bugs] [Bug 22911] Renewal not allowed when item is in grace period In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22911 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|critical |enhancement --- Comment #1 from Katrin Fischer --- Even in grace period the item is still already overdue - I think this is the expected behaviour. Changing to enh - we could make a change here to have this configurable. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:03:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:03:16 +0000 Subject: [Koha-bugs] [Bug 17598] Make use of itemtypes.summary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17598 --- Comment #4 from Fridolin SOMERS --- Ah looks like it is used to customise addbooks.tt display : https://gitlab.com/koha-community/Koha/blob/604c7b818b63b93c66bb751ceb9d99bc1c109be9/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt#L80 I think we should remove this code (also from C4/Search.pm). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:04:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:04:20 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Vijay changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ram.sundarv 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 15 14:06:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:06:56 +0000 Subject: [Koha-bugs] [Bug 22875] Documentation misleading for import_patrons command line script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Attachment #89497|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:11:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:11:33 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Attachment #89569|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:11:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:11:50 +0000 Subject: [Koha-bugs] [Bug 22912] New: Accidental multiple clicking of fine "pay" creates multiple entries in accountlines table Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22912 Bug ID: 22912 Summary: Accidental multiple clicking of fine "pay" creates multiple entries in accountlines table Change sponsored?: --- Product: Koha Version: 18.05 Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: ram.sundarv at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- Accidental multiple clicking of fine "pay" button creates multiple entries in accountlines table. When the library counter person click the 'pay' multiple times accidentally while paying the fine. Multiple entries are created in the accountlines. It is not controlled in the session level. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:13:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:13:40 +0000 Subject: [Koha-bugs] [Bug 20514] Searching for a patrons using the address option doesn't work with streetnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:14:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:14:12 +0000 Subject: [Koha-bugs] [Bug 22713] Replacement price removed when receiving if using MarcItemFieldstoOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:13:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:13:51 +0000 Subject: [Koha-bugs] [Bug 22225] Tax hints and prices on orderreceive.pl may not match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #12 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:14:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:14:26 +0000 Subject: [Koha-bugs] [Bug 22742] RenewLoan return wrong datetime format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:14:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:14:44 +0000 Subject: [Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #20 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:15:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:15:12 +0000 Subject: [Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #28 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:16:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:16:05 +0000 Subject: [Koha-bugs] [Bug 22836] Tests catching XSS vulnerabilities in pagination are not correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #18 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:17:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:17:18 +0000 Subject: [Koha-bugs] [Bug 22850] SharedContent.t wrongly use ->set_userenv In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:17:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:17:30 +0000 Subject: [Koha-bugs] [Bug 22875] Documentation misleading for import_patrons command line script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:17:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:17:42 +0000 Subject: [Koha-bugs] [Bug 22878] Cannot add a patron card layout with mysql strict mode on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:18:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:18:00 +0000 Subject: [Koha-bugs] [Bug 22886] Missing space between fields from Keyword to MARC mapping in cataloguing search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:18:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:18:26 +0000 Subject: [Koha-bugs] [Bug 22889] Fix typos librairies and libaries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #6 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:18:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:18:35 +0000 Subject: [Koha-bugs] [Bug 22891] ILS-DI: RenewLoan explodes in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:18:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:18:47 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #4 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:19:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:19:01 +0000 Subject: [Koha-bugs] [Bug 7862] Warns when creating a new notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:27:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:27:39 +0000 Subject: [Koha-bugs] [Bug 22910] Do not copy unique patron attributes to duplicated patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910 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 15 14:27:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:27:41 +0000 Subject: [Koha-bugs] [Bug 22910] Do not copy unique patron attributes to duplicated patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89782|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 89783 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89783&action=edit Bug 22910 - Do not copy unique patron attributes to duplicated patron When creating a new patron by duplicating another, all of the patron attributes are also copied into the form. Some of those value may be unique, so don't copy those. 1) Create patron attribute types, one with "unique identifier", one without. 2) Create or a patron so it has values in both of those attributes. 3) Duplicate the patron 4) The edit form should retain the values from the "original" patron. 5) Apply patch. 6) Duplicate the patron - this time the attributes with unique values are cleared. Signed-off-by: Pasi Kallinen 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 15 14:29:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:29:39 +0000 Subject: [Koha-bugs] [Bug 22913] New: https://mana-kb.koha-community.org/ should not return a 404 error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22913 Bug ID: 22913 Summary: https://mana-kb.koha-community.org/ should not return a 404 error Change sponsored?: --- Product: Mana-kb Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: mana-kb server Assignee: koha-bugs at lists.koha-community.org Reporter: paul.poulain at biblibre.com Target Milestone: --- everything is in the summary : the / url of mana-kb.koha-community.org is currently returning a 404 error. It should return something more meaningful, like the API version -- You are receiving 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 15 14:32:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:32:03 +0000 Subject: [Koha-bugs] [Bug 22488] Mana: Improve confirmation email text and formatting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22488 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Project Infrastructure |Mana-kb Assignee|wizzyrea at gmail.com |koha-bugs at lists.koha-commun | |ity.org CC| |paul.poulain at biblibre.com Component|Project website |mana-kb server -- You are receiving 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 15 14:35:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:35:00 +0000 Subject: [Koha-bugs] [Bug 22400] There should be a 'dismiss' button on the admin page for the Mana message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22400 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED CC| |paul.poulain at biblibre.com --- Comment #1 from Paul Poulain --- I'm against a too easy "got it, stop asking me". It's currently possible to get rid of this message just by clicking on the "here link" and filling the syspref with "disable". So only 3 clicks far, and that's exactly how it should be imo. -- You are receiving 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 15 14:37:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:37:59 +0000 Subject: [Koha-bugs] [Bug 22913] https://mana-kb.koha-community.org/ should not return a 404 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22913 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17047 CC| |katrin.fischer at bsz-bw.de Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 [Bug 17047] Mana Knowledge Base : share data -- You are receiving 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 15 14:37:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:37:59 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22913 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22913 [Bug 22913] https://mana-kb.koha-community.org/ should not return a 404 error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:38:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:38:11 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood at ptfs-europ | |e.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 14:39:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:39:18 +0000 Subject: [Koha-bugs] [Bug 22257] Mana should prevent duplicate comments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22257 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit | |y.org | Component|Web services |mana-kb server CC| |paul.poulain at biblibre.com Product|Koha |Mana-kb Version|master |unspecified --- Comment #1 from Paul Poulain --- It's something that must be on server side, changing product -- You are receiving 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 15 14:41:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 12:41:08 +0000 Subject: [Koha-bugs] [Bug 22252] Status messages returned by Mana are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22252 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Web services |mana-kb server Version|master |unspecified QA Contact|testopia at bugs.koha-communit | |y.org | Product|Koha |Mana-kb CC| |paul.poulain at biblibre.com --- Comment #1 from Paul Poulain --- Owen, it is something we should change on server side first right ? Changing the product accordingly. -- You are receiving 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 15 15:11:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:11:50 +0000 Subject: [Koha-bugs] [Bug 20917] Improve email functionality relating to ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20917 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22818 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 15:11:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:11:50 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20917 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 15:12:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:12:02 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22818 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 15:12:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:12:02 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22843 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 15:33:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:33:14 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 --- Comment #4 from Jonathan Druart --- I would go with a list of patrons we could link to a library. Like what we have for funds (join table aqbudgetborrowers): https://snag.gy/sbSNCl.jpg And then use $patron->notice_email_address -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 15:37:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:37:13 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Agust?n Moyano 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 Wed May 15 15:37:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:37:16 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #5 from Agust?n Moyano --- Created attachment 89784 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89784&action=edit Bug 17178: Add shortcut to keyboard_shortcut table This patch adds Ctrl-K shortcut to toggle virtual keyboard shortcut Sponsored-by: Round Rock Public Library -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 15:48:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 13:48:45 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #6 from Agust?n Moyano --- Sorry, last patch gives 'request entity too large' Please use https://gitlab.com/thekesolutions/Koha/tree/bug-17178 The patches are the last 2 commits. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:02:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:02:39 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89784|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:02:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:02:46 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://gitlab.com/thekesol | |utions/Koha/tree/bug-17178 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:04:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:04:17 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Trivial patch |Small patch --- Comment #7 from Agust?n Moyano --- > Please use https://gitlab.com/thekesolutions/Koha/tree/bug-17178 I dont know if I expressed my self correctly.. I ment use this repo https://gitlab.com/thekesolutions/Koha with branch bug-17178 Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:08:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:08:09 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21411 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:08:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:08:09 +0000 Subject: [Koha-bugs] [Bug 21411] Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17178 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:10:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:10:57 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #8 from Fridolin SOMERS --- The patch contains some unexplained commented code : - @plugins = grep { $_->api_namespace } @plugins; + #@plugins = grep { $_->api_namespace } @plugins; + # $c->res->headers->content_type("image/jpeg"); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:14:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:14:51 +0000 Subject: [Koha-bugs] [Bug 22417] Delegate background jobs execution In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 Juan Romay Sieira changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juan.sieira at xercode.es --- Comment #25 from Juan Romay Sieira --- Thanks Jonathan for the great job done. I have been testing the development, it works correctly and it seems to me a very good idea to use RabbitMQ as a queue manager. As I had told you by email, we have to do a development focused on the reports, so that they can be executed regardless of AT, and also can be scheduled reports that require user parameters at the time of execution. Because the reports should be able to be programmed, the way to work with RabbitMQ would be through two possibilities: * Use version 3.5.3 or later of RabbitMQ. The one I have installed with Debian Jessie is 3.3.5. From version 3.5.3 you can use a plugin for delayed messages, so that these can be consumed in the future, and not immediately, which is how RabbitMQ works. I do not know how Net::RabbitFoot will behave in this case ... * Use an intermediate table (or the background_jobs table, with a new column called exec_on) for future messages, and have a producer (cronjob) to send the messages to RabbitMQ at the time they need to be consumed. If nobody raises objections to the use of RabbitMQ, I can investigate the above options, and make a POC for scheduled reports. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:42:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:42:17 +0000 Subject: [Koha-bugs] [Bug 22252] Status messages returned by Mana are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22252 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mana-kb server |Mana-kb (server) Product|Mana-kb |Project Infrastructure CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:42:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:42:31 +0000 Subject: [Koha-bugs] [Bug 22257] Mana should prevent duplicate comments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22257 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Product|Mana-kb |Project Infrastructure Component|mana-kb server |Mana-kb (server) -- You are receiving 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 15 16:42:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:42:42 +0000 Subject: [Koha-bugs] [Bug 22913] https://mana-kb.koha-community.org/ should not return a 404 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22913 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mana-kb server |Mana-kb (server) CC| |jonathan.druart at bugs.koha-c | |ommunity.org Product|Mana-kb |Project Infrastructure -- You are receiving 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 15 16:42:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:42:51 +0000 Subject: [Koha-bugs] [Bug 22488] Mana: Improve confirmation email text and formatting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22488 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Mana-kb |Project Infrastructure Component|mana-kb server |Mana-kb (server) CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:44:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:44:21 +0000 Subject: [Koha-bugs] [Bug 22914] New: Batch Item Delete column misconfigured when using show/hide tool Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Bug ID: 22914 Summary: Batch Item Delete column misconfigured when using show/hide tool Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- When using the batch delete tool the show/hide columns checkboxes are misconfigured. Instead of hiding/showing the proper column the column immediately to the right is instead hidden. This effects master and 18.11.x -- You are receiving 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 15 16:47:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:47:30 +0000 Subject: [Koha-bugs] [Bug 22487] Add Mana and Bugzilla components on bugzilla In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22487 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Discussion |RESOLVED --- Comment #18 from Jonathan Druart --- Discussed during the last dev meeting: I moved the 4 bugs from the Mana-kb product to a new Project infrastructure > Mana-kb (server) Removed the Mana-kb product Then created a Koha > Mana-kb component for Mana related code inside Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 16:58:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 14:58:27 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 17:01:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:01:33 +0000 Subject: [Koha-bugs] [Bug 18306] "Renew selected" and "renew all" in OPAC can be confusing for users not allowed to do it In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18306 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Status|Needs Signoff |Failed QA --- Comment #14 from Liz Rea --- I see this too, renew selected appears even if there are no items available to renew. It seems to work correctly when OverduesBlockRenewing is set to block. Sorry Owen. :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 17:30:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:30:24 +0000 Subject: [Koha-bugs] [Bug 19490] Add a 'holds' column to the Batch Item Modification Tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19490 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22914 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 17:30:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:30:24 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | Depends on| |19490 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19490 [Bug 19490] Add a 'holds' column to the Batch Item Modification Tool -- You are receiving 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 15 17:32:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:32:01 +0000 Subject: [Koha-bugs] [Bug 22913] https://mana-kb.koha-community.org/ should not return a 404 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22913 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #1 from Martin Renvoize --- I'd suggest it return a nice welcome page briefly describing what Mana is personally. -- You are receiving 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 15 17:33:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:33:16 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lucas Gass 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 15 17:33:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:33:18 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #1 from Lucas Gass --- Created attachment 89785 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89785&action=edit Bug 22914: Batch Item Delete column misconfigured when using show/hide tool TEST PLAN: 1. Go to Tools > Batch item deletion and enter at least one barcode. 2. Try to hide a column that is showing 3. Notice it hides the wrong column 4. apply patch 5. repeat steps 1 and 2. 6. Notice the correct column is being hidden -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 17:35:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:35:32 +0000 Subject: [Koha-bugs] [Bug 22915] New: Cannot subscribe to Mana-KB Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22915 Bug ID: 22915 Summary: Cannot subscribe to Mana-KB Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Mana-kb Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com Target Milestone: --- On entering my details into the initial setup screen I am faced with the following errors and do not receive the email described. malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "\r\n References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22915 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |blocker Priority|P5 - low |P1 - high Target Milestone|--- |19.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 17:49:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:49:09 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #36 from Agust?n Moyano --- Created attachment 89786 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89786&action=edit Bug 21073: (follow-up) Rebase from master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 17:52:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:52:40 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89785|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 89787 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89787&action=edit Bug 22914: Batch Item Delete column misconfigured when using show/hide tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 17:57:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 15:57:27 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #3 from Lucas Gass --- attachment 89787 fixes a bad filter, the test plan remains the same. TEST PLAN: 1. Go to Tools > Batch item deletion and enter at least one barcode. 2. Try to hide a column that is showing 3. Notice it hides the wrong column 4. apply patch 5. repeat steps 1 and 2. 6. Notice the correct column is being hidden -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 18:28:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 16:28:40 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Status|Needs Signoff |Failed QA --- Comment #20 from Liz Rea --- Hi, I don't think the tests are working right : t/db_dependent/Circulation.t (Wstat: 256 Tests: 130 Failed: 1) Failed test: 117 Non-zero exit status: 1 That's the one you added yeah? Functionally, it does seem to fix the problem. Happy to retest when you think the tests are fixed up. Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 18:52:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 16:52:44 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #4 from ByWater Sandboxes --- Created attachment 89788 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89788&action=edit Bug 22742: ILS-DI - Fix datetime format returned by RenewLoan Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet Signed-off-by: Bin Wen https://bugs.koha-community.org/show_bug.cgi?id=22472 Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens Signed-off-by: Lisette Scheer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 18:59:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 16:59:44 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #8 from Liz Rea --- Hi, For the M?ori keyboard, I didn't see how to add the tohut?, we may need to add a layout for it like they recommend here? https://github.com/hodgef/simple-keyboard-layouts/wiki/Supported-Layouts I know that it's a relatively obscure language to ensure support for, but it's important because Koha comes from New Zealand. Otherwise, functionally this works fine. I think if we just add a layout for M?ori, either just for us or to the originating project, this should be good to go. I might be convinced to make all of that a follow up bug as well, so this one can move on. :) Does anyone else have opinions about this? Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:01:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:01:12 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89788|0 |1 is obsolete| | --- Comment #5 from ByWater Sandboxes --- Created attachment 89789 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89789&action=edit Bug 22742: ILS-DI - Fix datetime format returned by RenewLoan Test plan : Call RenewLoan a few times and check the date returned is correct (minute wise). Signed-off-by: Arthur Bousquet Signed-off-by: Bin Wen https://bugs.koha-community.org/show_bug.cgi?id=22472 Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens Signed-off-by: Lisette Scheer https://bugs.koha-community.org/show_bug.cgi?id=22914 Signed-off-by: Lisette Scheer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:02:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:02:12 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:04:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:04:22 +0000 Subject: [Koha-bugs] [Bug 21651] Force insert of notices related tables during the install process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #17 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:04:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:04:33 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #13 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:06:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:06:09 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #13 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- 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 Wed May 15 19:05:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:05:57 +0000 Subject: [Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #14 from Nick Clemens --- (In reply to Katrin Fischer from comment #5) > > The validation is done using the browser's built-in interpretation of the > > HTML5 attribute "required." What you see appears to be a browser bug. I see > > it in Firefox but not Chrome. > > Actually, I was kind of afraid you'd say that. Should we push or wait a bit > until this is fixed? on the form it's really confusing. I don't think this is too bad, the red highlight makes it fairly obvious which field and any click clears. Still keeping my fingers crossed for firefox to fix it -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:06:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:06:49 +0000 Subject: [Koha-bugs] [Bug 22215] table_borrowers name is inconsistent with other tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22215 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:06:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:06:54 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89787|0 |1 is obsolete| | --- Comment #6 from Lucas Gass --- Created attachment 89790 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89790&action=edit Bug 22914: Batch Item Delete column misconfigured when using show/hide tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:10:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:10:18 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Attachment #89789|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:17:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:17:58 +0000 Subject: [Koha-bugs] [Bug 22867] UniqueItemFields preference value should be pipe-delimited In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:17:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:17:52 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | --- Comment #18 from Nick Clemens --- I really like these, would like to see Joubu's patches tested so holding off for 19.05 One note too: With this patch I cannot see the full value of the pref or copy the text of the pref out - it would be nice to have the helper and also be able to directly edit the field. Not a blocker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:20:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:20:35 +0000 Subject: [Koha-bugs] [Bug 22390] When duplicating existing order lines new items are not created In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22390 Sandre Cunha changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cunha at monterey.org --- Comment #15 from Sandre Cunha --- This would be a great enhancement if only it would allow you to change the quantity. Typically we only order 1 copy initially, but if the item is popular, when we re-order we would want to add 2 or 3 (or more) copies. I don't see much advantage of having to replicate this process multiple times, versus just creating a new order with the number of items needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:37:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:37:02 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #9 from Tom?s Cohen Arazi --- (In reply to Liz Rea from comment #8) > > I know that it's a relatively obscure language to ensure support for, but > it's important because Koha comes from New Zealand. We should support it. > Otherwise, functionally this works fine. I think if we just add a layout for > M?ori, either just for us or to the originating project, this should be good > to go. > > I might be convinced to make all of that a follow up bug as well, so this > one can move on. :) This seriously belongs to a separate bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:45:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:45:42 +0000 Subject: [Koha-bugs] [Bug 22390] When duplicating existing order lines new items are not created In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22390 --- Comment #16 from Andrew --- Sandre, the use case laid out in the original bug 15184 was focused on cases where you would be copying the whole order exactly -- like serials or databases, where generally you're only going to have a quantity of 1 anyway and it will stay consistent order-to-order. I agree that this is not going to be the easiest way to do what you're doing. For that I'd probably just add to basket from the existing bib. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:47:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:47:11 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Liz Rea 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 15 19:47:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:47:14 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89744|0 |1 is obsolete| | --- Comment #4 from Liz Rea --- Created attachment 89791 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89791&action=edit Bug 22802: Check item funds, order funds, and default funds when ordering from a file This patch tries to centralise the logic of order funds requirements into a single routine. If propogates defaults down into items/order as necessary, it also prevents unsetting lower values if a default is set. To test: 1 - Populate 'MarcItemFieldsToOrder' 2 - Add to a basket from a file 3 - Use a file containing some item records with funds defined or not 4 - Confirm if all items have funds defined, you can order 5 - Confirm that setting the default for an order populates items and you can order 6 - Confirm that setting the default for all orders populates items if present/ order if not 7 - Confirm that if defaults are set the lower levels cannot be unset 8 - Try various settings and confirm all work as expected Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:52:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:52:25 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89765|0 |1 is obsolete| | Attachment #89766|0 |1 is obsolete| | --- Comment #3 from Liz Rea --- Created attachment 89792 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89792&action=edit Bug 22908: Add tests Signed-off-by: Liz Rea Resolved small conflict with number of tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:52:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:52:34 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 --- Comment #4 from Liz Rea --- Created attachment 89793 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89793&action=edit Bug 22908: Prevent ModSuggestion to send a notice if something wrong happened There is a return value $status_update_table that is set to 0, then we send the alert (whatever the value of this variable). We must return earlier if something happened! Test plan: Not sure how to recreate it via the interface, so just run the tests? Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 19:54:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 17:54:13 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #34 from Liz Rea --- Waiting for the promised tests (I know you are busy!) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 20:02:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 18:02:39 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 20:03:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 18:03:02 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89472|0 |1 is obsolete| | --- Comment #35 from Liz Rea --- Created attachment 89794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89794&action=edit Bug 19919: Stop using paidfor altogether This patch removed references to setting and getting the items.paidfor field. Where it was used for display, in moredetail.pl, we replace it with a query on the accountlines. Test plan: 1) Apply patch 2) Pay off a LOST item 3) Check for the associated display of 'Paidfor?:' on the itemdetails page 4) Writeoff a LOST item 5) Check that a 'Paidfor?:' is not displayed on the itemdetails page. Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 21:00:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 19:00:48 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off Change sponsored?|Sponsored |--- --- Comment #10 from Liz Rea --- The feature works well and it will be a relatively small job to add the M?ori keyboard layout, good for the academy possibly. Will file another bug to be sure we add it. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 21:03:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 19:03:05 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #11 from Liz Rea --- Created attachment 89795 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89795&action=edit Bug 17178: Add shortcut to keyboard_shortcut table This patch adds Ctrl-K shortcut to toggle virtual keyboard shortcut Sponsored-by: Round Rock Public Library Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 21:04:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 19:04:14 +0000 Subject: [Koha-bugs] [Bug 17178] Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #12 from Liz Rea --- still a problem with request entity too large, but you can get the patch (which should have an implied sign off from me) from Theke's gitlab. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 22:25:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 20:25:03 +0000 Subject: [Koha-bugs] [Bug 20955] Add ability to trigger holds that violate holds policies (overridden holds) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20955 Margaret changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |margaret at bywatersolutions.c | |om -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 15 22:27:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 20:27:03 +0000 Subject: [Koha-bugs] [Bug 20955] Add ability to trigger holds that violate holds policies (overridden holds) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20955 Martha Fuerst changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfuerst at hmcpl.org --- Comment #3 from Martha Fuerst --- This is me being a squeaky wheel. We would love to help test this, as it would greatly benefit how we deal with holds that occasionally come out of our Outreach collection. -Marti Fuerst -- You are receiving 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 15 23:16:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 21:16:10 +0000 Subject: [Koha-bugs] [Bug 22916] New: Processing Fee charged multiple times Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22916 Bug ID: 22916 Summary: Processing Fee charged multiple times Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- This takes some really specific setup and processing to duplicate. To do so: - Set up an item type with a processing fee but no default replacement cost - create an item with no replacement cost in the 952$v - Check that item out with a due date several days in the past - run longoverdue.pl --lost 1=1 --confirm - run longoverdue.pl --lost 2=2 --confirm --charge 2 - note the item is at lost status 2, patron has been charged the processing fee but no lost fee - run longoverdue.pl --lost 1=1 --confirm (again) - note the item changes back to lost status 1 - run longoverdue.pl --lost 2=2 --confirm --charge 2 (again) - note the item changes back to lost status 2 and the processing fee is charged a second time This does not occur if the item has a replacement cost and a Lost fee is created on the account. In that case, the processing fee is only charged once. This can be avoided by using the --maxdays option in the longoverdue cron. -- You are receiving 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 16 00:14:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 22:14:12 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #7 from Jonathan Druart --- Applying: Bug 22914: Batch Item Delete column misconfigured when using show/hide tool error: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt). error: could not build fake ancestor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 00:14:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 22:14:27 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #8 from Jonathan Druart --- Please provide a patch for master, Lucas. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 00:25:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 22:25:03 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #77 from Jonathan Druart --- Like that, adding a new 'uri' field: https://snag.gy/BpxcIq.jpg -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 00:54:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 22:54:55 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 00:54:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 22:54:58 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89790|0 |1 is obsolete| | --- Comment #9 from Lucas Gass --- Created attachment 89796 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89796&action=edit Bug 22914: Batch Item Delete column misconfigured when using show/hide tool TEST PLAN: 1. Go to Tools > Batch item deletion and enter at least one barcode. 2. Try to hide a column that is showing 3. Notice it hides the wrong column 4. apply patch 5. repeat steps 1 and 2. 6. Notice the correct column is being hidden -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 01:53:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 23:53:31 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=8132 --- Comment #10 from Jonathan Druart --- Hi Lucas, You are doing much more that what is advertised. A new column is added (the one added by bug 19490). See also bug 8132. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 01:53:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 15 May 2019 23:53:31 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22914 -- You are receiving 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 16 02:04:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 00:04:03 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #11 from Nick Clemens --- The changes on 19490 caused this, the two templates share a js file, and the data passed is the same. Adding the column to the template brings things back into alignment, the data is already there, we just show it. We could leave out the whitespace changes, but I think they make it much easier to read Ultimately the item display should be an include used by both templates, but adding the column now seems a better idea than adding logic to the js to act differently in the two pages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 02:33:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 00:33:26 +0000 Subject: [Koha-bugs] [Bug 21213] Circulation.t needs diagnostics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 --- Comment #9 from Jonathan Druart --- Same today, I have a fix coming. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 02:43:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 00:43:22 +0000 Subject: [Koha-bugs] [Bug 22917] New: Circulation.t fails if tests are ran slowly Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Bug ID: 22917 Summary: Circulation.t fails if tests are ran slowly Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Test Suite Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- After bug 21213 we wanted to know why Circulation.t was failing randomly on a given test. Since it is pushed, it failed (at least) twice, with the same error: # Failed test 'AddReturn must have debarred the patron' # at t/db_dependent/Circulation.t line 3112. # got: '' # expected: '1' # AddReturn returned message $VAR1 = { # 'WasReturned' => 1 # }; # Failed test 'Test at line 1918' # at t/db_dependent/Circulation.t line 3116. # got: '0' # expected: '1' # Failed test 'Test at line 1918' # at t/db_dependent/Circulation.t line 3119. # got: undef # expected: '2019-05-30' # Looks like you failed 3 tests of 21. The test at line 3113 expects the flags 'WasReturned' and 'Debarred' to be set, but only WasReturned is. Which means the patron has not been debarred. It is not because the checkout has not been detected as overdue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 02:43:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 00:43:31 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21213 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 [Bug 21213] Circulation.t needs diagnostics -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 02:43:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 00:43:31 +0000 Subject: [Koha-bugs] [Bug 21213] Circulation.t needs diagnostics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22917 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 [Bug 22917] Circulation.t fails if tests are ran slowly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 02:55:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 00:55:37 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #12 from Jonathan Druart --- Yes Nick, it is exactly why I let this comment. With more info I wouldn't have needed to look after them :) And also why I linked it with bug 8132. People seems to want this info (number of holds) on this page. I was asking to advertise it, like it was a new enhancement, not only a 'misalignment bug'. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 02:59:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 00:59:46 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #13 from Lucas Gass --- Thanks Jonathan. I will be more precise with advertisement in the future. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:07:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:07:14 +0000 Subject: [Koha-bugs] [Bug 22044] NoRenewalBeforePrecision should be set by default for new installations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22044 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #17 from Lucas Gass --- cant clean apply this patch set to 18.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:10:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:10:48 +0000 Subject: [Koha-bugs] [Bug 22918] New: Set the default number of entries in a list to display on a variety of pages Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22918 Bug ID: 22918 Summary: Set the default number of entries in a list to display on a variety of pages Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: margaret at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- An enhancement system preference like NumSavedReports (By default, show [blank] reports on the Saved Reports page.) but for the list of entries on other pages like Course Reserves or MARC frameworks. OR An enhancement that caches the value those lists are set to for a session. If you?re on Course Reserves and say you want to see 50 (instead of 20) could that value be cached for your session, so that if you leave the Course Reserves page to look at a patron account and come back to it the list loads 50. -- You are receiving 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 16 03:10:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:10:59 +0000 Subject: [Koha-bugs] [Bug 22918] Set the default number of entries in a list to display on a variety of pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22918 Margaret changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |margaret at bywatersolutions.c | |om -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:11:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:11:57 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 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 16 03:12:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:12:00 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 --- Comment #1 from Jonathan Druart --- Created attachment 89797 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89797&action=edit Bug 22917: Recreate the failure -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:12:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:12:04 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 --- Comment #2 from Jonathan Druart --- Created attachment 89798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89798&action=edit Bug 22917: Prevent Circulation.t if tests ran too slowly After bug 21213 we wanted to know why Circulation.t was failing randomly on a given test. Since it is pushed, it failed (at least) twice, with the same error: # Failed test 'AddReturn must have debarred the patron' # at t/db_dependent/Circulation.t line 3112. # got: '' # expected: '1' # AddReturn returned message $VAR1 = { # 'WasReturned' => 1 # }; # Failed test 'Test at line 1918' # at t/db_dependent/Circulation.t line 3116. # got: '0' # expected: '1' # Failed test 'Test at line 1918' # at t/db_dependent/Circulation.t line 3119. # got: undef # expected: '2019-05-30' # Looks like you failed 3 tests of 21. The test at line 3113 expects the flags 'WasReturned' and 'Debarred' to be set, but only WasReturned is. Which means the patron has not been debarred. It is not because the checkout has not been detected as overdue. If you apply only the first patch you will see that the tests are failing with the exact same failures. Indeed, if due_date is not passed to test_debarment_on_checkout, it is set to now (dt_from_string). However, if the call and the test of the parameters inside the subroutine takes more than 1 second, then due_date will be after what we really expect. To reproduce that, we add 1 minute to due_date and we observe the tests failing. The trick here (and we should have in all our tests) is to mock DateTime->now to make sure dt_from_string will always return the same value, it is what we expect from our tests (in 99.9% of the cases at least). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:12:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:12:07 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 --- Comment #3 from Jonathan Druart --- Created attachment 89799 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89799&action=edit Bug 22917: Fix more funky things And that's where a land. We are making another test failing much more often than before. The 'now' mocked will be far before the now() of mysql from the tests executed at the end of Circulation.t Without this patch I get the following error one out of the two runs: # Failed test 'renew log successfully added' # at t/db_dependent/Circulation.t line 3024. # got: '4' # expected: '5' # Looks like you failed 1 test of 13. Using the mocked value will solve this issue. I cannot find any side-effects this change could cause. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:12:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:12:55 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |tomascohen at gmail.com --- Comment #4 from Jonathan Druart --- Some fun for you guys :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:17:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:17:51 +0000 Subject: [Koha-bugs] [Bug 22723] Syntax error on confess call in Koha/MetadataRecord/Authority.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22723 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #10 from Lucas Gass --- pushed to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:18:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:18:18 +0000 Subject: [Koha-bugs] [Bug 22762] Collection codes not displayed on receiving In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22762 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #10 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:19:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:19:25 +0000 Subject: [Koha-bugs] [Bug 16232] Edit as new (duplicate) doesn't work correctly with Rancor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16232 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass --- missing dependency for 18.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:23:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:23:03 +0000 Subject: [Koha-bugs] [Bug 22739] Self check in module JS breaks if SelfCheckInTimeout is unset In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22739 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- backported to 18.05.x for 18.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 03:53:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 01:53:27 +0000 Subject: [Koha-bugs] [Bug 22417] Delegate background jobs execution In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #26 from David Cook --- (In reply to Juan Romay Sieira from comment #25) > * Use version 3.5.3 or later of RabbitMQ. The one I have installed with > Debian Jessie is 3.3.5. From version 3.5.3 you can use a plugin for delayed > messages, so that these can be consumed in the future, and not immediately, > which is how RabbitMQ works. I do not know how Net::RabbitFoot will behave > in this case ... > This sounds like it's probably not an option due to the version issue. > * Use an intermediate table (or the background_jobs table, with a new column > called exec_on) for future messages, and have a producer (cronjob) to send > the messages to RabbitMQ at the time they need to be consumed. > If you're going to use a cronjob as a producer for future messages, maybe it's worthwhile to use a cronjob as a producer for all messages. That way there's just 1 method for enqueuing messages. My only reluctance to use a cronjob is that it relies on a system administrator setting it up properly, and it's challenging to know from the web interface if it has been set up correctly, so the user experience could suffer greatly. How would users know that the cronjob is running and their task will actually be run? As a result, it seems better to run a task scheduler service, but then that gets us back to using existing tools like Minion, Celery, etc. I suppose we could write our own task scheduler though. That reminds me of something that Fridolin said to me at Kohacon18 though. From a vendor/system administrator perspective, we don't necessarily want libraries to be in-charge of their own scheduling. For instance, say a vendor is running 30 Koha instances with a shared database server, and the librarians at each of the 30 Koha libraries all schedule a very intensive report to run at 7pm. Or say they schedule a task that does API calls, and then an upstream API server rejects all the calls after the 10th due to rate limiting by domain. I mention this because I already wrote my own task queue/task scheduler (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10662&attachment=85224), and Fridolin at BibLibre pointed out that since each instance ran their own task scheduler which could schedule a task for 7pm, they could cause these problems. I suppose in this case the timers would just be for the enqueuing of tasks. The dequeuing and execution would still be handled by RabbitMQ, and I suppose if you ran with a low number of workers you'd be less likely to overwhelm your systems. And if you needed better performance, you could add workers and add database servers for the report scenario. The rate limiting scenario is trickier though. I don't know how to solve that one. My only ideas for that involve complex home-baked solutions. I don't know the best practice for that one. Anyway, mostly just playing devil's advocate and trying to think of edge cases. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:06:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:06:45 +0000 Subject: [Koha-bugs] [Bug 22417] Delegate background jobs execution In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #27 from David Cook --- (In reply to David Cook from comment #26) > Anyway, mostly just playing devil's advocate and trying to think of edge > cases. I suppose the advantage of the cronjob is that system administrators would control the timing of it. I suppose there could be a warning on the page saying that the timing of tasks scheduled for the future would be up to the discretion of the system administrator? Lately, I've been wondering how we can modernize Koha, so that it can run in large distributed environments... but also on low budget single server systems. Being all things to all people... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:06 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89786|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:10 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89272|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:13 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89273|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:16 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89274|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:19 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89275|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:22 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89276|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:27 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89277|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:31 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89278|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:38:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:38:34 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89279|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:48:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:48:37 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #37 from Agust?n Moyano --- Created attachment 89800 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89800&action=edit Bug 21073: Add new table, schema and classes Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:48:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:48:43 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #38 from Agust?n Moyano --- Created attachment 89801 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89801&action=edit Bug 21073: Improve plugin performance Right now, to check if a plugin is functional and what methods it exposes we load the module and test for a given method at run time. This is highly inefficient. It makes far more sense to do this at install time and store the data in the db. I believe we should store a table of methods that each plugin exposes and check that instead. Then, at install time we can test that a) the plugin can be loaded and b) add the available methods to the plugin_methods table. Test Plan: 1) Apply this patch 2) Restart all the things 3) Run updatedatabase.pl 4) Verify you can use existing plugins 5) Verify you can install new plugins Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:48:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:48:49 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #39 from Agust?n Moyano --- Created attachment 89802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89802&action=edit Bug 21073: Upgrade the kitchen sink plugin to get rid of warnings Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:48:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:48:54 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #40 from Agust?n Moyano --- Created attachment 89803 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89803&action=edit Bug 21073: (QA follow-up) Atomic update shouldn't fail if plugins are disabled Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:48:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:48:58 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #41 from Agust?n Moyano --- Created attachment 89804 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89804&action=edit Bug 21073: (QA follow-up) Restore check on template Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:49:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:49:02 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #42 from Agust?n Moyano --- Created attachment 89805 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89805&action=edit Bug 21073: (QA follow-up) Remove unused libraries Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:49:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:49:06 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #43 from Agust?n Moyano --- Created attachment 89806 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89806&action=edit Bug 21073: Regression tests for GetPlugins Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:49:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:49:10 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #44 from Agust?n Moyano --- Created attachment 89807 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89807&action=edit Bug 21073: Restore filtering by metadata This patch restores filtering the plugins by metadata. That got lost on rebase at some point. Regression tests are added on a prior patch. To test: - Have the 'regression tests for GetPlugins' patch applied - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: Tests fail! - Apply this patch - Run: k$ prove t/db_dependent/Plugins.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Agustin Moyano -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 04:49:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 02:49:15 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #45 from Agust?n Moyano --- Created attachment 89808 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89808&action=edit Bug 21073: (follow-up) QA fixes after rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:03:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:03:51 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89660|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:03:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:03:55 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89661|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:04:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:04:53 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #9 from Agust?n Moyano --- Created attachment 89809 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89809&action=edit Bug 21073: (follow-up) QA fixes after rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:05:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:05:45 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89809|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:06:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:06:02 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #10 from Agust?n Moyano --- Created attachment 89810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89810&action=edit Bug 22834: Add tests for Koha::Plugins::Base->bundle_path Signed-off-by: Arthur Suzuki -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:06:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:06:06 +0000 Subject: [Koha-bugs] [Bug 22834] Add a method for plugins to return the absolute path for bundled files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834 --- Comment #11 from Agust?n Moyano --- Created attachment 89811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89811&action=edit Bug 22834: Add Koha::Plugins::Base->bundle_path This patch adds a 'bundle_path' method that return the base path for assets included in the plugin. The idea is that it will be used for calculation of the absolute path in the filesystem for static content. To test: - Apply the unit tests patch - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: The method is not implemented - Apply this patch - Run: k$ prove t/db_dependent/Plugins.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Arthur Suzuki -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:10:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:10:57 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #9 from Agust?n Moyano --- Created attachment 89812 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89812&action=edit Bug 22835: (follow-up) Remove comented code -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 05:17:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 03:17:04 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #46 from Agust?n Moyano --- When testing with qa tool, there where two FAILED pod coverage, one was for Koha/Plugins/Method.pm, and the other for Koha/Schema/Result/PluginMethod.pm, but I believe both are false positives. In both cases the error said "POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666", even though those files where introduced by this bug, so it's kind of impossible that coverage was greater before.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 07:35:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 05:35:33 +0000 Subject: [Koha-bugs] [Bug 22919] New: Authorities MARC Structure Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22919 Bug ID: 22919 Summary: Authorities MARC Structure Change sponsored?: --- Product: Koha Version: 18.11 Hardware: PC OS: Linux Status: NEW Keywords: additional_work_needed Severity: trivial Priority: P3 Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: lovenabila at gmail.com QA Contact: testopia at bugs.koha-community.org CC: lovenabila at gmail.com Target Milestone: 18.11 Created attachment 89813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89813&action=edit Screen shown when Adding new Authority I am logged in as SuperLibrarian with all rights. When I Select Home - Authorities - New Authority - MARC Structure : It does not load the MARC form at all and the screen is blank but will show Save, Z39.50 Search, Cancel button. I tried the following: 1) Tried selecting different MARC Template (Chronological Term, Default, Personal Name, etc.) 2) If I click Save button (even the form is not showing) then it will save the record as blank (not showing any field at this point also; only blank screen saying Authority #1 - Koha will also allow me to Download Record as MARCXML - When I open MARCXML it will show me the default tags ---------------- MARCXML File 00190 a2200097 45001OSt20190516105224.0190516|| aca||aabn | a|a dOStOStPERSO_NAME ---------------------- 3) From created report If I run report listing all authorities, then it will show me records but without any main_heading. 4) I can edit the MARC Structure from Koha Administration - Authority Type 5) I tried by creating new Authority Template 6) I have multiple instances created and it works fine in all of it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 07:56:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 05:56:54 +0000 Subject: [Koha-bugs] [Bug 22920] New: Updating child to adult does not check age limits Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22920 Bug ID: 22920 Summary: Updating child to adult does not check age limits 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: pasi.kallinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- It is possible to update a child to adult, even if the child is younger than the adult category age limit. -- You are receiving 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 16 09:50:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 07:50:02 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89794|0 |1 is obsolete| | --- Comment #36 from Martin Renvoize --- Created attachment 89814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89814&action=edit Bug 19919: Stop using paidfor altogether This patch removed references to setting and getting the items.paidfor field. Where it was used for display, in moredetail.pl, we replace it with a query on the accountlines. Test plan: 1) Apply patch 2) Pay off a LOST item 3) Check for the associated display of 'Paidfor?:' on the itemdetails page 4) Writeoff a LOST item 5) Check that a 'Paidfor?:' is not displayed on the itemdetails page. Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 09:50:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 07:50:06 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 --- Comment #37 from Martin Renvoize --- Created attachment 89815 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89815&action=edit Bug 19919: Unit Tests Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 10:22:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 08:22:50 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89814|0 |1 is obsolete| | --- Comment #38 from Martin Renvoize --- Created attachment 89816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89816&action=edit Bug 19919: Stop using paidfor altogether This patch removed references to setting and getting the items.paidfor field. Where it was used for display, in moredetail.pl, we replace it with a query on the accountlines. Test plan: 1) Apply patch 2) Pay off a LOST item 3) Check for the associated display of 'Paidfor?:' on the itemdetails page 4) Writeoff a LOST item 5) Check that a 'Paidfor?:' is not displayed on the itemdetails page. Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 10:22:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 08:22:54 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89815|0 |1 is obsolete| | --- Comment #39 from Martin Renvoize --- Created attachment 89817 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89817&action=edit Bug 19919: Unit Tests This patch adds unit tests for the addition of a patron accessor to the Koha::Account::Line object. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 10:26:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 08:26:37 +0000 Subject: [Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919 Martin Renvoize 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 Thu May 16 11:12:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:12:56 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89512|0 |1 is obsolete| | --- Comment #22 from Martin Renvoize --- Created attachment 89819 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89819&action=edit Bug 22877: Prevent double overdue processing for lost and returned Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:12:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:12:53 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89511|0 |1 is obsolete| | --- Comment #21 from Martin Renvoize --- Created attachment 89818 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89818&action=edit Bug 22877: Unit test to highlight problem Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:12:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:12:59 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89513|0 |1 is obsolete| | --- Comment #23 from Martin Renvoize --- Created attachment 89820 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89820&action=edit Bug 22877: (follow-up) Fix test plan count Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:13:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:13:02 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89527|0 |1 is obsolete| | --- Comment #24 from Martin Renvoize --- Created attachment 89821 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89821&action=edit Bug 22877: (QA follow-up) Clarify intent of tests and remove one. This patch embelishes the existing comments slightly and removes a test which had a FIXME, but was in fact just a duplicate of the test directly above it. I beleive it became a duplicate after the subroutine signature changed at some point recently. I also move the bug 22877 specific test into a subtest. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:14:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:14:59 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #25 from Martin Renvoize --- Doh, rookie mistake I forgot to update the test plan! Sorted now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:15:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:15:06 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Martin Renvoize 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 Thu May 16 11:16:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:16:29 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 --- Comment #2 from axel Amghar --- Created attachment 89822 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89822&action=edit Bug 22903 - Elasticsearch, dynamic display when you refine your search To test: Without the patch: - check if you have your SysPref SearchEngine with Elasticsearch as value, - put your SysPref FacetMaxCount at 10, - search in the catalog "a" and then in Refine your search click on show more (just to see how it works), - then search with special characters like "?", "?" ... and make the same test, the research should be wrong when you click on show more and the page is realoaded. Then apply the patch: - and make the same with a classic reasearch, then with special characters, - verify that when you click on show more the page isn't realoded and the reasearch is correct. - same with show less - and finnaly, add some facets and test show more/less -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:19:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:19:24 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 --- Comment #3 from axel Amghar --- Created attachment 89823 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89823&action=edit Bug 22903: Elasticsearch, dynamic display when you refine your search To test: Without the patch: - check if you have your SysPref SearchEngine with Elasticsearch as value, - put your SysPref FacetMaxCount at 10, - search in the catalog "a" and then in Refine your search click on show more (just to see how it works), - then search with special characters like "?", ?" ... and make the same test, the research should be wrong when you click on show more and the page is realoaded. Then apply the patch: - and make the same with a classic reasearch, then with special characters, - verify that when you click on show more the page isn't realoded and the reasearch is correct. - same with show less - and finnaly, add some facets and test show more/less -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:19:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:19:51 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89822|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:21:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:21:09 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar 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 16 11:36:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:36:07 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 --- Comment #4 from Martin Renvoize --- Funny you should mention keepachangelog, I was hoping to follow such a format/convention, but try to populate it using bugzilla fed data. I (and Jonathan D) am slowly working through adding more tooling to the release procedures to help us better track changes (starting with the contributors list, history and teams data). I'd envisage this being part of that work and it being partly the RM's responsibility to add such classifications etc to bugzilla should we need to for a decent changelog. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:50:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:50:41 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|21662 |22893 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 [Bug 21662] Missing developers from history https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 [Bug 22893] contributors.yaml not correctly copied -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:50:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:50:41 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|21626 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 [Bug 21626] Add 'current maintenance team' to the 'Koha team' page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:50:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:50:41 +0000 Subject: [Koha-bugs] [Bug 22893] contributors.yaml not correctly copied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |21626 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 [Bug 21626] Add 'current maintenance team' to the 'Koha team' page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 11:58:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 09:58:58 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 --- Comment #10 from Martin Renvoize --- I like the idea behind this, but it feels somewhat wrong that it's under the /api path.. it's not really serving an api. Trying to work out if we could instead use `/contrib//path/to/file.js` or something similar. Yes, it's one more route in the vhosts we'd need to ship, but would serve the same purpose of not requiring server admins to mess with the vhost for each plugin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:04:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:04:02 +0000 Subject: [Koha-bugs] [Bug 22921] New: Relatives issues only shows first one Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 Bug ID: 22921 Summary: Relatives issues only shows first one 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: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- In patron page, you may see issues of patrons linked by garantor. Actually the Ajax call on svc/checkouts fails to send several borrowernumbers, only first one is sent. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:04:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:04:10 +0000 Subject: [Koha-bugs] [Bug 10950] Add preferred pronoun field to patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:04:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:04:20 +0000 Subject: [Koha-bugs] [Bug 11703] Convert checkouts table to ajax datatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22921 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 [Bug 22921] Relatives issues only shows first one -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:04:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:04:38 +0000 Subject: [Koha-bugs] [Bug 15219] Server-side processing and pagination on checkouts tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m Depends on| |22921 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 [Bug 22921] Relatives issues only shows first one -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:04:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:04:38 +0000 Subject: [Koha-bugs] [Bug 22921] Relatives issues only shows first one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15219 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 [Bug 15219] Server-side processing and pagination on checkouts tables -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:04:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:04:20 +0000 Subject: [Koha-bugs] [Bug 22921] Relatives issues only shows first one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11703 Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |fridolin.somers at biblibre.co |ity.org |m Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703 [Bug 11703] Convert checkouts table to ajax datatable -- You are receiving 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 16 12:05:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:05:30 +0000 Subject: [Koha-bugs] [Bug 15219] Server-side processing and pagination on checkouts tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |BLOCKED --- Comment #46 from Fridolin SOMERS --- A bug as been found on relatives checkouts Bug 22921. Thoses patches should be rebased after it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:05:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:05:53 +0000 Subject: [Koha-bugs] [Bug 15219] Server-side processing and pagination on checkouts tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Fridolin SOMERS 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 Thu May 16 12:07:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:07:41 +0000 Subject: [Koha-bugs] [Bug 17614] Introduce multiple fine charging intervals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17614 --- Comment #6 from Martin Renvoize --- Happy to help work this into community with you Katrin. -- You are receiving 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 16 12:10:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:10:38 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |We have displayed the team release notes| |responsible for the | |development of your | |installed version of Koha | |on the about page for some | |time, however we have not | |recognised those who are | |currently helping maintain | |it. This patch adds the | |current maintenance team | |(along with the end date | |for their tenure) to the | |about page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:12:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:12:01 +0000 Subject: [Koha-bugs] [Bug 22922] New: Allow to modify hold dates on reserve/request.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Bug ID: 22922 Summary: Allow to modify hold dates on reserve/request.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: julian.maurice at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- -- You are receiving 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 16 12:12:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:12:08 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:12:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:12:16 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |julian.maurice at biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:14:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:14:51 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 --- Comment #1 from Julian Maurice --- Created attachment 89824 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89824&action=edit Bug 22922: Allow to modify hold dates on reserve/request.pl Test plan: 1. Place some holds 2. Go to the 'Holds' tab of the biblio record 3. Modify dates in the table and click on 'Update holds' button 4. Verify that dates have been correctly updated -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:15:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:15:03 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Julian Maurice 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 16 12:24:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:24:56 +0000 Subject: [Koha-bugs] [Bug 15219] Server-side processing and pagination on checkouts tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Bug 15219 depends on bug 22921, which changed state. Bug 22921 Summary: Relatives issues only shows first one https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:24:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:24:56 +0000 Subject: [Koha-bugs] [Bug 22921] Relatives issues only shows first one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|ASSIGNED |RESOLVED --- Comment #1 from Fridolin SOMERS --- It turn out it does not appear on master, it is caused by Bug 15219 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:26:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:26:13 +0000 Subject: [Koha-bugs] [Bug 15219] Server-side processing and pagination on checkouts tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #47 from Fridolin SOMERS --- (In reply to Fridolin SOMERS from comment #46) > A bug as been found on relatives checkouts Bug 22921. > > Thoses patches should be rebased after it. It turns out its a bug from this feature. == Test plan == 1. Have a patron with two guarantees 2. Have issues for the three of them 3. Go to the relatives issues view 4. You should only see the issues of one of them 5. Apply this patch 6. Force refresh the page (eg. ctrl-F5) 7. You should see the issues of the two relatives Needs a fix -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:26:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:26:51 +0000 Subject: [Koha-bugs] [Bug 22896] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89672|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize --- Created attachment 89825 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89825&action=edit Bug 22896: Missing inputs in transfer modal This patch restores hidden inputs to save overridden checkin date and other data Currently we lose the list of checkouts and several settings when items with transfers are checked in To test: 1 - Find an item from another branch 2 - Set a checkin date and click the box for the date to be remembered 3 - Check in the item 4 - Click ok or print, note the checkin date is lost 5 - Apply patch 6 - Repeat 7 - Checkin date remains Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize -- You are receiving 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 16 12:28:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:28:38 +0000 Subject: [Koha-bugs] [Bug 22896] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #8 from Martin Renvoize --- I think this is rather important to have before release... it all works as expected for me here so I'm going to PQA. Note: It might be nice to have a regression test for this (selenium), but I'm not of the opinion it's required at this stage. -- You are receiving 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 16 12:28:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:28:45 +0000 Subject: [Koha-bugs] [Bug 22896] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:56:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:56:55 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #14 from Nick Clemens --- (In reply to Hayley Mapley from comment #13) > The second patch that I added enforced removal of the submit button if the > staff user managed to find a way to get to paycollect.tt to confirm the > payment/writeoff (either through constructing a url or adding the button > somehow). If the user doesn't have the permissions, the button will not be > there. Is this button you talked about adding manually to the page? > > If this isn't your concern, I will look into the server side check you > mentioned > > Thanks for looking at it! Yup, that was the button I edited back in. I looked again today, we don't need haspermission, we just need to make sure the page requires the writeoff permission whenever it is a write off. Attaching a patch for testing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:57:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:57:28 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Nick Clemens 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 16 12:57:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:57:30 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89602|0 |1 is obsolete| | Attachment #89603|0 |1 is obsolete| | Attachment #89604|0 |1 is obsolete| | --- Comment #15 from Nick Clemens --- Created attachment 89826 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89826&action=edit Bug 22724: Allow only users with correct permissions to 'Write off selected' Due to the addition of a 'Write off selected' button in 18.11, users without writeoff permissions could mistakenly view and action the 'Write off selected' option for a patron in Accounting > Make a payment (Fines > Pay fines). The attached patch corrects this error. Test plan: 1) Make sure that a staff user has '(writeoff) Write off fines and fees' permission disabled 2) Bring up a patron with an unpaid fee, go to Accounting -> Make a payment 3) Note that 'Write off selected' button is displayed. 4) Select a fee, click 'Write off selected'. Note that staff member has access to 'Write off an amount toward selected fines' 5) Apply the patch 6) Repeat steps 1-2, and note that the button is no longer displayed 7) Bonus points, as a staff user with writeoff permissions enabled check that all four buttons (Pay amount, Pay selected, Write off all, Write off selected) are displayed Sponsored-by: Catalyst IT Signed-off-by: Liz Rea 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 16 12:57:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:57:33 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #16 from Nick Clemens --- Created attachment 89827 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89827&action=edit Bug 22724: Check permissions in the script before displaying template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 12:59:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 10:59:24 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #17 from Nick Clemens --- Note if we check in the script, we never display the writeoff template to the user, so we don't need the alerts, or the check to display the writeoff button on paycollect I renamed two variables for clarity as well The script could use some work overall, the logical flow is not as clear as it could be. Let me know if this works for you and makes sense Hayley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:10:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:10:39 +0000 Subject: [Koha-bugs] [Bug 22923] New: Items search does not take care of independent branches Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 Bug ID: 22923 Summary: Items search does not take care of independent branches Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Items search /cgi-bin/koha/catalogue/itemsearch.pl should be impacted by preference IndependentBranches. Maybe it should automatically limit to current branch. Main problem is that actually its a way to edit items of other branches. Maybe there should also be a check in cataloguing/additem.pl itself. -- You are receiving 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 16 13:17:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:17:31 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #3 from Martin Renvoize --- Created attachment 89828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89828&action=edit Bug 22905: A quick, but horrible, fix. 'branchcode' appears to be used as a uri param if displayby is set to branchcode. However, this also matches a field name in the suggestions table so the reverse mapping of params to suggestions fields catches it incorrectly. I believe this is the correct method for removing the incorrect assignment but the better fix would be to clean up the whole script and use unique params for filters. -- You are receiving 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 16 13:18:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:18:19 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Martin Renvoize 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 16 13:18:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:18:10 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #4 from Martin Renvoize --- Mind well and truly melted.. I'm not entirely confident in this fix.. it'll need a thorough testing for side effects :S -- You are receiving 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 16 13:21:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:21:02 +0000 Subject: [Koha-bugs] [Bug 22924] New: Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 Bug ID: 22924 Summary: Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: axel.amghar at biblibre.com Target Milestone: --- When you use the SysPref FacetMaxCount with a value higher than 10 , we see more than 10 facets in refine your search, but with elastic we don't see more than 10 facets, Examples: with zebra: https://snag.gy/RY5cwP.jpg with elastic: https://snag.gy/v8bnBD.jpg -- You are receiving 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 16 13:21:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:21:08 +0000 Subject: [Koha-bugs] [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |axel.amghar at biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:21:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:21:41 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:21:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:21:56 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:22:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:22:12 +0000 Subject: [Koha-bugs] [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:22:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:22:37 +0000 Subject: [Koha-bugs] [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22903 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 [Bug 22903] Elasticsearch, dynamic display when you refine your search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:22:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:22:37 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22924 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:25:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:25:30 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22924 | Depends on| |22924 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:25:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:25:30 +0000 Subject: [Koha-bugs] [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22903 Depends on|22903 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 [Bug 22903] Elasticsearch, dynamic display when you refine your search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:30:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:30:14 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89823|0 |1 is obsolete| | --- Comment #4 from axel Amghar --- Created attachment 89829 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89829&action=edit Bug 22903: Elasticsearch, dynamic display when you refine your search To test: - First you have to apply the patch 22924 Then -> With Elasticsearch-> Without the patch: - check if you have your SysPref SearchEngine with Elasticsearch as value, - put your SysPref FacetMaxCount at 10, - search in the catalog "a" and then in Refine your search click on show more (just to see how it works), - then search with special characters like "?", ?" ... and make the same test, the research should be wrong when you click on show more and the page is realoaded. Then apply the patch: - and make the same with a classic reasearch, then with special characters, - verify that when you click on show more the page isn't realoded and the reasearch is correct. - same with show less - and finnaly, add some facets and test show more/less With Zerbra -> - put your SysPref SearchEngine with Zebra as value, - and make the same thing as elasticsearch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 13:30:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:30:59 +0000 Subject: [Koha-bugs] [Bug 22923] Items search does not take care of independent branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Auto-limiting with the option to still change it makes sense to me (so don't hide the search options, but preselect accordingly). They might want to check what of their items is at another location or vice versa. The edit buttons needs to be checked, but as we so often had problems with this already I think a check in additem would make a lot of sense. -- You are receiving 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 16 13:32:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 11:32:13 +0000 Subject: [Koha-bugs] [Bug 22896] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #9 from Martin Renvoize --- On second look, I think there's more to this.. there are a few more missing hidden form fields that got removed entirely in bug 21346 but still appear in returns.pl. I'm reverting my PQA until I've investigated further. -- You are receiving 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 16 14:40:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 12:40:11 +0000 Subject: [Koha-bugs] [Bug 22925] New: AuthenticatePatron should fail if patron has lost card Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22925 Bug ID: 22925 Summary: AuthenticatePatron should fail if patron has lost card 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: arthur.suzuki at biblibre.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- If Patron is declared as lost card it might be better not to allow an authentication, so that no renewal of holds can be made. -- You are receiving 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 16 14:47:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 12:47:32 +0000 Subject: [Koha-bugs] [Bug 22925] AuthenticatePatron should fail if patron has lost card In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22925 --- Comment #1 from Arthur Suzuki --- Created attachment 89830 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89830&action=edit Bug 22925 : Disable ILS-DI AuthenticatePatron if patron has lost card. test plan: 1 / set a patron as card lost in the intranet 2 / query ILS-DI with login and password -> should respond with borrowernumber 3 / apply patch 4 / Repeat 2, should respond code "PatronLostCard" -- You are receiving 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 16 14:53:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 12:53:23 +0000 Subject: [Koha-bugs] [Bug 22925] AuthenticatePatron should fail if patron has lost card In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22925 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |arthur.suzuki at biblibre.com |ity.org | 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 16 14:55:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 12:55:13 +0000 Subject: [Koha-bugs] [Bug 22926] New: Use standard columns configuration on batch item modification and delete pages Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22926 Bug ID: 22926 Summary: Use standard columns configuration on batch item modification and delete pages 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 Target Milestone: --- The custom column configuration system built for batch item modification and batch item deletion predates the addition of DataTable column configuration. I don't think there's any reason to keep it, and making things standard is good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:19:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:19:27 +0000 Subject: [Koha-bugs] [Bug 21833] Request type is not displayed on ILL request detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #5 from Magnus Enger --- True, the code now expects to find the value for "Request type" as a type=type in the illrequestattributes table. But the illrequests.medium field hs not been removed from the table structure. Personally I would expect to find the "Request type" in the illrequest-table, not as an attrribute. But that might be bias from the ILL systems I have been working with. Also, I think it would make sense to have both a "Request type" (Loan/Article copy) and a "Material type" (Book/DVD/microfiche). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:50:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:50:47 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #2 from Andrew Isherwood --- Created attachment 89832 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89832&action=edit Bug 22818: Add support for ILL notices Here we're just adding ILL notices to the existing "letters" infrastructure so notices can be displayed and edited -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:50:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:50:50 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #3 from Andrew Isherwood --- Created attachment 89833 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89833&action=edit Bug 22818: Add generation and sending of notices This patch adds the ability for ILL to send notices, both triggered by staff and triggered by events. Staff can trigger notices to patrons from the "Manage ILL request" screen: - ILL request ready for pickup - ILL request unavailable - Place request with partners The following notices to staff are triggered automatically: - Request has been modified by patron - Request has been cancelled by patron Branches can now specify an "ILL email" address to which notices intended to inform staff of changes to requests by patrons can be sent. The sending of notices is controlled by a few new sysprefs: - "ILLDefaultStaffEmail" - Fallback email address for staff ILL notices to be sent to in the absence of a branch address - "ILLSendStaffNotices" - To specify which staff notices should be sent automatically when requests are manipulated by patrons Patron notices are also controlled by the patron's messaging preferences -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:50:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:50:52 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #4 from Andrew Isherwood --- Created attachment 89834 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89834&action=edit Bug 22818: Add MessageAttribut{e,es}.pm We need to be able to access individual message attributes in tests, so adding accessors for them -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:50:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:50:55 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #5 from Andrew Isherwood --- Created attachment 89835 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89835&action=edit Bug 22818: Unit tests This patch adds unit tests for the new methods in Illrequest.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:50:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:50:45 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #1 from Andrew Isherwood --- Created attachment 89831 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89831&action=edit Bug 22818: Add notices sysprefs and DB column This patch adds two new sysprefs. 'ILLDefaultEmail', 'ILLSendStaffNotices' and a new column to the branches table called 'branchillemail'. It also adds five ILL related notices. Here we are providing the ability for a branch to have a dedicated email address for it's ILL staff, the idea being that any notices sent by ILL to staff need to go to specific staff, rather than the general branch email address. If no branch specific address is defined, the address specified in the ILLDefaultEmail syspref is used. We're also providing a syspref 'ILLSendStaffNotices' to allow the user to specify which notices should be sent to staff upon certain events. We are also providing patron messaging preferences for the two patron bound notices We are also providing five notices for various ILL related events. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:51:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:51:23 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #6 from Andrew Isherwood --- - Apply patch - Update database and schema - Create a report using the following SQL in order to verify that notices are being generated: SELECT borrowernumber, subject, content, message_transport_type, to_address, from_address FROM message_queue WHERE letter_code LIKE 'ILL%' ORDER BY message_id DESC - Create one or more "partners". These are patrons that belong to a patron category that has a code that matches the value in your koha-conf.xml (default is ILLLIBS). Patrons in this category must have a primary email defined. Patrons defined in this way are offered as request partners within the ILL interface. SYSTEM PREFERENCES AND BRANCH CONFIG - In the staff interface, go to Tools > Notices & Slips => TEST: Observe that there are 5 new notices defined for the "Interlibrary loans" module - Go to "Koha administration" > "Libraries" - Choose a library and "Edit" it => TEST: Observe there is a new "ILL staff email" field - Enter an email address in the "ILL staff email" field and save the branch - Go to "Koha administration" > search for the "ILLDefaultStaffEmail" syspref => TEST: Observe the new syspref exists - Enter an email address in this syspref and then save it - Go to "Koha administration" > search for the "ILLSendStaffNotices" syspref => TEST: Observe the new syspref exists - Enter the names of the two staff notices in this syspref as "ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED" and save the syspref PATRON MESSAGING PREFERENCES - Go to a patron's messaging preferences => TEST: Observe that two new messaging preferences exist, "Interlibrary loan ready" & "Interlibrary loan unavailable" - Select email and/or SMS for each of these notices SENDING PATRON NOTICES FROM ILL REQUEST - In the staff interface, go to "ILL requests" - Create an ILL request using the FreeForm backend (for the user you just modified the messaging preferences for), select the branch that you previously added the "ILL staff email" address to - Go to the "Manage ILL request" screen for the newly created request => TEST: Observe that there is a new "Send notice to patron" dropdown in the button bar which offers two notices to send - Select a notice to be sent => TEST: Observe that a message reporting the successful queueing of the notice is displayed - Click on the "ILL request log" for the request => TEST: Observe that a log entry "Patron notice sent:" was added to the log - Run the report created earlier => TEST: Observe that a notice was created for all sending methods selected in the patron's messaging preferences => TEST: Observe that the borrowernumber column of the notice is populated SENDING REQUEST TO PARTNERS - Go to the "Manage ILL request" screen for a request - Choose "Place request with partners" => TEST: Observe that the text defined in the ILL_PARTNER_REQ notice is displayed and can be modified - Select one or more partners that were defined earlier, then click "Send email" => TEST: Observe that the request's status has changed to "Requested from partners" - Run the report created earlier => TEST: Observe that a notice was created for each selected partner => TEST: Observe that the to_address column matches the primary email address for the partner => TEST: Observe that the from_address matches the previously defined "ILL staff email" for the request's branch PATRON GENERATED NOTICES - As a patron with ILL requests, go to the "your interlibrary loan requests" page in the OPAC - View a request - Add some text to the notes field and save - Run the report created earlier => TEST: Observe that a notice was created for the modification => TEST: Observe that the to_address matches the previously defined "ILL staff email" for the request's branch => TEST: Observe that the from_address matches the previously defined "ILL staff email" for the request's branch - As a patron with ILL requests, go to the "your interlibrary loan requests" page in the OPAC - View a request - Choose "Request cancellation" - Run the report created earlier => TEST: Observe that a notice was created for the modification => TEST: Observe that the to_address matches the previously defined "ILL staff email" for the request's branch => TEST: Observe that the from_address matches the previously defined "ILL staff email" for the request's branch There is a fallback hierarchy for the address to which staff notices are sent: Branch ILL staff email > ILLDefaultStaffEmail > General branch email > Koha admin email Please test that this hierarchy is adhered to by undefining one or more of these options. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 15:52:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 13:52:58 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:13:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:13:27 +0000 Subject: [Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #8 from Martin Renvoize --- This bugfix results in a change of behaviour that some systems may not be expecting in a stable release, as such I've chosen not to backport for the 18.11.x series. -- You are receiving 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 16 16:14:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:14:02 +0000 Subject: [Koha-bugs] [Bug 7088] Cannot renew items on hold even with override In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00 released in| | Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #86 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:03 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89122|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:03 +0000 Subject: [Koha-bugs] [Bug 22927] New: Item improperly marked returned when changing damaged or withdrawn status Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927 Bug ID: 22927 Summary: Item improperly marked returned when changing damaged or withdrawn status Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- This is a matter of how MarkLostItemsAsReturned works on moredetail.pl. To replicate: - Set MarkLostItemsAsReturned to "from the items tab of the catalog module." - Check an item out to a patron - Use additem.pl to set that item to a lost status without returning it - go to moredetail.pl for that item - mark item as either damaged or withdrawn without interacting with the lost dropdown - note that item has been returned -- You are receiving 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 16 16:16:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:07 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89123|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:12 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89124|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:15 +0000 Subject: [Koha-bugs] [Bug 22927] Item improperly marked returned when changing damaged or withdrawn status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927 Andrew 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 Thu May 16 16:16:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:17 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89125|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:23 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89126|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:28 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89127|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:33 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89128|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:35 +0000 Subject: [Koha-bugs] [Bug 22927] Item improperly marked returned when changing damaged or withdrawn status In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927 --- Comment #1 from Andrew --- Confirmed this behavior in 18.05 and 18.11 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:38 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89129|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:45 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89130|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:51 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89131|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:16:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:16:57 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89132|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:17:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:17:06 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89133|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:17:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:17:20 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89135|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:17:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:17:13 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89134|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:18:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:18:13 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #111 from Agust?n Moyano --- Created attachment 89836 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89836&action=edit Bug 22284: New ft_local_hold_group column, and 'holgroup' enum option In order to add groups for holds, this patch provides a new column in library_groups to identify them. Also provides new enum option for hold_fulfillment_policy column of default_branch_circ_rules, default_circ_rules, default_branch_item_rules and branch_item_rules. To test: 1) check that there is no ft_local_hold_group column in library_groups and that there are no 'holdgroup' enum option in hold_fulfillment_policy in default_branch_circ_rules, default_circ_rules, default_branch_item_rules and branch_item_rules 2) apply this patch 3) perl installer/data/mysql/updatedatabase.pl && dbic SUCCESS => !(step 1) ;-D 4) Sign off Sponsored-by: VOKAL 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 16 16:18:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:18:29 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #113 from Agust?n Moyano --- Created attachment 89838 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89838&action=edit Bug 22284: Add new checkbox in Library Groups This patch adds a new checkbox option 'Is local hold group' when you create a new root group. To test: 1) In intranet go to Library Groups in admin module 2) Add new root group 3) Check that there is no 'Is local hold group' checkbox 4) Apply this patch 5) Add new root group SUCCESS => a new 'Is local hold group' checkbox appears 6) Select 'Is local hold group' and save 7) Click edit button for root group SUCCESS => 'Is local hold group' is checked 8) Sign off Sponsored-by: VOKAL 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 16 16:18:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:18:37 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #114 from Agust?n Moyano --- Created attachment 89839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89839&action=edit Bug 22284: New hold group options in smart-rules This patch adds new options for 'Default checkout, hold and return policy' and 'Default holds policy by item type', both in 'Hold policy' and 'Hold pickup library match' columns To test: 1) Go to 'Circulation and fines rules' in admin 2) Check that there are no options for hold group in 'Hold policy' and 'Hold pickup library match' columns 3) Apply this patch SUCCESS => in 'Hold policy' you should see 'From local hold group' option, and in 'Hold pickup library match' you should see "Item's hold group" 4) Select any of those options and save SUCCESS => options should be selected when page reloads 5) Sign off Sponsored-by: VOKAL 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 16 16:18:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:18:21 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #112 from Agust?n Moyano --- Created attachment 89837 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89837&action=edit Bug 22284: (follow-up) Add schema modifications Sponsored-by: VOKAL 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 16 16:18:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:18:46 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #115 from Agust?n Moyano --- Created attachment 89840 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89840&action=edit Bug 22284: Control hold groups in C4::Reserves This patch modifies C4::Reserves to control when hold group options where selected in smart rules. In CanItemBeReserved adds 2 new error status messages 1) branchNotInHoldGroup: when a patron's homebranch is not in item's hold group 2) pickupNotInHoldGroup: when a selected pickup location is not in item's hold group Also CheckReserves is modified when item's priority is defined, to control by hold group when required. Finally, IsAvailableForItemLevelRequest was also modified to control by hold group when required. To test: 1) Apply this patch 2) prove t/db_dependent/Holds.t SUCCESS => Result: PASS 3) Sign off Sponsored-by: VOKAL 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 16 16:18:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:18:52 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #116 from Agust?n Moyano --- Created attachment 89841 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89841&action=edit Bug 22284: New methods in Koha::Library::Groups and Koha::Library This patch adds new methods in Koha::Library::Groups and Koha::Library. 1) For Koha::Library::Groups adds get_root_ancestor that returns all root groups for a given search parameters, for example Koha::Library::Groups->get_root_ancestor( { id => $group_id } ) 2) For Koha::Library adds 2.1) get_hold_libraries: returns all libraries (including self) that belongs to the same holdgroups. If $self belongs to several holdgroups it will return a distinct list of all libraries belonging to them. 2.2) validate_hold_sibling: Returns 1 if the given parameters matches any of the libraries that belong to any of the holdgroups this library belongs. For example $library->validate_hold_sibling( { branchcode => $branchcode } ) To test: 1) apply this patch 2) prove t/db_dependent/Koha/Libraries.t t/db_dependent/LibraryGroups.t SUCCESS => green letters :-D 3) Sign off Sponsored-by: VOKAL 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 16 16:18:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:18:58 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #117 from Agust?n Moyano --- Created attachment 89842 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89842&action=edit Bug 22284: Opac pickup_locations This patch modifies Koha::Libraries->pickup_location and moves most of the logic to Koha::Item and Koha::Biblio in preparation for api endpoints in the future. There where 2 methods added 1) Koha::Item->pickup_locations that given a patron, returns all pickup locations of this item, considering hold fulfillment rules, and hold allowed rules. 2) Koha::Biblio->pickup_locations that given a patron, returns a distinct list of libraries returned by each of this biblio items pickup location. Koha::Libraries->pickup_location analyzes input param and calls Koha::Item->pickup_locations or Koha::Biblio->pickup_locations as needed. Also in opac-reserve.tt the way options where obtained to fill the pickup location select was modified to pass the patron as a parameter. To test: 1) opac: try to place hold on a item and check that all libraries are shown in the pickup location select. 2) intranet: in Library groups, add 2 root groups marked as local hold group and add different libraries to each. 3) opac: login as a user of a library belonging to one hold group, and search try to place a hold on an item belongin to the other hold group. 4) intranet: in Circulation and fines rules, play with 'Hold policy' and 'Hold pickup library match' rules. 5) opac: On each modification of the rules reload the page. SUCCESS => Every time you reload the page, the number of pickup locations showed in select varies. 6) prove t/db_dependent/Koha/Biblios.t t/db_dependent/Koha/Items.t SUCCESS => Result: PASS 7) Sign off Sponsored-by: VOKAL 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 16 16:19:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:19:05 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #118 from Agust?n Moyano --- Created attachment 89843 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89843&action=edit Bug 22284: (follow-up) Default to circulation control branch when no hold libraries are found -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:19:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:19:11 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #119 from Agust?n Moyano --- Created attachment 89844 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89844&action=edit Bug 22284: New message, new column and filter pickup locations in reserve/request.tt This patch adds a new message to 'Hold' column in 'Place a hold on a specific item' table. The message is "Cannot place hold from patrons's library". It appears when patron's homebranch is not in item's hold group, and hold_fulfillment_policy is set to 'holdgroup'. This patch also adds a new column "Allowed pickup locations" that lists allowed pickup locations per item. Finally, the select that displays pickup locations is filtered by allowed pickup locations, when multi_hold is not enabled To test: 1) Apply this patch 2) In library groups add a root group and check it as hold group. 3) Add two libraries to the group 4) In circulation and fines rules, in 'Default checkout, hold and return policy', in Hold policy change the value to 'From local hold group' 5) Search a patron from a different library than step 3, select one and click 'search to hold' 6) Search by location for items in any library of step 3 7) On any item, clic on 'Place hold for ...' SUCCESS => when the page is loaded, in the 'Place a hold on a specific item', you should see the message "Cannot place hold from patrons's library" in 'Hold' column => You should see a new column called "Allowed pickup locations" and the message is "Any library" 8) In circulation and fines rules, in 'Default checkout, hold and return policy', in 'Hold policy' change the value again to 'From any library' and change 'Hold pickup library match' to "Item's hold group" 8) Repeat steps 5 to 7 SUCCESS => when the page is loaded, you should see the "Pickup at" select filtered by libraries in hold group => You should see in "Allowed pickup locations" a coma separated list of the libraries in item's hold group => If biblio has an item whose control branch is not in a hold group, you should see the control branch name in "Allowed pickup locations" 9) Sign off Sponsored-by: VOKAL 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 16 16:19:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:19:17 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #120 from Agust?n Moyano --- Created attachment 89845 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89845&action=edit Bug 22284: Filter item's pickup locations in holds_table.inc This patch filters pickup locations per item in holds_table.inc To test: 1) Go to Circulation and fines rules and change max holds allowed to > 0, and change 'Hold pickup library match' to homebranch 2) Search for a patron 3) Click on "Search to hold" 4) Search for any bilio 5) Place hold on a specific item CHECK => Item's pickup location is a select with all libraries 6) Apply this patch 7) Repeat steps 2 to 5 SUCCESS => Item's pickup location is filtered by allowed pickup locations 8) Sign off Sponsored-by: VOKAL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:19:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:19:25 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #121 from Agust?n Moyano --- Created attachment 89846 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89846&action=edit Bug 22284: (follow-up) Remove commented warn and address test failures 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 16 16:19:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:19:32 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #122 from Agust?n Moyano --- Created attachment 89847 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89847&action=edit Bug 22284: (follow-up) fix test count after merge 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 16 16:19:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:19:39 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #123 from Agust?n Moyano --- Created attachment 89848 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89848&action=edit Bug 22284: (follow-up) fixes after 15496 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:19:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:19:45 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #124 from Agust?n Moyano --- Created attachment 89849 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89849&action=edit Bug 22284: (follow-up) fixes after 18936 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:34:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:34:05 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89829|0 |1 is obsolete| | --- Comment #5 from axel Amghar --- Created attachment 89850 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89850&action=edit Bug 22903: Elasticsearch, dynamic display when you refine your search To test: With Elasticsearch-> Without the patch: - check if you have your SysPref SearchEngine with Elasticsearch as value, - put your SysPref FacetMaxCount at 10, - search in the catalog "a" and then in Refine your search click on show more (just to see how it works), - then search with special characters like "?", ?" ... and make the same test, the research should be wrong when you click on show more and the page is realoaded. Then apply the patch: - and make the same with a classic reasearch, then with special characters, - verify that when you click on show more the page isn't realoded and the reasearch is correct. - same with show less - and finnaly, add some facets and test show more/less With Zerbra -> - put your SysPref SearchEngine with Zebra as value, - and make the same thing as elasticsearch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:36:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:36:47 +0000 Subject: [Koha-bugs] [Bug 22053] Ability to disable some plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Master |RESOLVED CC| |martin.renvoize at ptfs-europe | |.com --- Comment #34 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:36:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:36:47 +0000 Subject: [Koha-bugs] [Bug 22906] Minor corrections to plugins home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22906 Bug 22906 depends on bug 22053, which changed state. Bug 22053 Summary: Ability to disable some plugins https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 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 Thu May 16 16:37:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:37:15 +0000 Subject: [Koha-bugs] [Bug 21072] Should not show 'Update patron to adult' if no adult patron categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21072 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Jonathan Druart --- *** This bug has been marked as a duplicate of bug 20226 *** -- You are receiving 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 16 16:37:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:37:15 +0000 Subject: [Koha-bugs] [Bug 20226] Get rid of CATCODE_MULTI param decision in patron perl scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20226 --- Comment #7 from Jonathan Druart --- *** Bug 21072 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:37:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:37:21 +0000 Subject: [Koha-bugs] [Bug 22811] Add button to clear DataTables filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |martin.renvoize at ptfs-europe | |.com Version(s)| |19.05.00 released in| | Status|Pushed to Master |RESOLVED --- Comment #6 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:37:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:37:21 +0000 Subject: [Koha-bugs] [Bug 22888] Use DataTables for Koha news table filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888 Bug 22888 depends on bug 22811, which changed state. Bug 22811 Summary: Add button to clear DataTables filtering https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 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 Thu May 16 16:38:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:38:44 +0000 Subject: [Koha-bugs] [Bug 20226] Get rid of CATCODE_MULTI param decision in patron perl scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20226 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22928 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 [Bug 22928] "Update child to adult patron" link no longer displayed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:38:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:38:44 +0000 Subject: [Koha-bugs] [Bug 22928] New: "Update child to adult patron" link no longer displayed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 Bug ID: 22928 Summary: "Update child to adult patron" link no longer displayed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Patrons Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Depends on: 20226 Target Milestone: --- Looks like it is caused by bug 20226, however I am pretty sure it works when I wrote the patch. [% IF Categories.scalar.all(category_type => 'A').count > 0 %] is always wrong Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20226 [Bug 20226] Get rid of CATCODE_MULTI param decision in patron perl scripts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:44:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:44:35 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 axel Amghar 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 16 16:45:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:45:42 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 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 16 16:45:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:45:45 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 --- Comment #1 from Jonathan Druart --- Created attachment 89851 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89851&action=edit Bug 22928: (bug 20226 follow-up) Fix display of 'Update child to adult' link Looks like it is caused by bug 20226, however I am pretty sure it works when I wrote the patch. [% IF Categories.scalar.all(category_type => 'A').count > 0 %] is always wrong. It must be, either: [% IF Categories.all(category_type => 'A').size > 0 %] or [% SET adult_categories = Categories.scalar.all(category_type => 'A') %] [% IF adult_categories.count > 0 %] In the first case we are getting an array whereas in the later, a Koha::Patrons which is preferable. Test plan (from 20226): - Remove all your adult categories (categories.category_type='A') - Create a patron with a child category - Try to update to adult category => The entry does no longer appears! (This is a change in the behaviour) - Create one adult category - Update to adult category => There is a JS confirmation message, if you accept the patron will be updated to the adult category - Create (at least) another adult category - Create another child - Update to adult category => No more confirmation message but a popup to select the adult category - Pick one => The patron has been updated to the adult category -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:54:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:54:52 +0000 Subject: [Koha-bugs] [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 --- Comment #1 from axel Amghar --- Created attachment 89852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89852&action=edit Bug 22924: Elasticsearch, show more than 10 facets To test: Without the patch: - check if you have your SysPref SearchEngine with Elasticsearch as value, - put your SysPref FacetMaxCount at 15, - make the search "a" in the catalog, - in Refine your search click on show more for authors, - make sure there is no more than 10 facets dislpaying With the patch: - apply the patch, - make the same, - make sure there is exactly 15 facets for authors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 16:54:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:54:54 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |wizzyrea at gmail.com --- Comment #5 from Liz Rea --- Interesting, this works if you edit the individual suggestion (use the edit button - I did it beccause I was curious) and accept it there, but not if you check it and use the "mark selected as" from the bottom of the suggestions page. The behaviour is exactly the same with or without this patch? Liz -- You are receiving 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 16 16:57:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 14:57:04 +0000 Subject: [Koha-bugs] [Bug 22924] Elasticsearch, SysPref FacetMaxCount don't show more than 10 facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 axel Amghar 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 16 17:04:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:04:17 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB (don't only ask for firstname lastname) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |alex.arnaud at biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 17:06:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:06:06 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 17:18:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:18:00 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_19_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 17:32:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:32:40 +0000 Subject: [Koha-bugs] [Bug 22929] New: Enabling the GDPR_Policy will affect libraries using the SCO module in Koha Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929 Bug ID: 22929 Summary: Enabling the GDPR_Policy will affect libraries using the SCO module in Koha Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Self checkout Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- With the introduction of the sys pref GDPR Policy in 18.11, having this enabled seems to affect the SCO module in Koha- if the library is also using AutoSelfCheckAllowed. If they library as the system preference AutoSelfCheckAllowed set to ALLOW, the consent of GDPR seems to get tangled up in this process. The self-check URL will get directed to /cgi-bin/koha/opac-patron-consent.pl and seem to be stuck. The consent form never appears, and this login will not be successful. -- You are receiving 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 16 17:51:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:51:03 +0000 Subject: [Koha-bugs] [Bug 22930] New: Make TestBuilder more strict when called with too wrong arguments Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Bug ID: 22930 Summary: Make TestBuilder more strict when called with too wrong arguments Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- It happens to me too often to call TestBuilder->build[_object] without 'value': $builder->build_object({ class => 'Koha::Patrons', { categorycode => $category->categorycode }); Then I am loosing minutes to understand what my tests do not fail (yes, fail). We could make it display a warning or croak or whatever. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 17:57:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:57:40 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89799|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 17:57:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:57:16 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 --- Comment #5 from Martin Renvoize --- Created attachment 89853 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89853&action=edit Bug 22917: Fix a typo in an output_pref call Due to a type in a call to output_pref (datenonly vs dateonly) we were comparing logactions within a minutes accuracy. Counting the logs for the day would be sufficient for the test ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 17:58:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 15:58:12 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 --- Comment #6 from Martin Renvoize --- I've replaced the final patch with an alternative that fixes the typo in the test rather than altering the behaviour of C4::Log::logaction. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:08:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:08:37 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB (don't only ask for firstname lastname) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 --- Comment #4 from Alex Arnaud --- Created attachment 89854 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89854&action=edit Bug 22210: Mana config - Replace firstname and lastname with name I've applied a patch on Mana test server. If you want to test with your own Mana instance, do the folowing: - checkout bug/22210 branch from http://git.biblibre.com/biblibre/koha-mana.git - run these sql queries on Mana database (we need an update DB method i think): - ALTER TABLE librarian ADD COLUMN name VARCHAR(50) AFTER email - UPDATE librarian SET name = (SELECT CONCAT(firstname, ' ', lastname)) - ALTER TABLE librarian DROP COLUMN firstname - ALTER TABLE librarian DROP COLUMN lastname Test plan - set mana_config to "https://mana-test.koha-community.org", - go to admin > Share content with Mana KB, - set "Use Mana KB for sharing content" to yes, - save, - in the 2nd fieldset, enter a name and email, - click on send to Mana KB, - check that you got a token, - you should receive an email (Mana KB registration) - check the name is correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:11:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:11:45 +0000 Subject: [Koha-bugs] [Bug 22931] New: Add ability to change wording of sendbasket.tt Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22931 Bug ID: 22931 Summary: Add ability to change wording of sendbasket.tt 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: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Some libraries would like to have the ability to change the text of the email send by sendbasket.pl. Many libraries change the name 'cart' to something else and for consistency would like to be able to change that wording in the email that is sent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:12:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:12:04 +0000 Subject: [Koha-bugs] [Bug 22931] Add ability to change wording of sendbasket.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22931 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |koha-bugs at lists.koha-commun | |ity.org Component|OPAC |Notices -- You are receiving 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 16 18:12:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:12:08 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB (don't only ask for firstname lastname) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:13:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:13:52 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89797|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize --- Created attachment 89855 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89855&action=edit Bug 22917: Recreate the failure Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:13:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:13:55 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89798|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize --- Created attachment 89856 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89856&action=edit Bug 22917: Prevent Circulation.t if tests ran too slowly After bug 21213 we wanted to know why Circulation.t was failing randomly on a given test. Since it is pushed, it failed (at least) twice, with the same error: # Failed test 'AddReturn must have debarred the patron' # at t/db_dependent/Circulation.t line 3112. # got: '' # expected: '1' # AddReturn returned message $VAR1 = { # 'WasReturned' => 1 # }; # Failed test 'Test at line 1918' # at t/db_dependent/Circulation.t line 3116. # got: '0' # expected: '1' # Failed test 'Test at line 1918' # at t/db_dependent/Circulation.t line 3119. # got: undef # expected: '2019-05-30' # Looks like you failed 3 tests of 21. The test at line 3113 expects the flags 'WasReturned' and 'Debarred' to be set, but only WasReturned is. Which means the patron has not been debarred. It is not because the checkout has not been detected as overdue. If you apply only the first patch you will see that the tests are failing with the exact same failures. Indeed, if due_date is not passed to test_debarment_on_checkout, it is set to now (dt_from_string). However, if the call and the test of the parameters inside the subroutine takes more than 1 second, then due_date will be after what we really expect. To reproduce that, we add 1 minute to due_date and we observe the tests failing. The trick here (and we should have in all our tests) is to mock DateTime->now to make sure dt_from_string will always return the same value, it is what we expect from our tests (in 99.9% of the cases at least). Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:13:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:13:58 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89853|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize --- Created attachment 89857 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89857&action=edit Bug 22917: Fix a typo in an output_pref call Due to a type in a call to output_pref (datenonly vs dateonly) we were comparing logactions within a minutes accuracy. Counting the logs for the day would be sufficient for the test ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:14:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:14:42 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #10 from Martin Renvoize --- Good fixes, added my own version of last patch.. Signing off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:20:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:20:25 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89818|0 |1 is obsolete| | Attachment #89819|0 |1 is obsolete| | Attachment #89820|0 |1 is obsolete| | Attachment #89821|0 |1 is obsolete| | --- Comment #26 from Liz Rea --- Created attachment 89858 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89858&action=edit Bug 22877: Unit test to highlight problem Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:20:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:20:33 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #27 from Liz Rea --- Created attachment 89859 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89859&action=edit Bug 22877: Prevent double overdue processing for lost and returned Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:20:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:20:36 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #28 from Liz Rea --- Created attachment 89860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89860&action=edit Bug 22877: (follow-up) Fix test plan count Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:20:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:20:40 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 --- Comment #29 from Liz Rea --- Created attachment 89861 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89861&action=edit Bug 22877: (QA follow-up) Clarify intent of tests and remove one. This patch embelishes the existing comments slightly and removes a test which had a FIXME, but was in fact just a duplicate of the test directly above it. I beleive it became a duplicate after the subroutine signature changed at some point recently. I also move the bug 22877 specific test into a subtest. Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 18:27:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:27:57 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea 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 Thu May 16 18:33:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 16:33:22 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |wizzyrea at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 19:22:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:22:29 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 --- Comment #2 from Jonathan Druart --- Created attachment 89862 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89862&action=edit Bug 22928: Add selenium tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 19:32:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:32:31 +0000 Subject: [Koha-bugs] [Bug 22847] Specific circ rule by patron category is displaying the default (or not displaying) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847 --- Comment #6 from Jonathan Druart --- Created attachment 89863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89863&action=edit Bug 22847: [18.11] Correctly displayed circ rule values for max_holds Here a version for 18.11, it needs a signoff! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 19:37:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:37:48 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 19:39:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:39:14 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #125 from Liz Rea --- Hi Agustin, Thanks for updating your patches, I've had a look over them and the behaviour seems better to me. I'm willing to sign this off, but I'd really like for VOKAL to test it with their real-life requirements and scenarios in mind - I'm not with that institution and I can't purport to speak to their functional requirements. I've approached Joy at ByWater to see if she can arrange a testing setup for them with this patchset, hopefully we'll hear something soon about that - I know how frustrating it is to endlessly rebase. Note to QA: I haven't attached signed off patches, pending VOKAL's testing/comments. Let me know if you'd like me to do something differently. The dev itself looks solid, passes the QA scripts and all of your new tests are passing. The functionality seems good so far as I can see, thank you for all of that and nice job! Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 19:55:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:55:22 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15339 Assignee|chris at bigballofwax.co.nz |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15339 [Bug 15339] TestBuilder build parameter warnings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 19:55:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:55:22 +0000 Subject: [Koha-bugs] [Bug 15339] TestBuilder build parameter warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15339 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22930 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 [Bug 22930] Make TestBuilder more strict when called with too wrong arguments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 19:58:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:58:14 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 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 16 19:58:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 17:58:17 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 --- Comment #1 from Jonathan Druart --- Created attachment 89864 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89864&action=edit Bug 22930: Make TestBuilder->build_object explodes if parameters are wrong This patch implements bug 15339 for build_object. We want it to warn if the call is wrong. Test plan: Make sure the tests are still returning green -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:01:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:01:48 +0000 Subject: [Koha-bugs] [Bug 18078] Updating buttons for z39.50 Authority search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18078 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82990|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:02:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:02:21 +0000 Subject: [Koha-bugs] [Bug 18078] Updating buttons for z39.50 Authority search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18078 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:02:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:02:45 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 --- Comment #6 from Jonathan Druart --- Created attachment 89865 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89865&action=edit Bug 22907: Add missing use statement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:03:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:03:35 +0000 Subject: [Koha-bugs] [Bug 18078] Updating buttons for z39.50 Authority search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18078 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61172|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:04:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:04:20 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #6 from Jonathan Druart --- I am confused. If I apply the patches from bug 22907, I cannot recreate the original issue. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:06:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:06:29 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #7 from Jonathan Druart --- (In reply to Jonathan Druart from comment #6) > I am confused. If I apply the patches from bug 22907, I cannot recreate the > original issue. Scratch that, it's wrong! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:11:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:11:23 +0000 Subject: [Koha-bugs] [Bug 18078] Updating buttons for z39.50 Authority search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18078 Owen Leonard 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 16 20:12:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:12:31 +0000 Subject: [Koha-bugs] [Bug 18078] Updating buttons for z39.50 Authority search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18078 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #11 from Owen Leonard --- My patch is a non-starter, so I restored Aleisha's. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:12:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:12:39 +0000 Subject: [Koha-bugs] [Bug 22905] Edit suggestions - wrong branchcode behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 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 Thu May 16 20:13:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:13:55 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 Liz Rea 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 16 20:14:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:14:14 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 --- Comment #4 from Liz Rea --- Created attachment 89867 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89867&action=edit Bug 22928: Add selenium tests Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:13:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:13:57 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89851|0 |1 is obsolete| | Attachment #89862|0 |1 is obsolete| | --- Comment #3 from Liz Rea --- Created attachment 89866 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89866&action=edit Bug 22928: (bug 20226 follow-up) Fix display of 'Update child to adult' link Looks like it is caused by bug 20226, however I am pretty sure it works when I wrote the patch. [% IF Categories.scalar.all(category_type => 'A').count > 0 %] is always wrong. It must be, either: [% IF Categories.all(category_type => 'A').size > 0 %] or [% SET adult_categories = Categories.scalar.all(category_type => 'A') %] [% IF adult_categories.count > 0 %] In the first case we are getting an array whereas in the later, a Koha::Patrons which is preferable. Test plan (from 20226): - Remove all your adult categories (categories.category_type='A') - Create a patron with a child category - Try to update to adult category => The entry does no longer appears! (This is a change in the behaviour) - Create one adult category - Update to adult category => There is a JS confirmation message, if you accept the patron will be updated to the adult category - Create (at least) another adult category - Create another child - Update to adult category => No more confirmation message but a popup to select the adult category - Pick one => The patron has been updated to the adult category Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:17:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:17:05 +0000 Subject: [Koha-bugs] [Bug 22902] Double entries of overdue fines in the accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22902 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |wizzyrea at gmail.com Status|NEW |RESOLVED --- Comment #2 from Liz Rea --- I believe this is a duplicate report to bug 22877, which has a patch. :) *** This bug has been marked as a duplicate of bug 22877 *** -- You are receiving 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 16 20:17:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:17:05 +0000 Subject: [Koha-bugs] [Bug 22877] Returning a lost item not marked as returned can generate additional overdue fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t.pattabhi at gmail.com --- Comment #30 from Liz Rea --- *** Bug 22902 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:20:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:20:15 +0000 Subject: [Koha-bugs] [Bug 22912] Accidental multiple clicking of fine "pay" creates multiple entries in accountlines table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22912 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Status|NEW |In Discussion Severity|critical |normal --- Comment #1 from Liz Rea --- Hi Vijay, Which page are you referring to? As near as i can tell, there is a confirmation step between the "Pay" button and a payment actually being made. Normal importance until we can confirm what screen (a url would do) you are seeing this behaviour from. Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:21:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:21:29 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Edit suggestions - wrong |Cannot upate the status of |branchcode behavior |suggestions if the | |branchcode filter is set to | |all -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:24:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:24:07 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89828|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 89868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89868&action=edit Bug 22905: Fix update of suggestion's status if branchcode filter is 'all' Because of the "Library" filter on the left of the "Suggestions management" screen, there is something wrong happening: 1. Create a suggestion from library A, login from library B 2. Go to Home ? Acquisitions ? Suggestions management => The suggestion does not appear - OK 3. In the filter on the left, select "all library" => The suggestion appears on the pending tab - KO 4. Select the suggestion and mark is as 'Accepted' => The suggestion still appears on the pending tab - Failure The log says: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`suggestions`, CONSTRAINT `suggestions_ibfk_branchcode` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE SET NULL ON UPDATE CASCADE) [for Statement "UPDATE `suggestions` SET `accepteddate` = ?, `branchcode` = ?, `currency` = ?, `manageddate` = ?, `price` = ?, `reason` = ?, `suggesteddate` = ?, `total` = ? WHERE ( `suggestionid` = ? )" with ParamValues: 0='2019-05-14T15:48:18', 1="", 2="CAD", 3='2019-05-14T15:48:18', 4="0.00", 5="", 6='2019-05-14T00:00:00', 7="0.00", 8=3] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. Let forget what could have happened earlier in the script and do it the regular way, from $input. Then call ModSuggestion with only what we need. Test plan: Confirm that the steps described before work as expected once this patch is applied -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:24:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:24:03 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:30:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:30:33 +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 #20 from Liz Rea --- I don't like the idea of combining them. Records are records. Items are items. Yes, I'm a curmudgeon. ^.^ The way I'd like to see it done: - use the existing tool for batch deleting items - give feedback regarding the items that were actually deleted (existing) - Check an item's biblio to see if that item is the last on the biblio - if it is, use the existing pathway for deleting records if all items are to be deleted (existing), and add on deleting the reserves on that biblio in that pathway. - give actionable feedback regarding any items with item level holds that couldn't be deleted because of holds - either links to the affected items that open in a new tab so a librarian can deal to the holds or some other mechanism like a button "Delete this item's holds I know what I'm doing" This could be a good project for an intern somewhere. Liz -- You are receiving 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 16 20:42:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:42:18 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89796|0 |1 is obsolete| | --- Comment #14 from ByWater Sandboxes --- Created attachment 89869 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89869&action=edit Bug 22914: Batch Item Delete column misconfigured when using show/hide tool Signed-off-by: Lisette Scheer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:42:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:42:51 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 Lisette Scheer 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 16 20:47:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:47:01 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Liz Rea 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 16 20:47:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:47:03 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89868|0 |1 is obsolete| | --- Comment #9 from Liz Rea --- Created attachment 89870 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89870&action=edit Bug 22905: Fix update of suggestion's status if branchcode filter is 'all' Because of the "Library" filter on the left of the "Suggestions management" screen, there is something wrong happening: 1. Create a suggestion from library A, login from library B 2. Go to Home ? Acquisitions ? Suggestions management => The suggestion does not appear - OK 3. In the filter on the left, select "all library" => The suggestion appears on the pending tab - KO 4. Select the suggestion and mark is as 'Accepted' => The suggestion still appears on the pending tab - Failure The log says: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`suggestions`, CONSTRAINT `suggestions_ibfk_branchcode` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE SET NULL ON UPDATE CASCADE) [for Statement "UPDATE `suggestions` SET `accepteddate` = ?, `branchcode` = ?, `currency` = ?, `manageddate` = ?, `price` = ?, `reason` = ?, `suggesteddate` = ?, `total` = ? WHERE ( `suggestionid` = ? )" with ParamValues: 0='2019-05-14T15:48:18', 1="", 2="CAD", 3='2019-05-14T15:48:18', 4="0.00", 5="", 6='2019-05-14T00:00:00', 7="0.00", 8=3] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. Let forget what could have happened earlier in the script and do it the regular way, from $input. Then call ModSuggestion with only what we need. Test plan: Confirm that the steps described before work as expected once this patch is applied Signed-off-by: Liz Rea https://bugs.koha-community.org/show_bug.cgi?id=22907 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:47:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:47:11 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #10 from Liz Rea --- Created attachment 89871 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89871&action=edit Bug 22905: (QA follow-up) remove bad warn Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:50:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:50:15 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Liz Rea 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 16 20:50:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:50:18 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89763|0 |1 is obsolete| | Attachment #89767|0 |1 is obsolete| | Attachment #89768|0 |1 is obsolete| | Attachment #89865|0 |1 is obsolete| | --- Comment #7 from Liz Rea --- Created attachment 89872 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89872&action=edit Bug 22907: Add tests Do not use copyrightdate as it is weird to have it int Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:50:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:50:25 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 --- Comment #8 from Liz Rea --- Created attachment 89873 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89873&action=edit Bug 22907: Fix new suggestion with strict sql modes With sql_strict_modes turned on, if you try to create a new suggestion you will get: Incorrect integer value: '' for column '$INT_COLUMN' at row 1 Test plan: Turn on strict_sql_modes, create a new suggestion, then edit it. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:50:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:50:27 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 --- Comment #9 from Liz Rea --- Created attachment 89874 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89874&action=edit Bug 22907: Remove previous code handling the same thing See: commit a71b96295fb07084e4f87ac1a471e89355f3c5a4 Bug 12627: Fix default values Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 20:50:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 18:50:30 +0000 Subject: [Koha-bugs] [Bug 22907] Cannot add new suggestion with strict SQL modes turned on In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907 --- Comment #10 from Liz Rea --- Created attachment 89875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89875&action=edit Bug 22907: Add missing use statement Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:03:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:03:03 +0000 Subject: [Koha-bugs] [Bug 22914] Batch Item Delete column misconfigured when using show/hide tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914 --- Comment #15 from Jonathan Druart --- (In reply to Lucas Gass from comment #13) > Thanks Jonathan. I will be more precise with advertisement in the future. :) Why in the future when you can start now? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:08:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:08:11 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89857|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart --- Created attachment 89876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89876&action=edit Bug 22917: Fix a typo in an output_pref call Due to a type in a call to output_pref (datenonly vs dateonly) we were comparing logactions within a minutes accuracy. Counting the logs for the day would be sufficient for the 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 Thu May 16 21:08:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:08:16 +0000 Subject: [Koha-bugs] [Bug 22917] Circulation.t fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 --- Comment #12 from Jonathan Druart --- Created attachment 89877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89877&action=edit Bug 22917: Fix typo in another test file It looks safe to do it here and now. Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:08:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:08:21 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Martha Fuerst changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfuerst at hmcpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:14:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:14:02 +0000 Subject: [Koha-bugs] [Bug 22921] Relatives issues only shows first one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|normal |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:14:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:14:51 +0000 Subject: [Koha-bugs] [Bug 22921] Relatives issues only shows first one In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22921 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #2 from Katrin Fischer --- (In reply to Fridolin SOMERS from comment #1) > It turn out it does not appear on master, it is caused by Bug 15219 Missed the next comment... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:16:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:16:42 +0000 Subject: [Koha-bugs] [Bug 20582] Turn Koha into a Mojolicious application In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:16:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:16:52 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- What is the use case for changing the date the hold was placed? (allowing them to be in the future? And should this not depend on the syspref then?) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:17:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:17:58 +0000 Subject: [Koha-bugs] [Bug 19618] Automatic/standing holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tomascohen at gmail.com |agustinmoyano at theke.io -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:33:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:33:09 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Liz Rea 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 16 21:33:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:33:12 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89826|0 |1 is obsolete| | Attachment #89827|0 |1 is obsolete| | --- Comment #18 from Liz Rea --- Created attachment 89878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89878&action=edit Bug 22724: Allow only users with correct permissions to 'Write off selected' Due to the addition of a 'Write off selected' button in 18.11, users without writeoff permissions could mistakenly view and action the 'Write off selected' option for a patron in Accounting > Make a payment (Fines > Pay fines). The attached patch corrects this error. Test plan: 1) Make sure that a staff user has '(writeoff) Write off fines and fees' permission disabled 2) Bring up a patron with an unpaid fee, go to Accounting -> Make a payment 3) Note that 'Write off selected' button is displayed. 4) Select a fee, click 'Write off selected'. Note that staff member has access to 'Write off an amount toward selected fines' 5) Apply the patch 6) Repeat steps 1-2, and note that the button is no longer displayed 7) Bonus points, as a staff user with writeoff permissions enabled check that all four buttons (Pay amount, Pay selected, Write off all, Write off selected) are displayed Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:33:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:33:20 +0000 Subject: [Koha-bugs] [Bug 22724] Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724 --- Comment #19 from Liz Rea --- Created attachment 89879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89879&action=edit Bug 22724: Check permissions in the script before displaying template Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:34:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:34:12 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 --- Comment #5 from Katrin Fischer --- This has an interesting aspect - do we want to provide this for librarians, or for end developers? (new feature vs. renamed method) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:36:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:36:32 +0000 Subject: [Koha-bugs] [Bug 18294] Keyword searches surrounded by double quotes fail on staff client and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18294 Joelle Hannert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhannert at nmc.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 21:55:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 19:55:29 +0000 Subject: [Koha-bugs] [Bug 22929] Enabling the GDPR_Policy will affect libraries using the SCO module in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929 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 Thu May 16 22:28:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 20:28:11 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #14 from Andrew --- Given enough time, I could probably get around to arguing either side of this. But I think I'm leaning more toward putting it in the attribute setup. There's enough specific setup stuff for each attribute there already that I think that's where folks are more likely to expect this. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 16 22:39:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 20:39:05 +0000 Subject: [Koha-bugs] [Bug 22932] New: Serial issues on opac-detail.pl sorts dates alphabetically Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932 Bug ID: 22932 Summary: Serial issues on opac-detail.pl sorts dates alphabetically Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- When sorting serial issues in the OPAC by date, those dates are sorted alphabetically rather than as dates. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 16 22:41:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 20:41:04 +0000 Subject: [Koha-bugs] [Bug 22932] Serial issues on opac-detail.pl sorts dates alphabetically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932 Andrew 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 Thu May 16 23:00:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 21:00:16 +0000 Subject: [Koha-bugs] [Bug 22933] New: Support for FIDO WebAuthn (passwordless) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22933 Bug ID: 22933 Summary: Support for FIDO WebAuthn (passwordless) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: black23 at gmail.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org Target Milestone: --- What do you mean about support for WebAuthn for staff? No Password, just USB token and touch. Nice demo and test: https://webauthn.me/ https://webauthn.io/ Demo code Javascript https://github.com/fido-alliance/webauthn-demo -- You are receiving 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 16 23:00:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 21:00:22 +0000 Subject: [Koha-bugs] [Bug 22933] Support for FIDO WebAuthn (passwordless) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22933 Michal Denar 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 Thu May 16 23:17:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 21:17:08 +0000 Subject: [Koha-bugs] [Bug 20262] Add ability to refund lost item fees without creating credits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262 --- Comment #17 from Cab Vinton --- We would also be happy to see this bug applied as soon as possible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 01:22:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 23:22:11 +0000 Subject: [Koha-bugs] [Bug 22896] Item to be transferred at checkin clears overridden due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 01:27:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 16 May 2019 23:27:15 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 --- Comment #4 from Brian --- FY18 means Fiscal year 2018 Hi this bug is attached to our development New System Pref, ?Don?t forgive lost after(set date), modify checkin routine to check the value of the itemlost_on field. My superiors want this bug pushed, thank you -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 08:32:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 06:32:28 +0000 Subject: [Koha-bugs] [Bug 22929] Enabling the GDPR_Policy will affect libraries using the SCO module in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Status|NEW |ASSIGNED Version|18.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 17 09:42:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 07:42:56 +0000 Subject: [Koha-bugs] [Bug 22903] Elasticsearch, dynamic display when you refine your search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22903 --- Comment #6 from axel Amghar --- Created attachment 89880 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89880&action=edit Bug 22903: Unit test for sub getRecords in C4/Search.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 10:18:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 08:18:28 +0000 Subject: [Koha-bugs] [Bug 22929] Enabling the GDPR_Policy will affect libraries using the SCO module in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929 Marcel de Rooy 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 17 10:18:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 08:18:30 +0000 Subject: [Koha-bugs] [Bug 22929] Enabling the GDPR_Policy will affect libraries using the SCO module in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929 --- Comment #1 from Marcel de Rooy --- Created attachment 89881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89881&action=edit Bug 22929: Allow SCI/SCO logins independent of GDPR_Policy This patch makes Auth skip the GDPR policy check when get_template_and_user is called for sci/sco (self checkin, checkout). I do not really like the change in this form but the nature of self checkin and checkout kind of dictate it (double hack). I wanted to add a test but since that asks for mocking CGI, checkauth, etc. the time needed for that is just too much for this simple change. Test plan: Enable GDPR_Policy and self checkin/checkout. Verify that using patrons without consent is not blocking sci/sco. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 10:42:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 08:42:22 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 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 Fri May 17 10:42:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 08:42:24 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89864|0 |1 is obsolete| | --- Comment #2 from Marcel de Rooy --- Created attachment 89882 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89882&action=edit Bug 22930: Make TestBuilder->build_object explodes if parameters are wrong This patch implements bug 15339 for build_object. We want it to warn if the call is wrong. Test plan: Make sure the tests are still returning green Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 10:42:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 08:42:28 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 --- Comment #3 from Marcel de Rooy --- Created attachment 89883 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89883&action=edit Bug 22930: (QA follow-up) Add two test descriptions No more than that ;) Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 10:43:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 08:43:06 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict when called with too wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Status|Signed Off |Passed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #4 from Marcel de Rooy --- Simple patch. Passing QA rightaway. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 10:45:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 08:45:55 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict about wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make TestBuilder more |Make TestBuilder more |strict when called with too |strict about wrong |wrong arguments |arguments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 11:57:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 09:57:15 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #11 from Marcel de Rooy --- Created attachment 89884 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89884&action=edit Bug 22905: Counterpatch removing just branchcode The suggested patches replace using $suggestion_only, making much more changes than needed. I would opt for removing the offending branchcode. In this case __ANY__. Apart from strict SQL mode, it is just wrong. This patch touches just one line. Same test plan. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 11:58:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 09:58:20 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #12 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #1) > All this code is awful, I have no idea how to fix it simply and without > introduce regressions. Yes, this definitely is horrible. I suggest a simpler fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 12:20:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 10:20:35 +0000 Subject: [Koha-bugs] [Bug 22908] Modsuggestion will generate a notice even if the modification failed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #5 from Marcel de Rooy --- Works when you run prove on the test, but not with perl [other sql mode]? New test fails then. Shouldnt DBIx always raise a warning if you want to pollute a date field? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:17:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:17:35 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 Andrew Isherwood changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:17:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:17:38 +0000 Subject: [Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260 --- Comment #34 from Andrew Isherwood --- Created attachment 89885 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89885&action=edit Bug 15260: (follow-up) Add missing POD As per comment #33 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:54:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:54:06 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 --- Comment #3 from Owen Leonard --- (In reply to Katrin Fischer from comment #2) > What is the use case for changing the date the hold was placed? (allowing > them to be in the future? And should this not depend on the syspref then?) I'm not sure what the use case is if you're *not* changing a hold date to/from a future date, but I think that's good enough reason to have the ability. Tying the operation to AllowHoldDateInFuture sounds right to me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:54:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:54:48 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 --- Comment #9 from axel Amghar --- Created attachment 89886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89886&action=edit Bug 20384 - Elastic rebuild script improvements - options --offset, --length & --file This patch add the options --offset, --length & --file to the script: misc/search_tools/rebuild_elastic_search.pl To test : - apply the patch - verify that the script by default is working, launch : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 - launch with the option --offset - then with the option --length - launch with both options : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --offset 1000 --length 200 - verify that the total records indexed is 200 launch perl misc/search_tools/rebuild_elastic_search.pl --man for help Option --file : To test: - after testing offset and length, apply this patch - launch perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --file your_file.csv your file need to contain a column of biblionumber from biblio or authid from auth_header (only one column) You can go in Koha -> reports -> Create from sql SELECT biblionumber FROM biblio ; and then download in csv to have your csv file. - You can test with others query like : select biblionumber from biblio WHERE author LIKE 'a%'; Total number of results (411); - verify that you have the rigth number of records indexed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:54:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:54:51 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89560|0 |1 is obsolete| | --- Comment #10 from axel Amghar --- Created attachment 89887 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89887&action=edit Bug 20384: unit test for get_all_biblios_iterator & get_all_authorities_iterator -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:55:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:55:15 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89727|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:55:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:55:24 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89559|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:56:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:56:14 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED --- Comment #4 from Julian Maurice --- Thanks for the feedback. I will write a followup soon. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 13:58:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 11:58:38 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89886|0 |1 is obsolete| | --- Comment #11 from axel Amghar --- Created attachment 89888 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89888&action=edit Bug 20384 - Elastic rebuild script improvements - options --offset, --length & --file This patch add the options --offset, --length & --file to the script: misc/search_tools/rebuild_elastic_search.pl To test : - apply the patch - verify that the script by default is working, launch : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 - launch with the option --offset - then with the option --length - launch with both options : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --offset 1000 --length 200 - verify that the total records indexed is 200 launch perl misc/search_tools/rebuild_elastic_search.pl --man for help Option --file : To test: - after testing offset and length, apply this patch - launch perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --file your_file.csv your file need to contain a column of biblionumber from biblio or authid from auth_header (only one column) You can go in Koha -> reports -> Create from sql SELECT biblionumber FROM biblio ; and then download in csv to have your csv file. - You can test with others query like : select biblionumber from biblio WHERE author LIKE 'a%'; Total number of results (411); - verify that you have the rigth number of records indexed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:03:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:03:54 +0000 Subject: [Koha-bugs] [Bug 20384] Elastic rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 axel Amghar 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 17 14:14:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:14:29 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | CC| |nick at bywatersolutions.com --- Comment #158 from Nick Clemens --- Excited about this, but too late for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:15:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:15:08 +0000 Subject: [Koha-bugs] [Bug 22932] GetLatestSerials should not return formatted date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|18.11 |master Component|OPAC |Templates Summary|Serial issues on |GetLatestSerials should not |opac-detail.pl sorts dates |return formatted date |alphabetically | --- Comment #1 from Owen Leonard --- I'm updating the bug title because the problem can't be solved without changing the way data comes out of GetLatestSerials. It shouldn't return a formatted date--we have $KohaDates for that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:15:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:15:30 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:15:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:15:36 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85411|0 |1 is obsolete| | Attachment #85412|0 |1 is obsolete| | Attachment #85431|0 |1 is obsolete| | --- Comment #132 from Kyle M Hall --- Created attachment 89889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89889&action=edit Bug 14570: Make it possible to add multiple guarantors to a record This patch adds the ability to set an unlimited number of guarantors for a given patron. As before, each guarantor may be linked to another Koha patron, and all the behavior that applies to a given guarantor remains the same. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Find some patrons with guarantors, verify the still have their guarantor 4) Test adding and removing guarantors on a patron record, both Koha users and not 5) Verify the "Add child" button works 6) Verify NoIssuesChargeGuarantees still works 7) Verify tools/cleanborrowers.pl will not delete a guarantor 8) Verify the guarantors are displayed on moremember.pl 9) Verify the guarantor is removed by members/update-child.pl 10) Verify the guarantor is removed by misc/cronjobs/j2a.pl 11) Verify import patrons converts guarantor_id, relationship, contactfirstname, and contactsurname into a guarantor 12) prove t/Patron.t 13) prove t/db_dependent/Circulation.t 14) prove t/db_dependent/Circulation/NoIssuesChargeGuarantees.t 15) prove t/db_dependent/Items.t 16) prove t/db_dependent/Koha/Patrons.t 17) prove t/db_dependent/Members.t 18) prove t/db_dependent/Patron/Relationships.t Signed-off-by: Kim Peine Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:17:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:17:09 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89889|0 |1 is obsolete| | --- Comment #133 from Kyle M Hall --- Created attachment 89890 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89890&action=edit Bug 14570: Make it possible to add multiple guarantors to a record This patch adds the ability to set an unlimited number of guarantors for a given patron. As before, each guarantor may be linked to another Koha patron, and all the behavior that applies to a given guarantor remains the same. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Find some patrons with guarantors, verify the still have their guarantor 4) Test adding and removing guarantors on a patron record, both Koha users and not 5) Verify the "Add child" button works 6) Verify NoIssuesChargeGuarantees still works 7) Verify tools/cleanborrowers.pl will not delete a guarantor 8) Verify the guarantors are displayed on moremember.pl 9) Verify the guarantor is removed by members/update-child.pl 10) Verify the guarantor is removed by misc/cronjobs/j2a.pl 11) Verify import patrons converts guarantor_id, relationship, contactfirstname, and contactsurname into a guarantor 12) prove t/Patron.t 13) prove t/db_dependent/Circulation.t 14) prove t/db_dependent/Circulation/NoIssuesChargeGuarantees.t 15) prove t/db_dependent/Items.t 16) prove t/db_dependent/Koha/Patrons.t 17) prove t/db_dependent/Members.t 18) prove t/db_dependent/Patron/Relationships.t Signed-off-by: Kim Peine Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:17:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:17:24 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #134 from Kyle M Hall --- Created attachment 89891 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89891&action=edit Bug 14570: (QA Follow-up) Misc changes based on QA feedback -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:17:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:17:29 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #135 from Kyle M Hall --- Created attachment 89892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89892&action=edit Bug 14570: Update schema files [Do Not Push] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:22:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:22:38 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 --- Comment #5 from Joy Nelson --- Hi Brian, We understand the urgency for your library. This bug is currently assigned and in development. When the feature is ready, tested and passed QA it will be pushed into a release of Koha. Thanks! joy (In reply to Brian from comment #4) > FY18 means Fiscal year 2018 > > Hi this bug is attached to our development New System Pref, ?Don?t forgive > lost after(set date), modify checkin routine to check the value of the > itemlost_on field. > > My superiors want this bug pushed, thank you -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:22:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:22:42 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #136 from Kyle M Hall --- (In reply to Jonathan Druart from comment #117) > - Are you sure we need the change to Koha::Object? Fixed in followup > - koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt > [% To.json(data) %] must have the html filter Fixed in followup > > - changes to opac-user.tt are wrong (not needed) Fixed in rebase. Please point out which lines you are referring to in the future. > - There are too many (unneeded) changes made to members/update-child.pl, it > will conflict with bug 20226 (not blocker) There are currently very few changes to this script. Maybe this was fixed in a previous rebase. > - misc/cronjobs/j2a.pl transaction must be done using > txn_begin/txn_commit/txn_rollback Fixed in followup > - C4::Installer::load_sql returned the following errors while attempting to > load /home/vagrant/kohaclone/installer/data/mysql/atomicupdate/bug_14570.sql: > > I do not know what the error is. ? > - Charset/collate: > relationship VARCHAR(100) COLLATE utf8_unicode_ci NOT NULL, > => this is wrong > > - same in the atomic update Fixed in followup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:29:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:29:56 +0000 Subject: [Koha-bugs] [Bug 22934] New: Add missing use statement to Koha::AdditionalFieldValue Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 Bug ID: 22934 Summary: Add missing use statement to Koha::AdditionalFieldValue Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Serials 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 Target Milestone: --- When refactoring additional fields for 15774 it looks like a use statement was missed -- You are receiving 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 17 14:32:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:32:24 +0000 Subject: [Koha-bugs] [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:32:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:32:26 +0000 Subject: [Koha-bugs] [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 --- Comment #1 from Nick Clemens --- Created attachment 89893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89893&action=edit Bug 22934: Add missing use statement Also fixes a typo To test: 1 - Add a subscription to a record 2 - Add an additional field in the admin section 3 - Edit the subscription and define the additional field 4 - Ensure you can view the record in the staff client and opac -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:32:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:32:42 +0000 Subject: [Koha-bugs] [Bug 15774] Additional fields for baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22934 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:32:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:32:52 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 --- Comment #78 from axel Amghar --- Created attachment 89894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89894&action=edit Bug 20388: QA fixe : add searchfield only if it doesn't exist To test: Without the fix: - in search field configuration -> search field - add the search field "uri" at the bottom of the tab - you should have two fields "uri" like that : https://snag.gy/BpxcIq.jpg Then apply the fix - try to add the search field uri - this time an alert should appear with the message : " SearchField uri already exist " -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:32:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:32:42 +0000 Subject: [Koha-bugs] [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15774 Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774 [Bug 15774] Additional fields for baskets -- You are receiving 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 17 14:38:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:38:33 +0000 Subject: [Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | 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 Fri May 17 14:40:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:40:16 +0000 Subject: [Koha-bugs] [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 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 17 14:40:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:40:18 +0000 Subject: [Koha-bugs] [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89893|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 89895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89895&action=edit Bug 22934: Add missing use statement Also fixes a typo To test: 1 - Add a subscription to a record 2 - Add an additional field in the admin section 3 - Edit the subscription and define the additional field 4 - Ensure you can view the record in the staff client and opac 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 17 14:42:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:42:18 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 --- Comment #5 from Julian Maurice --- Created attachment 89896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89896&action=edit Bug 22922: Allow reservedate changes only if AllowHoldDateInFuture is on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:42:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:42:34 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Julian Maurice 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 17 14:48:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:48:09 +0000 Subject: [Koha-bugs] [Bug 22705] Change default value of Elasticsearch cxn_pool to 'Static' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:48:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:48:11 +0000 Subject: [Koha-bugs] [Bug 22705] Change default value of Elasticsearch cxn_pool to 'Static' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89781|0 |1 is obsolete| | --- Comment #5 from Nick Clemens --- Created attachment 89897 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89897&action=edit Bug 22705: Change default value of cxn_pool to 'Static' 'Static' is the default value of Search::Elasticsearch and for a good reason : it works in most cases, unlike the 'Sniff' option To test: 1 - Apply patch 2 - Edit koha-conf.xml 3 - Add 'Static' to the elasticsearch stanza 4 - Restart all the things! 5 - Reindex ES, it works 6 - Set SearchEngine to ES, try searching 7 - It works! Signed-off-by: Nick Clemens -- You are receiving 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 17 14:49:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:49:38 +0000 Subject: [Koha-bugs] [Bug 22932] GetLatestSerials should not return formatted date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22934 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:49:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:49:38 +0000 Subject: [Koha-bugs] [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22932 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932 [Bug 22932] GetLatestSerials should not return formatted date -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:50:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:50:48 +0000 Subject: [Koha-bugs] [Bug 6759] Use a different account type for account renewals than for new accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6759 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | CC| |nick at bywatersolutions.com -- 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 17 14:50:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:50:54 +0000 Subject: [Koha-bugs] [Bug 11573] Fine descriptions related to Rentals are untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 14:51:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 12:51:00 +0000 Subject: [Koha-bugs] [Bug 22563] Convert lost handling to use 'status' instead of multiple accounttypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | 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 Fri May 17 15:03:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:03:52 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 --- Comment #97 from Martin Renvoize --- Created attachment 89898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89898&action=edit Bug 21662: (QA follow-up) Use commitdates over RM dates The manual maintanence of the history.txt file lead to some discrepancies in first commit dates for many contributors. After a discussion regarding the automation proccess (and with some of the contributors who would be most heavily affected) we decided to update the history file on mass to match the commite dates found in the repository. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:16:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:16:01 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:16:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:16:04 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89866|0 |1 is obsolete| | Attachment #89867|0 |1 is obsolete| | --- Comment #5 from Kyle M Hall --- Created attachment 89899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89899&action=edit Bug 22928: (bug 20226 follow-up) Fix display of 'Update child to adult' link Looks like it is caused by bug 20226, however I am pretty sure it works when I wrote the patch. [% IF Categories.scalar.all(category_type => 'A').count > 0 %] is always wrong. It must be, either: [% IF Categories.all(category_type => 'A').size > 0 %] or [% SET adult_categories = Categories.scalar.all(category_type => 'A') %] [% IF adult_categories.count > 0 %] In the first case we are getting an array whereas in the later, a Koha::Patrons which is preferable. Test plan (from 20226): - Remove all your adult categories (categories.category_type='A') - Create a patron with a child category - Try to update to adult category => The entry does no longer appears! (This is a change in the behaviour) - Create one adult category - Update to adult category => There is a JS confirmation message, if you accept the patron will be updated to the adult category - Create (at least) another adult category - Create another child - Update to adult category => No more confirmation message but a popup to select the adult category - Pick one => The patron has been updated to the adult category Signed-off-by: Liz Rea Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:16:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:16:13 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 --- Comment #6 from Kyle M Hall --- Created attachment 89900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89900&action=edit Bug 22928: Add selenium tests Signed-off-by: Liz Rea Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:16:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:16:22 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:16:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:16:55 +0000 Subject: [Koha-bugs] [Bug 22811] Add button to clear DataTables filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811 --- Comment #7 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:17:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:17:31 +0000 Subject: [Koha-bugs] [Bug 21535] Anonymize function in Patron should not scramble email addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:18:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:18:17 +0000 Subject: [Koha-bugs] [Bug 21535] Anonymize function in Patron should not scramble email addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version(s)| |19.05.00 released in| | Status|Pushed to Master |RESOLVED --- Comment #9 from Martin Renvoize --- Dependency not in 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:19:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:19:06 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |new feature -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:20:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:20:48 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00 released in| | Resolution|--- |FIXED Text to go in the| |To increase the security of release notes| |your online self checkout | |facilities this feature | |allows you to limit their | |operation to a specified IP | |or IP Range. Status|Pushed to Master |RESOLVED --- Comment #74 from Martin Renvoize --- New feature will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:22:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:22:12 +0000 Subject: [Koha-bugs] [Bug 20262] Add ability to refund lost item fees without creating credits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262 --- Comment #18 from Martha Fuerst --- We are also still very interested! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:30:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:30:52 +0000 Subject: [Koha-bugs] [Bug 22782] Schema change for SocialData In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.06 released in| | Status|Pushed to Master |Pushed to Stable --- Comment #7 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving 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 17 15:31:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:31:40 +0000 Subject: [Koha-bugs] [Bug 21533] Do not allow password recovery for administrative locked patrons (see 21336) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21533 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #8 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:32:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:32:22 +0000 Subject: [Koha-bugs] [Bug 21872] Elasticsearch indexing faster by making it multi-threaded In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED Version(s)| |19.05.00 released in| | --- Comment #73 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:32:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:32:23 +0000 Subject: [Koha-bugs] [Bug 22892] Warning when reindexing without parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892 Bug 22892 depends on bug 21872, which changed state. Bug 21872 Summary: Elasticsearch indexing faster by making it multi-threaded https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:33:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:33:11 +0000 Subject: [Koha-bugs] [Bug 22761] Move "Fee receipt" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version(s)| |19.05.00 released in| | Status|Pushed to Master |RESOLVED --- Comment #41 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:33:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:33:12 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 Bug 22809 depends on bug 22761, which changed state. Bug 22761 Summary: Move "Fee receipt" from template to a slip https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:36:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:36:52 +0000 Subject: [Koha-bugs] [Bug 22932] GetLatestSerials should not return formatted date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932 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 17 15:36:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:36:56 +0000 Subject: [Koha-bugs] [Bug 22932] GetLatestSerials should not return formatted date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932 --- Comment #2 from Owen Leonard --- Created attachment 89901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89901&action=edit Bug 22932: GetLatestSerials should not return formatted date This patch updates GetLatestSerials in Serials.pm to remove date formatting. Formatting of dates should be done in the template using $KohaDates. To test, apply the patch and locate a bibliographic record in the staff client which has a subscription with issues. - On the bibliographic detail page for that record, view the "Subscriptions" tab. Dates in the table of recent issues should be formatted correctly. - View the details for the subscription in the Serials module. Create or edit a routing list for that serial. In the "Issue" dropdown the issue dates should be formatted correctly. - View the bibliographic detail page for the record in the OPAC. Open the "Subscriptions" tab. In the table of recent issues publication date and received date should be formatted correctly. The table should sort correctly on these dates. Note: Although opac-ISBDdetail.pl calls GetLatestSerials, as far as I can tell there is no serial-related output to update. The code appears to be unused. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:41:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:41:09 +0000 Subject: [Koha-bugs] [Bug 22809] Move "INVOICE" from template to a slip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00 released in| | Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #10 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:45:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:45:02 +0000 Subject: [Koha-bugs] [Bug 21709] Addbiblio shows clickable tag editor icons which do nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00, 18.11.06 released in| | Status|Pushed to Master |Pushed to Stable CC| |martin.renvoize at ptfs-europe | |.com --- Comment #17 from Martin Renvoize --- Pushed to 18.11.x for 18.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:46:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:46:08 +0000 Subject: [Koha-bugs] [Bug 22803] Set dataTable width issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |martin.renvoize at ptfs-europe | |.com Version(s)| |19.05.00 released in| | Status|Pushed to Master |RESOLVED --- Comment #9 from Martin Renvoize --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:46:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:46:12 +0000 Subject: [Koha-bugs] [Bug 22637] Add ability to full reindex elasticsearch index from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22637 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |axel.amghar at biblibre.com Assignee|koha-bugs at lists.koha-commun |axel.amghar at biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:47:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:47:00 +0000 Subject: [Koha-bugs] [Bug 22053] Ability to disable some plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:49:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:49:43 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Owen Leonard --- I realize that there is no aspect of the date selection process which requires specific features of the jQuery datepicker, but I think it should be used for consistency's sake. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 15:50:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 13:50:31 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #13 from Jonathan Druart --- I think my patch is much more regression proof. It makes the code does what it must do. There are much more variables in the filters that have the same name: budgetid, title, etc. I wanted to provide a patch in which we can trust. I do not trust yours, because I did not spend 2 hours to make sure there are no more bugs (interference with variable's name). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:07:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:07:43 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |BLOCKED --- Comment #19 from Jonathan Druart --- Working on this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:07:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:07:58 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 --- Comment #7 from Julian Maurice --- Created attachment 89902 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89902&action=edit Bug 22922: Use jQuery datepicker instead of -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:08:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:08:20 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:17:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:17:56 +0000 Subject: [Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 --- Comment #159 from Alex Arnaud --- (In reply to Nick Clemens from comment #158) > Excited about this, but too late for 19.05 Nick, Can you reproduce the issue on comment #156 ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:34:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:34:24 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89749|0 |1 is obsolete| | --- Comment #20 from Jonathan Druart --- Created attachment 89903 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89903&action=edit Bug 22844: Add the new DB column borrower_attribute_types.mandatory -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:34:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:34:27 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #21 from Jonathan Druart --- Created attachment 89904 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89904&action=edit Bug 22844: Add the new entry to the patron attr types form Will conflict with bug 20443 \o/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:34:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:34:31 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 --- Comment #22 from Jonathan Druart --- Created attachment 89905 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89905&action=edit Bug 22844: Make the attribute mandatory when editing a patron Note: I am not confident with this patch, I think it's not polished. I will not have time to improve it to make it ready for 19.05.00 1. Conflict with bug 20443 (which would have make this change way much easier!) 2. It does not work :) You will be able to submit the memberentry form even if the patron attribute is marked as mandatory (??) 3. What about the OPAC? 4. What about repeatable fields? We certainly will need JS code here 5. What about the "Quick add" feature? (I had trouble in the past to not introduce regression when we played with this template...) Do not forget to run updatedatabase.pl and regenerate DBIC schema if you want to play with this patchset. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:37:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:37:22 +0000 Subject: [Koha-bugs] [Bug 22835] Serve static files from plugins through the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | 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 Fri May 17 16:37:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:37:26 +0000 Subject: [Koha-bugs] [Bug 21073] Improve plugin performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:48:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:48:26 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |In Discussion --- Comment #23 from Jonathan Druart --- Not sure what is the correct status here. Either it's in Discussion and someone else gives a shoot at a follow-up for my patches. Or we can also drop the "hidden feature", we obsolete my last 3 patches and switch back to PQA. Or wait for a more complete and tested approach :) (I personally vote for the later) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:49:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:49:37 +0000 Subject: [Koha-bugs] [Bug 6223] Patron categories should have a default set of permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6223 e.betemps changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e.betemps 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 17 16:49:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:49:25 +0000 Subject: [Koha-bugs] [Bug 18787] Create permission profiles for staff users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18787 e.betemps changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e.betemps 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 17 16:50:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:50:26 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |BLOCKED Depends on| |22844 --- Comment #15 from Jonathan Druart --- This is blocked by bug 22844 comment 23. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 [Bug 22844] Simplify the process of selecting database columns for system preferences -- You are receiving 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 17 16:50:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:50:26 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22728 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:54:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:54:44 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #117 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:54:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:54:56 +0000 Subject: [Koha-bugs] [Bug 22928] "Update child to adult patron" link no longer displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #7 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:55:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:55:07 +0000 Subject: [Koha-bugs] [Bug 22930] Make TestBuilder more strict about wrong arguments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick at bywatersolutions.com --- Comment #5 from Nick Clemens --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 16:57:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 14:57:57 +0000 Subject: [Koha-bugs] [Bug 22935] New: Improve style of Bootstrap pagination Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935 Bug ID: 22935 Summary: Improve style of Bootstrap pagination 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: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Created attachment 89906 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89906&action=edit Screenshot of search results pagination I would like to tweak the style of Bootstrap pagination bars in the staff client: Bring the color more in line with the color scheme and change the padding. I'd also like to add Font Awesome icons. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 17:09:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 15:09:49 +0000 Subject: [Koha-bugs] [Bug 22935] Improve style of Bootstrap pagination In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935 --- Comment #1 from Owen Leonard --- Created attachment 89907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89907&action=edit Bug 22935: Improve style of Bootstrap pagination This patch makes some updates to the staff client CSS and adds Font Awesome icons to the Bootstrap pagination include. To test, apply the patch and rebuild the staff client CSS. Perform a search in the staff client which will return multiple pages of results. Check that the pagination links look good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 17:09:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 15:09:47 +0000 Subject: [Koha-bugs] [Bug 22935] Improve style of Bootstrap pagination In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935 Owen Leonard 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 17 17:32:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 15:32:33 +0000 Subject: [Koha-bugs] [Bug 21662] Missing developers from history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89898|0 |1 is obsolete| | --- Comment #98 from Martin Renvoize --- Created attachment 89908 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89908&action=edit Bug 21662: (QA follow-up) Use commitdates over RM dates The manual maintanence of the history.txt file lead to some discrepancies in first commit dates for many contributors. After a discussion regarding the automation proccess (and with some of the contributors who would be most heavily affected) we decided to update the history file on mass to match the commite dates found in the repository. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 18:11:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:11:59 +0000 Subject: [Koha-bugs] [Bug 22173] Search Groups broken by change in expected structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22173 --- Comment #6 from Lisette Scheer --- If the decision is to allow root groups only, is there a way to give an option on subgroups for people to convert subgroups to root groups? If so, that would help people who have it set up in the original logic switch over without much trouble. Lisette -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 18:31:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:31:40 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89890|0 |1 is obsolete| | Attachment #89891|0 |1 is obsolete| | Attachment #89892|0 |1 is obsolete| | --- Comment #137 from Kyle M Hall --- Created attachment 89909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89909&action=edit Bug 14570: Make it possible to add multiple guarantors to a record This patch adds the ability to set an unlimited number of guarantors for a given patron. As before, each guarantor may be linked to another Koha patron, and all the behavior that applies to a given guarantor remains the same. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Find some patrons with guarantors, verify the still have their guarantor 4) Test adding and removing guarantors on a patron record, both Koha users and not 5) Verify the "Add child" button works 6) Verify NoIssuesChargeGuarantees still works 7) Verify tools/cleanborrowers.pl will not delete a guarantor 8) Verify the guarantors are displayed on moremember.pl 9) Verify the guarantor is removed by members/update-child.pl 10) Verify the guarantor is removed by misc/cronjobs/j2a.pl 11) Verify import patrons converts guarantor_id, relationship, contactfirstname, and contactsurname into a guarantor 12) prove t/Patron.t 13) prove t/db_dependent/Circulation.t 14) prove t/db_dependent/Circulation/NoIssuesChargeGuarantees.t 15) prove t/db_dependent/Items.t 16) prove t/db_dependent/Koha/Patrons.t 17) prove t/db_dependent/Members.t 18) prove t/db_dependent/Patron/Relationships.t Signed-off-by: Kim Peine Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 18:33:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:33:46 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #138 from Kyle M Hall --- Created attachment 89910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89910&action=edit Bug 14570: Update schema files [Do Not Push] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 18:34:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:34:13 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #139 from Kyle M Hall --- New patch has the followup squashed in for simplicity. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 18:42:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:42:00 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #141 from Kyle M Hall --- Created attachment 89912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89912&action=edit Bug 14570: Update schema files [Do Not Push] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 18:41:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:41:49 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89909|0 |1 is obsolete| | Attachment #89910|0 |1 is obsolete| | --- Comment #140 from Kyle M Hall --- Created attachment 89911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89911&action=edit Bug 14570: Make it possible to add multiple guarantors to a record This patch adds the ability to set an unlimited number of guarantors for a given patron. As before, each guarantor may be linked to another Koha patron, and all the behavior that applies to a given guarantor remains the same. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Find some patrons with guarantors, verify the still have their guarantor 4) Test adding and removing guarantors on a patron record, both Koha users and not 5) Verify the "Add child" button works 6) Verify NoIssuesChargeGuarantees still works 7) Verify tools/cleanborrowers.pl will not delete a guarantor 8) Verify the guarantors are displayed on moremember.pl 9) Verify the guarantor is removed by members/update-child.pl 10) Verify the guarantor is removed by misc/cronjobs/j2a.pl 11) Verify import patrons converts guarantor_id, relationship, contactfirstname, and contactsurname into a guarantor 12) prove t/Patron.t 13) prove t/db_dependent/Circulation.t 14) prove t/db_dependent/Circulation/NoIssuesChargeGuarantees.t 15) prove t/db_dependent/Items.t 16) prove t/db_dependent/Koha/Patrons.t 17) prove t/db_dependent/Members.t 18) prove t/db_dependent/Patron/Relationships.t Signed-off-by: Kim Peine Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 18:43:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:43:00 +0000 Subject: [Koha-bugs] [Bug 22936] New: /patrons Showing Error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22936 Bug ID: 22936 Summary: /patrons Showing Error Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST api Assignee: koha-bugs at lists.koha-community.org Reporter: muneebkalathil at yahoo.com Target Milestone: --- I am getting The below error while using /patrons Route "errors": [ { "message": "Expected string - got null.", "path": "/1/updated_on" }, : : { "message": "Expected string - got null.", "path": "/1000/updated_on" }, It was working on 17.11 and I upgraded to 18.11, It is showing this error. When I try with a fresh Install(18.11), the route is working. /patrons/{patronid} is working though. -- You are receiving 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 17 18:52:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 16:52:45 +0000 Subject: [Koha-bugs] [Bug 21946] Group circulation by item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 19:03:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 17:03:19 +0000 Subject: [Koha-bugs] [Bug 22937] New: Searching by library groups uses group Title rather than Description Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22937 Bug ID: 22937 Summary: Searching by library groups uses group Title rather than Description Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: lisetteslatah at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- When using library search groups, the title of the group shows up in advanced search rather than the description. The description doesn't seem to be present anywhere except when calling <> in a report. This seems confusing as most places the description label is what will show in pulldowns (both in Auth. values and itypes parameter setup.) Lisette -- You are receiving 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 17 19:03:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 17:03:24 +0000 Subject: [Koha-bugs] [Bug 22937] Searching by library groups uses group Title rather than Description In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22937 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 19:27:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 17:27:49 +0000 Subject: [Koha-bugs] [Bug 22173] Search Groups broken by change in expected structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22173 --- Comment #7 from Kyle M Hall --- (In reply to Katrin Fischer from comment #3) > Hi Kyle, > > I have seen the issue on updating, but I am not able to create the first > setup from the GUI anymore, I only get the checkbox options when I am at > root level. I am not sure what the best solution is, changing the GUI to > allow for both or improving the update scripts? > > RootGroup > Searchgroup > > Can you take a look? Right, you only enable this at the root level. The idea is to have a single group per-feature. We definitely wouldn't want a given feature to be turned on or off in different subgroups of a root group. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 19:31:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 17:31:00 +0000 Subject: [Koha-bugs] [Bug 22173] Search Groups broken by change in expected structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22173 --- Comment #8 from Kyle M Hall --- (In reply to Katrin Fischer from comment #5) > I am still not sure if the fix is right :( > > My reasoning is that people might have added sub groups for organizing > relying on the fact that they will not take effect. So changing it one way > or the other now will make someone unhappy. I think we have the best compromise here at this time. > Allowing only the root group settings seems the more logical path to me. I'm not sure I understand. Are you saying you want to codify this regression? > > Also: An empty root group won't show up (good), but an empty sub group will. I'd be happy to look at that after we get this cleared up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 19:35:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 17:35:11 +0000 Subject: [Koha-bugs] [Bug 22938] New: Public Notes on an Item that are on Course Reserve to show up on catalogue/detail.pl page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22938 Bug ID: 22938 Summary: Public Notes on an Item that are on Course Reserve to show up on catalogue/detail.pl page Change sponsored?: --- Product: Koha Version: 18.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Currently, when a public note is added to an item when it is put on Course Reserve, this public note is only visible when the user is seeing this item in the Course Reserve module course-details.pl or the OPAC opac-course-details.pl. It would be very helpful to also see this public note from the detail.pl page for circulation staff. -- You are receiving 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 17 20:01:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:01:36 +0000 Subject: [Koha-bugs] [Bug 22935] Improve style of Bootstrap pagination In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935 Maryse Simard 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 17 20:01:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:01:39 +0000 Subject: [Koha-bugs] [Bug 22935] Improve style of Bootstrap pagination In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89907|0 |1 is obsolete| | --- Comment #2 from Maryse Simard --- Created attachment 89913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89913&action=edit Bug 22935: Improve style of Bootstrap pagination This patch makes some updates to the staff client CSS and adds Font Awesome icons to the Bootstrap pagination include. To test, apply the patch and rebuild the staff client CSS. Perform a search in the staff client which will return multiple pages of results. Check that the pagination links look good. Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 20:01:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:01:57 +0000 Subject: [Koha-bugs] [Bug 22935] Improve style of Bootstrap pagination In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maryse.simard at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 20:06:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:06:28 +0000 Subject: [Koha-bugs] [Bug 22935] Improve style of Bootstrap pagination In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935 Bin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89913|0 |1 is obsolete| | --- Comment #3 from Bin --- Created attachment 89914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89914&action=edit Bug 22935: Improve style of Bootstrap pagination This patch makes some updates to the staff client CSS and adds Font Awesome icons to the Bootstrap pagination include. To test, apply the patch and rebuild the staff client CSS. Perform a search in the staff client which will return multiple pages of results. Check that the pagination links look good. Signed-off-by: Bin Wen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 20:11:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:11:12 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89824|0 |1 is obsolete| | --- Comment #8 from Maryse Simard --- Created attachment 89915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89915&action=edit Bug 22922: Allow to modify hold dates on reserve/request.pl Test plan: 1. Place some holds 2. Go to the 'Holds' tab of the biblio record 3. Modify dates in the table and click on 'Update holds' button 4. Verify that dates have been correctly updated Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 20:11:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:11:16 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89896|0 |1 is obsolete| | --- Comment #9 from Maryse Simard --- Created attachment 89916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89916&action=edit Bug 22922: Allow reservedate changes only if AllowHoldDateInFuture is on Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 20:11:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:11:20 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89902|0 |1 is obsolete| | --- Comment #10 from Maryse Simard --- Created attachment 89917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89917&action=edit Bug 22922: Use jQuery datepicker instead of Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 20:11:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 18:11:29 +0000 Subject: [Koha-bugs] [Bug 22922] Allow to modify hold dates on reserve/request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maryse.simard at inlibro.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 17 21:07:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 19:07:29 +0000 Subject: [Koha-bugs] [Bug 22939] New: Hard due date should block renewals when it wouldn't extend the due date Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22939 Bug ID: 22939 Summary: Hard due date should block renewals when it wouldn't extend the due date Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: lisetteslatah at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- It seems like it would make sense for renewals to be blocked if there is a hard due date set equal to or before the time the renewal would normally allow it would block renewing. aka: School branch (branch a) is closing for the summer. They set their hard due date to be 5/17/19. Their checkout period is 14 days, they allow 1 renewal, and the renewal is 14 days. Patron at branch b (not closing for the summer) gets a book from branch a on hold and checks it out 5/3/19. Due date is 5/17/19 and it says they have 1 renewal on the item. There is no warning about a hard due date and it looks like they should be able to renew it. On 5/16/19 they come in and want to renew the item, as their account says there is a renewal available. When the item is renewed it only gains 1 day. The patron has no indication why it is renewing differently than before. If the renewal was blocked (box grayed out or changed to zero) staff could preserve the previous renewal information without as much confusion for patrons. Lisette -- You are receiving 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 17 21:13:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 19:13:18 +0000 Subject: [Koha-bugs] [Bug 9230] Selectively delete reading history entries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9230 Maureen Wynkoop changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mwynkoop at camdencountylibrar | |y.org --- Comment #3 from Maureen Wynkoop --- We've had a lot of interest in this as well. A way to export your reading history would also be useful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 21:21:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 19:21:58 +0000 Subject: [Koha-bugs] [Bug 7890] Highlight required field in MARC editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7890 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89734|0 |1 is obsolete| | --- Comment #7 from Maryse Simard --- Created attachment 89918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89918&action=edit Bug 7890: Highlight required field in MARC editor This patch modifies the basic MARC editor so that required fields have the standard "Required" label on them instead of a small red asterisk. To test, apply the patch and create a new record in the basic MARC editor. Tags which are marked mandatory in your selected MARC bibliographic framework should be labeled "Required." Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 21:22:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 19:22:09 +0000 Subject: [Koha-bugs] [Bug 7890] Highlight required field in MARC editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7890 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |maryse.simard at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 21:27:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 19:27:06 +0000 Subject: [Koha-bugs] [Bug 22934] Add missing use statement to Koha::AdditionalFieldValue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934 Bin Wen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89895|0 |1 is obsolete| | --- Comment #3 from Bin Wen --- Created attachment 89919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89919&action=edit Bug 22934: Add missing use statement Also fixes a typo To test: 1 - Add a subscription to a record 2 - Add an additional field in the admin section 3 - Edit the subscription and define the additional field 4 - Ensure you can view the record in the staff client and opac 5 - Without patch ,in the subscription detail page,click the link of the record title. => software error. 6 - Apply the patch. => no error anymore. Signed-off-by: Owen Leonard Signed-off-by: Bin Wen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 21:42:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 19:42:36 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #126 from Agust?n Moyano --- (In reply to Liz Rea from comment #125) > Hi Agustin, > > Thanks for updating your patches, I've had a look over them and the > behaviour seems better to me. I'm willing to sign this off, but I'd really > like for VOKAL to test it with their real-life requirements and scenarios in > mind - I'm not with that institution and I can't purport to speak to their > functional requirements. > > I've approached Joy at ByWater to see if she can arrange a testing setup for > them with this patchset, hopefully we'll hear something soon about that - I > know how frustrating it is to endlessly rebase. > > Note to QA: I haven't attached signed off patches, pending VOKAL's > testing/comments. Let me know if you'd like me to do something differently. > > The dev itself looks solid, passes the QA scripts and all of your new tests > are passing. The functionality seems good so far as I can see, thank you for > all of that and nice job! > > Liz Hello Liz, thanks for letting me know. I won't touch this bug untill we've got feedback from VOKAL, but I can't help thinking on how ReserveControlBranch and HomeOrHolding preferences interact with each other. I think maybe (please correct me if I'm wrong) they work in the following way ReserveControlBranch tell's you which circulation rules should be applied.. for example: We got two libraries: Franklin and Centerville We got a patron from Franklin that want's to place a hold on an item from Centerville, so if ReserveControlBranch is set to patron's home library, we should use Franklin's rules.. else we should use Centerville's rules.. So, in this example: 1. If ReserveControlBranch is set to "patron's home library", and Franklin has a rule of "home library" the hold wouldn't be allowed. 2. If ReserveControlBranch is set to "item's home library" and Centerville has a rule of "any library" the hold would be allowed. Now for HomeOrHolding, I think this tell's you to which library it should be compared when checking the item.. so let's suppose in this same example that the item has as home library Centerville, but as holding library Franklin.. If ReserveControlBranch is set to "patron's home library" (and Franklin still has a rule of "home library") 1. If HomeOrHolding is set to "home", the hold would not be allowed 2. If HomeOrHolding is set to "holding", in this case hold would be allowed, because we would be comparing patron's home library with items holding library. What makes some noise to me, is that the rule name says "From home library", so maybe HomeOrHolding really doesn't apply at all, and we should always check for home library. Other thing I'm not sure is, let's suppose ReserveControBranch is set to "item's home library", should HomeOrHolding affect also which rule should we use?.. I mean, using the same example, if HomeOrHolding is set to "home", we should use Centerville's rules, else we shoul use Franklin's rules?... of course, if HomeOrHolding doesn't apply at all, this question has no sense also. Sorry for spitting all this out.. Agust?n -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 22:01:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 20:01:51 +0000 Subject: [Koha-bugs] [Bug 22901] in items search authorised values select disappears on conditional change In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89726|0 |1 is obsolete| | --- Comment #2 from Maryse Simard --- Created attachment 89920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89920&action=edit Bug 22901 - in items search fix search field change listerning In items search, when there is a custom field with authorised values : when changing the conditional select AND/OR then the authorised values select disappears. This behaviour is like when the search field is changed. The bug is that JavaScript code meaning search field change listens on all selects instead of only search field select. Test plan : 1) Define a custom items search field with authorised values 2) Go to items search 3) Click on 'New field' 4) On second line, select custom field 5) The authorised values select appears 6) Select 'AND' in conditional select 7) Without patch the authorised values select disappears, with patch nothing changes 8) On second line, select a non-custom field 9) The authorised values select is replaced by a text field 10) On second line, select custom field 11) The authorised values select appears Signed-off-by: Maryse Simard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 17 22:01:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 20:01:59 +0000 Subject: [Koha-bugs] [Bug 22901] in items search authorised values select disappears on conditional change In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901 Maryse Simard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maryse.simard at inlibro.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 17 22:46:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 20:46:55 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martha Fuerst changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfuerst at hmcpl.org --- Comment #7 from Martha Fuerst --- Except that calling it last_login doesn't indicate the SIP2 connection, which is important. In our case, a patron may use their card 100% for databases or digital materials, so tracking the SIP2 is key for this. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 18 00:04:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 17 May 2019 22:04:21 +0000 Subject: [Koha-bugs] [Bug 21916] Add ability to specify where credits are used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21916 Cab Vinton changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bibliwho at gmail.com --- Comment #4 from Cab Vinton --- Agree that this would be a very useful enhancement. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 02:15:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 00:15:23 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #142 from Agust?n Moyano --- Created attachment 89921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89921&action=edit Bug 14570: (follow-up) fix table name in j2a.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 03:32:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 01:32:44 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #143 from Liz Rea --- This patch seems to break inserting sample patrons, because the sample patrons file has a guarantorid field and this patch removes it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 04:53:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 02:53:39 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #144 from Agust?n Moyano --- Created attachment 89922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89922&action=edit Bug 14570: (follow-up) fix qa FAIL tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 04:56:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 02:56:23 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Agust?n Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io --- Comment #145 from Agust?n Moyano --- (In reply to Liz Rea from comment #143) > This patch seems to break inserting sample patrons, because the sample > patrons file has a guarantorid field and this patch removes it. Yes, I had the same problem.. to retest, I had to 1. git reset --hard master 2. reset_all 3. apply again patches 4. updatedatabase.pl Agust?n -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:24:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:24:48 +0000 Subject: [Koha-bugs] [Bug 5770] Email librarian when purchase suggestion made In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Sponsored by Northeast |Sponsored by Northeast release notes|Kansas Library System, |Kansas Library System, |NEKLS (http://nekls.org/) |NEKLS (http://nekls.org/) | | |The new feature adds the |This new feature adds the |ability to send a new |ability to send a notice to |notice to the library, |the library, branch or a |branch or a specific email |specific email address |address whenever a purchase |whenever a purchase |suggestion is created. |suggestion is created. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:25:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:25:54 +0000 Subject: [Koha-bugs] [Bug 15774] Additional fields for baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | Text to go in the|This enhancement adds the |This new feature adds the release notes|ability to define |ability to define |additional fields to store |additional fields to store |information about |information about |acquisition baskets. |acquisition baskets. | | |It |It |refactors and centralizes |refactors and centralises |the code used to add fields |the code used to add fields |to subscriptions as well. |to subscriptions as well. | | |Users can name additional |Users can name additional |fields, tie them to |fields, tie them to |authorized values, and |authorised values, and |specify whether the fields |specify whether the fields |can be searched in the |can be searched in the |acquisitions module. |acquisitions module. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:27:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:27:16 +0000 Subject: [Koha-bugs] [Bug 8995] Show OpenURL links in OPAC search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed, | |rel_19_05_candidate | Text to go in the|This feature allows you to |This new feature allows you release notes|link documents in your |to link documents in your |catalogue to OpenURL |catalogue to an OpenURL |resolver and possibly |resolver and possibly |enable your patrons to get |enable your patrons to get |full texts in digital form. |full texts in digital form. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:28:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:28:08 +0000 Subject: [Koha-bugs] [Bug 13895] Add routes for checkouts retrieval and renewal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13895 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:29:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:29:38 +0000 Subject: [Koha-bugs] [Bug 16497] Add routes for library retrieval, update and deletion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16497 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add API routes for |Add routes for library |libraries |retrieval, update and | |deletion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:31:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:31:00 +0000 Subject: [Koha-bugs] [Bug 19661] Add routes for fund retrieval In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19661 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add routes for funds |Add routes for fund | |retrieval -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:32:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:32:49 +0000 Subject: [Koha-bugs] [Bug 17006] Add route to change patron's password (authenticated) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add route to change |Add route to change |patron's password |patron's password | |(authenticated) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:33:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:33:01 +0000 Subject: [Koha-bugs] [Bug 22061] Add route to change patron's password (public) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22061 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Public route to change |Add route to change |password |patron's password (public) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:35:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:35:30 +0000 Subject: [Koha-bugs] [Bug 22061] Add route to change patron's password (public) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22061 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This new feature allows a release notes| |user to change their own | |password via the public API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:36:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:36:08 +0000 Subject: [Koha-bugs] [Bug 17006] Add route to change patron's password (authenticated) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Sponsored by Municipal |Sponsored by Municipal release notes|Library Ceska Trebova |Library Ceska Trebova | | | |This | |new feature allows a | |administrators to change a | |users password via the API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:36:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:36:33 +0000 Subject: [Koha-bugs] [Bug 17006] Add route to change patron's password (authenticated) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Sponsored by Municipal |This new feature allows a release notes|Library Ceska Trebova |administrators to change a | |users password via the API |This | |new feature allows a |Sponsored by Municipal |administrators to change a |Library Ceska Trebova |users password via the API | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:37:10 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:37:10 +0000 Subject: [Koha-bugs] [Bug 19661] Add route for fund retrieval In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19661 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add routes for fund |Add route for fund |retrieval |retrieval -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:39:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:39:34 +0000 Subject: [Koha-bugs] [Bug 22206] Add routes to enable suspension or resumption of holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22206 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add route to handle holds |Add routes to enable |suspensions |suspension or resumption of | |holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:41:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:41:21 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|To increase the security of |This new feature allows you release notes|your online self checkout |to increase the security of |facilities this feature |your online self checkout |allows you to limit their |facilities by allowing you |operation to a specified IP |to limit their operation to |or IP Range. |a specified IP address or | |address range. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:41:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:41:38 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|dependency | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:42:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:42:54 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : Data sharing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Mana Knowledge Base : share |Mana Knowledge Base : Data |data |sharing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:43:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:43:29 +0000 Subject: [Koha-bugs] [Bug 21626] Add 'current maintenance team' to the 'Koha team' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:43:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:43:50 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from a suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Show acquisition |Show acquisition |information when ordering |information when ordering |from suggestion |from a suggestion CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:43:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:43:56 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from a suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_19_05_candidate | -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:48:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:48:05 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from a suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds the release notes| |following fields to the | |suggestions selection table | |when adding a new order by | |selecting from a | |suggestion: | | | |- library | |- | |fund | |- price | |- quantity | |- | |total Version(s)| |19.05.00 released in| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:48:41 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:48:41 +0000 Subject: [Koha-bugs] [Bug 4833] Show acquisition information when ordering from a suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds the |This enhancement adds the release notes|following fields to the |following fields to the |suggestions selection table |suggestions selection table |when adding a new order by |when adding a new order by |selecting from a |selecting from a |suggestion: |suggestion: | | |- library |* library |- |* |fund |fund |- price |* price |- quantity |* quantity |- |* |total |total -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:49:45 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:49:45 +0000 Subject: [Koha-bugs] [Bug 16939] Making all 'add to basket' actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16939 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement improves release notes| |the consistency within our | |acquisitions module. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:52:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:52:57 +0000 Subject: [Koha-bugs] [Bug 18952] Show internal note in acquisitions details tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18952 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Prior to this patch, release notes| |internal/vendor notes would | |not be visible in the | |acquisitions details tab | |which displays on each | |bibliographic record when | |the `AcquisitionDetails` | |system preferences is | |enabled. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:53:40 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:53:40 +0000 Subject: [Koha-bugs] [Bug 19850] Enhance invoicing functionality for each line item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19850 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Wrong bug number - Remove |RMNOTE - Wrong bug number - release notes|from 19.05 release notes |Remove from 19.05 release |before release! |notes before release! -- You are receiving 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 18 11:56:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:56:09 +0000 Subject: [Koha-bugs] [Bug 21308] Show acq history search filters on search results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21308 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement modifies release notes| |the orders search results | |page so that the search | |form appears in the | |sidebar. | | | |This allows the | |user to view and re-use | |their search parameters. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:57:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:57:31 +0000 Subject: [Koha-bugs] [Bug 21308] Show the search filters used on the search results page for acquisitions history searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21308 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Show acq history search |Show the search filters |filters on search results |used on the search results |page |page for acquisitions | |history searches -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 11:59:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 09:59:30 +0000 Subject: [Koha-bugs] [Bug 21364] Allow closing basket from vendor search/view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21364 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds release notes| |'Close basket' to the | |available actions in the | |vendor search results view. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:00:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:00:14 +0000 Subject: [Koha-bugs] [Bug 22541] Invoice adjustments: show invoice number and include link on ordered.pl and spent.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22541 Martin Renvoize 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 Sat May 18 12:00:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:00:32 +0000 Subject: [Koha-bugs] [Bug 22541] Invoice adjustments: show invoice number and include link on ordered.pl and spent.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22541 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:08:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:08:30 +0000 Subject: [Koha-bugs] [Bug 22556] Add ability to quickly filter funds/budgets by library on the Acquisitions home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22556 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement add a release notes| |"Filter by library" | |pulldown list to the | |budgets table on the | |acquisitions home page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:09:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:09:56 +0000 Subject: [Koha-bugs] [Bug 22664] Link basket name and basket group name instead of the, often short, basket numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22664 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement moves the release notes| |basket link from the basket | |number to the basket name | |aiding usability and | |improving consistency. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:12:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:12:07 +0000 Subject: [Koha-bugs] [Bug 10577] C4::Budgets::GetBudgetPeriod has inappropriate overloading of its behavior In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10577 Martin Renvoize 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 Sat May 18 12:12:28 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:12:28 +0000 Subject: [Koha-bugs] [Bug 12159] Duplicate borrower_add_additional_fields function In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12159 Martin Renvoize 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 Sat May 18 12:13:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:13:30 +0000 Subject: [Koha-bugs] [Bug 19302] Pass objects to IsAvailableForItemLevelRequest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Part of the ongoing effort release notes| |to improve the | |maintainability of our | |codebase. CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:13:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:13:09 +0000 Subject: [Koha-bugs] [Bug 18925] Move maxissueqty and maxonsiteissueqty to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18925 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Part of the ongoing effort release notes| |to improve the | |maintainability of our | |codebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:13:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:13:58 +0000 Subject: [Koha-bugs] [Bug 20128] Permission for advanced editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20128 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Component|Architecture, internals, |Cataloging |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:14:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:14:29 +0000 Subject: [Koha-bugs] [Bug 21002] Add Koha::Account::add_debit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21002 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Part of the ongoing effort release notes| |to improve the | |maintainability of our | |codebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:16:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:16:30 +0000 Subject: [Koha-bugs] [Bug 21002] Add Koha::Account::add_debit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21002 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Part of the ongoing effort |Part of the ongoing effort release notes|to improve the |to improve the |maintainability of our |maintainability of our |codebase. |codebase. | | | |This enhancement | |adds the `add_debit` method | |to Koha::Account as a | |parallel to the existing | |`add_credit` method. This | |method should be used | |forthwith for any code | |dealing with the addition | |of debts to a patrons | |account. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:16:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:16:55 +0000 Subject: [Koha-bugs] [Bug 21206] C4::Items - Remove GetItem In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21206 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Part of the ongoing effort release notes| |to improve the | |maintainability of our | |codebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:19:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:19:34 +0000 Subject: [Koha-bugs] [Bug 21206] C4::Items - Remove GetItem In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21206 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Part of the ongoing effort |Part of the ongoing effort release notes|to improve the |to improve the |maintainability of our |maintainability of our |codebase. |codebase. | | | |This patch-set | |removes the `GetItem` | |method from C4::Items and | |replaces any existing | |occurrences with | |`Koha::Items->search()`. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:20:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:20:03 +0000 Subject: [Koha-bugs] [Bug 21502] Add checks for YAML formatted system preferences to about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21502 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |About |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:21:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:21:27 +0000 Subject: [Koha-bugs] [Bug 21502] Add checks for YAML formatted system preferences to about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21502 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds a release notes| |warning to the about pages | |for any malformed yaml | |system preferences. Component|About |Architecture, internals, | |and plumbing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:21:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:21:39 +0000 Subject: [Koha-bugs] [Bug 21502] Add checks for YAML formatted system preferences to about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21502 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |About |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 12:22:37 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 10:22:37 +0000 Subject: [Koha-bugs] [Bug 21547] Use set_password in opac-passwd and remove sub goodkey In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21547 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Architectural enhancement |Part of the ongoing effort release notes|backported to 18.11.x |to improve the |series to aid future |maintainability of our |backports. There should be |codebase. |no noticeable effects for | |the end user. | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 18 19:08:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 18 May 2019 17:08:58 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #14 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #13) > I think my patch is much more regression proof. Sure. Any dev should be convinced of that ;) > I do not trust yours. Good to hear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 19 21:26:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 19 May 2019 19:26:36 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB (don't only ask for firstname lastname) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89854|0 |1 is obsolete| | --- Comment #5 from Michal Denar --- Created attachment 89923 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89923&action=edit Bug 22210: Mana config - Replace firstname and lastname with name I've applied a patch on Mana test server. If you want to test with your own Mana instance, do the folowing: - checkout bug/22210 branch from http://git.biblibre.com/biblibre/koha-mana.git - run these sql queries on Mana database (we need an update DB method i think): - ALTER TABLE librarian ADD COLUMN name VARCHAR(50) AFTER email - UPDATE librarian SET name = (SELECT CONCAT(firstname, ' ', lastname)) - ALTER TABLE librarian DROP COLUMN firstname - ALTER TABLE librarian DROP COLUMN lastname Test plan - set mana_config to "https://mana-test.koha-community.org", - go to admin > Share content with Mana KB, - set "Use Mana KB for sharing content" to yes, - save, - in the 2nd fieldset, enter a name and email, - click on send to Mana KB, - check that you got a token, - you should receive an email (Mana KB registration) - check the name is correct Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 19 21:29:47 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 19 May 2019 19:29:47 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB (don't only ask for firstname lastname) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off 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 Sun May 19 21:30:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 19 May 2019 19:30:01 +0000 Subject: [Koha-bugs] [Bug 22210] Allow organisations to sign up to Mana KB (don't only ask for firstname lastname) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210 --- Comment #6 from Michal Denar --- Hi Alex, patch works but if I follow ling filed Name, Last nname and e-mail are empty. I know it's on Mana server side ... Is it correct result? Thank you -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 04:22:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 02:22:17 +0000 Subject: [Koha-bugs] [Bug 22940] New: How to add links in #moresearches within the same line of "Advanced search" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22940 Bug ID: 22940 Summary: How to add links in #moresearches within the same line of "Advanced search" Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: trinidadjeromev at gmail.com QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Created attachment 89924 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89924&action=edit OPAC moresearches Hi, I've added links, Library Map and Library Portal, in the #moresearches using OPACUserJS. While it appears below "Advanced search", I want it to appear beside instead of below. I wonder if I'm doing something wrong or if there's a way to place my links beside the "Advanced search". I've attached a photo on how it looks on my computer monitor. Thanks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 04:29:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 02:29:16 +0000 Subject: [Koha-bugs] [Bug 22940] How to add links in #moresearches within the same line of "Advanced search" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22940 --- Comment #1 from Jerome --- The jquery statement I used in the OPACUserJS is as follows: $("#moresearches").append(" Library Map | Library Portal"); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 08:34:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 06:34:05 +0000 Subject: [Koha-bugs] [Bug 22941] New: Giving malformed sortfield to list results in ISE Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 Bug ID: 22941 Summary: Giving malformed sortfield to list results in ISE Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Lists Assignee: koha-bugs at lists.koha-community.org Reporter: pasi.kallinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Target Milestone: --- Giving sortfield a malformed value when viewing lists results in Internal Server Error. eg. virtualshelves/shelves.pl?op=view&shelfnumber=619&sortfield=author( Note the trailing ( -- You are receiving 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 20 08:34:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 06:34:25 +0000 Subject: [Koha-bugs] [Bug 22941] Giving malformed sortfield to list results in ISE In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 paxed changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 09:56:24 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 07:56:24 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- I think I'm having the same issue? koha at 9ec653ab82ce:~/koha$ perl ./misc/sip_cli_emulator.pl -l CPL -su staff -sp --port=6001 --address=localhost --item test -m checkin --patron 51 Attempting socket connection to localhost:6001...connected! SEND: 9300CNstaff|COStaff1|CPCPL| READ: 941 Trying 'checkin' SEND: 09N20190520 07432920190520 074329APCPL|AOCPL|ABtest|ACStaff1|BIN| READ: 101YNY20190520 074329AOCPL|ABtest|AQCPL|AJTest| According to http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf, that means the alarm bit is set. I'm using checked_in_ok="1" for my account login in SIPconfig.xml, so I'm not sure what's going on here... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 20 09:58:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 07:58:52 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 --- Comment #3 from David Cook --- I don't have time to investigate this today but hopefully I'll take another look tomorrow... -- You are receiving 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 20 10:17:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 08:17:29 +0000 Subject: [Koha-bugs] [Bug 22942] New: inclusion of javascript with IntranetUserJS or OPACUserJS Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22942 Bug ID: 22942 Summary: inclusion of javascript with IntranetUserJS or OPACUserJS Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: dominique.rouger at univ-st-etienne.fr QA Contact: testopia at bugs.koha-community.org Target Milestone: --- Created attachment 89925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89925&action=edit example of adding javascript code Currently the javascript code added from the system preferences, is done according to the scheme: It would be more flexible to allow an inclusion of the form NB simply by allowing direct entry of the code, without addition, but requiring compliance with one or the other of these syntaxes And always at the end of the javasript code written by koha (and not in the middle of 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 20 13:33:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 11:33:58 +0000 Subject: [Koha-bugs] [Bug 22940] How to add links in #moresearches within the same line of "Advanced search" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22940 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Owen Leonard --- This sounds like a support request rather than a bug. Questions about Koha should be asked on the Koha mailing list (http://koha-community.org/support/koha-mailing-lists/) or in the #koha IRC channel (http://koha-community.org/get-involved/irc/). Hopefully you've already seen the Koha documentation: http://koha-community.org/documentation/ You can also find options for paid support here: https://koha-community.org/support/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 14:35:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 12:35:57 +0000 Subject: [Koha-bugs] [Bug 9230] Selectively delete reading history entries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9230 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 the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 16:02:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 14:02:42 +0000 Subject: [Koha-bugs] [Bug 22637] Add ability to full reindex elasticsearch index from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22637 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|axel.amghar at biblibre.com |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 Mon May 20 16:07:16 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 14:07:16 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #15 from Liz Rea --- Well, I'm going to say I've signed off Jonathan's, it fixes the problem and I prefer the approach there. I'd like to get this fixed and we have a patch, let's have another QA person look at it and decide. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 17:25:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 15:25:36 +0000 Subject: [Koha-bugs] [Bug 14576] Allow automatic update of location on checkin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14576 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 17:50:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 15:50:18 +0000 Subject: [Koha-bugs] [Bug 21831] Marc modification templates move all action moves only one field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21831 Jon Knight 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 20 17:50:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 15:50:19 +0000 Subject: [Koha-bugs] [Bug 22906] Minor corrections to plugins home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22906 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 20 17:50:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 15:50:21 +0000 Subject: [Koha-bugs] [Bug 22906] Minor corrections to plugins home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22906 --- Comment #1 from Owen Leonard --- Created attachment 89927 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89927&action=edit Bug 22906: Minor corrections to plugins home page This patch makes a few minor markup improvements to the plugins home page and corrects some CSS introduced by Bug 22053 which was having unintended consequences elsewhere. To test, apply the patch and rebuild the staff client CSS. - You should have one or more plugins installed. - Go to Administration -> Manage plugins. - The "badges" for disabled and enabled should look correct. - Go to Tools -> Staged MARC management and click on an batch. - In the information about the batch, the labels should be bold. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 17:50:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 15:50:21 +0000 Subject: [Koha-bugs] [Bug 21831] Marc modification templates move all action moves only one field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21831 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82991|0 |1 is obsolete| | --- Comment #8 from Jon Knight --- Created attachment 89926 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89926&action=edit Bug 21831: Allow move all fields even if destination field is different Tests exist in t/SimpleMARC.t to prove that it works and it is possible. I do not remember what I wrote this limitation. Signed-off-by: Jon Knight -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 18:40:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 16:40:54 +0000 Subject: [Koha-bugs] [Bug 4363] Support the patron internet resources field in Sip2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4363 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |J.P.Knight at lboro.ac.uk --- Comment #3 from Jon Knight --- Just wandering through old bugs with my bug wranglers hat on and noticed this one. A quick check of C4/SIP/ILS/Patron.pm doesn't show a PG flag in the C4::Members::patronflags being used to set anything in the %ilspatron structure. Is this something that is still required (considering the bug was filed 9 years ago)? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 20 19:58:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 17:58:35 +0000 Subject: [Koha-bugs] [Bug 6605] Store Patron Reading History separate from issues/old_issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6605 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Seeking cosponsors CC| |J.P.Knight at lboro.ac.uk -- 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 20 21:54:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 19:54:39 +0000 Subject: [Koha-bugs] [Bug 15522] New interface for revamped circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15522 --- Comment #19 from Victor Grousset/tuxayo --- Hi :), I tried to test https://github.com/pianohacker/koha => branch bz15522-withdeps As it is, before trying to rebase it on master. But I can't successfully load a demo dump and do an upgrade database successfully. The last tag on the branch is v17.11.00 with means that it was from master during v18.05 development So perldeps for 18.05 dumps tried: - MARC 21 latest (v3.1900003) http://git.koha-community.org/gitweb/?p=contrib/global.git;a=history;f=sandbox/sql/sandbox1.sql.gz;h=19268bccb43b2a33d5644b7d86cbb1abb323016b;hb=HEAD I get these errors [1] with the atomic updates Other dumps tried http://git.koha-community.org/gitweb/?p=contrib/global.git;a=history;f=sandbox/sql/sandbox2.sql.gz;hb=HEAD - UNIMARC last 17.11.00 (this one should have worked) - UNIMARC last 17.05.00 - UNIMARC first 17.11.00 What did I miss to get a compatible state for the branch bz15522-withdeps ? [1] Upgrade to 17.12.00.020 done (Bug 20082 - Update descriptions of Vietnamese language) Upgrade to 17.12.00.021 done (Bug 19290 - Add system preference BrowseResultSelection) DEV atomic update: bug_15520-add_manage_circ_rules_restricted.sql DEV atomic update: bug_18887.perl DBD::mysql::db do failed: Can't create table `koha`.`circulation_rules` (errno: 150 "Foreign key constraint is incorrectly formed") [for Statement " CREATE TABLE `circulation_rules` ( `id` int(11) NOT NULL auto_increment, `branchcode` varchar(10) NULL default NULL, `categorycode` varchar(10) NULL default NULL, `itemtype` varchar(10) NULL default NULL, `rule_name` varchar(32) NOT NULL, `rule_value` varchar(32) NOT NULL, PRIMARY KEY (`id`), KEY `branchcode` (`branchcode`), KEY `categorycode` (`categorycode`), KEY `itemtype` (`itemtype`), KEY `rule_name` (`rule_name`), UNIQUE (`branchcode`,`categorycode`,`itemtype`,`rule_name`), FOREIGN KEY (branchcode) REFERENCES branches (branchcode) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (categorycode) REFERENCES categories (categorycode) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (itemtype) REFERENCES itemtypes (itemtype) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; "] at (eval 1177) line 4. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( branchcode, categorycode, itemtype, rule_name, rule_value ) SELECT branchcode, categorycode, NULL, 'max_holds', COALESCE( max_holds, '' ) FROM branch_borrower_circ_rules "] at (eval 1177) line 24. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( branchcode, categorycode, itemtype, rule_name, rule_value ) SELECT NULL, categorycode, NULL, 'max_holds', COALESCE( max_holds, '' ) FROM default_borrower_circ_rules "] at (eval 1177) line 29. DBD::mysql::db do failed: Can't DROP 'max_holds'; check that column/key exists [for Statement " ALTER TABLE branch_borrower_circ_rules DROP COLUMN max_holds "] at (eval 1177) line 34. DBD::mysql::db do failed: Can't DROP 'max_holds'; check that column/key exists [for Statement " ALTER TABLE default_borrower_circ_rules DROP COLUMN max_holds "] at (eval 1177) line 38. Upgrade to XXX done (Bug 18887 - Introduce new table 'circulation_rules', use for 'max_holds' rules) DEV atomic update: bug_18925.perl DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( categorycode, branchcode, itemtype, rule_name, rule_value ) SELECT categorycode, branchcode, NULL, 'patron_maxissueqty', COALESCE( maxissueqty, '' ) FROM branch_borrower_circ_rules "] at (eval 1178) line 4. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( categorycode, branchcode, itemtype, rule_name, rule_value ) SELECT categorycode, branchcode, NULL, 'patron_maxonsiteissueqty', COALESCE( maxonsiteissueqty, '' ) FROM branch_borrower_circ_rules "] at (eval 1178) line 9. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( categorycode, branchcode, itemtype, rule_name, rule_value ) SELECT categorycode, NULL, NULL, 'patron_maxissueqty', COALESCE( maxissueqty, '' ) FROM default_borrower_circ_rules "] at (eval 1178) line 18. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( categorycode, branchcode, itemtype, rule_name, rule_value ) SELECT categorycode, NULL, NULL, 'patron_maxonsiteissueqty', COALESCE( maxonsiteissueqty, '' ) FROM default_borrower_circ_rules "] at (eval 1178) line 23. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( categorycode, branchcode, itemtype, rule_name, rule_value ) SELECT NULL, NULL, NULL, 'patron_maxissueqty', COALESCE( maxissueqty, '' ) FROM default_circ_rules "] at (eval 1178) line 32. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( categorycode, branchcode, itemtype, rule_name, rule_value ) SELECT NULL, NULL, NULL, 'patron_maxonsiteissueqty', COALESCE( maxonsiteissueqty, '' ) FROM default_circ_rules "] at (eval 1178) line 37. DBD::mysql::db do failed: Table 'koha.circulation_rules' doesn't exist [for Statement " INSERT INTO circulation_rules ( categorycode, branchcode, itemtype, rule_name, rule_value ) SELECT NULL, branchcode, NULL, 'patron_maxissueqty', COALESCE( maxissueqty, '' ) FROM default_branch_circ_rules "] at (eval 1178) line 46. [...] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 22:42:44 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 20:42:44 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #16 from Marcel de Rooy --- (In reply to Liz Rea from comment #15) > Well, I'm going to say I've signed off Jonathan's, it fixes the problem and > I prefer the approach there. > > I'd like to get this fixed and we have a patch, let's have another QA person > look at it and decide. > > Liz Dont worry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 20 22:43:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 20:43:35 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot upate the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89884|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 20 22:45:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 20 May 2019 20:45:05 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot update the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot upate the status of |Cannot update the status of |suggestions if the |suggestions if the |branchcode filter is set to |branchcode filter is set to |all |all -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 02:29:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 00:29:26 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 --- Comment #4 from David Cook --- Still looking but I'm guessing that these are the problematic lines: my ($return, $messages, $issue, $borrower) = AddReturn($barcode, $branch, undef, undef, $return_date); $self->alert(!$return); -- You are receiving 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 21 02:55:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 00:55:17 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 --- Comment #5 from David Cook --- Is it just me or does there appear to be next to no extant documentation on SIP2 extensions? The best I can find is: https://help.oclc.org/Library_Management/WorldShare_Circulation/Release_notes_and_known_issues/2019_WorldShare_Circulation_release_notes/095_WorldShare_Circulation_release_notes_March_2019 https://sourceforge.net/p/jsip2/wiki/Home/ -- You are receiving 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 21 03:00:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 01:00:17 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 --- Comment #6 from David Cook --- According to http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf, it seems like it's up to the ACS to decide when to raise an alert... -- You are receiving 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 21 03:13:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 01:13:06 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag when item not returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SIP server always sets the |SIP server always sets the |alert flag |alert flag when item not | |returned -- You are receiving 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 21 03:23:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 01:23:18 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag when item not returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 --- Comment #7 from David Cook --- Created attachment 89928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89928&action=edit Bug 15221 - SIP server always sets the alert flag when item not returned The checked in response from the ACS always has the alert bit set to true, even when using the checked_in_ok option. This patch sets the alert bit to 0 when checked_in_ok is used and the item is checked in without a preceding checkout. To test: 0) Create patron in web interface with a cardnumber and userid of "staff" with a password that matches the account in SIPconfig.xml. Also set their branch to CPL (also matching SIPconfig.xml). 1) Create an item with a barcode of 'test' 2) Choose a patron to check out to and record their borrowernumber In one terminal: 3) cd to your git directory (e.g. /home/koha/koha) 4) perl ./C4/SIP/SIPServer.pm ~/koha-dev/etc/SIPconfig.xml In another terminal: 5) cd to your git directory (e.g. /home/koha/koha) 6) perl ./misc/sip_cli_emulator.pl -l CPL -su staff -sp --port=6001 --address=localhost --item test -m checkin --patron NOTE: You need to replace with the borrowernumber from Step 2, and with the password from Step 0. Before patch: koha at 9ec653ab82ce:~/koha$ perl ./misc/sip_cli_emulator.pl -l CPL -su staff -sp --port=6001 --address=localhost --item test -m checkin --patron Attempting socket connection to localhost:6001...connected! SEND: 9300CNstaff|COStaff1|CPCPL| READ: 941 Trying 'checkin' SEND: 09N20190521 00310320190521 003103APCPL|AOCPL|ABtest|AC|BIN| READ: 101YNY20190521 003106AOCPL|ABtest|AQCPL|AJTest| After patch: koha at 9ec653ab82ce:~/koha$ perl ./misc/sip_cli_emulator.pl -l CPL -su staff -sp --port=6001 --address=localhost --item test -m checkin --patron Attempting socket connection to localhost:6001...connected! SEND: 9300CNstaff|CO|CPCPL| READ: 941 Trying 'checkin' SEND: 09N20190521 01000020190521 010000APCPL|AOCPL|ABtest|AC|BIN| READ: 101YNN20190521 010004AOCPL|ABtest|AQCPL|AJTest| -- You are receiving 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 21 03:23:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 01:23:43 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag when item not returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 21 03:42:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 01:42:29 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #75 from David Cook --- This is cool, but it's unfortunate the name "ipset" was used, since that's an actual tool that can be used for managing IP sets in the Linux kernel: http://ipset.netfilter.org/ipset.man.html When I saw the function name "in_ipset", I was confused until I saw that we weren't actually using ipset and it was just coincidental naming. Not a criticism. Just sharing my initial confusion with the naming. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 03:44:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 01:44:59 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #44 from David Cook --- Just sharing that I have a patch in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 that turns off the alert bit when using checked_in_ok, if that's of interest to people. We're having issues with SIP2 sorters because the alert is causing incorrect sorting for books that haven't been checked out, even when using checked_in_ok (which removes the screen message and marks it as OK). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 04:55:00 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 02:55:00 +0000 Subject: [Koha-bugs] [Bug 18064] Long overdue cronjob does not follow the library's calendar and skip closed days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18064 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #8 from David Cook --- I'm also bumping this one, as I've just been bitten by this issue. I'm not currently working on a fix for this, but I'd be happy to test/sign off someone else's patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 04:57:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 02:57:17 +0000 Subject: [Koha-bugs] [Bug 18064] Long overdue cronjob does not follow the library's calendar and skip closed days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18064 --- Comment #9 from David Cook --- (In reply to Joy Nelson from comment #6) > In order to preserve the current functionality of the long overdue cronjob > not following the 'calendar/closed days', we will need a new syspref in the > Long Overdue area. > > DefaultLongOverdueCalendar: Use Calendar/Ignore Calendar when working out > the period for setting items to long overdue. That probably makes sense. We could add a warning in the "System information" in About Koha too if DefaultLongOverdueCalendar and OverdueNoticeCalendar are out of sync. (I've actually been thinking how it would be nice to have some validation of system preferences within the system preference editor, so that administrators could get immediate feedback about their combinations of system preferences, but haven't really thought through the idea completely yet.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 05:08:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 03:08:48 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #146 from Agust?n Moyano --- Created attachment 89929 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89929&action=edit Bug 14570: (follow-up) Fix tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 08:05:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 06:05:59 +0000 Subject: [Koha-bugs] [Bug 15221] SIP server always sets the alert flag when item not returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 08:09:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 06:09:07 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 --- Comment #76 from Martin Renvoize --- We've not released yet.. perhaps we could change it to in_iprange quickly before it's set in stone forever more. What do you think David, does that sound more appropriate? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 08:12:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 06:12:18 +0000 Subject: [Koha-bugs] [Bug 22943] New: The in_ipset syspref name can be confusing. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22943 Bug ID: 22943 Summary: The in_ipset syspref name can be confusing. Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Target Milestone: --- In bug 14407 we introduced a new system preference to allow limiting the online self checkout system to an IP or IP Range. The preference introduced, however, is called in_ipset which can be confusing (as for those in the know there is a tool in linux called ipset which isn't related to the original bug). We should therefore rename the system preference to in_iprange to more accurately describe it's function. -- You are receiving 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 21 08:12:34 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 06:12:34 +0000 Subject: [Koha-bugs] [Bug 22943] The in_ipset syspref name can be confusing. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22943 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Severity|enhancement |minor Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 08:12:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 06:12:54 +0000 Subject: [Koha-bugs] [Bug 22943] The in_ipset syspref name can be confusing. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22943 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Depends on| |14407 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 [Bug 14407] Limit web-based self-checkout to specific IP addresses -- You are receiving 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 21 08:12:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 06:12:54 +0000 Subject: [Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22943 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22943 [Bug 22943] The in_ipset syspref name can be confusing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 09:07:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 07:07:11 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot update the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 09:07:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 07:07:19 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot update the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89871|0 |1 is obsolete| | --- Comment #18 from Marcel de Rooy --- Created attachment 89931 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89931&action=edit Bug 22905: (QA follow-up) remove bad warn Signed-off-by: Liz Rea 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 21 09:07:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 07:07:14 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot update the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89870|0 |1 is obsolete| | --- Comment #17 from Marcel de Rooy --- Created attachment 89930 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89930&action=edit Bug 22905: Fix update of suggestion's status if branchcode filter is 'all' Because of the "Library" filter on the left of the "Suggestions management" screen, there is something wrong happening: 1. Create a suggestion from library A, login from library B 2. Go to Home ? Acquisitions ? Suggestions management => The suggestion does not appear - OK 3. In the filter on the left, select "all library" => The suggestion appears on the pending tab - KO 4. Select the suggestion and mark is as 'Accepted' => The suggestion still appears on the pending tab - Failure The log says: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`suggestions`, CONSTRAINT `suggestions_ibfk_branchcode` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE SET NULL ON UPDATE CASCADE) [for Statement "UPDATE `suggestions` SET `accepteddate` = ?, `branchcode` = ?, `currency` = ?, `manageddate` = ?, `price` = ?, `reason` = ?, `suggesteddate` = ?, `total` = ? WHERE ( `suggestionid` = ? )" with ParamValues: 0='2019-05-14T15:48:18', 1="", 2="CAD", 3='2019-05-14T15:48:18', 4="0.00", 5="", 6='2019-05-14T00:00:00', 7="0.00", 8=3] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. Let forget what could have happened earlier in the script and do it the regular way, from $input. Then call ModSuggestion with only what we need. Test plan: Confirm that the steps described before work as expected once this patch is applied Signed-off-by: Liz Rea https://bugs.koha-community.org/show_bug.cgi?id=22907 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 21 09:08:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 07:08:02 +0000 Subject: [Koha-bugs] [Bug 22905] Cannot update the status of suggestions if the branchcode filter is set to all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | --- Comment #19 from Marcel de Rooy --- KohaCon19 PQA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:22:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:22:14 +0000 Subject: [Koha-bugs] [Bug 6393] Ability to pick which records to import from staged record lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6393 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- 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 21 10:23:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:23:05 +0000 Subject: [Koha-bugs] [Bug 12566] Duplicate checks for self registered patrons (other than email) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12566 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:23:19 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:23:19 +0000 Subject: [Koha-bugs] [Bug 13854] XSLT result list doesn't show 'on order' when itemtype is not for loan In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13854 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:29:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:29:03 +0000 Subject: [Koha-bugs] [Bug 15869] Change framework on overlay In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15869 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:30:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:30:46 +0000 Subject: [Koha-bugs] [Bug 14976] Specify due date, calendar and useDaysMode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14976 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:32:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:32:42 +0000 Subject: [Koha-bugs] [Bug 17120] Specify number of rows per page in report and initial run In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17120 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:34:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:34:05 +0000 Subject: [Koha-bugs] [Bug 19360] Give items URL a link text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19360 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:36:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:36:03 +0000 Subject: [Koha-bugs] [Bug 19781] Make a xt test that checks all themes for missing includes, to avoid fallback In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19781 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Keywords|Academy | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:37:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:37:29 +0000 Subject: [Koha-bugs] [Bug 21246] Extend the 'Last patron' navigation feature to 'Last X patrons' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:38:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:38:42 +0000 Subject: [Koha-bugs] [Bug 21776] Set ACQ_NOTIF_ON_RECEIV notice message_transport_type to sms if syspref is enabled and patron has an smsalertnumber but no email In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21776 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Keywords|Academy | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:39:36 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:39:36 +0000 Subject: [Koha-bugs] [Bug 22184] Move payment note out of payments table and into payment form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22184 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:40:05 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:40:05 +0000 Subject: [Koha-bugs] [Bug 22348] Koha::EDI has no tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22348 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:41:21 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:41:21 +0000 Subject: [Koha-bugs] [Bug 22387] Checkin alert for transfer items to stop further checkins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22387 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:43:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:43:54 +0000 Subject: [Koha-bugs] [Bug 22941] Giving malformed sortfield to list results in ISE In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:44:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:44:25 +0000 Subject: [Koha-bugs] [Bug 22941] Giving malformed sortfield to list results in Internal Server Error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Giving malformed sortfield |Giving malformed sortfield |to list results in ISE |to list results in Internal | |Server Error Keywords|Academy | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:45:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:45:09 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:46:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:46:20 +0000 Subject: [Koha-bugs] [Bug 17867] Improve display of source (MARC21 773) in result list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17867 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:52:54 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:52:54 +0000 Subject: [Koha-bugs] [Bug 14669] Search orders by managing library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14669 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:57:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:57:30 +0000 Subject: [Koha-bugs] [Bug 22939] Hard due date should block renewals when it wouldn't extend the due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22939 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 10:58:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 08:58:17 +0000 Subject: [Koha-bugs] [Bug 22445] Ability to define a URL for custom cover images In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22445 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:00:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:00:46 +0000 Subject: [Koha-bugs] [Bug 20537] Warnings in overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20537 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:02:38 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:02:38 +0000 Subject: [Koha-bugs] [Bug 20959] Style checkin form more like the checkout form, with collapsed settings panel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20959 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:03:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:03:33 +0000 Subject: [Koha-bugs] [Bug 22630] Allow to change homebranch in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22630 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:04:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:04:46 +0000 Subject: [Koha-bugs] [Bug 22884] Remove ending . from XSLT templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:05:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:05:18 +0000 Subject: [Koha-bugs] [Bug 20364] Show languages from MARC21 field 041 in intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20364 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:05:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:05:53 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:06:35 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:06:35 +0000 Subject: [Koha-bugs] [Bug 22632] Add logging of merged patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22632 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:08:12 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:08:12 +0000 Subject: [Koha-bugs] [Bug 16606] Checkout settings dropdown should have a preference to stay open all the time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:09:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:09:06 +0000 Subject: [Koha-bugs] [Bug 20888] Allow use of boolean operator 'not' in item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:11:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:11:20 +0000 Subject: [Koha-bugs] [Bug 22929] Enabling the GDPR_Policy will affect libraries using the SCO module in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:12:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:12:32 +0000 Subject: [Koha-bugs] [Bug 22746] Another typo found in mana-subscription-search-result.inc (Mana KB) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22746 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 11:13:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 09:13:53 +0000 Subject: [Koha-bugs] [Bug 21852] Add more columns and column configuration to overdues report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21852 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 12:05:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 10:05:43 +0000 Subject: [Koha-bugs] [Bug 22944] avoid AnonymousPatron in search_patrons_to_anonymise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |fridolin.somers at biblibre.co |ity.org |m Status|NEW |ASSIGNED Depends on| |16966 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16966 [Bug 16966] Koha::Patrons - Move GetBorrowersWithIssuesHistoryOlderThan to search_patrons_to_anonymise -- You are receiving 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 21 12:05:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 10:05:43 +0000 Subject: [Koha-bugs] [Bug 16966] Koha::Patrons - Move GetBorrowersWithIssuesHistoryOlderThan to search_patrons_to_anonymise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16966 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22944 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 [Bug 22944] avoid AnonymousPatron in search_patrons_to_anonymise -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 12:05:27 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 10:05:27 +0000 Subject: [Koha-bugs] [Bug 22944] New: avoid AnonymousPatron in search_patrons_to_anonymise Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 Bug ID: 22944 Summary: avoid AnonymousPatron in search_patrons_to_anonymise 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: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Target Milestone: --- In Koha::Patrons::search_patrons_to_anonymise() old issues already affected to the anonymous patron should be avoided. It is useless and can impact performance. It is already working if AnymousPatron is not defined or 0 because of : 'old_issues.borrowernumber' => { 'not' => undef } -- You are receiving 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 21 12:07:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 10:07:46 +0000 Subject: [Koha-bugs] [Bug 22944] avoid AnonymousPatron in search_patrons_to_anonymise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 --- Comment #1 from Fridolin SOMERS --- In theory the anymous patron should have privacy=0 but in case its not it should be explicitly avoided. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 12:13:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 10:13:14 +0000 Subject: [Koha-bugs] [Bug 22944] avoid AnonymousPatron in search_patrons_to_anonymise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 Fridolin SOMERS 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 Tue May 21 12:13:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 10:13:17 +0000 Subject: [Koha-bugs] [Bug 22944] avoid AnonymousPatron in search_patrons_to_anonymise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 --- Comment #2 from Fridolin SOMERS --- Created attachment 89932 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89932&action=edit Bug 22944: change unit tests Add a dedicated UT and correct a test return value -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 12:13:31 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 10:13:31 +0000 Subject: [Koha-bugs] [Bug 22944] avoid AnonymousPatron in search_patrons_to_anonymise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 --- Comment #3 from Fridolin SOMERS --- Created attachment 89933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89933&action=edit Bug 22944: avoid AnonymousPatron in search_patrons_to_anonymise In Koha::Patrons::search_patrons_to_anonymise() old issues already affected to the anonymous patron should be avoided. It is useless and can impact performance. It is already working if AnymousPatron is not defined or 0 because of : 'old_issues.borrowernumber' => { 'not' => undef } In theory the anymous patron should have privacy=0 but in case its not it should be explicitly avoided. Test plan : Run t/db_dependent/Koha/Patrons.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 14:08:43 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 12:08:43 +0000 Subject: [Koha-bugs] [Bug 22945] New: Markup error in OPAC search results around lists display Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22945 Bug ID: 22945 Summary: Markup error in OPAC search results around lists display Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- There are a couple of markup errors in opac-results.tt which trigger HTML validation errors: - "Text not allowed in element ul in this context." - "Stray end tag span." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 14:09:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 12:09:53 +0000 Subject: [Koha-bugs] [Bug 22639] Elasticsearch ability export/import mappings and facets settings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22639 axel Amghar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |axel.amghar at biblibre.com Assignee|koha-bugs at lists.koha-commun |axel.amghar at biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 14:15:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 12:15:06 +0000 Subject: [Koha-bugs] [Bug 22945] Markup error in OPAC search results around lists display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22945 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 14:15:08 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 12:15:08 +0000 Subject: [Koha-bugs] [Bug 22945] Markup error in OPAC search results around lists display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22945 --- Comment #1 from Owen Leonard --- Created attachment 89934 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89934&action=edit Bug 22945: Markup error in OPAC search results around lists display This patch makes minor corrections to the template for OPAC search results. These corrections fix errors returned by the HTML validator. To reproduce the problem, perform a search in the OPAC which will return results which are on one or more lists. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses two specific errors: - "Text not allowed in element ul in this context." - "Stray end tag span." To test, apply the patch and try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the search results view. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 14:23:25 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 12:23:25 +0000 Subject: [Koha-bugs] [Bug 22946] New: Markup error in OPAC search results around selection links Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22946 Bug ID: 22946 Summary: Markup error in OPAC search results around selection links Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC 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 Target Milestone: --- There is a markup error in opac-results.tt which triggers HTML validation errors: - "Element div not allowed as child of element span in this context." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 14:24:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 12:24:15 +0000 Subject: [Koha-bugs] [Bug 22179] Hide columns of all the subscriptions of a record with columns settings (id=subscriptionst) for the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22179 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca --- Comment #1 from Marjorie Barry-Vila --- Created attachment 89935 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89935&action=edit column setting subscription -- You are receiving 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 21 15:05:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:05:04 +0000 Subject: [Koha-bugs] [Bug 22947] New: Markup error in OPAC preferences file Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947 Bug ID: 22947 Summary: Markup error in OPAC preferences file Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: System Administration 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 Target Milestone: --- opac.pref contains a markup error which can cause errors in the display. On line 124: OpenURLText Should be: OpenURLText -- You are receiving 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 21 15:15:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:15:59 +0000 Subject: [Koha-bugs] [Bug 20935] Redesign system preferences interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20935 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #86833|0 |1 is obsolete| | Attachment #86834|0 |1 is obsolete| | Attachment #86835|0 |1 is obsolete| | Attachment #86836|0 |1 is obsolete| | Attachment #86837|0 |1 is obsolete| | --- Comment #58 from Owen Leonard --- Created attachment 89936 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89936&action=edit Bug 20935: Redesign system preferences interface This patch proposes a new interface for system preferences. The goal is to make the interface more readable and to give the user additional options for finding what they need. - Restructures the preferences list as a
, with the preference name as the
and the description as the
. - Add a JS filter library (mark.js) to do live filtering of the page and add search term highlighting. - When the user has searched, show links to the sections in which results were returned. To test, apply the patch and go to Administration -> System preferences. - Test the functionality of setting various kinds of preferences, including multi-selects, textareas, WYSIWYG editors, etc. - Test the filter form at the top of the page for narrowing in-page results. - Test both successful and unsuccessful filters. - Perform a system preference search. - Test the in-page links to the different sections. - Test that in-page filtering works in this case too. - View the licenses tab of the "About" page and check that the information about mark.js looks correct. Followed test plan and pleased to say everything worked as expected. Looking forward to this enhancement. Signed-off-by: Dilan Johnpull? Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 15:16:04 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:16:04 +0000 Subject: [Koha-bugs] [Bug 20935] Redesign system preferences interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20935 --- Comment #59 from Owen Leonard --- Created attachment 89937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89937&action=edit Bug 20935: Remove "Click to" from some links Changes "Click to edit" and "Click to collapse" to just "Edit" and "Collapse" as the "Click to" appears not necessary for elements formatted as links. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 15:16:07 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:16:07 +0000 Subject: [Koha-bugs] [Bug 20935] Redesign system preferences interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20935 --- Comment #60 from Owen Leonard --- Created attachment 89938 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89938&action=edit Bug 20935: Remove 'no match' box when it does Test plan: Hit /cgi-bin/koha/admin/preferences.pl Search for "AcqCreateX" => You get "No matching terms were found on this page" Remove the last X => Without this patch the "no matching" box is still displayed Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 15:16:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:16:11 +0000 Subject: [Koha-bugs] [Bug 20935] Redesign system preferences interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20935 --- Comment #61 from Owen Leonard --- Created attachment 89939 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89939&action=edit Bug 20935: Add in-page links to the sidebar This patch adds links to the sidebar menu which allow the user to jump to a section within the page. Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 15:16:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:16:15 +0000 Subject: [Koha-bugs] [Bug 20935] Redesign system preferences interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20935 --- Comment #62 from Owen Leonard --- Created attachment 89940 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89940&action=edit Bug 20935: Add missing html filter Signed-off-by: Michal Denar Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 15:42:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:42:55 +0000 Subject: [Koha-bugs] [Bug 22284] Groups of pickup locations for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #127 from Tom?s Cohen Arazi --- It seems to me that ReserveControlBranch and HomeOrHolding are doing the same thing, but one for holds and the other one for checkout-ability. I've seen this pattern in Koha a lot, in which rules are duplicated to give more flexibility, and it makes sense. Even though it leads to impossible situations (i.e. you can place a hold on an item you cannot check out). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 15:43:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:43:26 +0000 Subject: [Koha-bugs] [Bug 22947] Markup error in OPAC preferences file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 15:43:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:43:29 +0000 Subject: [Koha-bugs] [Bug 22947] Markup error in OPAC preferences file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947 --- Comment #1 from Owen Leonard --- Created attachment 89941 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89941&action=edit Bug 22947: Markup error in OPAC preferences file This patch corrects a markup error in the OPAC .pref file which can cause display problems. The patch also corrects a validator warning by changing at to a . To reproduce the problem, go to Administration -> Global system preferences -> OPAC. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses two specific errors: - "Unclosed element code." - "The tt element is obsolete. Use CSS instead." To test, apply the patch and try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the 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 Tue May 21 15:43:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 13:43:39 +0000 Subject: [Koha-bugs] [Bug 22947] Markup error in OPAC preferences file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:06:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:06:15 +0000 Subject: [Koha-bugs] [Bug 22946] Markup error in OPAC search results around selection links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22946 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:06:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:06:17 +0000 Subject: [Koha-bugs] [Bug 22946] Markup error in OPAC search results around selection links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22946 --- Comment #1 from Owen Leonard --- Created attachment 89942 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89942&action=edit Bug 22946: Markup error in OPAC search results around selection links This patch makes minor corrections to the template for OPAC search results. These corrections fix errors returned by the HTML validator. To reproduce the problem, make sure holds and/or tags are enabled in the OPAC. Perform a search in the OPAC which will return multiple results. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses one specific error: - "Element div not allowed as child of element span in this context." To test, apply the patch and try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the search results view. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:26:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:26:49 +0000 Subject: [Koha-bugs] [Bug 22948] New: Markup error in OPAC bibliographic detail template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22948 Bug ID: 22948 Summary: Markup error in OPAC bibliographic detail template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- There are quite a few validation errors coming from the OPAC detail template (opac-detail.tt), but I would like to address one with this patch: - "The aria-labelledby attribute must point to an element in the same document." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:34:55 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:34:55 +0000 Subject: [Koha-bugs] [Bug 22948] Markup error in OPAC bibliographic detail template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22948 --- Comment #1 from Owen Leonard --- Created attachment 89943 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89943&action=edit Bug 22948: Markup error in OPAC bibliographic detail template This patch addresses one markup problem in opac-detail.tt which triggers a validation error. To reproduce the problem, view the normal bibliographic detail page for a record in the OPAC. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses one specific error: - "The aria-labelledby attribute must point to an element in the same document." To test, apply the patch and try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the page. Test the "Save record -> Dublin Core" menu item. It should trigger a modal window. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:34:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:34:53 +0000 Subject: [Koha-bugs] [Bug 22948] Markup error in OPAC bibliographic detail template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22948 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:44:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:44:18 +0000 Subject: [Koha-bugs] [Bug 22949] New: Markup error in OPAC course reserves template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22949 Bug ID: 22949 Summary: Markup error in OPAC course reserves template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- There is a missing "=" in opac-course-reserves.tt which causes validation errors: - 'Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.' - 'Attribute class"inst_surname" not allowed on element span at this point.' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:50:23 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:50:23 +0000 Subject: [Koha-bugs] [Bug 22949] Markup error in OPAC course reserves template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22949 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 16:50:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 14:50:26 +0000 Subject: [Koha-bugs] [Bug 22949] Markup error in OPAC course reserves template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22949 --- Comment #1 from Owen Leonard --- Created attachment 89944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89944&action=edit Bug 22949: Markup error in OPAC course reserves template This patch adds a missing "=" in opac-course-reserves.tt in order to quiet errors returned by the HTML validator. To reproduce the problem you should have one or more course reserves available in the OPAC. Go to the course reserves page. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses these errors: - 'Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.' - 'Attribute class"inst_surname" not allowed on element span at this point.' To test, apply the patch and try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 17:06:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 15:06:11 +0000 Subject: [Koha-bugs] [Bug 22950] New: Markup error in OPAC recent comment template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22950 Bug ID: 22950 Summary: Markup error in OPAC recent comment template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC 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 Target Milestone: --- There some invalid inline CSS in opac-showreviews.tt which causes validation errors: - "CSS: font-color: Property font-color doesn't exist." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 17:27:14 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 15:27:14 +0000 Subject: [Koha-bugs] [Bug 22950] Markup error in OPAC recent comment template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22950 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 17:27:17 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 15:27:17 +0000 Subject: [Koha-bugs] [Bug 22950] Markup error in OPAC recent comment template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22950 --- Comment #1 from Owen Leonard --- Created attachment 89945 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89945&action=edit Bug 22950: Markup error in OPAC recent comment template This patch makes minor corrections to the template for the OPAC's recent comments view. These corrections fix errors returned by the HTML validator. The patch moves some inline CSS into a class in the global OPAC CSS. Some minor reindentation has also been done, so use diff with the '-w' flag. To reproduce the problem you should have the 'reviewson' system preference turned on, and your system should have one or more approved comments. View the "Recent comments" page in the OPAC. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses one specific error: - "CSS: font-color: Property font-color doesn't exist." To test, apply the patch and rebuild the OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). Try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 17:46:53 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 15:46:53 +0000 Subject: [Koha-bugs] [Bug 22951] New: Markup error in OPAC holds template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22951 Bug ID: 22951 Summary: Markup error in OPAC holds template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC 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 Target Milestone: --- There is a markup error somewhere in the OPAC holds template (opac-reserve.tt) which is causing a validation error: - "Stray end tag div." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 17:50:58 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 15:50:58 +0000 Subject: [Koha-bugs] [Bug 22952] New: Markup error in OPAC suggestions template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22952 Bug ID: 22952 Summary: Markup error in OPAC suggestions template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC 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 Target Milestone: --- There is a markup error in the OPAC suggestions template (opac-suggestions.tt) which is causing a validation errors: - "End tag div seen, but there were open elements." - "Unclosed element span." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 18:09:57 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 16:09:57 +0000 Subject: [Koha-bugs] [Bug 22952] Markup error in OPAC suggestions template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22952 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 18:09:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 16:09:59 +0000 Subject: [Koha-bugs] [Bug 22952] Markup error in OPAC suggestions template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22952 --- Comment #1 from Owen Leonard --- Created attachment 89946 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89946&action=edit Bug 22952: Markup error in OPAC suggestions template This patch makes a minor correction to the OPAC suggestions template in order to quiet an error returned by the HTML validator. To reproduce the problem you should have the 'suggestion' system preference turned on, and you should be logged in to the OPAC as a user who has submitted one or more suggestions. View the "your purchase suggestions" page in the OPAC. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch specifically addresses these errors: - "End tag div seen, but there were open elements." - "Unclosed element span." To test, apply the patch and try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 18:28:11 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 16:28:11 +0000 Subject: [Koha-bugs] [Bug 22953] New: Markup warning in OPAC user summary template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22953 Bug ID: 22953 Summary: Markup warning in OPAC user summary template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- If the AllowCheckoutNotes system preference is turned on, validating the user summary page in the OPAC (opac-user.pl) will return warnings: - "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 18:35:59 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 16:35:59 +0000 Subject: [Koha-bugs] [Bug 22953] Markup warning in OPAC user summary template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22953 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 18:36:01 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 16:36:01 +0000 Subject: [Koha-bugs] [Bug 22953] Markup warning in OPAC user summary template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22953 --- Comment #1 from Owen Leonard --- Created attachment 89947 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89947&action=edit Bug 22953: Markup warning in OPAC user summary template This patch makes a minor markup change to the OPAC user summary template (opac-user.tt) in order to quiet warnings from the HTML validator. The obsolete name attribute on two links is removed in favor of class names. The JavaScript has been modified accordingly. To reproduce the problem you should have the AllowCheckoutNotes system preference enabled. Log in to the OPAC as a user who has checkouts and view the "your summary" page. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch specifically addresses this warning: - "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead." To test, apply the patch and try again to reproduce the validation errors. Those errors should no longer be present. There should be no visible change to the page. Test the process of adding or editing an note on a checkout. It should work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 18:57:02 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 16:57:02 +0000 Subject: [Koha-bugs] [Bug 22954] New: Minor markup error in OPAC messaging template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22954 Bug ID: 22954 Summary: Minor markup error in OPAC messaging template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Target Milestone: --- There is a minor markup error in the OPAC's "your messaging" template (opac-messaging.tt). This triggers an error in the HTML validator: - "Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 19:05:49 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 17:05:49 +0000 Subject: [Koha-bugs] [Bug 22954] Minor markup error in OPAC messaging template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22954 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 19:05:51 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 17:05:51 +0000 Subject: [Koha-bugs] [Bug 22954] Minor markup error in OPAC messaging template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22954 --- Comment #1 from Owen Leonard --- Created attachment 89948 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89948&action=edit Bug 22954: Minor markup error in OPAC messaging template This patch corrects a minor error in opac-messaging.tt in order to quiet errors returned by the HTML validator. To reproduce the problem you should have the EnhancedMessagingPreferencesOPAC system preference enabled. Log in to the OPAC and go to the "your messaging" page. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses this error: - "Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag." To test, apply the patch and try again to reproduce the validation error. The error should no longer be present. There should be no visible change to the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 19:10:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 17:10:32 +0000 Subject: [Koha-bugs] [Bug 22955] New: Markup error in OPAC lists template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22955 Bug ID: 22955 Summary: Markup error in OPAC lists template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Keywords: Academy Severity: minor Priority: P5 - low Component: OPAC 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 Target Milestone: --- There is a minor markup error in the OPAC lists template: A missing "alt" attribute. It triggers this error: - "An img element must have an alt attribute, except under certain conditions." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 19:17:20 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 17:17:20 +0000 Subject: [Koha-bugs] [Bug 20788] Duplicate system preference EnableAdvancedCatalogingEditor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20788 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 19:38:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 17:38:52 +0000 Subject: [Koha-bugs] [Bug 22955] Markup error in OPAC lists template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22955 --- Comment #1 from Owen Leonard --- Created attachment 89949 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89949&action=edit Bug 22955: Markup error in OPAC lists template This patch makes a minor correction to the template for OPAC lists. This correction fixes an error returned by the HTML validator by adding an empty "alt" attribute to an image tag. To reproduce the problem you should have at least one list available in the OPAC with one or more items on it. View the contents of that list in the OPAC. Run the page through the W3C validation service: https://validator.w3.org. Either by pasting in the URL for the search results (if web accessible) or by viewing source, copying, and pasting into "Validate by Direct Input." This patch addresses one specific error: - "An img element must have an alt attribute, except under certain conditions." To test, apply the patch and try again to reproduce the validation error. The error should no longer be present. There should be no visible change to the page. Click "Download list." A modal window should appear with a "Loading" message, followed by a form for selecting a download format. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 19:38:50 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 17:38:50 +0000 Subject: [Koha-bugs] [Bug 22955] Markup error in OPAC lists template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22955 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 21 20:09:03 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 18:09:03 +0000 Subject: [Koha-bugs] [Bug 22947] Markup error in OPAC preferences file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |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 21 20:20:56 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 21 May 2019 18:20:56 +0000 Subject: [Koha-bugs] [Bug 22956] New: Omnibus: Remove type attribute from script tags Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22956 Bug ID: 22956 Summary: Omnibus: Remove type attribute from script tags Change sponsored?: --- Product: Koha Version: master Hardware: All 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 Target Milestone: --- Bug 20053 removed all "type" attributes from