From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:17:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:17:18 +0000 Subject: [Koha-bugs] [Bug 23111] Setting a custom framework as the default for cataloguing is not possible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23111 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102602|0 |1 is obsolete| | --- Comment #26 from Bernardo Gonzalez Kriegel --- Created attachment 104060 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104060&action=edit Bug 23111: Set a custom framework as the default when importing records or editing records with no framework mapped. To test: 1) Go to edit a biblio with no framework mapped 2) Click the Settings dropdown, notice that the 'Default' framework is selected 3) Go to the Cataloguing home page. Click the main 'New from Z39.50/SRU' button and notice the selected framework in the URL is 'Default' 4) Go to Tools -> Stage MARC records for import. Stage a bibliographic record. Go to Staged MARC management for your newly imported batch. Notice that the frameworks dropdown (above the 'Import this batch into the catalog' button) has the 'Default' framework selected 5) Apply this patch and update the database. Apply the schema changes patch or update your schema files. Restart memcached and plack. 6) Go to Administration -> MARC bibliographic frameworks. Edit one of your custom frameworks. Set it as default by checking the checkbox and saving. 7) Edit a different custom framework and set this one as the default now. Confirm that the previous framework has been unset (the checkbox is no longer checked) as the default. 8) Repeat steps 1-4 and confirm that the selected framework is your newly set default framework, instead of the provided 'Default' framework. 9) Go back to Administration -> MARC bibliographic frameworks. Edit your default framework and unset it as default (uncheck the checkbox). Save. 10) Repeat steps 1-4 and confirm that the selected framework is the provided 'Default' framework again, so we can have no default custom framework if chosen. 11) Confirm the tests pass: t/db_dependent/Koha/BiblioFrameworks.t Sponsored-by: Catalyst IT Signed-off-by: Bernardo Gonzalez Kriegel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:17:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:17:24 +0000 Subject: [Koha-bugs] [Bug 23111] Setting a custom framework as the default for cataloguing is not possible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23111 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104058|0 |1 is obsolete| | --- Comment #27 from Bernardo Gonzalez Kriegel --- Created attachment 104061 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104061&action=edit Bug 23111: Schema changes If not testing on a sandbox, do not apply this patch. Instead, apply first patch, update dbix files, then apply final patch and test. Signed-off-by: Bernardo Gonzalez Kriegel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:17:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:17:29 +0000 Subject: [Koha-bugs] [Bug 23111] Setting a custom framework as the default for cataloguing is not possible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23111 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104059|0 |1 is obsolete| | --- Comment #28 from Bernardo Gonzalez Kriegel --- Created attachment 104062 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104062&action=edit Bug 23111: Making is_default a boolean flag Signed-off-by: Bernardo Gonzalez Kriegel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:20:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:20:21 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104004|0 |1 is obsolete| | --- Comment #2 from Victor Grousset/tuxayo --- Created attachment 104063 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104063&action=edit Bug 25325 ElasticSearch mapping export lacks staff_client/opac fields Add to export_elasticsearch_mappings.pl two missing fields: staff_client and opac. Test plan: 1. Run export_elasticsearch_mappings.pl script. Write the result in mappings.yaml (the one defined in koha-conf.xml). 2. In Admin > Search engine configuration, click on Reset Mappings 3. Confirm that in Search fields tab, the Searchable column hasn't changed. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:20:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:20:44 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |victor at tuxayo.net --- Comment #3 from Victor Grousset/tuxayo --- Hi, I tried to test and improvised a lot because Koha ES is new for me. First, I switch SearchEngine syspref to ES but I don't know what else to do. (I have ES running as part of koha-testing-docker) > 3. Confirm that in Search fields tab, the Searchable column hasn't > changed. Without the patch, the Searchable column hasn't changed. So couldn't reproduce the issue. I suspect that it's because my test data (from koha-testing-docker) has everything to "yes". And that "yes" might be the default. So in the intranet I change few a columns to "no" and save. > An error occurred when updating Elasticsearch index mappings: > Unable to update mappings for index "koha_kohadev_biblios". > Reason was: "no such index". Index needs to be recreated and reindexed. > An error occurred when updating Elasticsearch index mappings: > Unable to update mappings for index "koha_kohadev_authorities". > Reason was: "no such index". Index needs to be recreated and reindexed. > Index 'koha_kohadev_biblios' needs to be recreated. > Index 'koha_kohadev_authorities' needs to be recreated. Ok that doesn't look good. I must be missing some basic ES config. At least I can confirm that with the patch there is a diff on the output of export_elasticsearch_mappings.pl It's precisely on the changes I made which is encouraging. Let's try anyway. So my test plan completed was: - SearchEngine syspref to ES (don't know if that's useful) - set few fields to not searchable - scary errors... - misc/search_tools/export_elasticsearch_mappings.pl - save to mappings.yaml - for me it's: /kohadevbox/koha/admin/searchengine/elasticsearch/mappings.yaml - restart_all (don't know if that's useful) - reset mappings - changes to the fields are lost - apply patch - restart_all - set few fields to not searchable - scary errors... - misc/search_tools/export_elasticsearch_mappings.pl - save to mappings.yaml - restart_all (don't know if that's useful) - reset mappings - changes to the fields are still there! :D So in spite of the scary errors and my dubious setup. It really look like it's working :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:22:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:22:12 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 --- Comment #8 from Katrin Fischer --- > > + > > + var result = ' Edit'; > > The button label is not translatable Not sure if the QA tools catches it, but the icon it should also have the aria attribute I think. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:23:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:23:22 +0000 Subject: [Koha-bugs] [Bug 23111] Setting a custom framework as the default for cataloguing is not possible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23111 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #29 from Bernardo Gonzalez Kriegel --- (In reply to Aleisha Amohia from comment #22) > See the coding guidelines on the Koha Community wiki about booleans: > https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans > > I realise I have done this wrong so will fix it up anyway, but guidelines > say to use tinyint. (In reply to Katrin Fischer from comment #23) > Bug 12194 might be helpful here - I think it's a 'right' positive. I read the coding guidelines, but didn't know if it was intended to be Boolean, so a type change would fix the problem. If that was the intention, it needed to be declared, and was a 'right' positive :) Tested and signed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:39:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:39:12 +0000 Subject: [Koha-bugs] [Bug 25322] Adding a guarantor with no relationship defaults to father In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322 --- Comment #4 from Katrin Fischer --- If you make it mandatory or leave it - in both situations we will need an empty value added to the pull down, so that it's a conscious choice. I think we should add an empty value for now and a new bug for making it optionally mandatory? -- You are receiving 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 1 00:44:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:44:08 +0000 Subject: [Koha-bugs] [Bug 25337] Export/import of Elasticsearch configuration is lacking information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25337 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 25325 *** -- You are receiving 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 1 00:44:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:44:08 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- *** Bug 25337 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 1 00:48:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:48:19 +0000 Subject: [Koha-bugs] [Bug 25331] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25331 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Master |SPAM Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:51:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:51:41 +0000 Subject: [Koha-bugs] [Bug 25322] Adding a guarantor with no relationship defaults to father In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322 --- Comment #5 from David Roberts --- (In reply to Katrin Fischer from comment #4) > If you make it mandatory or leave it - in both situations we will need an > empty value added to the pull down, so that it's a conscious choice. I think > we should add an empty value for now and a new bug for making it optionally > mandatory? That sounds sensible - I'd be happy with that solution. At the moment, it looks like there is a blank option, but it doesn't appear to be functional. -- You are receiving 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 1 00:51:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:51:49 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "talkingtech" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 --- Comment #5 from Katrin Fischer --- It looks like there was a name change (see bug 24204). Should we start reflecting this here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 00:56:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 22:56:05 +0000 Subject: [Koha-bugs] [Bug 25262] [19.05.x] Cash register report truncates manual_inv values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25262 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #2 from Lucas Gass --- When I apply this patch and create a manual invoice called 'INCREDIBLE_HULK' it will not show up in the Cash Register report when I narrow the search to Transaction Type = "INCREDIBLE_HULK". If I pay it and then do the search I see the Payment transaction. Also, after I run cash_register_stats.pl the dropdown defaults back to 'All payments to the library'. -- You are receiving 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 1 01:09:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 23:09:47 +0000 Subject: [Koha-bugs] [Bug 23975] Add ability to search and install plugins from GitHub In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23975 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #35 from David Cook --- (In reply to Jonathan Druart from comment #31) > I am sorry but I have concerns about this patch. Feel free to ignore them. > > To me this feature is not ready as it. > With those patches, the default will be to search on theke and bws github > repo. Nothing says that the plugins are fetched from "outside". > Did anyone review those plugins? > Why only those 2 companies? What about others (ptfs-e, biblibre, inlibro, > etc)? > What if a plugin that have security issues is pushed to those repos? > I have those same concerns. At the very least, there should be transparency about where the plugins are being fetched from. > When are you going to work on follow-up bugs? Is the plan to have them ready > for 20.05? I've done the plugin signing work on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24632, but I only did it for manually uploaded plugins. I only noticed this bug's functionality as I was wrapping up my initial work. I'll have to revisit it... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 01:10:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 23:10:36 +0000 Subject: [Koha-bugs] [Bug 24632] Plugins should support simple signing for security/verifiability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24632 --- Comment #14 from David Cook --- I noticed late yesterday that https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23975 allows a person to fetch plugins directly from Github. I'll have to take a look at that code to see how it relates to what I've done here. I imagine it shouldn't be too difficult, especially if we use a standard naming convention for signature files. -- You are receiving 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 1 01:20:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 23:20:36 +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 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #91 from Bernardo Gonzalez Kriegel --- (In reply to Katrin Fischer from comment #90) > > I feel like we should continue the discussion on a hardcoded value on bug > 18308 and keep this one to just change the default value we ship Koha with. > It will be a step forward that we can get through quickly. This is bug 18308 :) What about keeping only the second (comment #4) patch? It's the only way not to break people's workflows. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 01:25:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 23:25:01 +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 --- Comment #92 from Katrin Fischer --- (In reply to Bernardo Gonzalez Kriegel from comment #91) > (In reply to Katrin Fischer from comment #90) > > > > I feel like we should continue the discussion on a hardcoded value on bug > > 18308 and keep this one to just change the default value we ship Koha with. > > It will be a step forward that we can get through quickly. > > This is bug 18308 :) > > What about keeping only the second (comment #4) patch? > It's the only way not to break people's workflows. Sorry, me and bug numbers.... I meant bug 21314. c#4 looks good to me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 01:26:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 30 Apr 2020 23:26:44 +0000 Subject: [Koha-bugs] [Bug 25336] Show checkouts/fines to guarantor is in the wrong section of the patron file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |david.roberts at ptfs-europe.c |ity.org |om CC| |david.roberts at ptfs-europe.c | |om -- You are receiving 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 1 02:49:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 00:49:18 +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 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #93 from David Cook --- Wow... I can't believe this issue has been open for over 3 years, and it still defaults to 3. We should do a patch to sysprefs.sql to raise it to 10 (number given by a security consultant). Let's just push that out ASAP, and then worry about existing installations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 06:16:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 04:16:12 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 --- Comment #5 from Frédéric Demians --- Victor, your correct 'yes' is default value for 'staff_client' and 'opac' fields. It means you have to set some ES fields to 'false' to see the problem. You can also see the reverse function of exporting ES config which is: Koha::SearchEngine::ElasticSearch.pm::reset_elasticsearch_mappings http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=Koha/SearchEngine/Elasticsearch.pm;h=66166713259f4a175295384fb30486ee2d8b6431;hb=HEAD#l360 Thks for testing/signing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:28:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:28:19 +0000 Subject: [Koha-bugs] [Bug 25340] New: opac-review.pl doesn't show title when commenting Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 Bug ID: 25340 Summary: opac-review.pl doesn't show title when commenting Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org When placing a comment/review on a record on the OPAC, Koha says "Comments on No title" even when there is a title. The template looks like this:

Comments on [% INCLUDE 'biblio-title.inc' biblio=Stash.stash() %]

Surely that should have a more appropriate data structure put into biblio. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:39:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:39:50 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:40:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:40:44 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 --- Comment #9 from Tomás Cohen Arazi --- Created attachment 104065 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104065&action=edit Bug 25279: (QA follow-up) Make button texts translatable 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 1 07:41:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:41:51 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 --- Comment #10 from Tomás Cohen Arazi --- (In reply to Josef Moravec from comment #7) > > The button label is not translatable Done -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:43:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:43:48 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103999|0 |1 is obsolete| | --- Comment #375 from Aleisha Amohia --- Created attachment 104066 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104066&action=edit Bug 19532: Database and installer stuff - recalls table - circulation rules: recalls allowed (total), recalls per record (count), on shelf recalls allowed, recall due date interval (day), recall overdue fine, recall shelf time/pickup period (day) - sysprefs: useRecalls, RecallsMaxPickUpDelay, RecallsLog - email notices: RETURN_RECALLED_ITEM, PICKUP_RECALLED_ITEM, RECALL_REQUESTER_DET - user permission: recalls, manage_recalls - Recall and CancelRecall reasons for branch transfers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:43:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:43:57 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104000|0 |1 is obsolete| | --- Comment #376 from Aleisha Amohia --- Created attachment 104067 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104067&action=edit Bug 19532: Updated schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:44:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:44:05 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104001|0 |1 is obsolete| | --- Comment #377 from Aleisha Amohia --- Created attachment 104068 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104068&action=edit Bug 19532: Add boolean flags to recalls.old and recalls.item_level_recall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:44:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:44:14 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104005|0 |1 is obsolete| | --- Comment #378 from Aleisha Amohia --- Created attachment 104069 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104069&action=edit Bug 19532: Recalls objects and tests Getter and setter methods and other object methods for Koha Recalls, plus tests for these -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:44:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:44:22 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104006|0 |1 is obsolete| | --- Comment #379 from Aleisha Amohia --- Created attachment 104070 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104070&action=edit Bug 19532: Expiry and overdue cronjobs, and overdue fine calculation plus tests for overdue fines in t/db_dependent/Circulation/CalcFine.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:44:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:44:32 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104007|0 |1 is obsolete| | --- Comment #380 from Aleisha Amohia --- Created attachment 104071 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104071&action=edit Bug 19532: Other objects used in recalls feature * biblio->recalls * biblio->can_be_recalled * item->recall * item->can_be_recalled * item->can_set_waiting_recall * patron->recalls * tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 07:46:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:46:54 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104065|0 |1 is obsolete| | --- Comment #11 from Tomás Cohen Arazi --- Created attachment 104072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104072&action=edit Bug 25279: (QA follow-up) Make button texts translatable 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 1 07:48:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 05:48:50 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 --- Comment #12 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #8) > > > + > > > + var result = ' Edit'; > > > > The button label is not translatable > > Not sure if the QA tools catches it, but the icon it should also have the > aria attribute I think. There should be (at least) a coding guideline. I read the Mozilla page about it, and some tutorials, plus looked at what we do, and we are really heterogeneous regarding this. I've added the aria-hidden=true to the icons (y), and there's also the aria-label or aria-labelledby which are (sometimes) used, but my intuition says in this case it is not required as we are just saying this is a button, and when reading it the icon should be hidden. Am I right? I'm learning new things :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 08:20:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 06:20:47 +0000 Subject: [Koha-bugs] [Bug 24031] Add plugin hook after_hold_create In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24031 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Marcel de Rooy --- No reply to earlier questions. No update for bug 20415. Changing status. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 08:49:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 06:49:54 +0000 Subject: [Koha-bugs] [Bug 23794] Convert OpacMainUserBlock system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23794 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 1 08:49:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 06:49:57 +0000 Subject: [Koha-bugs] [Bug 23794] Convert OpacMainUserBlock system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23794 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101392|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 104073 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104073&action=edit Bug 23794: Convert OpacMainUserBlock system preference to news block This patch builds on Bug 22318 to move the OpacMainUserBlock system preference into the Koha news system, making it possible to have language- and library-specific content. To test you should have some content in the OpacMainUserBlock 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 OpacMainUserBlock system preference now displays correctly where it was before. - In the staff client, go to Tools -> News and verify that the content from OpacMainUserBlock is now stored in news items. There should be one entry for each of the enabled translations in your system, for instance 'opacmainuserblock_en', 'opacmainuserblock_fr-FR', 'opacmainuserblock_cs-CZ' - Go to Administration -> System preferences and confirm that the OpacMainUserBlock preference has been removed. Signed-off-by: Bernardo Gonzalez Kriegel Works like a charm. Don't forget to run ./translate update/install for your language(s) after the patch Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 08:50:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 06:50:23 +0000 Subject: [Koha-bugs] [Bug 23794] Convert OpacMainUserBlock system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23794 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 1 09:08:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:08:34 +0000 Subject: [Koha-bugs] [Bug 25303] Koha::Objects->delete should not skip overridden object class ->delete In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25303 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:08:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:08:36 +0000 Subject: [Koha-bugs] [Bug 25303] Koha::Objects->delete should not skip overridden object class ->delete In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25303 --- Comment #20 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:20:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:03 +0000 Subject: [Koha-bugs] [Bug 23794] Convert OpacMainUserBlock system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23794 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.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 1 09:20:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:05 +0000 Subject: [Koha-bugs] [Bug 23794] Convert OpacMainUserBlock system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23794 --- Comment #4 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:20:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:07 +0000 Subject: [Koha-bugs] [Bug 24043] ILL module can't show requests from more than one backend In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24043 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:20:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:09 +0000 Subject: [Koha-bugs] [Bug 24043] ILL module can't show requests from more than one backend In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24043 --- Comment #23 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:20:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:11 +0000 Subject: [Koha-bugs] [Bug 24980] Date formatting from JS - use timezone only with dates with offset In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.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 1 09:20:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:13 +0000 Subject: [Koha-bugs] [Bug 24980] Date formatting from JS - use timezone only with dates with offset In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980 --- Comment #29 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:20:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:15 +0000 Subject: [Koha-bugs] [Bug 25297] Consistent return value in K::A::Order->current_item_level_holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25297 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.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 1 09:20:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:20:17 +0000 Subject: [Koha-bugs] [Bug 25297] Consistent return value in K::A::Order->current_item_level_holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25297 --- Comment #8 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:22:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:22:37 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion --- Comment #17 from Martin Renvoize --- I've been mulling this one over and I'm inclined to agree, that although this does move us towards the goal, it's at the wrong level. I believe we should be formatting based on locale rather than by currency. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:24:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:24:27 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:.NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:26:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:26:20 +0000 Subject: [Koha-bugs] [Bug 24823] Drop Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply CC| |m.de.rooy at rijksmuseum.nl --- Comment #10 from Marcel de Rooy --- error: sha1 information is lacking or useless (Koha/SearchEngine/Elasticsearch.pm). error: could not build fake ancestor Patch failed at 0001 Bug 24823: Remove unused parameters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:45:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:45:15 +0000 Subject: [Koha-bugs] [Bug 24055] Description of PayPalReturnURL system preference is unclear In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #5 from Marcel de Rooy --- I cant say that it is clear to me now. If we rephrase, please make it more clear than what we do now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:49:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:49:53 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 --- Comment #18 from Martin Renvoize --- I think for client-side formatting we should use the native JS function (Intl.NumberFormat): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat For template side, we should try to replicate what the above does via a TT plugin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 09:50:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 07:50:37 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 --- Comment #19 from Martin Renvoize --- https://www.thefinancials.com/Default.aspx?SubSectionID=curformat for reference... there's ALLOT of different formats out there it would seem. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 10:24:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 08:24:59 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 --- Comment #20 from Martin Renvoize --- Final comment.. why do we use 3 hard coded values for our money formatting at the moment rather than rely on something like https://metacpan.org/pod/Locale::Currency::Format which claims to try to support the full ISO 4217 set? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 10:37:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 08:37:43 +0000 Subject: [Koha-bugs] [Bug 15751] Koha offline circulation Firefox addon does not update last seen date for check-ins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15751 Marcel de Rooy 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. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 10:37:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 08:37:46 +0000 Subject: [Koha-bugs] [Bug 15751] Koha offline circulation Firefox addon does not update last seen date for check-ins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15751 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102692|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 104074 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104074&action=edit Bug 15751: Add ModDateLastSeen to ProcessOfflineReturn Test plan: 1) Before the patch when one checks in something using the KOCT the last seen date is not updated. 2) After the patch when one checks in something using the KOCT the last seen date is updated. Signed-off-by: Laurence Rault Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 10:38:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 08:38:11 +0000 Subject: [Koha-bugs] [Bug 15751] Koha offline circulation Firefox addon does not update last seen date for check-ins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15751 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt at gmail.com, | |kyle.m.hall at gmail.com, | |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Component|contribs.koha-community.org |Circulation -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 10:43:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 08:43:29 +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 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #76 from Marcel de Rooy --- FAIL koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt FAIL filters missing_filter at line 127 ( ) missing_filter at line 261 ( [% cannot_delete_reason %]) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 10:44:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 08:44:43 +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 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #77 from Marcel de Rooy --- QAing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 11:01:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 09:01:48 +0000 Subject: [Koha-bugs] [Bug 15751] Koha offline circulation Firefox addon does not update last seen date for check-ins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15751 --- Comment #10 from Martin Renvoize --- (In reply to Magnus Enger from comment #6) > Looking at signing off this. > > Tempted to set it to "in discussion" because of comment 5, but I think > Martin sort of answered it in comment 3? > > Then I see there are no tests for ProcessOfflineReturn, and not for > ProcessOfflineIssue or ProcessOfflinePayment either. But asking for that > might be a bit too much on this bug? Adding tests would certainly be preferable.. I'm going to keep this one in my queue and attempt to write tests as part of push. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 11:05:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 09:05: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 --- Comment #78 from Marcel de Rooy --- Bit weird that sub safe_to_delete returns 1 or a string. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 11:21:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 09:21:58 +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 #79 from Marcel de Rooy --- "If an item is the last one of a biblio that have biblio-level hold placed on it, we should block the deletion." Well, this is quite arguable. Imo probably cleanup_database could remove holds that make no sense like biblio level holds when there are no items. The same commit says: "Note that there is something a bit weird as we are blocking items from a biblio that has biblio-level holds on it (not found), but we do not blocking the deletion of an item with a waiting item-level hold." Lets not push inconsistency but resolve it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 11:37:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 09:37:28 +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 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #80 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #79) > "If an item is the last one of a biblio that have biblio-level hold > placed on it, we should block the deletion." > > Well, this is quite arguable. Imo probably cleanup_database could remove > holds that make no sense like biblio level holds when there are no items. > The same commit says: > "Note that there is something a bit weird as we are blocking items > from a biblio that has biblio-level holds on it (not found), but we > do not blocking the deletion of an item with a waiting item-level hold." > > Lets not push inconsistency but resolve it? Additional thought: Note that the user also has the choice to delete a biblio. If he wants to delete the biblio, the biblio level hold will be deleted too. So you could say that a choice to not delete the biblio, is a choice to keep the hold. Perhaps new items are to be expected here and the hold can be filled later. So delete the item. If you choose delete biblio too, we should not block the deletion of the hold. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 11:49:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 09:49:14 +0000 Subject: [Koha-bugs] [Bug 25119] When paying or writing off a single fee, the account type doesn't display correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25119 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 1 11:49:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 09:49:17 +0000 Subject: [Koha-bugs] [Bug 25119] When paying or writing off a single fee, the account type doesn't display correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25119 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102933|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy --- Created attachment 104075 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104075&action=edit Bug 25119: Fix account type and description for individual writeoffs/payments When paying or writing off a single line from the list of pending charges, the account type displayed the code instead of the description. And when bug 23483 fixed the display of the description, 2 variables where missed. This change is only visible when looking at the page source: With the patch applied, the value will be filled with the description. To test: - Create one or more manual invoices of different types - Try to pay/write off using the buttons within the table - Verify the account type shows as code, not description - Apply patch - Repeat - Bonus points: Check the source code for the hidden input with description. 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 1 11:49:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 09:49:31 +0000 Subject: [Koha-bugs] [Bug 25119] When paying or writing off a single fee, the account type doesn't display correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25119 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 1 12:00:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:00:19 +0000 Subject: [Koha-bugs] [Bug 6918] Can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #48 from Marcel de Rooy --- Not sure this is a In discussion or a Failed QA. But the report dates from 2011 and the patch from 2013, so there must be a reason why this took so long. The first comments says "This may require a pref" too. Since we are used now to the current behavior since 2011/2013, I think we cannot revert behavior without a pref. Changing status -- 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 1 12:00:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:00:33 +0000 Subject: [Koha-bugs] [Bug 6918] Can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | 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 Fri May 1 12:16:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:16:06 +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 #81 from Jonathan Druart --- Hi Marcel, Thanks for taking a look at this. (In reply to Marcel de Rooy from comment #79) > "If an item is the last one of a biblio that have biblio-level hold > placed on it, we should block the deletion." > > Well, this is quite arguable. Imo probably cleanup_database could remove > holds that make no sense like biblio level holds when there are no items. > The same commit says: > "Note that there is something a bit weird as we are blocking items > from a biblio that has biblio-level holds on it (not found), but we > do not blocking the deletion of an item with a waiting item-level hold." > > Lets not push inconsistency but resolve it? What do you suggest? I'd like to repeat that this bug is about preventing phantom holds, nothing else. I don't think we should fix other inconsistencies on this bug report (it has been considered critical during years...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:24:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:24:53 +0000 Subject: [Koha-bugs] [Bug 24632] Plugins should support simple signing for security/verifiability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24632 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #15 from Jonathan Druart --- You are assuming that an author who is trusted once is trusted for all the plugins they will write. This assumption is wrong IMO. -- You are receiving 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 1 12:30:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:30:52 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 --- Comment #21 from Jonathan Druart --- (In reply to Martin Renvoize from comment #17) > I've been mulling this one over and I'm inclined to agree, that although > this does move us towards the goal, it's at the wrong level. > > I believe we should be formatting based on locale rather than by currency. On the other hand it's either having it now (but not perfect), or not having it until... who knows? I am not planning to spend more time on this. (In reply to Martin Renvoize from comment #20) > Final comment.. why do we use 3 hard coded values for our money formatting > at the moment rather than rely on something like > https://metacpan.org/pod/Locale::Currency::Format which claims to try to > support the full ISO 4217 set? For backward compatibility when Koha::Number::Price has been implemented. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:33:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:33:19 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 --- Comment #22 from Katrin Fischer --- (In reply to Martin Renvoize from comment #20) > Final comment.. why do we use 3 hard coded values for our money formatting > at the moment rather than rely on something like > https://metacpan.org/pod/Locale::Currency::Format which claims to try to > support the full ISO 4217 set? Because it's buggy and the author is unresponsive. Bug 24278 - Replace Locale::Currency::Format because it's buggy As we support the Goethe libraries, we have run into quite some issues with different currencies. - Koha currently uses it to format fines in overdue notices. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:35:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:35:43 +0000 Subject: [Koha-bugs] [Bug 25334] Add generic 'phone' message transport type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334 Kyle M Hall 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 1 12:35:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:35:46 +0000 Subject: [Koha-bugs] [Bug 25334] Add generic 'phone' message transport type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104050|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 104076 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104076&action=edit Bug 25334: Add generic 'phone' message transport type As bug 25333 changed the 'phone' transport type to 'talkingtech', we can now re-add 'phone' as a transport type again, and allow it to behave and support the same notices as the email transport type. Test Plan; 1) Apply this patch 2) Run updatedatabase 3) Restart all the things! 4) Disable TalkingTechItivaPhoneNotificationi if enabled 5) Enable new PhoneNotification system preference 6) Go to a patron's messaging preferences, not you can select the 'phone' option for all the same notices as the 'email' option 7) Enable the phone option for all the message types 8) Browser to the Notices and slips editor 9) Add a phone notice version for each notice you wish to test 10) Test some notices ( CHECKIN, CHECKOUT, etc ) 11) Notices should show in the patron's messages as 'phone' 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 Fri May 1 12:35:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:35:53 +0000 Subject: [Koha-bugs] [Bug 25334] Add generic 'phone' message transport type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334 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 Fri May 1 12:37:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:37:06 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #6 from David Nind --- Hi Owen. I've had a couple of attempts at testing this, but get this message when trying to add: Firefox could not download the search plugin from: http://kohadev.mydnsname.org:8080/cgi-bin/koha/opac-search.pl?format=opensearchdescription OPACBaseURL is set to http://kohadev.mydnsname.org:8080 - I think this is correct. Here is the XML delivered when I look at the source for the URL in the error message above: Search the Koha library catalog UTF-8 http://kohadev.myDNSname.org:8080/opac-tmpl/bootstrap/images/favicon.ico -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:39:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:39:06 +0000 Subject: [Koha-bugs] [Bug 24031] Add plugin hook after_hold_create In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24031 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Plugin architecture |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:40:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:40:20 +0000 Subject: [Koha-bugs] [Bug 24055] Description of PayPalReturnURL system preference is unclear In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #6 from Katrin Fischer --- I followed Tomas suggestion, I will need help to find a better description as honestly I don't really understand myself. Just trying to push this forward to improve things here! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:42:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:42:39 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 --- Comment #13 from Katrin Fischer --- (In reply to Tomás Cohen Arazi from comment #12) > (In reply to Katrin Fischer from comment #8) > > > > + > > > > + var result = ' Edit'; > > > > > > The button label is not translatable > > > > Not sure if the QA tools catches it, but the icon it should also have the > > aria attribute I think. > > There should be (at least) a coding guideline. I read the Mozilla page about > it, and some tutorials, plus looked at what we do, and we are really > heterogeneous regarding this. > > I've added the aria-hidden=true to the icons (y), and there's also the > aria-label or aria-labelledby which are (sometimes) used, but my intuition > says in this case it is not required as we are just saying this is a > button, and when reading it the icon should be hidden. Am I right? I'm > learning new things :-D I asked Owen and we agreed that aria-hidden=true should be used on the buttons when there is an additional text. I fully agree with you about the coding guideline, adding it to next dev meeting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:49:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:49:52 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #7 from Katrin Fischer --- The OpacBaseURl like this never works for me - I always have to change it to localhost:8080 (kohadevbox) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 12:50:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:50:26 +0000 Subject: [Koha-bugs] [Bug 24278] Replace Locale::Currency::Format because it's buggy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24278 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #2 from Martin Renvoize --- Hmm.. can we write some tests 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 Fri May 1 12:50:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 10:50:56 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 --- Comment #23 from Martin Renvoize --- (In reply to Katrin Fischer from comment #22) > (In reply to Martin Renvoize from comment #20) > > Final comment.. why do we use 3 hard coded values for our money formatting > > at the moment rather than rely on something like > > https://metacpan.org/pod/Locale::Currency::Format which claims to try to > > support the full ISO 4217 set? > > Because it's buggy and the author is unresponsive. > Bug 24278 - Replace Locale::Currency::Format because it's buggy > > As we support the Goethe libraries, we have run into quite some issues with > different currencies. - Koha currently uses it to format fines in overdue > notices. Hmm.. I wasn't aware it had issues. What about https://metacpan.org/pod/CLDR::Number::Format::Currency.? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:18:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:18:54 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #8 from David Nind --- Thanks Katrin! Unfortunately, the error still happens after making that change 8-( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:20:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:20:31 +0000 Subject: [Koha-bugs] [Bug 25273] Elasticsearch Authority matching is returning too many results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |24269 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24269 [Bug 24269] Authority matching in Elasticsearch is broken when authority has subdivisions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:20:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:20:31 +0000 Subject: [Koha-bugs] [Bug 24269] Authority matching in Elasticsearch is broken when authority has subdivisions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24269 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25273 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273 [Bug 25273] Elasticsearch Authority matching is returning too many results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:32:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:32:12 +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 #82 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #81) > What do you suggest? Maybe we should stick to the scope that the title suggests. Do not delete items with holds. Biblio level holds are out of scope. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:34:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:34:54 +0000 Subject: [Koha-bugs] [Bug 25039] Move new due calculation to Koha::Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25039 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david at davidnind.com --- Comment #10 from David Nind --- Applying this patch seems to stop the 'Batch extend due dates' from working as expected (for me anyway): - Before applying the patch: issued some items, batch extend due dates comes up with items to extend the due date. - After applying the patch: Using exactly the same criteria the batch extend due dates shows 'No checkouts for the selected filters.' The tests still pass though! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:47:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:47:40 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- 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 1 13:47:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:47:49 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:47:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:47:55 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:48:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:48:04 +0000 Subject: [Koha-bugs] [Bug 25309] Unable to save patron if streetnumber is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25309 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate -- You are receiving 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 1 13:48:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:48:32 +0000 Subject: [Koha-bugs] [Bug 25335] Use of an authorised value in a marc subfield causes strict mode SQL error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25335 David Nind 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 1 13:48:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:48:35 +0000 Subject: [Koha-bugs] [Bug 25335] Use of an authorised value in a marc subfield causes strict mode SQL error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25335 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104051|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 104077 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104077&action=edit Bug 25335: group by authorised_value in addbiblio.pl To Test: 1- Edit your default framework, connect any subfield outside of the 952 to an authorised value (for example, connect the 942$n to the Yes_No auth value) 2 - Find a record in that framework 3 - Edit the record and find your subfield 4 - The subfield shows a dropdown with no contents 5 - check plack error log, see "DBD::mysql::st execute failed: 'koha_kohadev.authorised_values.authorised_value' isn't in GROUP BY " 6 - apply patch, restart all 7 - reload edit record page, see your auth value dropdown has contents Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:52:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:52:31 +0000 Subject: [Koha-bugs] [Bug 11300] Add a new authority linker which searches for authority links on a Z39.50 server. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11300 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com Status|Needs Signoff |Patch doesn't apply --- Comment #34 from Bernardo Gonzalez Kriegel --- Sorry, does not apply. Please rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 13:56:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 11:56:42 +0000 Subject: [Koha-bugs] [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406 --- Comment #5 from Andrew Fuerste-Henry --- I'm on master using Koha testing docker, so those should be up to date. Here's the relevant bit from MARC21slim2intranetResults.xsl (line 285): Suppressed in OPAC Katrin, is that the same file you're using? -- You are receiving 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 1 14:05:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:05:10 +0000 Subject: [Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:05:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:05:13 +0000 Subject: [Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103430|0 |1 is obsolete| | --- Comment #28 from Nick Clemens --- Created attachment 104078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104078&action=edit Bug 25127: Unit tests Signed-off-by: David Nind Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:05:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:05:16 +0000 Subject: [Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103431|0 |1 is obsolete| | --- Comment #29 from Nick Clemens --- Created attachment 104079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104079&action=edit Bug 25127: Correction to tests Signed-off-by: David Nind Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:05:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:05:19 +0000 Subject: [Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103432|0 |1 is obsolete| | --- Comment #30 from Nick Clemens --- Created attachment 104080 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104080&action=edit Bug 25127: Use Koha::Number::Price->round for comparison Signed-off-by: David Nind Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:12:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:12:30 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 --- Comment #11 from Owen Leonard --- Created attachment 104081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104081&action=edit Bug 13388: (follow-up) Remove display of email address Since the email address configured for a library may not be the email address libraries want to use as a contact email address the email should not be displayed by default. This patch removes display of the email address. Libraries may choose to add the information to the opac_info column, so there is already a built-in alternative. To test, apply the patch and view the detail page for a library in your system which has an email address configured. The email address should not display on the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:12:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:12:32 +0000 Subject: [Koha-bugs] [Bug 25309] Unable to save patron if streetnumber is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25309 --- Comment #4 from Martin Renvoize --- We should probably also disable autofill on this form here perhaps? I think the original issue was found due to an erroneous autofill. -- You are receiving 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 1 14:12:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:12:41 +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 #83 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #82) > (In reply to Jonathan Druart from comment #81) > > What do you suggest? > > Maybe we should stick to the scope that the title suggests. Do not delete > items with holds. Biblio level holds are out of scope. No, it's the main point of this bug report. We want to prevent deletion of the last item of a bibliographic record with a biblio-level hold on it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:16:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:16:32 +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 #84 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #83) > (In reply to Marcel de Rooy from comment #82) > > (In reply to Jonathan Druart from comment #81) > > > What do you suggest? > > > > Maybe we should stick to the scope that the title suggests. Do not delete > > items with holds. Biblio level holds are out of scope. > > No, it's the main point of this bug report. > > We want to prevent deletion of the last item of a bibliographic record with > a biblio-level hold on it. Sorry, I can't agree on that reading comments and patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:18:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:18:46 +0000 Subject: [Koha-bugs] [Bug 25262] [19.05.x] Cash register report truncates manual_inv values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25262 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103561|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 104082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104082&action=edit Bug 25262: [19.05.x] Do not truncate MANUAL_INV in dropdown There is an issue in that historic values will still be truncated, but recent values are not. I feel the cash register report should reflect recent transactions over historic, and the historic are a data cleanup issue To test: 1 - Add a MANUAL_INV value with more than 5 characters 'INCREDIBLE_HULK' 2 - Add a manual invoice to a patron's acccount using this value 3 - Note the full code displays in patrons account 4 - Browse to Reports->Cash register 5 - Search for today's date, the value you createed, and all libraries 6 - No results returned 7 - Apply patch 8 - Repeat 5 9 - The transaction shows -- You are receiving 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 1 14:26:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:26:04 +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 #85 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #84) > (In reply to Jonathan Druart from comment #83) > > (In reply to Marcel de Rooy from comment #82) > > > (In reply to Jonathan Druart from comment #81) > > > > What do you suggest? > > > > > > Maybe we should stick to the scope that the title suggests. Do not delete > > > items with holds. Biblio level holds are out of scope. > > > > No, it's the main point of this bug report. > > > > We want to prevent deletion of the last item of a bibliographic record with > > a biblio-level hold on it. > > Sorry, I can't agree on that reading comments and patches. See comment 0: """ I don't think it always did this - but I tested today on 3.8 and it deleted an item and a bib record (cause I checked that box) that had holds on it. """ Then comment 1: """ This is how you end up with phantom holds that can never be deleted. """ And comment 20. I can confirm that I wrote those patches to prevent such deletion, and so phantom holds. That's why I rebuilt a bit the interface to display the why an item cannot be deleted, and so introduced the new "last_item_for_hold" error code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:26:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:26:40 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104052|0 |1 is obsolete| | --- Comment #12 from Victor Grousset/tuxayo --- Created attachment 104083 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104083&action=edit Bug 13388: Add library pages to the OPAC This patch adds a script and a template for showing library information pages in the OPAC. A "libraries" page lists all the libraries in the system, linking to individual pages for each library showing more information.. If there is only one library in the system the page shows all of that library's information. 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). - Go to /cgi-bin/koha/opac-library.pl in the OPAC. - Verify that all the correct information is displayed for the libraries in your system. - Verify that page title and breadcrumbs look correct. - Click to view details for a library. - The details page should show the full contents of branches.opac_info - A menu should show links to other libraries' detail pages. EDIT: This revised patch adds a "Libraries" link to the links under the search bar; Corrects encoding in the breadcrumb link; Makes the page title more specific when viewing an individual library. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:26:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:26:44 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104081|0 |1 is obsolete| | --- Comment #13 from Victor Grousset/tuxayo --- Created attachment 104084 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104084&action=edit Bug 13388: (follow-up) Remove display of email address Since the email address configured for a library may not be the email address libraries want to use as a contact email address the email should not be displayed by default. This patch removes display of the email address. Libraries may choose to add the information to the opac_info column, so there is already a built-in alternative. To test, apply the patch and view the detail page for a library in your system which has an email address configured. The email address should not display on the page. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:38:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:38:05 +0000 Subject: [Koha-bugs] [Bug 25340] opac-review.pl doesn't show title when commenting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 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 1 14:38:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:38:54 +0000 Subject: [Koha-bugs] [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406 --- Comment #6 from Katrin Fischer --- Yes, I am using default - freshly set up database without any changes. What's your authorised value? I wonder about this line: [marc:subfield[@code='n'] = '1']"> I would have expected != ''. But YES_NO is 0 or 1 so that makes sense. Are you using other values by chance? OpacSuppression activated? -- You are receiving 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 1 14:40:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:40:01 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating Course Reserves reverts Item's Shelving Location, then deleting the same course reverts/empties Course Reserve Values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #15 from Victor Grousset/tuxayo --- Sorry for the confusion. It was an unexpected behavior in the test plan. That step is in reproducing the bug. A problem still occurs, but not the one described. Sometimes when that happen that doesn't prevent me from signing off when it's clear that the patch works. And sometimes I wait and ask for confirmation. It depend of how big the difference from was I got and the test plan is. It's a bit confusing, I haven't settled yet for a more clear strategy. In this case thanks to the patch, I couldn't reproduce - the issue from the test plan - or the one I actually got when testing without patch. So it seems ok. Should I sign off? Another factor is that I didn't see a hurry on this patch related to the feature freeze. So I could be picky about unexpected stuff ^^ -- You are receiving 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 1 14:43:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:43:07 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating Course Reserves reverts Item's Shelving Location, then deleting the same course reverts/empties Course Reserve Values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #16 from Katrin Fischer --- I had different finding than Kelly when testing this (comment 0 vs. comment 5), I think if you agree that the results are now as you would expect, you could sign off with a comment. -- You are receiving 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 1 14:51:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:51:08 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating Course Reserves reverts Item's Shelving Location, then deleting the same course reverts/empties Course Reserve Values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103953|0 |1 is obsolete| | --- Comment #17 from Victor Grousset/tuxayo --- Created attachment 104085 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104085&action=edit Bug 24772: Don't revert course item fields when deleting a course item unless it is enabled Deactivating a from Course Reserves reverts Item's Shelving Location correctly, then deleting the same course reverts the Course Reserve Items to old shelving location values. Test Plan: 1) Add items to a Course - make sure they all have shelving locations prior to being added to the course. 2) When adding items change their shelving location to something else. See that Shelving Location has changed; permanent location in parentheses 3) Deactivated course See that Shelving Location has changed back to its original location 4) Deleted course See that Shelving Location has changed back to what was picked during adding it to the Course. 5) Apply this patch, restart all the things! 6) Repeat steps 1-4, note the shelvig location is not lost! Signed-off-by: Victor Grousset/tuxayo -- You are receiving 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 1 14:56:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:56:18 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating Course Reserves reverts Item's Shelving Location, then deleting the same course reverts/empties Course Reserve Values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #18 from Victor Grousset/tuxayo --- IIUC what I got in comment 8 is the same thing as what Katrin describes in comment 5. > a. has changed for me, instead of showing the 'course reserves' location, the location is emtpy now. > I think if you agree that the results are now as you would expect, you could sign off with a comment. Thanks for the green light! :) -- You are receiving 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 1 14:58:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:58:22 +0000 Subject: [Koha-bugs] [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406 --- Comment #7 from Andrew Fuerste-Henry --- Oop, there's the issue. OpacSuppression wasn't turned on in my testing docker. That's so standard for us that I forget it's off by default. So this does work in both master and 19.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 Fri May 1 14:58:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:58:29 +0000 Subject: [Koha-bugs] [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |19.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 14:59:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 12:59:37 +0000 Subject: [Koha-bugs] [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406 --- Comment #8 from Andrew Fuerste-Henry --- Also, agreed that !=0 would be a better check for suppression, but I'm not certain the query builder isn't looking for 1 specifically. That's a whole other bug I'm hoping to get around to filing and working on. -- You are receiving 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 1 15:04:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:04:57 +0000 Subject: [Koha-bugs] [Bug 25340] opac-review.pl doesn't show title when commenting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 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 1 15:05:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:05:00 +0000 Subject: [Koha-bugs] [Bug 25340] opac-review.pl doesn't show title when commenting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 --- Comment #1 from Owen Leonard --- Created attachment 104086 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104086&action=edit Bug 25340: Pass biblio object to OPAC comments template This patch modifies the OPAC comments system so that the biblio object is passed to the template. This allows the biblio-title include to properly access the title and subtitle information. Unrelated change: Remove some custom CSS from the page which was obsolete. To test, apply the patch and make sure the "reviewson" preference is enabled. - Log in to the OPAC and open a bibliographic record's detail page. - Under the "Comments" tab, click the "Post your comments" link to trigger the pop-up window. - In the pop-up window, verify that the item's title is correct in the page title and the heading. Author should display correctly, if present. - Test submitting a comment and editing a comment. Everything should work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:14:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:14:13 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103946|0 |1 is obsolete| | --- Comment #23 from Martin Renvoize --- Created attachment 104087 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104087&action=edit Bug 23185: Add tests Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:14:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:14:17 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103947|0 |1 is obsolete| | --- Comment #24 from Martin Renvoize --- Created attachment 104088 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104088&action=edit Bug 23185: Make Koha::Objects->update loop on the object set if needed Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:14:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:14:21 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #25 from Martin Renvoize --- Created attachment 104089 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104089&action=edit Bug 23185: (QA follow-up) Semantics, split fields and options This patch improves the semantics of the update routine to more clearly separate the 'fields' we're modifying from the 'options' we wish to apply to the modification. -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:16:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:16:07 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23187 -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:16:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:16:07 +0000 Subject: [Koha-bugs] [Bug 23187] Koha::Objects supports find_or_create without passing through the Koha::Object store method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23187 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23185 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:16:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:16:25 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|23187 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23187 [Bug 23187] Koha::Objects supports find_or_create without passing through the Koha::Object store method -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:16:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:16:25 +0000 Subject: [Koha-bugs] [Bug 23187] Koha::Objects supports find_or_create without passing through the Koha::Object store method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23187 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|23185 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:16:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:16:46 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|25303 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25303 [Bug 25303] Koha::Objects->delete should not skip overridden object class ->delete -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:16:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:16:46 +0000 Subject: [Koha-bugs] [Bug 25303] Koha::Objects->delete should not skip overridden object class ->delete In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25303 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|23185 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:21:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:21:33 +0000 Subject: [Koha-bugs] [Bug 24522] Nothing happens when trying to add nothing to a list in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522 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 1 15:25:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:25:19 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 --- Comment #14 from Martin Renvoize --- Hmm.. I agree branchemail is probably incorrect as they may, in reality, want the reply-to address instead. I think this is pretty good as is, but a future enhancement would be nice to have behind a system preference for displaying email or not and then that should use the new method in Koha::Library. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:26:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:26:00 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 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 Fri May 1 15:26:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:26:00 +0000 Subject: [Koha-bugs] [Bug 22823] Koha::Library needs a method for obtaining the inbound 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=13388 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:27:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:27:47 +0000 Subject: [Koha-bugs] [Bug 24522] Nothing happens when trying to add nothing to a list in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:27:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:27:50 +0000 Subject: [Koha-bugs] [Bug 24522] Nothing happens when trying to add nothing to a list in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522 --- Comment #1 from Owen Leonard --- Created attachment 104090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104090&action=edit Bug 24522: Show alert when trying to add nothing to a list in staff This patch modifies the JavaScript which handles the process of adding items to a list in the staff client. Error-handling is added in the case when a set of biblionumbers hasn't been passed to the vShelf function. To test, apply the patch and perform a catalog search in the staff client. On the search results page, select any list from the "Add to list" menu at the top of the search results table without checking any checkboxes. You should get an alert, "No item was selected." Also test that adding to a list works correctly after selecting one or more titles. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:53:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:53:42 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 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 Fri May 1 15:53:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:53:45 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102299|0 |1 is obsolete| | Attachment #102300|0 |1 is obsolete| | Attachment #102301|0 |1 is obsolete| | Attachment #102302|0 |1 is obsolete| | Attachment #102922|0 |1 is obsolete| | --- Comment #21 from Nick Clemens --- Created attachment 104091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104091&action=edit Bug 25033: Display both local and all pending suggestions counts if the numbers differ To test: 0 - Be in staff client as a superlibrarian 1 - Place some suggestions 1 for any branch 1 for signed in branch 1 for another branch 2 - Go to Koha main page, 3 suggestions pending 3 - Click 'Suggestions pending approval' - you see one suggestion 4 - Click on 'Acquisitions' in breadcrumbs , 3 suggestions pending 5 - Click manage suggestions - you see one suggestion 6 - Apply patch 7 - On mainpage and acqui-home you now see "Centerville: 1 / All libraries: 3" suggestions 8 - Confirm that the links take you to suggestions view of your branch or all libraries respectively 9 - Turn on IndependentBranches 10 - Create a user with acquisition and suggestions permissions but not superlibrarian in one of the branches used above 11 - Sign in as that user 11 - See "Centerville: 1" suggestion on mainpage and on acqui home -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 15:53:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:53:49 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 --- Comment #22 from Nick Clemens --- Created attachment 104092 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104092&action=edit Bug 25033: Remove CountSuggestion 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 1 15:53:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:53:52 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 --- Comment #23 from Nick Clemens --- Created attachment 104093 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104093&action=edit Bug 25033: Move branchfilter to top of page There is confusion becase it is not obvious when the suggestions page is being limited to a branch Moving the branch filter to the top of the page makes it easier to see To test: 1 - Apply patch 2 - From mainpage or acqui-home note the link to suggestions takes you to suggestions limited to current branch 3 - Change the dropdown 4 - Note the page refreshes and loads the correct suggestions 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 1 15:55:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:55:45 +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 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103903|0 |1 is obsolete| | --- Comment #9 from Victor Grousset/tuxayo --- Created attachment 104094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104094&action=edit Bug 10910: Add a warning when deleting a patron with pending suggestions Test plan: >From the OPAC, add a suggestion >From the staff interface, try to delete the patron who created the suggestion => You get a warning message Signed-off-by: Victor Grousset/tuxayo -- You are receiving 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 1 15:56:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 13:56:14 +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 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net 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 1 16:06:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:06:47 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Deactivating Course |Deactivating course |Reserves reverts Item's |reserves before deleting |Shelving Location, then |the same course empties |deleting the same course |course reserve values in |reverts/empties Course |the items |Reserve Values | Status|Signed Off |Failed QA 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. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:07:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:07:00 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:07:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:07:04 +0000 Subject: [Koha-bugs] [Bug 25332] Add library card to iPhone wallet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25332 --- Comment #2 from Owen Leonard --- The article describe a workaround that an individual might use. I don't think it gives any insight into how it could be accomplished on our end. I'm pretty sure you'd have to have an app installed on the iPhone which would interface with the OS's wallet system. Perhaps someone with some app development experience could confirm. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:11:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:11:31 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #23 from Victor Grousset/tuxayo --- Finding for QA: > 3. > - Create a new AV category 'foo' > - Create an authorised value > - Hit /admin/authorised_values.pl?op=delete_category&categor_name=foo > => You get an error message (the category cannot be deleted if it has AV > linked) Message is « An error occurred when deleting this authorized value category. Check the logs. » Plack error logs don't show anything. Access logs show a 200 HTTP code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:13:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:13:01 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #24 from Victor Grousset/tuxayo --- > 4. > - Hit /admin/authorised_values.pl?op=delete_category&categor_name=Asort1 > => You get an error message (the category Asort1 cannot be deleted, it's an > internal category. Same. Plack error logs don't show anything. Access logs show a 200 HTTP code. No issue for the signing off IMO -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:14:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:14:52 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104083|0 |1 is obsolete| | --- Comment #15 from Martin Renvoize --- Created attachment 104095 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104095&action=edit Bug 13388: Add library pages to the OPAC This patch adds a script and a template for showing library information pages in the OPAC. A "libraries" page lists all the libraries in the system, linking to individual pages for each library showing more information.. If there is only one library in the system the page shows all of that library's information. 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). - Go to /cgi-bin/koha/opac-library.pl in the OPAC. - Verify that all the correct information is displayed for the libraries in your system. - Verify that page title and breadcrumbs look correct. - Click to view details for a library. - The details page should show the full contents of branches.opac_info - A menu should show links to other libraries' detail pages. EDIT: This revised patch adds a "Libraries" link to the links under the search bar; Corrects encoding in the breadcrumb link; Makes the page title more specific when viewing an individual library. Signed-off-by: Victor Grousset/tuxayo 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 1 16:14:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:14:55 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104084|0 |1 is obsolete| | --- Comment #16 from Martin Renvoize --- Created attachment 104096 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104096&action=edit Bug 13388: (follow-up) Remove display of email address Since the email address configured for a library may not be the email address libraries want to use as a contact email address the email should not be displayed by default. This patch removes display of the email address. Libraries may choose to add the information to the opac_info column, so there is already a built-in alternative. To test, apply the patch and view the detail page for a library in your system which has an email address configured. The email address should not display on the page. Signed-off-by: Victor Grousset/tuxayo 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 1 16:14:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:14:58 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 --- Comment #17 from Martin Renvoize --- Created attachment 104097 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104097&action=edit Bug 13388: (follow-up) Inlcude OpacNav I believe this page should inlclude the optional OpacNav and OpacNavBottom blocks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:15:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:15:33 +0000 Subject: [Koha-bugs] [Bug 25341] New: When adding a single item to course reserves, ignore whitespace Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 Bug ID: 25341 Summary: When adding a single item to course reserves, ignore whitespace Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Especially when copying your barcodes from other pages in Koha, you easily end up with a bit of whitespace in front and/or after the barcode when you paste it. In circulation, this doesn't matter, but when adding to the course reserves, the whitepace is not ignored and you end up with "barcode not found". It would be nice if circ and course reserves behaved the same 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 Fri May 1 16:17:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:17:33 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 --- Comment #18 from Martin Renvoize --- I felt we should include at least the left side navigation that we have elsewhere on this page and have submitted a followup to achieve this. I'm still not entirely sure about the menu placement.. it somehow feels out of place amongst the other options.. perhaps in a footer block akin to many other websites out there.? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:21:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:21:13 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #19 from Katrin Fischer --- Hm, I've amended Kyle's test plan slightly. In my experience it did not revert to the course reserve value but was emptied. It might have got lost in the comments here as the problem presented differently before. I think we should push the fix, but I'd really love to see tests here - we should make sure this doesn't get a chance to come back unnoticed. -- You are receiving 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 1 16:21:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:21:40 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 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. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:21:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:21:43 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104085|0 |1 is obsolete| | --- Comment #20 from Katrin Fischer --- Created attachment 104098 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104098&action=edit Bug 24772: Don't revert course item fields when deleting a course item unless it is enabled Deactivating a from Course Reserves reverts Item's Shelving Location correctly, then deleting the same course reverts the Course Reserve Items to old shelving location values. Test Plan: 1) Add items to a Course - make sure they all have shelving locations prior to being added to the course. 2) When adding items change their shelving location to something else. See that Shelving Location has changed; permanent location in parentheses 3) Deactivated course See that Shelving Location has changed back to its original location 4) Deleted course See that Shelving Loction is now empty/wrong 5) Apply this patch, restart all the things! 6) Repeat steps 1-4, note the shelvig location is not lost! Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:21:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:21:46 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 --- Comment #19 from Martin Renvoize --- (In reply to Martin Renvoize from comment #18) > I felt we should include at least the left side navigation that we have > elsewhere on this page and have submitted a followup to achieve this. > > I'm still not entirely sure about the menu placement.. it somehow feels out > of place amongst the other options.. perhaps in a footer block akin to many > other websites out there.? Or right at the top next to the cart or on the right near the login? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:22:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:22:00 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103833|0 |1 is obsolete| | --- Comment #25 from Victor Grousset/tuxayo --- Created attachment 104099 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104099&action=edit Bug 17355: DB changes This patch adds a new authorised_value_category.is_system boolean/tinyint(1) DB field. Name 'is_system' is coming from existing tables account_credit_types and account_debit_types and should not be discussed here (if you disagree fill a new bug report and deal with naming issue separately) Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:22:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:22:04 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103834|0 |1 is obsolete| | --- Comment #26 from Victor Grousset/tuxayo --- Created attachment 104100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104100&action=edit Bug 17355: DBIC changes Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:22:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:22:08 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103835|0 |1 is obsolete| | --- Comment #27 from Victor Grousset/tuxayo --- Created attachment 104101 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104101&action=edit Bug 17355: DBIC changes - boolean flag Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:22:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:22:13 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103836|0 |1 is obsolete| | --- Comment #28 from Victor Grousset/tuxayo --- Created attachment 104102 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104102&action=edit Bug 17355: Override delete methods Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:22:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:22:17 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103837|0 |1 is obsolete| | --- Comment #29 from Victor Grousset/tuxayo --- Created attachment 104103 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104103&action=edit Bug 17355: DB changes - set is_system for categories Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:22:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:22:22 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103838|0 |1 is obsolete| | --- Comment #30 from Victor Grousset/tuxayo --- Created attachment 104104 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104104&action=edit Bug 17355: Add the ability to remove authorised value categories This new patch set is adding a new DB field is_system to distinguish internal categories. The list of internal categories is in the patch "DB changes - set is_system for categories" and can be discussed/extended. Test plan: 0. - Apply patch - updatedabase 1. - Create a new AV category - Create an authorised value - List the AVs for this category - Remove all the AVs for this category => You see 2 buttons "Add a new authorised value" and "Delete category 'XXX'" - Click the delete button => You get a popup - Accept => The category is deleted 2. - List the AV for Asort1 (internal category) /cgi-bin/koha/admin/authorised_values.pl?searchfield=Asort1 - Delete the AVs for this category (if there is any) => You do not see the "Delete category" button 3. - Create a new AV category 'foo' - Create an authorised value - Hit /admin/authorised_values.pl?op=delete_category&categor_name=foo => You get an error message (expected because the category cannot be deleted if it has AV linked) => message text: => An error occurred when deleting this authorized value category. Check the logs. 4. - Hit /admin/authorised_values.pl?op=delete_category&categor_name=Asort1 => You get an error message (expected because the category Asort1 cannot be deleted, it's an internal category. => message text: => An error occurred when deleting this authorized value category. Check the logs. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:22:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:22:58 +0000 Subject: [Koha-bugs] [Bug 23433] Make consistent use of patron-title.inc in hold confirmation dialogs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23433 PTFS Europe Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104028|0 |1 is obsolete| | --- Comment #11 from PTFS Europe Sandboxes --- Created attachment 104105 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104105&action=edit Bug 23433: Make consistent use of patron-title.inc in hold confirmation dialogs Use of patron-title.inc on the checkin page is inconsistent, resulting in patron names being displayed differently under different circumstances. This patch makes it more consistent. To test, apply the patch and check in items with the following statuses: - On hold for a patron at your library - On hold for a patron not at your library - On hold and already marked 'Waiting' - On hold while HoldsAutoFill preference is enabled - An item which has been marked with a LOST status in the 'ClaimReturnedLostValue' system preference. - An item which was checked out to a manually-restricted patron and checked in with a back-dated checkin date. See test plan on Bug 24776. Signed-off-by: Sally -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:23:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:23:07 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #31 from Victor Grousset/tuxayo --- The following has been adding in the test plan: 0. - Apply patch - updatedabase Tried to clarify test plan about the error messages. Don't expect them to tell the cause. QA: which is fine IMHO, because the messages are there in case of direct access with by URL. Detailed parts: in 3: => You get an error message (expected because the category cannot be deleted if it has AV linked) => message text: => An error occurred when deleting this authorized value category. Check the logs. in 4: => You get an error message (expected because the category Asort1 cannot be deleted, it's an internal category. => message text: => An error occurred when deleting this authorized value category. Check the logs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:23:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:23:16 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Victor Grousset/tuxayo 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 1 16:23:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:23:25 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 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 Fri May 1 16:23:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:23:35 +0000 Subject: [Koha-bugs] [Bug 23433] Make consistent use of patron-title.inc in hold confirmation dialogs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23433 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #12 from Sally --- Works great, thanks Owen. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:29:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:29:37 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104098|0 |1 is obsolete| | --- Comment #21 from ByWater Sandboxes --- Created attachment 104106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104106&action=edit Bug 24772: Don't revert course item fields when deleting a course item unless it is enabled Deactivating a from Course Reserves reverts Item's Shelving Location correctly, then deleting the same course reverts the Course Reserve Items to old shelving location values. Test Plan: 1) Add items to a Course - make sure they all have shelving locations prior to being added to the course. 2) When adding items change their shelving location to something else. See that Shelving Location has changed; permanent location in parentheses 3) Deactivated course See that Shelving Location has changed back to its original location 4) Deleted course See that Shelving Location has changed back to what was picked during adding it to the Course. 5) Apply this patch, restart all the things! 6) Repeat steps 1-4, note the shelvig location is not lost! Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Hannah Olsen -- You are receiving 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 1 16:31:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:31:03 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Hannah Olsen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off --- Comment #22 from Hannah Olsen --- Confirmed that behavior is correct, as below: - when adding items change shelving location to something else - deactivate course: shelving location goes to original location - delete deactivated course: shelving location stays the original 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 Fri May 1 16:33:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:33:41 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Hannah Olsen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:37:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:37:45 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #23 from Hannah Olsen --- new to this and think I may have messed up the status on here -- sorry! -- You are receiving 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 1 16:39:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:39:05 +0000 Subject: [Koha-bugs] [Bug 23070] Use Koha::Hold in C4::Reserves::RevertWaitingStatus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070 --- Comment #22 from Victor Grousset/tuxayo --- I got an error on the tests, is there any thing else to do before running them? #### Error: kohadev-koha at 661a25cf6198:/kohadevbox/koha$ time prove t/db_dependent/Reserves.t t/db_dependent/Reserves.t .. 8/63 Use of uninitialized value in string eq at /kohadevbox/koha/C4/Reserves.pm line 558. Use of uninitialized value in string eq at /kohadevbox/koha/C4/Reserves.pm line 558. t/db_dependent/Reserves.t .. 60/63 # Looks like you planned 2 tests but ran 1. # Failed test 'item level hold' # at t/db_dependent/Reserves.t line 961. # Looks like you planned 2 tests but ran 1. # Looks like you failed 1 test of 1 run. # Failed test 'reserves.item_level_hold' # at t/db_dependent/Reserves.t line 992. DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'no_triggers' in 'field list' [for Statement "UPDATE `reserves` SET `no_triggers` = ?, `priority` = priority + 1 WHERE ( ( `biblionumber` = ? AND `priority` > ? ) )" with ParamValues: 0=1, 1=458, 2=0] at /kohadevbox/koha/Koha/Objects.pm line 222 # Looks like your test exited with 11 just after 61. t/db_dependent/Reserves.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 3/63 subtests Test Summary Report ------------------- t/db_dependent/Reserves.t (Wstat: 2816 Tests: 61 Failed: 1) Failed test: 61 Non-zero exit status: 11 Parse errors: Bad plan. You planned 63 tests but ran 61. Files=1, Tests=61, 6 wallclock secs ( 0.04 usr 0.01 sys + 4.78 cusr 0.72 csys = 5.55 CPU) Result: FAIL real 0m6.765s user 0m4.890s sys 0m0.749s -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:41:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:41:07 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 --- Comment #20 from Martin Renvoize --- Just asked colleagues, and we can point at example for all cases included where it currently is.. so, let's leave it where it is :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:45:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:45:46 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104106|0 |1 is obsolete| | --- Comment #24 from Katrin Fischer --- Created attachment 104107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104107&action=edit Bug 24772: Don't revert course item fields when deleting a course item unless it is enabled Deactivating a from Course Reserves reverts Item's Shelving Location correctly, then deleting the same course reverts the Course Reserve Items to old shelving location values. Test Plan: 1) Add items to a Course - make sure they all have shelving locations prior to being added to the course. 2) When adding items change their shelving location to something else. See that Shelving Location has changed; permanent location in parentheses 3) Deactivated course See that Shelving Location has changed back to its original location 4) Deleted course See that Shelving Location has changed back to what was picked during adding it to the Course. 5) Apply this patch, restart all the things! 6) Repeat steps 1-4, note the shelvig location is not lost! Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Hannah Olsen Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:45:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:45:58 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to 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 Fri May 1 16:46:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:46:00 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #25 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:46:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:46:02 +0000 Subject: [Koha-bugs] [Bug 25119] When paying or writing off a single fee, the account type doesn't display correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25119 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.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 1 16:46:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:46:04 +0000 Subject: [Koha-bugs] [Bug 25119] When paying or writing off a single fee, the account type doesn't display correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25119 --- Comment #7 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:46:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:46:06 +0000 Subject: [Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.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 1 16:46:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:46:09 +0000 Subject: [Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127 --- Comment #31 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:47:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:47:48 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #26 from Katrin Fischer --- Another sign-off is great to have here, thx Hannah! -- You are receiving 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 1 16:48:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:48:43 +0000 Subject: [Koha-bugs] [Bug 25342] New: Scripts not running under plack can cause duplication of ES records Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 Bug ID: 25342 Summary: Scripts not running under plack can cause duplication of ES records Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com We received reports of duplicated records after batch modifications. It seems that when passing the ID to elasticsearch it is parsed as a string under Plack, but is parsed as a number under CGI -- You are receiving 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 1 16:51:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:51:58 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #27 from Victor Grousset/tuxayo --- Hannah: > - delete deactivated course: shelving location stays the original location Odd, doesn't it get emptied? > new to this and think I may have messed up the status on here -- sorry! I think you tested at the same time as Katrin. So the last to finish and send the results here overwrites the changes of the other one ^^" It's hard to avoid aside from looking again on the bug just because signing off. (maybe this is another easy way?) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:55:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:55:06 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 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 Fri May 1 16:55:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:55:09 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 --- Comment #1 from Nick Clemens --- Created attachment 104108 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104108&action=edit Bug 25342: Force ES id as string To test: 1 - Be using ES 2 - Find a unique record by searchign for title or seomthing 3 - Edit the record 4 - Repeat search and confirm you are returned to the details page 5 - Go to Tools->MARC modification templates 6 - Add a template and define an action 7 - Go to Tools->Batch record modification 8 - Select Enter a list of record numbers 9 - Enter the biblionumber of the record you searched for 10 - Use the marc modification template you setup 11 - Complete the modification 12 - Repeat your search 13 - note you get two results, both pointing to same biblionumber 14 - Check the ES index, note that you have two entries, one with the biblionumber, and the other with #.0, e.g.: curl -XGET 'es:9200/koha_kohadev_biblios/data/14.0?pretty' curl -XGET 'es:9200/koha_kohadev_biblios/data/14?pretty' 15 - Apply patch 16 - Delete and rebuild ES index perl misc/search_tools/rebuild_elasticsearch.pl -d -b 17 - Repeat 2-12 18 - No duplication this time -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 16:55:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 14:55:56 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | CC| |andrew at bywatersolutions.com | |, glasklas at gmail.com, | |jonathan.druart at bugs.koha-c | |ommunity.org, | |martin.renvoize at ptfs-europe | |.com, | |severine.queune at bulac.fr -- You are receiving 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 1 17:03:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:03:59 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #28 from Hannah Olsen --- (In reply to Victor Grousset/tuxayo from comment #27) > Hannah: > > - delete deactivated course: shelving location stays the original location > > Odd, doesn't it get emptied? It did not get emptied in my testing. I ran through the testing process twice to be sure since this bug is one that's impacted my library pretty significantly. -- You are receiving 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 1 17:08:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:08:51 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:08:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:08:56 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104095|0 |1 is obsolete| | --- Comment #21 from Katrin Fischer --- Created attachment 104109 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104109&action=edit Bug 13388: Add library pages to the OPAC This patch adds a script and a template for showing library information pages in the OPAC. A "libraries" page lists all the libraries in the system, linking to individual pages for each library showing more information.. If there is only one library in the system the page shows all of that library's information. 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). - Go to /cgi-bin/koha/opac-library.pl in the OPAC. - Verify that all the correct information is displayed for the libraries in your system. - Verify that page title and breadcrumbs look correct. - Click to view details for a library. - The details page should show the full contents of branches.opac_info - A menu should show links to other libraries' detail pages. EDIT: This revised patch adds a "Libraries" link to the links under the search bar; Corrects encoding in the breadcrumb link; Makes the page title more specific when viewing an individual library. Signed-off-by: Victor Grousset/tuxayo 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 Fri May 1 17:09:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:09:00 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104096|0 |1 is obsolete| | --- Comment #22 from Katrin Fischer --- Created attachment 104110 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104110&action=edit Bug 13388: (follow-up) Remove display of email address Since the email address configured for a library may not be the email address libraries want to use as a contact email address the email should not be displayed by default. This patch removes display of the email address. Libraries may choose to add the information to the opac_info column, so there is already a built-in alternative. To test, apply the patch and view the detail page for a library in your system which has an email address configured. The email address should not display on the page. Signed-off-by: Victor Grousset/tuxayo 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 Fri May 1 17:09:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:09:06 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104097|0 |1 is obsolete| | --- Comment #23 from Katrin Fischer --- Created attachment 104111 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104111&action=edit Bug 13388: (follow-up) Inlcude OpacNav I believe this page should inlclude the optional OpacNav and OpacNavBottom blocks Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:09:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:09:10 +0000 Subject: [Koha-bugs] [Bug 13388] Add library pages to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 --- Comment #24 from Katrin Fischer --- Created attachment 104112 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104112&action=edit Bug 13388: (QA follow-up) Add id to nav item and use singleBranchMode This uses the existing singleBranchMode variable to display either Library or Libraries depending on the number of existing libraries in the installation. It also adds an id to the navigation item for customization purposes. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:11:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:11:14 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties/resets course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Deactivating course |Deactivating course |reserves before deleting |reserves before deleting |the same course empties |the same course |course reserve values in |empties/resets course |the items |reserve values in the items --- Comment #29 from Katrin Fischer --- It's odd... but I left room for both -- You are receiving 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 1 17:11:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:11:56 +0000 Subject: [Koha-bugs] [Bug 24772] Deactivating course reserves before deleting the same course empties/resets course reserve values in the items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 --- Comment #30 from Katrin Fischer --- (In reply to Katrin Fischer from comment #29) > It's odd... but I left room for both... in the commit message and bug description now. The reassuring thing here is that we all seem to agree it behaves correctly with the patches -- You are receiving 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 1 17:15:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:15:46 +0000 Subject: [Koha-bugs] [Bug 25296] Add a way to force an empty Koha::Objects resultset In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25296 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate, | |RM_priority | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:16:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:16:13 +0000 Subject: [Koha-bugs] [Bug 24815] Koha::Cash::Register relations should return sets not undef In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24815 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate, | |RM_priority | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:16:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:16:19 +0000 Subject: [Koha-bugs] [Bug 24871] Add new *-installer-*.po translation files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24871 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Keywords|rel_20_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:16:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:16:27 +0000 Subject: [Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate, | |RM_priority | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:16:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:16:48 +0000 Subject: [Koha-bugs] [Bug 25340] opac-review.pl doesn't show title when commenting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 PTFS Europe Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104086|0 |1 is obsolete| | --- Comment #2 from PTFS Europe Sandboxes --- Created attachment 104113 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104113&action=edit Bug 25340: Pass biblio object to OPAC comments template This patch modifies the OPAC comments system so that the biblio object is passed to the template. This allows the biblio-title include to properly access the title and subtitle information. Unrelated change: Remove some custom CSS from the page which was obsolete. To test, apply the patch and make sure the "reviewson" preference is enabled. - Log in to the OPAC and open a bibliographic record's detail page. - Under the "Comments" tab, click the "Post your comments" link to trigger the pop-up window. - In the pop-up window, verify that the item's title is correct in the page title and the heading. Author should display correctly, if present. - Test submitting a comment and editing a comment. Everything should work correctly. Signed-off-by: Sally -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:17:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:17:09 +0000 Subject: [Koha-bugs] [Bug 25340] opac-review.pl doesn't show title when commenting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off 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 Fri May 1 17:18:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:18:11 +0000 Subject: [Koha-bugs] [Bug 22421] accountlines.issue_id is missing a foreign key constraint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22421 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:19:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:19:38 +0000 Subject: [Koha-bugs] [Bug 15523] Move a number of sysprefs to circulation rules (Omnibus) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15523 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving 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 1 17:20:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:20:00 +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 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:20:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:20:00 +0000 Subject: [Koha-bugs] [Bug 23433] Make consistent use of patron-title.inc in hold confirmation dialogs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23433 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:20:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:20:05 +0000 Subject: [Koha-bugs] [Bug 23433] Make consistent use of patron-title.inc in hold confirmation dialogs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23433 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104105|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 104114 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104114&action=edit Bug 23433: Make consistent use of patron-title.inc in hold confirmation dialogs Use of patron-title.inc on the checkin page is inconsistent, resulting in patron names being displayed differently under different circumstances. This patch makes it more consistent. To test, apply the patch and check in items with the following statuses: - On hold for a patron at your library - On hold for a patron not at your library - On hold and already marked 'Waiting' - On hold while HoldsAutoFill preference is enabled - An item which has been marked with a LOST status in the 'ClaimReturnedLostValue' system preference. - An item which was checked out to a manually-restricted patron and checked in with a back-dated checkin date. See test plan on Bug 24776. Signed-off-by: Sally Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:20:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:20:17 +0000 Subject: [Koha-bugs] [Bug 23433] Make consistent use of patron-title.inc in hold confirmation dialogs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23433 --- Comment #14 from Katrin Fischer --- Thx Owen and Sally! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:21:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:21:06 +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 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:22:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:22:40 +0000 Subject: [Koha-bugs] [Bug 11426] Make HighlightOwnItemsOnOPAC work with XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11426 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate, |rel_20_11_target |RM_priority | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:23:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:23:45 +0000 Subject: [Koha-bugs] [Bug 23890] Plugins that utilise possibly security breaching hooks should warn In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23890 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Tools |Plugin architecture Assignee|martin.renvoize at ptfs-europe |koha-bugs at lists.koha-commun |.com |ity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:24:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:24:27 +0000 Subject: [Koha-bugs] [Bug 23890] Plugins that utilise possibly security breaching hooks should warn In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23890 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving 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 1 17:24:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:24:33 +0000 Subject: [Koha-bugs] [Bug 23890] Plugins that utilise possibly security breaching hooks should warn In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23890 Martin Renvoize 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 Fri May 1 17:25:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:25:22 +0000 Subject: [Koha-bugs] [Bug 25262] [19.05.x] Cash register report truncates manual_inv values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25262 Lucas Gass 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 Fri May 1 17:25:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:25:28 +0000 Subject: [Koha-bugs] [Bug 25262] [19.05.x] Cash register report truncates manual_inv values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25262 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104082|0 |1 is obsolete| | --- Comment #4 from Lucas Gass --- Created attachment 104115 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104115&action=edit Bug 25262: [19.05.x] Do not truncate MANUAL_INV in dropdown There is an issue in that historic values will still be truncated, but recent values are not. I feel the cash register report should reflect recent transactions over historic, and the historic are a data cleanup issue To test: 1 - Add a MANUAL_INV value with more than 5 characters 'INCREDIBLE_HULK' 2 - Add a manual invoice to a patron's acccount using this value 3 - Note the full code displays in patrons account 4 - Browse to Reports->Cash register 5 - Search for today's date, the value you createed, and all libraries 6 - No results returned 7 - Apply patch 8 - Repeat 5 9 - The transaction shows Signed-off-by: Lucas Gass -- You are receiving 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 1 17:27:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:27:45 +0000 Subject: [Koha-bugs] [Bug 23504] Allow forgiving fines on returned lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23504 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving 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 1 17:28:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:28:19 +0000 Subject: [Koha-bugs] [Bug 22407] OMNIBUS: Use DBIC relations to fetch related object rather than searching for the object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22407 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving 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 1 17:29:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:29:33 +0000 Subject: [Koha-bugs] [Bug 25343] New: Use of item in review/comment feature is misleading Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 Bug ID: 25343 Summary: Use of item in review/comment feature is misleading Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When you have reviewson activated, you can add comments to titles in the OPAC. There is this text showing: There are no comments for this item. Post your comments on this item. This can lead to wrong translations as items are usually translated thinking of the physical items (not the same word in some languages like German). I suggest changing it to be more clear. "title" would be my suggestion. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:30:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:30:33 +0000 Subject: [Koha-bugs] [Bug 23767] Spent and Ordered total values don't include child funds on acqui-home In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:30:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:30:37 +0000 Subject: [Koha-bugs] [Bug 25340] opac-review.pl doesn't show title when commenting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:30:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:30:41 +0000 Subject: [Koha-bugs] [Bug 25340] opac-review.pl doesn't show title when commenting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104113|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 104116 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104116&action=edit Bug 25340: Pass biblio object to OPAC comments template This patch modifies the OPAC comments system so that the biblio object is passed to the template. This allows the biblio-title include to properly access the title and subtitle information. Unrelated change: Remove some custom CSS from the page which was obsolete. To test, apply the patch and make sure the "reviewson" preference is enabled. - Log in to the OPAC and open a bibliographic record's detail page. - Under the "Comments" tab, click the "Post your comments" link to trigger the pop-up window. - In the pop-up window, verify that the item's title is correct in the page title and the heading. Author should display correctly, if present. - Test submitting a comment and editing a comment. Everything should work correctly. Signed-off-by: Sally Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:31:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:31:32 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Fri May 1 17:33:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:33:10 +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 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #93499|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 1 17:35:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:35:35 +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 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:51:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:51:49 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium 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 1 17:51:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:51:55 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104099|0 |1 is obsolete| | --- Comment #32 from Katrin Fischer --- Created attachment 104117 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104117&action=edit Bug 17355: DB changes This patch adds a new authorised_value_category.is_system boolean/tinyint(1) DB field. Name 'is_system' is coming from existing tables account_credit_types and account_debit_types and should not be discussed here (if you disagree fill a new bug report and deal with naming issue separately) Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:52:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:52:00 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104100|0 |1 is obsolete| | --- Comment #33 from Katrin Fischer --- Created attachment 104118 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104118&action=edit Bug 17355: DBIC changes Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:52:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:52:05 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104101|0 |1 is obsolete| | --- Comment #34 from Katrin Fischer --- Created attachment 104119 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104119&action=edit Bug 17355: DBIC changes - boolean flag Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:52:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:52:10 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104102|0 |1 is obsolete| | --- Comment #35 from Katrin Fischer --- Created attachment 104120 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104120&action=edit Bug 17355: Override delete methods Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:52:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:52:15 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104103|0 |1 is obsolete| | --- Comment #36 from Katrin Fischer --- Created attachment 104121 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104121&action=edit Bug 17355: DB changes - set is_system for categories Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:52:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:52:20 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104104|0 |1 is obsolete| | --- Comment #37 from Katrin Fischer --- Created attachment 104122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104122&action=edit Bug 17355: Add the ability to remove authorised value categories This new patch set is adding a new DB field is_system to distinguish internal categories. The list of internal categories is in the patch "DB changes - set is_system for categories" and can be discussed/extended. Test plan: 0. - Apply patch - updatedabase 1. - Create a new AV category - Create an authorised value - List the AVs for this category - Remove all the AVs for this category => You see 2 buttons "Add a new authorised value" and "Delete category 'XXX'" - Click the delete button => You get a popup - Accept => The category is deleted 2. - List the AV for Asort1 (internal category) /cgi-bin/koha/admin/authorised_values.pl?searchfield=Asort1 - Delete the AVs for this category (if there is any) => You do not see the "Delete category" button 3. - Create a new AV category 'foo' - Create an authorised value - Hit /admin/authorised_values.pl?op=delete_category&categor_name=foo => You get an error message (expected because the category cannot be deleted if it has AV linked) => message text: => An error occurred when deleting this authorized value category. Check the logs. 4. - Hit /admin/authorised_values.pl?op=delete_category&categor_name=Asort1 => You get an error message (expected because the category Asort1 cannot be deleted, it's an internal category. => message text: => An error occurred when deleting this authorized value category. Check the logs. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:52:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:52:25 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #38 from Katrin Fischer --- Created attachment 104123 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104123&action=edit Bug 17355: (QA follow-up) Add description to updatedatabase entry Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 17:52:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 15:52:49 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 Eric Phetteplace changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ephetteplace at cca.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:04:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:04:17 +0000 Subject: [Koha-bugs] [Bug 25344] New: Add support for circulation status 10 ( item in transit ) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 Bug ID: 25344 Summary: Add support for circulation status 10 ( item in transit ) 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: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com We should support the SIP2 "circulation status" value 10, "in transit between library locations" -- You are receiving 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 1 18:04:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:04:23 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:05:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:05:06 +0000 Subject: [Koha-bugs] [Bug 25345] New: Duplicate course reserves Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25345 Bug ID: 25345 Summary: Duplicate course reserves Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: fiona.borthwick at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org At present, it is not possible to 'duplicate' one course reserve record to another. On occasions, there may be many CR records related to one course and this involves a lot of time consuming, manual entering of data. If there was the option to copy an existing record, then this would speed up the workflow. -- You are receiving 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 1 18:06:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:06:05 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 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 Fri May 1 18:06:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:06:08 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 --- Comment #1 from Kyle M Hall --- Created attachment 104124 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104124&action=edit Bug 25344: Add support for circulation status 10 ( item in transit ) We should support the SIP2 "circulation status" value 10, "in transit between library locations" Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Transaction.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:06:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:06:39 +0000 Subject: [Koha-bugs] [Bug 25346] New: Error when installing messages for a language already present in the installation Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25346 Bug ID: 25346 Summary: Error when installing messages for a language already present in the installation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr When installing a language that is already present on the system, this error is displayed: Install messages (de_DE) de-DE installer dir /home/vagrant/kohaclone/installer/data/mysql/de-DE already exists. Delete it if you want to recreate it. To test: - kshell - cd misc/translator - perl translate install de-DE and maybe a second time: - perl translate install de-DE -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:09:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:09:29 +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 ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.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 1 18:16:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:16:15 +0000 Subject: [Koha-bugs] [Bug 25347] New: Add support for circulation status 11 ( claimed returned ) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 Bug ID: 25347 Summary: Add support for circulation status 11 ( claimed returned ) 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: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com Now that we have return claims in Koha, we should support the SIP2 "circulation status" value 11, "claimed 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 Fri May 1 18:18:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:18:02 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Move C4:.NewsChannels to |Move C4:NewsChannels to |Koha namespace |Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:19:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:19:21 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25347 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 [Bug 25347] Add support for circulation status 11 ( claimed returned ) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:19:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:19:21 +0000 Subject: [Koha-bugs] [Bug 25347] Add support for circulation status 11 ( claimed returned ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25344 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 [Bug 25344] Add support for circulation status 10 ( item in transit ) -- You are receiving 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 1 18:19:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:19:27 +0000 Subject: [Koha-bugs] [Bug 25347] Add support for circulation status 11 ( claimed returned ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25344 Blocks|25344 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 [Bug 25344] Add support for circulation status 10 ( item in transit ) -- You are receiving 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 1 18:19:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:19:27 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25347 Depends on|25347 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 [Bug 25347] Add support for circulation status 11 ( claimed returned ) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:20:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:20:16 +0000 Subject: [Koha-bugs] [Bug 25348] New: Add support for circulation status 12 ( lost ) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 Bug ID: 25348 Summary: Add support for circulation status 12 ( lost ) 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: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com We should support the SIP2 "circulation status" value 12, "lost". -- You are receiving 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 1 18:24:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:24:30 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #39 from Katrin Fischer --- This will make support staff's lives much easier. 2 comments: - I think the delete would be nice to have in the menu on the categories table as well (could be done laer9 - I wonder if 'is_internal' would work a bit better than 'is_system' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:24:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:24:37 +0000 Subject: [Koha-bugs] [Bug 25348] Add support for circulation status 12 ( lost ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25347 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 [Bug 25347] Add support for circulation status 11 ( claimed 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 Fri May 1 18:24:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:24:37 +0000 Subject: [Koha-bugs] [Bug 25347] Add support for circulation status 11 ( claimed returned ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25348 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 [Bug 25348] Add support for circulation status 12 ( lost ) -- You are receiving 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 1 18:25:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:25:40 +0000 Subject: [Koha-bugs] [Bug 25348] Add support for circulation status 12 ( lost ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 Kyle M Hall 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 Fri May 1 18:25:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:25:42 +0000 Subject: [Koha-bugs] [Bug 25348] Add support for circulation status 12 ( lost ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 --- Comment #1 from Kyle M Hall --- Created attachment 104125 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104125&action=edit Bug 25348: Add support for circulation status 12 ( lost ) We should support the SIP2 "circulation status" value 12, "lost". Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Transaction.t -- You are receiving 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 1 18:25:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:25:58 +0000 Subject: [Koha-bugs] [Bug 25348] Add support for circulation status 12 ( lost ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:26:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:26:11 +0000 Subject: [Koha-bugs] [Bug 25347] Add support for circulation status 11 ( claimed returned ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 Kyle M Hall 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 Fri May 1 18:26:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:26:14 +0000 Subject: [Koha-bugs] [Bug 25347] Add support for circulation status 11 ( claimed returned ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 --- Comment #1 from Kyle M Hall --- Created attachment 104126 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104126&action=edit Bug 25347: Add support for circulation status 11 ( claimed returned ) Now that we have return claims in Koha, we should support the SIP2 "circulation status" value 11, "claimed returned". Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Transaction.t -- You are receiving 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 1 18:26:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:26:52 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104124|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 104127 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104127&action=edit Bug 25344: Add support for circulation status 10 ( item in transit ) We should support the SIP2 "circulation status" value 10, "in transit between library locations" Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Transaction.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:30:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:30:15 +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 ---------------------------------------------------------------------------- Attachment #104094|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 104128 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104128&action=edit Bug 10910: Add a warning when deleting a patron with pending suggestions Test plan: >From the OPAC, add a suggestion >From the staff interface, try to delete the patron who created the suggestion => You get a warning message Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:30:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:30:20 +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 #11 from Katrin Fischer --- Created attachment 104129 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104129&action=edit Bug 10910: (follow-up) Move the suggestions note with the other non-blocking notes To test: - Add a credit to the patron's account - Make sure they got a pending suggestion - Try to delete - Verify you notes for both as list items Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:31:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:31:23 +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 #12 from Katrin Fischer --- Joubu or Victor - I moved things around a bit as we already have notes for existing holds and an open credit. Could you have another look? -- You are receiving 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 1 18:38:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:38:57 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #9 from Katrin Fischer --- I have the same issue as David, maybe opensearchdescription is not declared? I couldn't spot where this is set. Maybe a change missing from the patch set? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 18:47:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:47:12 +0000 Subject: [Koha-bugs] [Bug 24522] Nothing happens when trying to add nothing to a list in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522 Lucas Gass 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 1 18:47:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 16:47:15 +0000 Subject: [Koha-bugs] [Bug 24522] Nothing happens when trying to add nothing to a list in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104090|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 104130 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104130&action=edit Bug 24522: Show alert when trying to add nothing to a list in staff This patch modifies the JavaScript which handles the process of adding items to a list in the staff client. Error-handling is added in the case when a set of biblionumbers hasn't been passed to the vShelf function. To test, apply the patch and perform a catalog search in the staff client. On the search results page, select any list from the "Add to list" menu at the top of the search results table without checking any checkboxes. You should get an alert, "No item was selected." Also test that adding to a list works correctly after selecting one or more titles. Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 19:03:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:03:26 +0000 Subject: [Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 Lucas Gass 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 1 19:03:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:03:28 +0000 Subject: [Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 --- Comment #1 from Lucas Gass --- Created attachment 104131 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104131&action=edit Bug 25341: Remove whitespace from barcode in add_items.pl TEST PLAN: 1. Go to course reserves and trying adding a course with a barcode that has some leading/trailing whitespace. 2. It doesnt work 3. Apply patch and restart_all 4. Try again with leading/trailing whitespace, it should 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 Fri May 1 19:06:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:06:32 +0000 Subject: [Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | CC| |lucas at bywatersolutions.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 1 19:13:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:13:23 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #10 from Katrin Fischer --- Trying to figure out where the issue could be: ShortName A short name for the search engine. It must be 16 or fewer characters of plain text, with no HTML or other markup. => We might have a longer library name easily, maybe we need to shorten it automatically if longer? Or have a default fallback text. Or it could be this: Your server should serve OpenSearch plugins using Content-Type: application/opensearchdescription+xml. ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 19:17:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:17:32 +0000 Subject: [Koha-bugs] [Bug 24766] Provide an option to show news blocks for all available languages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24766 --- Comment #1 from Owen Leonard --- Another option might be a "Copy to other languages" option. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 19:21:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:21:12 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #11 from Katrin Fischer --- Created attachment 104132 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104132&action=edit Bug 11994: Attempt to fix Content-Type Not working yet... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 19:32:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:32:21 +0000 Subject: [Koha-bugs] [Bug 25099] Add lang from cookie to plugins template params In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 didier changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |didier.gautheron at biblibre.c | |om --- Comment #2 from didier --- Hi Using directly a raw cookie is generally unsafe. cf. https://bugs.koha-community.org/bugzilla3//show_bug.cgi?id=6629 C4::Languages::getlanguage(); is available and I believe its uses is fair game for plugins. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 19:35:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:35:32 +0000 Subject: [Koha-bugs] [Bug 25041] Links to 'pending' #ASKED tab in suggestions.pl is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25041 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #5 from Joy Nelson --- not needed in 19.11 and prior - not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 19:40:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:40:29 +0000 Subject: [Koha-bugs] [Bug 25349] New: Enter in the username field submits the login, instead of moving focus to the password field Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349 Bug ID: 25349 Summary: Enter in the username field submits the login, instead of moving focus to the password field Change sponsored?: --- Product: Koha Version: 19.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Self checkout Assignee: koha-bugs at lists.koha-community.org Reporter: bwsdonna at gmail.com QA Contact: testopia at bugs.koha-community.org When using self checkout set to login with username and password and an "enter" function is submitted in the username field, the form is submitted instead of moving the focus to the password field. For libraries that have patrons scan their barcode for the username, this causes a never ending loop of not being able to login. The "enter" function is necessary from the barcode scanner when checking out books etc, so that can't be changed. The desired behavior would be to move the focus to next field on the form so patrons can scan their barcode, then type in the password, and then the enter key would submit the form. To recreate: 1. Enable self checkout function 2. Set sys pref SelfCheckoutByLogin to Username and Password 3. Go to your self check site and log in as your self check user 4. In the username field, type in a username and hit the enter key, or using a barcode scanner, scan a barcode. 5. Notice that the form is submitted, and results in a failed login, returning the patron to a blank log in screen. The same behavior is in 18.11, 19.05, and 19.11. -- You are receiving 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 1 19:41:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 17:41:06 +0000 Subject: [Koha-bugs] [Bug 7046] subscription renewal period should be a pull down In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7046 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #38 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 20:58:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 18:58:30 +0000 Subject: [Koha-bugs] [Bug 25046] C4::Utils::DataTables::Members does not SELECT othernames from borrowers table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25046 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #6 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 20:58:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 18:58:47 +0000 Subject: [Koha-bugs] [Bug 24826] Use of uninitialized value $mail{"Cc"} in substitution (s///) at /usr/share/perl5/Mail/Sendmail.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24826 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #8 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 20:59:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 18:59:04 +0000 Subject: [Koha-bugs] [Bug 24940] Serials statistics wizard: order vendor list alphabetically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24940 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com --- Comment #7 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 20:59:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 18:59:19 +0000 Subject: [Koha-bugs] [Bug 25019] Non standard initialization in ViewPolicy filter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25019 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #5 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 21:38:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 19:38:44 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #12 from David Nind --- Glad it just wasn't me. Found this resource useful, and it mentions the error as well: https://developer.mozilla.org/en-US/docs/Web/OpenSearch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:15:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:15:23 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103866|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 104133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104133&action=edit Bug 11994: Fix OpenSearch discovery in the OPAC This patch corrects the markup for the OpenSearchDescription XML document and adds (back) the link in the OPAC header which points to it. This will enable compatible browsers to offer the addition of the OPAC's keyword search as a search engine option. I've found documentation suggesting this feature is available (or at least was at one time) in Chrome and Safari, but in my test it only works in Firefox. To test, apply the patch and make sure the OPACBaseURL preference is set correctly. - Open the OPAC in Firefox (these instructions assume the latest version, currently v.75). - On the right side of the address bar you should see ". . ." Click it to trigger the menu. - You should see an "Add search engine" entry with your OPAC's icon. - Click to add the search engine. - Type a keyword to search in the address bar - A box should pop up below the address bar showing icons at the bottom for performing a search in various search engines. One of these icons should be the icon for your Koha OPAC. - Click the Koha OPAC icon and confirm that it triggers a keyword search in your OPAC. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:15:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:15:27 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #14 from Katrin Fischer --- Created attachment 104134 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104134&action=edit Bug 11994: OpenSearch plugins needs to be delivered with Content-Type application/opensearchdescription+xml https://developer.mozilla.org/en-US/docs/Web/OpenSearch Your server should serve OpenSearch plugins using Content-Type: application/opensearchdescription+xml. To test: - Verify the Content-Type the file is delivered with is correct, for example using wget http://127.0.0.1:8080/cgi-bin/koha/opac-search.pl?format=opensearchdescription -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:15:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:15:30 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #15 from Katrin Fischer --- Created attachment 104135 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104135&action=edit Bug 11994: (follow-up) Make things work when LibraryName is empty When LibraryName system preference was not set, the installation of the plugin would fail with: Firefox could not download the search plugin from: ... Now if the pref is empty, the description 'Library catalog' will be used instead. To test: - Empty your LibraryName pref - Verify the search plugin can still be installed (see first patch for further instructions) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:16:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:16:46 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #16 from Katrin Fischer --- I couldn't let this go... and I finally figured it out! ... It would fial when LibraryName is not set. I also cleaned up the patch for Content-Type. While it seems to work without, I think we would be on the safer side to do it correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:16:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:16:53 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 Katrin Fischer 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 1 22:38:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:38:06 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #17 from David Nind --- That's awesome Katrin, thank you for your perseverance! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:50:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:50:42 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #18 from David Nind --- I'm getting something weird when applying the patch and trying to sign off. There are four patches listed in the bug, bit git log only shows three. Does that mean patch 104132 - Bug 11994: Attempt to fix Content-Type can be obsoleted? This is what I get when applying the patch: root at b23fad95e500:koha(master)$ git bz apply 11994 Bug 11994 - Fix OpenSearch discovery in the OPAC 104132 - Bug 11994: Attempt to fix Content-Type 104133 - Bug 11994: Fix OpenSearch discovery in the OPAC 104134 - Bug 11994: OpenSearch plugins needs to be delivered with Content-Type application/opensearchdescription+xml 104135 - Bug 11994: (follow-up) Make things work when LibraryName is empty Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 11994: Attempt to fix Content-Type Applying: Bug 11994: Fix OpenSearch discovery in the OPAC Applying: Bug 11994: OpenSearch plugins needs to be delivered with Content-Type application/opensearchdescription+xml Using index info to reconstruct a base tree... M C4/Output.pm M opac/opac-search.pl Falling back to patching base and 3-way merge... No changes -- Patch already applied. Applying: Bug 11994: (follow-up) Make things work when LibraryName is empty -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:52:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:52:44 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104132|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 1 22:53:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:53:07 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 --- Comment #19 from Katrin Fischer --- Sorry, yes, one patch was obsolete, fixed now! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:56:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:56:37 +0000 Subject: [Koha-bugs] [Bug 24522] Nothing happens when trying to add nothing to a list in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:56:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:56:41 +0000 Subject: [Koha-bugs] [Bug 24522] Nothing happens when trying to add nothing to a list in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104130|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 104136 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104136&action=edit Bug 24522: Show alert when trying to add nothing to a list in staff This patch modifies the JavaScript which handles the process of adding items to a list in the staff client. Error-handling is added in the case when a set of biblionumbers hasn't been passed to the vShelf function. To test, apply the patch and perform a catalog search in the staff client. On the search results page, select any list from the "Add to list" menu at the top of the search results table without checking any checkboxes. You should get an alert, "No item was selected." Also test that adding to a list works correctly after selecting one or more titles. Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 22:57:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:57:15 +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 ---------------------------------------------------------------------------- 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 Fri May 1 22:59:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 20:59:50 +0000 Subject: [Koha-bugs] [Bug 25349] Enter in the username field submits the login, instead of moving focus to the password field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #1 from Lucas Gass --- I think submitting a form by pressing Enter is a default behavior for form submission and I will be interested to hear what others say about this. In the meantime this javascript in the SCOUserJS system preference can alleviate the problem: (at least for US keyboards) document.getElementById("patronlogin").onkeypress = function(e) { var key = e.charCode || e.keyCode || 0; if (key == 13) { document.getElementById("patronpw").focus(); return false; } } -- You are receiving 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 1 23:04:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:04:23 +0000 Subject: [Koha-bugs] [Bug 25262] [19.05.x] Cash register report truncates manual_inv values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25262 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:04:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:04:26 +0000 Subject: [Koha-bugs] [Bug 25262] [19.05.x] Cash register report truncates manual_inv values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25262 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104115|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 104137 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104137&action=edit Bug 25262: [19.05.x] Do not truncate MANUAL_INV in dropdown There is an issue in that historic values will still be truncated, but recent values are not. I feel the cash register report should reflect recent transactions over historic, and the historic are a data cleanup issue To test: 1 - Add a MANUAL_INV value with more than 5 characters 'INCREDIBLE_HULK' 2 - Add a manual invoice to a patron's acccount using this value 3 - Note the full code displays in patrons account 4 - Browse to Reports->Cash register 5 - Search for today's date, the value you createed, and all libraries 6 - No results returned 7 - Apply patch 8 - Repeat 5 9 - The transaction shows Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:04:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:04:42 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 David Nind 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 1 23:04:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:04:45 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104133|0 |1 is obsolete| | --- Comment #20 from David Nind --- Created attachment 104138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104138&action=edit Bug 11994: Fix OpenSearch discovery in the OPAC This patch corrects the markup for the OpenSearchDescription XML document and adds (back) the link in the OPAC header which points to it. This will enable compatible browsers to offer the addition of the OPAC's keyword search as a search engine option. I've found documentation suggesting this feature is available (or at least was at one time) in Chrome and Safari, but in my test it only works in Firefox. To test, apply the patch and make sure the OPACBaseURL preference is set correctly. - Open the OPAC in Firefox (these instructions assume the latest version, currently v.75). - On the right side of the address bar you should see ". . ." Click it to trigger the menu. - You should see an "Add search engine" entry with your OPAC's icon. - Click to add the search engine. - Type a keyword to search in the address bar - A box should pop up below the address bar showing icons at the bottom for performing a search in various search engines. One of these icons should be the icon for your Koha OPAC. - Click the Koha OPAC icon and confirm that it triggers a keyword search in your OPAC. Signed-off-by: Katrin Fischer Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:04:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:04:49 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104134|0 |1 is obsolete| | --- Comment #21 from David Nind --- Created attachment 104139 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104139&action=edit Bug 11994: OpenSearch plugins needs to be delivered with Content-Type application/opensearchdescription+xml https://developer.mozilla.org/en-US/docs/Web/OpenSearch Your server should serve OpenSearch plugins using Content-Type: application/opensearchdescription+xml. To test: - Verify the Content-Type the file is delivered with is correct, for example using wget http://127.0.0.1:8080/cgi-bin/koha/opac-search.pl?format=opensearchdescription Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:04:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:04:52 +0000 Subject: [Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104135|0 |1 is obsolete| | --- Comment #22 from David Nind --- Created attachment 104140 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104140&action=edit Bug 11994: (follow-up) Make things work when LibraryName is empty When LibraryName system preference was not set, the installation of the plugin would fail with: Firefox could not download the search plugin from: ... Now if the pref is empty, the description 'Library catalog' will be used instead. To test: - Empty your LibraryName pref - Verify the search plugin can still be installed (see first patch for further instructions) Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:10:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:10:08 +0000 Subject: [Koha-bugs] [Bug 24808] Untranslatable strings in results.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24808 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:10:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:10:11 +0000 Subject: [Koha-bugs] [Bug 24808] Untranslatable strings in results.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24808 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103932|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 104141 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104141&action=edit Bug 24808: enable translation on results.js String sorrounded by "__()" To test: 1) create translation files for a language (cd misc/translator; ./translate create xx-YY) 2) Check string egrep -l "No cover image available" misc/translator/po/xx-YY-* present in 2 files, opac-bootstrap and staf-prog 3) Apply patch 4) Create files again (cd misc/translator; rm -f po/xx-YY*; ./translate create xx-YY) 5) Check again egrep -l "No cover image available" misc/translator/po/xx-YY-* present in 3 files, new in messages-js Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:14:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:14:47 +0000 Subject: [Koha-bugs] [Bug 24636] Acquisitions planning sections untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24636 --- Comment #3 from Katrin Fischer --- I'll pass this, but wonder if it would be better to include the 'by' in the include. by months = nach Monaten months = Monate The translation changes at least in German because of declination. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:15:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:15:43 +0000 Subject: [Koha-bugs] [Bug 24636] Acquisitions planning sections untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24636 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:15:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:15:46 +0000 Subject: [Koha-bugs] [Bug 24636] Acquisitions planning sections untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24636 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103952|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 104142 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104142&action=edit Bug 24636: translate planning sections This patch adds a new inc file to process and translate plannig sections To test: 1) Apply patch 2) Create new language files (cd misc/translator; ./translate create xx-YY) 3) Verify new file is taken into account in translation files egrep -n budget_planning misc/translator/xx-YY*.po check new strings in staff-prog file 4) Go to Administration > Budgets > Founds > Planning select different options, check page title and 'Planning for...' phrase 5) Translate strings, install new language, enable it, verify the text change with options like point 4) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:18:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:18:20 +0000 Subject: [Koha-bugs] [Bug 25262] [19.05.x] Cash register report truncates manual_inv values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25262 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to oldstable Version(s)| |19.05.11 released in| | --- Comment #6 from Lucas Gass --- backported to 19.05.x for 19.05.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 Fri May 1 23:19:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:19:36 +0000 Subject: [Koha-bugs] [Bug 25350] New: Load Emoji picker assets more efficiently Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 Bug ID: 25350 Summary: Load Emoji picker assets more efficiently 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: 15794 We're currently globally loading to the OPAC four different JavaScript files to make the tag emoji picker plugin work. I propose that we: 1. Combine and minify the four files 2. Load them only on opac-detail.pl Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794 [Bug 15794] Add emoji picker to tag entry in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:19:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:19:36 +0000 Subject: [Koha-bugs] [Bug 15794] Add emoji picker to tag entry in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25350 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 [Bug 25350] Load Emoji picker assets more efficiently -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:27:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:27:51 +0000 Subject: [Koha-bugs] [Bug 25349] Enter in the username field submits the login, instead of moving focus to the password field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349 --- Comment #2 from Owen Leonard --- The staff client has a globally-available checkEnter function which we use in multiple places. The same could easily be added to the 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 1 23:39:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:39:13 +0000 Subject: [Koha-bugs] [Bug 25350] Load Emoji picker assets more efficiently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 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 1 23:39:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:39:16 +0000 Subject: [Koha-bugs] [Bug 25350] Load Emoji picker assets more efficiently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 --- Comment #1 from Owen Leonard --- Created attachment 104143 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104143&action=edit Bug 25350: Load Emoji picker assets more efficiently This patch moves the Emoji picker JS assets out of opac-bottom.inc and into opac-detail.tt. This prevents the assets from being loaded on every page of the OPAC when they're only used on opac-detail. The patch also combines and minifies the 4 JavaScript files used by the feature. opac-detail.tt now loads only the one file. To test, apply the patch and make sure the TagsEnabled and TagsInputOnDetail preferences are enabled. - Log in to the OPAC and view the detail page for a bibliographic record. - Click the "Add tag(s)" link - Verify that the emoji-picker works for adding emojis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:39:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:39:24 +0000 Subject: [Koha-bugs] [Bug 24636] Acquisitions planning sections untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24636 --- Comment #5 from Bernardo Gonzalez Kriegel --- (In reply to Katrin Fischer from comment #3) > I'll pass this, but wonder if it would be better to include the 'by' in the > include. > > by months = nach Monaten > months = Monate > > The translation changes at least in German because of declination. No problem to write an alternative patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:45:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:45:43 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:45:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:45:49 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103507|0 |1 is obsolete| | --- Comment #93 from Katrin Fischer --- Created attachment 104144 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104144&action=edit Bug 17268: Add macros table and permissions Bug 17268: Change public to shared Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Heather Hernandez Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:45:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:45:55 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103508|0 |1 is obsolete| | --- Comment #94 from Katrin Fischer --- Created attachment 104145 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104145&action=edit Bug 17268: Advanced cataloging editor macros - add endpoint Bug 17268: Make shared macros use their own path Bug 17268: Update API to use shared instead of public Bug 17268: (follow-up) Update API field definition to boolean Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Heather Hernandez Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:01 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103509|0 |1 is obsolete| | --- Comment #95 from Katrin Fischer --- Created attachment 104146 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104146&action=edit Bug 17268: Use API to store/retrieve values To test: 1 - Enable AdvancedCatalogingEditor 2 - Add some macros (they don't need to be valid, just have content) 3 - Apply patches 4 - updatedatabase 5 - Set user to have 'create_shared_macros' and 'delete_shared_macros' 6 - Load the advanced editor (Cataloging->Advanced editor) 7 - Click on 'Macros' 8 - Previous macros should not show, but you should have a 'Convert' button 9 - Convert old macros and confirm they show 10 - Edit the macros, changing content and the public checkbox, confirm 'Saved' shows in the top right of editor when updating 11 - Have at least on valid macro and run it, e.g.: new 100=Testing this out 12 - Run the macro, confirm it runs 13 - Try a macro with gibberish, confirm there is an error when running 14 - Ensure you have a few macros marked public 15 - In a private browser window sign in as a patron with neither shared macro permission 16 - Confirm the public macros load, but cannot be edited 17 - Grant create_shared_macros permission to this patron 18 - Reload editor, they should now be able to edit shared macros 19 - Confirm they cannot delete shared macros 20 - Grant delete_shared_macros permission 21 - Reload editor 22 - Confirm they can now delete shared macros Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Heather Hernandez Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:07 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103510|0 |1 is obsolete| | --- Comment #96 from Katrin Fischer --- Created attachment 104147 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104147&action=edit Bug 17268: (follow-up) Fix licenses Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Heather Hernandez Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:12 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103511|0 |1 is obsolete| | --- Comment #97 from Katrin Fischer --- Created attachment 104148 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104148&action=edit Bug 17268: DO NOT PUSH: Schema update Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Heather Hernandez Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:17 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103512|0 |1 is obsolete| | --- Comment #98 from Katrin Fischer --- Created attachment 104149 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104149&action=edit Bug 17268: Set boolean for shared column in schema Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Heather Hernandez Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:23 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103513|0 |1 is obsolete| | --- Comment #99 from Katrin Fischer --- Created attachment 104150 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104150&action=edit Bug 17268: (follow-up) Fix translatability This patch moves the error messages to translatable strings Also includes capitalization fixes and POD adjustment Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:28 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103514|0 |1 is obsolete| | --- Comment #100 from Katrin Fischer --- Created attachment 104151 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104151&action=edit Bug 17268: Update patchs per RFC https://wiki.koha-community.org/wiki/Advanced_editor_macros_endpoint_RFC Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:34 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 --- Comment #101 from Katrin Fischer --- Created attachment 104152 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104152&action=edit Bug 17268: (QA follow-up) Make "Convert old browser macros" translatable The code was missing the necessary markup to make the string translatable. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:46:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:46:40 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 --- Comment #102 from Katrin Fischer --- Created attachment 104153 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104153&action=edit Bug 17268: (follow-up) Don't show the macro ID in front of description I believe it's nicer to allow users to organize the macros as they want using the descrpitions they prefer. Submitting as a suggestion. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:47:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:47:09 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 --- Comment #103 from Katrin Fischer --- Last patch is a suggestion - but easiest to show in the code, what I mean :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 1 23:48:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:48:54 +0000 Subject: [Koha-bugs] [Bug 25309] Unable to save patron if streetnumber is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25309 Katrin Fischer 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 Fri May 1 23:56:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 21:56:13 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 --- Comment #104 from Nick Clemens --- (In reply to Katrin Fischer from comment #103) > Last patch is a suggestion - but easiest to show in the code, what I mean :) I am happy with that. I think I only had id because you can reuse the same name, but this works. Thank you! So happy to see this :-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 00:09:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:09:25 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 --- Comment #7 from Katrin Fischer --- This doesn't work like described in the test plan for me. When I create or update a patron with a streetnumber longer than 10 charactres, it saves nicely, but the entry is cut off at 10 characters. Am I missing something? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 00:10:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:10:38 +0000 Subject: [Koha-bugs] [Bug 25351] New: Move cart-related strings out of opac-bottom.inc and into basket.js Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25351 Bug ID: 25351 Summary: Move cart-related strings out of opac-bottom.inc and into basket.js 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: testopia at bugs.koha-community.org Depends on: 21156 Cart-related strings which were put in opac-bottom.inc for translation purposes can now be wrapped in the new translation function and put in basket.js Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 00:10:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:10:38 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25351 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25351 [Bug 25351] Move cart-related strings out of opac-bottom.inc and into basket.js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 00:23:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:23:32 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 --- Comment #8 from Katrin Fischer --- Ok, the message only shows when 1 is set. I don't like the silent failure, but I think that's because the DBMS is silently being mean. Need to fix that elsewhere. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 00:24:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:24:56 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 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 2 00:25:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:25:00 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103940|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer --- Created attachment 104154 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104154&action=edit Bug 25311: Better error handling when updating a patron Same as the precedent patch for patron's modification Test plan is identical but with an existing patron 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 Sat May 2 00:25:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:25:04 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 --- Comment #10 from Katrin Fischer --- Created attachment 104155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104155&action=edit Bug 25311: (QA follow-up) Add misssing filter 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 2 00:27:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:27:23 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103939|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 104156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104156&action=edit Bug 25311: Better error handling when creating a patron This is still not ideal but brings a bit of enhancement. One possible problem is that the patron creation will fail if the streetnumber field is too long (borrowers.streetnumber is varchar(10). Test plan: 0. Don't apply this patch 1. Create a new patron with a streetnumber longer than 10 characters 2. Save => The patron has not been created and the app explodes The error is about extended_attributes and not meaningful Can't call method "extended_attributes" on an undefined value at /kohadevbox/koha/members/memberentry.pl line 560 3. Apply the patch 4. Repeat 1. and 2 => You get a warning on the interface and you still see the creation form 5. Check the logs => The error is meaningful "Data too long for column 'streetnumber'" 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 Sat May 2 00:27:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:27:26 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104154|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 104157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104157&action=edit Bug 25311: Better error handling when updating a patron Same as the precedent patch for patron's modification Test plan is identical but with an existing patron 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 Sat May 2 00:27:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:27:31 +0000 Subject: [Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104155|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 104158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104158&action=edit Bug 25311: (QA follow-up) Add misssing filter 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 2 00:30:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:30:04 +0000 Subject: [Koha-bugs] [Bug 25350] Load Emoji picker assets more efficiently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 Owen Leonard 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 Sat May 2 00:30:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:30:14 +0000 Subject: [Koha-bugs] [Bug 25350] Load Emoji picker assets more efficiently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104143|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 2 00:33:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:33:39 +0000 Subject: [Koha-bugs] [Bug 25309] Unable to save patron if streetnumber is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25309 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 2 00:33:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 May 2020 22:33:43 +0000 Subject: [Koha-bugs] [Bug 25309] Unable to save patron if streetnumber is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25309 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103956|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 104159 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104159&action=edit Bug 25309: Limit size of streetnumber field to 10 It's its size in DB (varchar(10)) Test plan: Create or editing a patron and confirm that you fill in more than 10 characters in the streetnumber field Save => The patron has been correctly created/updated Signed-off-by: David Roberts 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 2 03:06:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:06:36 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 David Nind 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 2 03:06:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:06:40 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104091|0 |1 is obsolete| | --- Comment #24 from David Nind --- Created attachment 104160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104160&action=edit Bug 25033: Display both local and all pending suggestions counts if the numbers differ To test: 0 - Be in staff client as a superlibrarian 1 - Place some suggestions 1 for any branch 1 for signed in branch 1 for another branch 2 - Go to Koha main page, 3 suggestions pending 3 - Click 'Suggestions pending approval' - you see one suggestion 4 - Click on 'Acquisitions' in breadcrumbs , 3 suggestions pending 5 - Click manage suggestions - you see one suggestion 6 - Apply patch 7 - On mainpage and acqui-home you now see "Centerville: 1 / All libraries: 3" suggestions 8 - Confirm that the links take you to suggestions view of your branch or all libraries respectively 9 - Turn on IndependentBranches 10 - Create a user with acquisition and suggestions permissions but not superlibrarian in one of the branches used above 11 - Sign in as that user 11 - See "Centerville: 1" suggestion on mainpage and on acqui home Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:06:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:06:43 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104092|0 |1 is obsolete| | --- Comment #25 from David Nind --- Created attachment 104161 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104161&action=edit Bug 25033: Remove CountSuggestion Signed-off-by: Owen Leonard Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:06:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:06:47 +0000 Subject: [Koha-bugs] [Bug 25033] Counts of suggestions are confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104093|0 |1 is obsolete| | --- Comment #26 from David Nind --- Created attachment 104162 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104162&action=edit Bug 25033: Move branchfilter to top of page There is confusion becase it is not obvious when the suggestions page is being limited to a branch Moving the branch filter to the top of the page makes it easier to see To test: 1 - Apply patch 2 - From mainpage or acqui-home note the link to suggestions takes you to suggestions limited to current branch 3 - Change the dropdown 4 - Note the page refreshes and loads the correct suggestions Signed-off-by: Owen Leonard Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:10:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:10:33 +0000 Subject: [Koha-bugs] [Bug 22970] Allow to change homebranch in batch add course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22970 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:10:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:10:37 +0000 Subject: [Koha-bugs] [Bug 22970] Allow to change homebranch in batch add course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22970 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #90062|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 104163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104163&action=edit Bug 22970: Allow to change homebranch in batch add course reserves Test plan: 1. Create a course (disabled) 2. Add multiple reserves to this course using 'batch add' and set a homebranch different from the items homebranch 3. Enable the course 4. Verify that the items homebranch have changed 5. Disable the course 6. Verify that the items homebranch were reset to their initial value Depends on bug 22630 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 2 03:11:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:11:42 +0000 Subject: [Koha-bugs] [Bug 22970] Allow to change homebranch in batch add course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22970 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_11_target |rel_20_05_candidate --- Comment #6 from Katrin Fischer --- I think it would be really nice to have this one in still - it complements bug 22630 already pushed and makes it feature complete. Changes are quite small, but I had to do a bit heavier rebase, so leaving it with my sign-off for now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:14:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:14:34 +0000 Subject: [Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 Katrin Fischer 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 Sat May 2 03:14:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:14:38 +0000 Subject: [Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104131|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 104164 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104164&action=edit Bug 25341: Remove whitespace from barcode in add_items.pl TEST PLAN: 1. Go to course reserves and trying adding a course with a barcode that has some leading/trailing whitespace. 2. It doesnt work 3. Apply patch and restart_all 4. Try again with leading/trailing whitespace, it should work. 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 2 03:15:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:15:33 +0000 Subject: [Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #3 from Katrin Fischer --- The same as used in other spots - one line change. Taking liberty to pass this one directly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:15:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:15:41 +0000 Subject: [Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 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 2 03:49:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:49:41 +0000 Subject: [Koha-bugs] [Bug 15668] Add column configuration to the items table in staff detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15668 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 2 03:49:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:49:45 +0000 Subject: [Koha-bugs] [Bug 15668] Add column configuration to the items table in staff detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15668 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101816|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer --- Created attachment 104165 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104165&action=edit Bug 15668: Add column configuration to the items table in staff detail pages To test: 1 - Apply patches 2 - View biblio details in staff client 3 - Should be able to toggle columns 4 - Go to admin columns settings 5 - Change some settings, verify they work 6 - Enable SeparateHoldings 7 - Go to a record that has holdings from 2 different branches 8 - Change some settings, verify they work. 9 - Check the Other Holdings Tabs, change some settings make sure they work. 10. - Test all the dataTable functions like the search box, columns, export. make sure they on both tabs Signed-off-by: Sally 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 2 03:49:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:49:50 +0000 Subject: [Koha-bugs] [Bug 15668] Add column configuration to the items table in staff detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15668 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101817|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer --- Created attachment 104166 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104166&action=edit Bug 15668: (follow up) add selector to th follow up add a selector to the to ensure we count the table in questions. Should not affect other pages but is needed on detail.tt where there are two tables to configure Signed-off-by: Sally 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 2 03:49:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:49:54 +0000 Subject: [Koha-bugs] [Bug 15668] Add column configuration to the items table in staff detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15668 --- Comment #18 from Katrin Fischer --- Created attachment 104167 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104167&action=edit Bug 15668: (QA follow-up) Fix capitalization Course Reserves -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:49:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:49:59 +0000 Subject: [Koha-bugs] [Bug 15668] Add column configuration to the items table in staff detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15668 --- Comment #19 from Katrin Fischer --- Created attachment 104168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104168&action=edit Bug 15668: (QA follow-up) Add date accessioned to column configuration The date accessioned column in the items table was not configurable in the columns settings. To test: - Make sure the Date accessioned is shown in the column list on both tables - Make sure that configuring it via Adminitration > Configure columns works as intended -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:57:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:57:05 +0000 Subject: [Koha-bugs] [Bug 24995] Add issuedate to table_account_fines and finest in Accounting tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24995 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 2 03:57:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:57:09 +0000 Subject: [Koha-bugs] [Bug 24995] Add issuedate to table_account_fines and finest in Accounting tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24995 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102389|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 104169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104169&action=edit Bug 24995: Add issuedate to table_account_fines and finest TO TEST: 1. Have a patron with some fines on an item. Try accruing fines. 2. Go to the accounting tab and look at both the Tranaction tab and Make a payment Tab 3. No Issue Date 4. Apply patch 5. Check those tabs again and see the issue date displays. 6. Go to column configuration and try to hide the issuedate, make sure it hides properly. Try this for both tables. Also make sure other columns hide properly. 7. Sign off! Signed-off-by: Andrew Fuerste-Henry 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 2 03:58:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:58:10 +0000 Subject: [Koha-bugs] [Bug 24995] Add issuedate to table_account_fines and finest in Accounting tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24995 --- Comment #5 from Katrin Fischer --- This follows exactly the pattern of due date and return date - so PQA. But looking at this I wonder if those columns all sort correctly to dateformat? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 03:59:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 01:59:02 +0000 Subject: [Koha-bugs] [Bug 24740] Use biblio title if available rather than biblio number in OPAC search result cover images tooltips In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24740 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|use biblio title if |Use biblio title if |available rather than |available rather than |biblio number in OPAC |biblio number in OPAC |search result cover images |search result cover images |tooltips |tooltips -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:03:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:03:31 +0000 Subject: [Koha-bugs] [Bug 24740] Use biblio title if available rather than biblio number in OPAC search result cover images tooltips In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24740 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 2 04:03:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:03:35 +0000 Subject: [Koha-bugs] [Bug 24740] Use biblio title if available rather than biblio number in OPAC search result cover images tooltips In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24740 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102187|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 104170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104170&action=edit Bug 24740: Use biblio title rather than biblio number in OPAC search result cover images tooltips In OPAC biblionum doesn't mean much to patrons, use biblio title field if not empty. Test plan: OPAC search 1) Apply the patch 2) For each cover images providers available to tester in: /cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=Cover OPACLocalCoverImages, AdlibrisEnabled, OPACAmazonCoverImages, GoogleJackets, Coce provider. 3) Enable the provider. 4) Search a Library Catalog for a book with a cover image. 6) test mouse over cover image display biblio title. OPAC Shelves 1) Enable OPAC virtualshelves preference 2) Create a list. 3) For each covers providers available. 4) Search the List 5) test mouse over cover image display biblio title. Signed-off-by: Stina Hallin 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 2 04:21:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:21:31 +0000 Subject: [Koha-bugs] [Bug 15985] Include checkout library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA Summary|Include transacting library |Include checkout library in |in fines |fines --- Comment #44 from Katrin Fischer --- 1) It looks like we are still stuck with this one: FAIL Koha/Old/Checkout.pm FAIL valid Inconsistent hierarchy during C3 merge of class 'Koha::Old::Checkout': current merge results [ Koha::Old::Checkout, ] merging failed on 'Koha::Checkout' I have to admit, I am not sure what it means - is there a chance we could resolve or at least explain it? 2) =head3 claim_returned This seems unrelated to the patch - could it have slipped in? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:25:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:25:51 +0000 Subject: [Koha-bugs] [Bug 24995] Add issuedate to table_account_fines and finest in Accounting tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24995 --- Comment #6 from Katrin Fischer --- Actually this chould be Checkout date... I'll provide a follow up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:26:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:26:09 +0000 Subject: [Koha-bugs] [Bug 15985] Include checkout library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 --- Comment #45 from Katrin Fischer --- 3) The column seems to be missing from column configuration (no change to .yml and I can't spot it. 4) I'd like to see it moved before the issue date added by bug 24995. At the moment it's between Account type and description and I feel like we should keep those together at the beginning of the table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:29:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:29:53 +0000 Subject: [Koha-bugs] [Bug 24995] Add issuedate to table_account_fines and finest in Accounting tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24995 --- Comment #7 from Katrin Fischer --- Created attachment 104171 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104171&action=edit Bug 24995: (QA follow-up) Terminology: Use checkin and checkout ... instead of issue and return. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:30:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:30:53 +0000 Subject: [Koha-bugs] [Bug 23695] Items holdingbranch should be set to the originating library when generating a manual transfer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23695 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:37:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:37:50 +0000 Subject: [Koha-bugs] [Bug 23695] Items holdingbranch should be set to the originating library when generating a manual transfer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23695 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #12 from Katrin Fischer --- Hi Nick, I've switched this to be a bug, as bug 23129 was also considered one. Sadly it does on longer apply, can you please rebase? Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 23695: Set holding branch to transferring branch when manually initiating a transfer Applying: Bug 23695: Alter transferbook to take a hash of params and specify from_branch error: sha1 information is lacking or useless (circ/branchtransfers.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 Sat May 2 04:38:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:38:38 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 David Nind 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 2 04:38:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:38:41 +0000 Subject: [Koha-bugs] [Bug 25344] Add support for circulation status 10 ( item in transit ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104127|0 |1 is obsolete| | --- Comment #3 from David Nind --- Created attachment 104172 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104172&action=edit Bug 25344: Add support for circulation status 10 ( item in transit ) We should support the SIP2 "circulation status" value 10, "in transit between library locations" Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Transaction.t Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:47:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:47:01 +0000 Subject: [Koha-bugs] [Bug 25347] Add support for circulation status 11 ( claimed returned ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 David Nind 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 Sat May 2 04:47:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:47:05 +0000 Subject: [Koha-bugs] [Bug 25347] Add support for circulation status 11 ( claimed returned ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104126|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 104173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104173&action=edit Bug 25347: Add support for circulation status 11 ( claimed returned ) Now that we have return claims in Koha, we should support the SIP2 "circulation status" value 11, "claimed returned". Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Transaction.t Signed-off-by: David Nind -- You are receiving 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 2 04:52:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:52:31 +0000 Subject: [Koha-bugs] [Bug 16486] Display the TIME a fine was collected/written off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486 --- Comment #47 from Katrin Fischer --- Comment on attachment 103938 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103938 Bug 16486: Display the timestamp when an accountline is updated Review of attachment 103938: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16486&attachment=103938) ----------------------------------------------------------------- Some first notes here: 1) Database updates $dbh->do(q{DELETE FROM letter WHERE code = 'ACCOUNT_DEBIT'}); This means we'd be destroying any customized templates the libraries have created themselves and also will force them back to English if they have translated them. I think we should remove these and leave the templates for existing installations as they are. We could add a sample template including the new information to the notices sample page on the wiki maybe 2) Needs a little rebase - es-ES is now using the .yml files to create translations. 3) Cash register changes work well, but the column should also be added to the CSV export to make them match. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:52:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:52:54 +0000 Subject: [Koha-bugs] [Bug 25348] Add support for circulation status 12 ( lost ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 David Nind 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 2 04:52:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:52:58 +0000 Subject: [Koha-bugs] [Bug 25348] Add support for circulation status 12 ( lost ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104125|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 104174 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104174&action=edit Bug 25348: Add support for circulation status 12 ( lost ) We should support the SIP2 "circulation status" value 12, "lost". Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Transaction.t Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 04:53:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 02:53:30 +0000 Subject: [Koha-bugs] [Bug 16486] Display the TIME a fine was collected/written off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486 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 2 05:12:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 03:12:21 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 --- Comment #48 from Katrin Fischer --- 1) 2 small issues in the QA script: FAIL Koha/Acquisition/Order/Claim.pm OK critic FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 16) alid FAIL Koha/Acquisition/Order/Claims.pm OK critic FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 16) 2) Database documentation Can you please add notes to the entry in kohastructure.sql? I am still testing, but will need to create some more data in my db first. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 08:59:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 06:59:06 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 David Nind 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 2 08:59:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 06:59:10 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104108|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 104175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104175&action=edit Bug 25342: Force ES id as string To test: 1 - Be using ES 2 - Find a unique record by searchign for title or seomthing 3 - Edit the record 4 - Repeat search and confirm you are returned to the details page 5 - Go to Tools->MARC modification templates 6 - Add a template and define an action 7 - Go to Tools->Batch record modification 8 - Select Enter a list of record numbers 9 - Enter the biblionumber of the record you searched for 10 - Use the marc modification template you setup 11 - Complete the modification 12 - Repeat your search 13 - note you get two results, both pointing to same biblionumber 14 - Check the ES index, note that you have two entries, one with the biblionumber, and the other with #.0, e.g.: curl -XGET 'es:9200/koha_kohadev_biblios/data/14.0?pretty' curl -XGET 'es:9200/koha_kohadev_biblios/data/14?pretty' 15 - Apply patch 16 - Delete and rebuild ES index perl misc/search_tools/rebuild_elasticsearch.pl -d -b 17 - Repeat 2-12 18 - No duplication this time Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:05:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:05:30 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99849|0 |1 is obsolete| | --- Comment #54 from Josef Moravec --- Created attachment 104176 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104176&action=edit Bug 22544: Move get_opac_new to Koha namespace Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:05:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:05:35 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99850|0 |1 is obsolete| | --- Comment #55 from Josef Moravec --- Created attachment 104177 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104177&action=edit Bug 22544: Move get_opac_news to Koha namespace Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:05:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:05:39 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99851|0 |1 is obsolete| | --- Comment #56 from Josef Moravec --- Created attachment 104178 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104178&action=edit Bug 22544: Move del_opac_new to Koha namespace Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:05:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:05:43 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99852|0 |1 is obsolete| | --- Comment #57 from Josef Moravec --- Created attachment 104179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104179&action=edit Bug 22544: Move upd_opac_new to Koha namespace Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:05:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:05:48 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99853|0 |1 is obsolete| | --- Comment #58 from Josef Moravec --- Created attachment 104180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104180&action=edit Bug 22544: Move add_opac_item to Koha namespace Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:05:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:05:52 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99854|0 |1 is obsolete| | --- Comment #59 from Josef Moravec --- Created attachment 104181 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104181&action=edit Bug 22544: Move GetNewsToDisplay to Koha namespace Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:05:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:05:56 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99855|0 |1 is obsolete| | --- Comment #60 from Josef Moravec --- Created attachment 104182 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104182&action=edit Bug 22544: Add tests Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:06:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:06:00 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99856|0 |1 is obsolete| | --- Comment #61 from Josef Moravec --- Created attachment 104183 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104183&action=edit Bug 22544: Refactor searching of news items Test plan: 1) Go to tools and define some news 2) Try different parameters, try to edit new items, and delete some 3) Go to all places where news are presented and ensure that there are the right ones shown: opac main page - based on language opac righ column (formerly syspref OpacNavRight) - based on language opac news rss feed circulation slip (not quick slip) intranet main page 4) run tests: prove t/db_dependent/Koha/News.t Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 11:06:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:06:04 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99857|0 |1 is obsolete| | --- Comment #62 from Josef Moravec --- Created attachment 104184 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104184&action=edit Bug 22544: (QA follow-up) Fix spelling 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 Sat May 2 11:06:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 09:06:26 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off --- Comment #63 from Josef Moravec --- Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 12:28:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 10:28:19 +0000 Subject: [Koha-bugs] [Bug 25305] Double UTF-8 encoding on translation files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25305 didier changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103914|0 |1 is obsolete| | --- Comment #12 from didier --- Created attachment 104185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104185&action=edit Bug 25305: Translation process - Open all files specifying the utf8 encoding To test: 1) Create translation files for a new language ( cd misc/translator; ./translate create xx-YY) A new language means one that isn't already in Koha, xx-YY=>something you invent. 2) Verify double encoding egrep "Aix-Marseille|Jean Prunier|periodika|Bokm" misc/translator/po/xx-YY-* check strange strings 3) Apply the patch 4) Create po files again ( cd misc/translator; rm -f po/xx-YY*; ./translate create xx-YY) 5) Verify no more double encoding egrep "Aix-Marseille|Jean Prunier|periodika|Bokm" misc/translator/po/xx-YY-* check normal string Signed-off-by: Bernardo Gonzalez Kriegel Copyied my test plan, can't find more cases, tested using something similar to http://blogs.perl.org/users/chansen/2010/10/coping-with-double-encoded-utf-8.html Signed-off-by: Didier Gautheron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 12:34:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 10:34:07 +0000 Subject: [Koha-bugs] [Bug 25305] Double UTF-8 encoding on translation files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25305 didier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |didier.gautheron at biblibre.c | |om --- Comment #13 from didier --- Also tested with a bogus UTF8 file: iconv --verbose -f UTF8 -t ISO_8859-15 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl > e.tt mv e.tt koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl ( cd misc/translator; rm -f po/xx-YY*; ./translate create xx-YY; echo $?) egrep "Aix-Marseille|Jean Prunier|periodika|Bokm" misc/translator/po/xx-YY-* misc/translator/po/xx-YY-marc-MARC21.po:msgid "Norwegian (Bokmål)" misc/translator/po/xx-YY-marc-NORMARC.po:msgid "Andre typer periodika" misc/translator/po/xx-YY-marc-NORMARC.po:msgid "Artikler (i b\\xF8ker eller periodika)" misc/translator/po/xx-YY-marc-NORMARC.po:msgid "Artikler (i bøker eller periodika)" Of course output is not proper UTF8 but there's no missing lines. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 14:17:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 12:17:07 +0000 Subject: [Koha-bugs] [Bug 22092] When creating a new subscription, biblio.serial is not set if field 942 is missing. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22092 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com Status|Needs Signoff |Patch doesn't apply --- Comment #6 from Bernardo Gonzalez Kriegel --- Sorry, does not apply, please rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 14:26:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 12:26:50 +0000 Subject: [Koha-bugs] [Bug 25352] New: 2 sup permissions of cataloguing missing descriptions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25352 Bug ID: 25352 Summary: 2 sup permissions of cataloguing missing descriptions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major 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 In the permissions list, 2 subpermissions of: Edit catalog (Modify bibliographic/holdings data) (editcatalogue) Are empty and without a description. We should fix this before release -- You are receiving 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 2 14:27:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 12:27:11 +0000 Subject: [Koha-bugs] [Bug 25352] 2 sup permissions of cataloguing missing descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25352 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_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 2 14:36:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 12:36:29 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #49 from Katrin Fischer --- 3) In my testing, the vendor pull down was empty, although there showed orders in my results. Can you please check? I was testing with an order made today, oder 0 days ago, estimated delivery date in the range I searched for (between May 1 and May 6). It should be that when you select a certain vendor in the filters, you can do a 'check all' and claim them all at once (see bug 7930), but can't test atm. 4) You mention a removed branch parameter. I was wondering if there was some kind of permissions thing going on here that would only allow you to claim your own late orders (permission order_manage_all maybe, but more likely the older independentbranches?). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 14:53:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 12:53:09 +0000 Subject: [Koha-bugs] [Bug 24163] Ability to define a CSV profile for late orders export In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24163 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Katrin Fischer --- 1) Typo and rephrase +

For late orders exports you must provide a Template Toolkit syntax that will generate the whole CSV file..

I suggest a sight change here: For exporting late orders you must provide a profile in Template Toolkit syntax to generate the CSV file. Late orders (csv profile) => Late orders (CSV profile) default CSV export for late orders => Default ... 2) Other installers Please add the profile to the other installer sample files as well. 3) Default When you look at the pull down of the split button, it says "Default". Is the default different to the new template in significant ways? Wondering if we need to keep it or could replace it with the CSV profile. (question) 4) Diacritics / encoding I was testing with our sample record: Typical girls? : Author: Howe, Zoë Street. The default is ok, but in the CSV profile export Zoë is broken. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:00:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:00:46 +0000 Subject: [Koha-bugs] [Bug 24162] Late orders improvements - add quantity column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24162 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA Summary|Late orders improvements - |Late orders improvements - |display new columns |add quantity column --- Comment #6 from Katrin Fischer --- 1) QA tools FAIL koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt FAIL filters missing_filter at line 111 ( [% lateorder.quantity %]) 2) Column configuration Quantity also needs to be added to the column configuration files. I'd usually just fix this, but because of the dependencies I'll leave it be for now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:09:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:09:28 +0000 Subject: [Koha-bugs] [Bug 23787] Add AUTO_RENEWALS in sample_notices.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23787 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102869|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 2 15:23:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:23:51 +0000 Subject: [Koha-bugs] [Bug 23787] Add AUTO_RENEWALS in sample_notices.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23787 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #27 from Katrin Fischer --- I wanted to fix this, but I can't get the AUTO_RENEWAL notice to generate :( I was not sure if it was enough to add: ... | $KohaDates as_due_date => 1 %] or if it would also need: [%- USE KohaDates -%] I our sample notices library we have both versions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:26:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:26:14 +0000 Subject: [Koha-bugs] [Bug 24378] Change wording on AUTO_RENEWALS notice in updatedatabase In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24378 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- 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 2 15:28:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:28:48 +0000 Subject: [Koha-bugs] [Bug 23119] MARC21 added title 246, 730 subfield i should display before subfield a In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23119 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|MARC21 added title 246, 730 |MARC21 added title 246, 730 |subfield i displays out of |subfield i should display |order, and should display |before subfield a |before subfield a | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:31:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:31:13 +0000 Subject: [Koha-bugs] [Bug 23119] MARC21 added title 246, 730 subfield i should display before subfield a In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23119 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 2 15:31:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:31:16 +0000 Subject: [Koha-bugs] [Bug 23119] MARC21 added title 246, 730 subfield i should display before subfield a In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23119 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103494|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 104186 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104186&action=edit Bug 23119: MARC21 added title 246, 730 subfield i displays out of order, and should display before subfield a This patch makes the subfield i display before subfield a in the 246 and 730 fields To test: 1) Create a bibliographic record with data in several subfields in tags 246 and 730. 2) See that subfield i displays at the end of the field in the 246 field, and probably not at all in the 730 field. Check in both the OPAC and staff client 3) Apply the patch. 4) Check your bib record again in both clients. Subfield i should now display before subfield a. Signed-off-by: Heather Hernandez 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 2 15:32:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:32:03 +0000 Subject: [Koha-bugs] [Bug 23119] MARC21 added title 246, 730 subfield i should display before subfield a In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23119 --- Comment #11 from Katrin Fischer --- Thx David and Heather, this was bugging me too! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:36:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:36:25 +0000 Subject: [Koha-bugs] [Bug 25107] Remove double passing of $server variable to maybe_add in C4::SIP::Sip::MsgType In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25107 --- Comment #3 from Katrin Fischer --- sub maybe_add { my ($fid, $value, $server) = @_; This all looks correct to me, there are also lots of other calls without the 4th parameter to maybe_add. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:37:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:37:11 +0000 Subject: [Koha-bugs] [Bug 25107] Remove double passing of $server variable to maybe_add in C4::SIP::Sip::MsgType In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25107 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 2 15:37:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:37:14 +0000 Subject: [Koha-bugs] [Bug 25107] Remove double passing of $server variable to maybe_add in C4::SIP::Sip::MsgType In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25107 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103832|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 104187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104187&action=edit Bug 25107: Remove double passing of $server variable to maybe_add in C4::SIP::Sip::MsgType At some point some calls to maybe_add got an extra $server var in their parameter lists. This doubled parameter does nothing and should be removed. Test Plan: No change in behavior should be noted Signed-off-by: Frédéric Demians 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 2 15:43:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:43:01 +0000 Subject: [Koha-bugs] [Bug 21565] SCO checkout confirm should be modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21565 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 2 15:43:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:43:05 +0000 Subject: [Koha-bugs] [Bug 21565] SCO checkout confirm should be modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21565 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103972|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 104188 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104188&action=edit Bug 21565: (follow-up) Make confirmation buttons more detailed This patch updates the confirmation buttons to be more specific about what each one does. My concern was that it wasn't clear that "No" meant "No receipt" and not "Cancel logging out." The patch also updates the modal confirmation code so that the modal body is removed if no message is passed for it. To test, apply the patch and repeat the previous test plan. When you click "Finish" you should have the options "Print receipt and end session" and "End session." 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 2 15:45:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:45:00 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #44 from Katrin Fischer --- This no longer applies - can you please rebase? Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 24159: Move useDaysMode pref to circulation rules Applying: Bug 24159: Throw an exception if days_mode option is not given when needed Applying: Bug 24159: Add UI changes Applying: Bug 24159: Adjust tests Applying: Bug 24159: Add new tests for get_useDaysMode_effective_value Applying: Bug 24159: Set days_mode according to circ rules in 3 other places error: sha1 information is lacking or useless (C4/Circulation.pm). 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 Sat May 2 15:48:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:48:44 +0000 Subject: [Koha-bugs] [Bug 25247] Exporting 'modification log' to a file should not send objects In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25247 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 2 15:48:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:48:48 +0000 Subject: [Koha-bugs] [Bug 25247] Exporting 'modification log' to a file should not send objects In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25247 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103470|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 104189 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104189&action=edit Bug 25247: Only convert data ot objects when displaying on screen To test: 1 - Modify a patron 2 - Circulate some items to the patron 3 - Click 'Modification log' 4 - Verify you see your actions 5 - Under 'Output' select 'To a file' 6 - Save the output to a file 7 - View the file 8 - Not you have references ot objects in stead of patron/item data 9 - Apply patch 10 - Repeat 11 - Note viewing on screen has not changed 12 - Note exporting to file inlcudes borrower/item numbers and not references 13 - Sign off 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 2 15:57:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:57:56 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 --- Comment #50 from Jonathan Druart --- Created attachment 104190 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104190&action=edit Bug 24161: Fix license statements -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:58:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:58:01 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 --- Comment #51 from Jonathan Druart --- Created attachment 104191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104191&action=edit Bug 24161: (follow-up) DB changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:58:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:58:23 +0000 Subject: [Koha-bugs] [Bug 24163] Ability to define a CSV profile for late orders export In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24163 --- Comment #14 from Jonathan Druart --- Created attachment 104192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104192&action=edit Bug 24163: (QA follow-up) Fix wordings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:58:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:58:27 +0000 Subject: [Koha-bugs] [Bug 24163] Ability to define a CSV profile for late orders export In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24163 --- Comment #15 from Jonathan Druart --- Created attachment 104193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104193&action=edit Bug 24163: Add the new CSV profile to other installer files export_format is not populated for other languages apparently... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:58:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:58:31 +0000 Subject: [Koha-bugs] [Bug 24163] Ability to define a CSV profile for late orders export In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24163 --- Comment #16 from Jonathan Druart --- Created attachment 104194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104194&action=edit Bug 24163: Specify the UTF-8 charset in the header To avoid encoding issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:59:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:59:05 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #52 from Jonathan Druart --- (In reply to Katrin Fischer from comment #48) Thanks Katrin for having a look at this! > 1) 2 small issues in the QA script: > > FAIL Koha/Acquisition/Order/Claim.pm > OK critic > FAIL forbidden patterns > forbidden pattern: Incorrect license statement (using postal address), may > be a false positive if the file is coming from outside Koha (bug 24545) > (line 16) > alid > > FAIL Koha/Acquisition/Order/Claims.pm > OK critic > FAIL forbidden patterns > forbidden pattern: Incorrect license statement (using postal address), may > be a false positive if the file is coming from outside Koha (bug 24545) > (line 16) Fixed! > 2) Database documentation > > Can you please add notes to the entry in kohastructure.sql? Done! > I am still testing, but will need to create some more data in my db first. (In reply to Katrin Fischer from comment #49) > 3) In my testing, the vendor pull down was empty, although there showed > orders in my results. Can you please check? I was testing with an order made > today, oder 0 days ago, estimated delivery date in the range I searched for > (between May 1 and May 6). > > It should be that when you select a certain vendor in the filters, you can > do a 'check all' and claim them all at once (see bug 7930), but can't test > atm. Yes, Martin opened bug 25266 for that, it's not directly related to these patches. I had trouble finding out a solution. > 4) You mention a removed branch parameter. I was wondering if there was some > kind of permissions thing going on here that would only allow you to claim > your own late orders (permission order_manage_all maybe, but more likely the > older independentbranches?). The (reverse) path is: GetLateOrders has "branch" as third parameter, which is sent by lateorders.pl and it's expecting to come from the lateorders.tt template. But there is no "branch" parameter in that form. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 15:59:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 13:59:34 +0000 Subject: [Koha-bugs] [Bug 24163] Ability to define a CSV profile for late orders export In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24163 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #17 from Jonathan Druart --- (In reply to Katrin Fischer from comment #13) > 1) Typo and rephrase > > +

For late orders exports you must provide a Template > Toolkit syntax that will generate the whole CSV file..

> > I suggest a sight change here: > For exporting late orders you must provide a profile in Template Toolkit > syntax to generate the CSV file. > > Late orders (csv profile) => Late orders (CSV profile) > default CSV export for late orders => Default ... Fixed! > 2) Other installers > > Please add the profile to the other installer sample files as well. Done! > 3) Default > > When you look at the pull down of the split button, it says "Default". Is > the default different to the new template in significant ways? Wondering if > we need to keep it or could replace it with the CSV profile. (question) Yes it's different, the "Default" has: ORDER DATE;ESTIMATED DELIVERY DATE;VENDOR;INFORMATION;TOTAL COST;BASKET;CLAIMS COUNT;CLAIMED DATE;INTERNAL NOTE;VENDOR NOTE;ISBN And has an additional line at the bottom: ;;"Total orders in late";1 When the new one has: Title,Author,Publication year,ISBN,Quantity,Number of claims I thought it was better to keep the default one (for those who use it), but we can remove it if needed. > 4) Diacritics / encoding > > I was testing with our sample record: Typical girls? : > Author: Howe, Zoë Street. > > The default is ok, but in the CSV profile export Zoë is broken. Good catch, fixed! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:02:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:02:52 +0000 Subject: [Koha-bugs] [Bug 24162] Late orders improvements - add quantity column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24162 --- Comment #7 from Jonathan Druart --- Created attachment 104195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104195&action=edit Bug 24162: Add missing filter -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:02:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:02:56 +0000 Subject: [Koha-bugs] [Bug 24162] Late orders improvements - add quantity column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24162 --- Comment #8 from Jonathan Druart --- Created attachment 104196 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104196&action=edit Bug 24162: Add quantity column to the columns settings config -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:03:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:03:11 +0000 Subject: [Koha-bugs] [Bug 24162] Late orders improvements - add quantity column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24162 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #9 from Jonathan Druart --- (In reply to Katrin Fischer from comment #6) > 1) QA tools > > FAIL koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt > FAIL filters > missing_filter at line 111 ( [% lateorder.quantity %]) > > 2) Column configuration > > Quantity also needs to be added to the column configuration files. > > I'd usually just fix this, but because of the dependencies I'll leave it be > for now. Oops, fixed! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:07:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:07:31 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 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 Sat May 2 16:07:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:07:35 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102560|0 |1 is obsolete| | Attachment #102561|0 |1 is obsolete| | Attachment #102562|0 |1 is obsolete| | Attachment #102563|0 |1 is obsolete| | --- Comment #45 from Jonathan Druart --- Created attachment 104197 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104197&action=edit Bug 24159: Set days_mode according to circ rules in 3 other places There are 3 other occurrences where the new circ rule can be used: * C4::Circulation::checkHighHolds * Koha::Hold->set_waiting * misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl Test plan: * checkHighHolds Enable decreaseLoanHighHolds and fill decreaseLoanHighHoldsDuration Setup things to hit a "high demand" alert with a shortened due date Check an item out => The due date must be recalculated depending on the circ rule useDaysMode. * set_waiting Set ExcludeHolidaysFromMaxPickUpDelay to "1" (note that there is currently a bug in the description of the syspref, see bug 22381 comment 19) Mark a hold waiting The expiration date should have been set depending on the value of the circ rule. * TalkingTech cronjob Cannot test this -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:07:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:07:39 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 --- Comment #46 from Jonathan Druart --- Created attachment 104198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104198&action=edit Bug 24159: Use days_mode circ rule to calculate the dropbox date Calculate the drop box date depending on the circ rule. Note that only the branchcode is taken into account here. Is that correct? Test plan: Use the drop box date feature and confirm that it takes into account the calendar, depending on the circ rule. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:07:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:07:43 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 --- Comment #47 from Jonathan Druart --- Created attachment 104199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104199&action=edit Bug 24159: Fix one occurrence in updatedatabase.pl Here we just want to get the value from the syspref, the circ rule does not exist yet. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:07:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:07:47 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 --- Comment #48 from Jonathan Druart --- Created attachment 104200 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104200&action=edit Bug 24159: Fix shift in the header -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:13:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:13:45 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104197|0 |1 is obsolete| | --- Comment #49 from Jonathan Druart --- Created attachment 104201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104201&action=edit Bug 24159: Set days_mode according to circ rules in 3 other places There are 3 other occurrences where the new circ rule can be used: * C4::Circulation::checkHighHolds * Koha::Hold->set_waiting * misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl Test plan: * checkHighHolds Enable decreaseLoanHighHolds and fill decreaseLoanHighHoldsDuration Setup things to hit a "high demand" alert with a shortened due date Check an item out => The due date must be recalculated depending on the circ rule useDaysMode. * set_waiting Set ExcludeHolidaysFromMaxPickUpDelay to "1" (note that there is currently a bug in the description of the syspref, see bug 22381 comment 19) Mark a hold waiting The expiration date should have been set depending on the value of the circ rule. * TalkingTech cronjob Cannot test this Signed-off-by: Simon Perry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:13:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:13:50 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104198|0 |1 is obsolete| | --- Comment #50 from Jonathan Druart --- Created attachment 104202 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104202&action=edit Bug 24159: Use days_mode circ rule to calculate the dropbox date Calculate the drop box date depending on the circ rule. Note that only the branchcode is taken into account here. Is that correct? Test plan: Use the drop box date feature and confirm that it takes into account the calendar, depending on the circ rule. Signed-off-by: Simon Perry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:13:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:13:54 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104199|0 |1 is obsolete| | --- Comment #51 from Jonathan Druart --- Created attachment 104203 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104203&action=edit Bug 24159: Fix one occurrence in updatedatabase.pl Here we just want to get the value from the syspref, the circ rule does not exist yet. Signed-off-by: Simon Perry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:13:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:13:59 +0000 Subject: [Koha-bugs] [Bug 24159] Short loan collection issues on a day marked as closed (move useDaysMode to circ rules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104200|0 |1 is obsolete| | --- Comment #52 from Jonathan Druart --- Created attachment 104204 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104204&action=edit Bug 24159: Fix shift in the header Signed-off-by: Simon Perry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:18:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:18:22 +0000 Subject: [Koha-bugs] [Bug 25350] Load Emoji picker assets more efficiently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 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 Sat May 2 16:18:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:18:25 +0000 Subject: [Koha-bugs] [Bug 25350] Load Emoji picker assets more efficiently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350 --- Comment #2 from Owen Leonard --- Created attachment 104205 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104205&action=edit Bug 25350: Load Emoji picker assets more efficiently This patch moves the Emoji picker JS assets out of opac-bottom.inc and into opac-detail.tt. This prevents the assets from being loaded on every page of the OPAC when they're only used on opac-detail. The patch also combines and minifies the 4 JavaScript files used by the feature. opac-detail.tt now loads only the one file. To test, apply the patch and make sure the TagsEnabled and TagsInputOnDetail preferences are enabled. - Log in to the OPAC and view the detail page for a bibliographic record. - Click the "Add tag(s)" link - Verify that the emoji-picker works for adding emojis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:28:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:28:03 +0000 Subject: [Koha-bugs] [Bug 25353] New: Correct eslint errors in additems.js Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353 Bug ID: 25353 Summary: Correct eslint errors in additems.js Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Cataloging Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl, testopia at bugs.koha-community.org Depends on: 15850 Following coding guideline JS8: "Follow guidelines set by ESLint," some errors should be corrected in additems.js Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15850 [Bug 15850] Correct eslint errors in cataloging.js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:28:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:28:03 +0000 Subject: [Koha-bugs] [Bug 15850] Correct eslint errors in cataloging.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15850 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25353 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353 [Bug 25353] Correct eslint errors in additems.js -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:28:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:28:53 +0000 Subject: [Koha-bugs] [Bug 25353] Correct eslint errors in additems.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23833 Depends on|15850 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15850 [Bug 15850] Correct eslint errors in cataloging.js https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23833 [Bug 23833] [Omnibus] JavaScript should conform to coding guidelines recommended by ESLint -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:28:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:28:53 +0000 Subject: [Koha-bugs] [Bug 15850] Correct eslint errors in cataloging.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15850 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|25353 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353 [Bug 25353] Correct eslint errors in additems.js -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Sat May 2 16:28:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 14:28:53 +0000 Subject: [Koha-bugs] [Bug 23833] [Omnibus] JavaScript should conform to coding guidelines recommended by ESLint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23833 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25353 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353 [Bug 25353] Correct eslint errors in additems.js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 17:36:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 15:36:18 +0000 Subject: [Koha-bugs] [Bug 23070] Use Koha::Hold in C4::Reserves::RevertWaitingStatus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070 didier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |didier.gautheron at biblibre.c | |om --- Comment #23 from didier --- (In reply to Victor Grousset/tuxayo from comment #22) > I got an error on the tests, is there any thing else to do before running > them? Look like theres's a bug should be diff --git a/C4/Reserves.pm b/C4/Reserves.pm index 38db7d6e0e..397c33f0bd 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -1994,7 +1994,7 @@ sub RevertWaitingStatus { ## Increment the priority of all other non-waiting ## reserves for this bib record my $holds = Koha::Holds->search({ biblionumber => $hold->biblionumber, priority => { '>' => 0 } }) - ->update({ priority => \'priority + 1', no_triggers => 1 }); + ->update({ priority => \'priority + 1'}, {no_triggers => 1 }); ## Fix up the currently waiting reserve $hold->set( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 18:41:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 16:41:25 +0000 Subject: [Koha-bugs] [Bug 22515] OPACViewOthersSuggestions if set to Show will only show when patron has made a suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22515 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 2 18:41:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 16:41:29 +0000 Subject: [Koha-bugs] [Bug 22515] OPACViewOthersSuggestions if set to Show will only show when patron has made a suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22515 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103799|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 104206 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104206&action=edit Bug 22515: Improve logic determining how to show OPAC suggestions This patch makes changes to the OPAC suggestions view so that the logic around logged in users and the OPACViewOthersSuggestions preference is more specific. To reproduce the bug you should have pending purchase susggestions in your system from more than one patron. 1. Set the OPACViewOthersSuggestions preference to "Show." 2. Log in to the OPAC as a user who has not submitted any suggestions. 3. Follow the link to the purchase suggestions page from the menu under the search bar. 4. The page will say that there are no purchase suggestions. 5. Add "?suggested_by_anyone=1" to the end of the page URL. 6. You should see suggestions from other users. To test, apply the patch and repeat steps 2-3 above. The suggestions page should show other patrons' suggestions. Test with different combinations of factors: - Logged in user, OPACViewOthersSuggestions off - No logged in user, OPACViewOthersSuggestions on - No logged in user, OPACViewOthersSuggestions off Signed-off-by: Lucas Gass 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 2 18:44:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 16:44:38 +0000 Subject: [Koha-bugs] [Bug 25266] Not all vendors are listed in the filters on the late order claims page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25266 --- Comment #3 from Katrin Fischer --- I think the behaviour was: - Show the vendors from the 'results' in the pull down - When filtered on a vendor, show the 'check all' link - Then you could proceed to claim all for that vendor -- You are receiving 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 2 18:55:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 16:55:32 +0000 Subject: [Koha-bugs] [Bug 25266] Not all vendors are listed in the filters on the late order claims page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25266 --- Comment #4 from Katrin Fischer --- It appears to work in 18.11 -- You are receiving 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 2 19:25:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:15 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium 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 2 19:25:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:21 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103588|0 |1 is obsolete| | --- Comment #53 from Katrin Fischer --- Created attachment 104207 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104207&action=edit Bug 24161: DB changes Sponsored-by: Cork Institute of Technology Signed-off-by: Angela O'Connor Desmond 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 2 19:25:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:27 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103589|0 |1 is obsolete| | --- Comment #54 from Katrin Fischer --- Created attachment 104208 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104208&action=edit Bug 24161: DBIC changes Sponsored-by: Cork Institute of Technology Signed-off-by: Angela O'Connor Desmond 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 2 19:25:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:33 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103590|0 |1 is obsolete| | --- Comment #55 from Katrin Fischer --- Created attachment 104209 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104209&action=edit Bug 24161: Add the Koha::Acquisition::Order::Claim[s] classes Sponsored-by: Cork Institute of Technology Signed-off-by: Angela O'Connor Desmond 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 2 19:25:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:38 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103591|0 |1 is obsolete| | --- Comment #56 from Katrin Fischer --- Created attachment 104210 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104210&action=edit Bug 24161: Keep tracks of late orders claims So far we only record the number of claims and the date of the last claim, in the aqorders table. To keep track of the different claim dates, this patchset is going to make the following DB changes: * Create a new table 'aqorders_claims' (id, ordernumber, claimed_on) * Remove the two columns from the aqorders table: claims_count and claimed_date This will allow to display the different claim dates where needed: on the late orders page, and the basket page. To avoid additional fetches of Koha::Acquisition::Orders, GetLateOrders has been moved to Koha::Acquisition::Orders->filter_by_late That way we are going to add consistency, robustness, and cover the feature with new tests. Test plan: 0/ Create a bunch of new orders. Make sure they are from different vendor (with different delivery time). 1/ Go to the late orders page and claim some orders 2/ Reclaim some of those orders 3/ Confirm that you can see the different claim dates for a given orders (the history of the late orders claims is kept and displayed) 4/ Bonus point: Regression tests: a. Modify the closedate of the basket in the database. That will allow you to make sure the patch set did not introduce regressions. It would be good to test the different filters on the late orders page: * delay * Estimated delivery date from/to * Vendor b. Confirm that the subtotal and the total values from the late orders page is correct. c. Test the update database entry: do not apply these patches, claims some orders against master. Apply the patch, execute the update DB entry then confirm that the number of claims is correct (note that the dates will not as it is not possible to guess them). QA note: the branchcode parameter has been removed from filter_by_late. At first glance it seems that it was not used. Sponsored-by: Cork Institute of Technology Signed-off-by: Angela O'Connor Desmond 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 2 19:25:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:44 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103592|0 |1 is obsolete| | --- Comment #57 from Katrin Fischer --- Created attachment 104211 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104211&action=edit Bug 24161: Remove GetLateOrders Sponsored-by: Cork Institute of Technology Signed-off-by: Angela O'Connor Desmond 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 2 19:25:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:49 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103593|0 |1 is obsolete| | --- Comment #58 from Katrin Fischer --- Created attachment 104212 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104212&action=edit Bug 24161: Add tests Sponsored-by: Cork Institute of Technology Signed-off-by: Angela O'Connor Desmond 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 2 19:25:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:54 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103594|0 |1 is obsolete| | --- Comment #59 from Katrin Fischer --- Created attachment 104213 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104213&action=edit Bug 24161: DBIC manual changes No idea what's happening with the current_timestamp, but previous change was wrong. Signed-off-by: Angela O'Connor Desmond 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 2 19:25:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:25:59 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103595|0 |1 is obsolete| | --- Comment #60 from Katrin Fischer --- Created attachment 104214 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104214&action=edit Bug 24161: Display claimed dates vertically Signed-off-by: Angela O'Connor Desmond 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 2 19:26:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:26:04 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104190|0 |1 is obsolete| | --- Comment #61 from Katrin Fischer --- Created attachment 104215 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104215&action=edit Bug 24161: Fix license statements 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 2 19:26:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:26:09 +0000 Subject: [Koha-bugs] [Bug 24161] Late orders improvements - keeping track of claims In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104191|0 |1 is obsolete| | --- Comment #62 from Katrin Fischer --- Created attachment 104216 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104216&action=edit Bug 24161: (follow-up) DB changes Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 2 19:44:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 02 May 2020 17:44:27 +0000 Subject: [Koha-bugs] [Bug 25252] Add script to export bib data to CollectionHQ In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25252 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 3 03:11:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 03 May 2020 01:11:27 +0000 Subject: [Koha-bugs] [Bug 19623] Move template JavaScript to the footer: Cataloging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25354 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 3 03:11:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 03 May 2020 01:11:27 +0000 Subject: [Koha-bugs] [Bug 25354] New: Clean up JavaScript markup in cataloging plugin scripts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25354 Bug ID: 25354 Summary: Clean up JavaScript markup in cataloging plugin scripts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org I have an idea for how to move JavaScript in additem.tt and addbiblio.tt to the footer, but the JavaScript generated by the plugin scripts needs some cleanup before that can happen. Specifically, single line JS comments (// ... ) will break the script if whitespace in the script is collapsed. These will be changed to multi-line comments (/* ... */). While I'm making changes I'll be removing the

[=] MH.REGA [=]

FRIENDS CYBER MUSLIM

Anonymous: ? Click
FRIENDS
Mh.Rega - Mr.Crot - Mr.kepo - Mr.B|_|CIN - Rizki Supriatna - Mrs.Naa - TU4N.SP0NGEB0B - Mr.Paint - MR.$3P0N9#013 - MR.51MB4H - Tn.Infinity - MR.51MB4H - P1K4Chan - Amena Gans - cukep - KEENAN ABIEL |FCM| - LzFox - MKRS -chiefryra - Mr.ars17 - TUAN•DesTroY[FCM] -

-- You are receiving 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 6 20:21:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:21:26 +0000 Subject: [Koha-bugs] [Bug 23898] New data to share on HEA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898 --- Comment #2 from Victor Grousset/tuxayo --- Similar sysprefs to consider also. Maybe in a followup bug. AmazonAssocTag IntranetCirculationHomeHTML IntranetFavicon IntranetmainUserblock IntranetNav IntranetReportsHomeHTML IntranetSlipPrinterJS intranetstylesheet OpacCustomSearch OPACHoldsIfAvailableAtPickupExceptions OpacLoginInstructions OpacMainUserBlock OpacMoreSearches OPACResultsSidebar OPACSearchForTitleIn ProcessingFeeNote RestrictedPageContent RoutingListNote SpineLabelFormat XSLTDetailsDisplay -- You are receiving 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 6 20:24:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:24:05 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 --- Comment #10 from Victor Grousset/tuxayo --- Should the first patch be manually tested again? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:27:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:27:47 +0000 Subject: [Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate 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 Wed May 6 20:30:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:30:17 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 --- Comment #11 from Victor Grousset/tuxayo --- Wait, it's all automated tests now. I got also confused that the implementation changed from the one on comment 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:38:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:38:23 +0000 Subject: [Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103185|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize --- Created attachment 104449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104449&action=edit Bug 25184: Items with a negative notforloan status should not be captured for holds Negative notforloan statuses should allow holds to be placed but not captured. Due to coronavirus, we have libraries setting all returned materials to a negative notforloan value of Quarantine for several days. They're using UpdateNotForLoanStatusOnCheckin to set that status automatically. However, those items are still capturing for holds, even though those items cannot be checked out until the notforloan status is removed. In cases like an On Order item where we do want the hold to fill at checkin, UpdateNotForLoanStatusOnCheckin should be used to clear that notforloan status so the hold can fill. In master, if I set an item to a not for loan but holdable status ( < 0 ) I can place the hold, capture the hold and set it to waiting, but *not* check it out to the patron! This does not make sense. I should not be able to trap an item for checkout unless it can be checked out. Test Plan: 1) Set an item's notforloan value to -1 2) Place a hold on that item 3) Check in the item 4) Trap the item for that hold 5) Attempt to check the item out to the patron, you will be unable to because it is notforloan 6) Apply this patch 7) Restart all the things! 8) Repeat steps 1-3 9) The screen should no longer ask if the item should be trapped to fill the hold! Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Catherine Ingram 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 6 20:38:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:38:26 +0000 Subject: [Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103397|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize --- Created attachment 104450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104450&action=edit Bug 25184: Add syspref It's entirely possible that some libraries are relying on the current before for part of their workflow. Do to this possibility, it seems like a good idea to control this behavior via a system preference. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Set TrapHoldsOnOrder to "don't trap" 4) Set an item's notforloan value to -1 5) Place a hold on that item 6) Check in the item 7) Note the item is not trapped for hold 9) Set TrapHoldsOnOrder to "trap" 10) Check in the item 11) Koha should now ask if you'd like to trap the item for the hold! 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 6 20:38:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:38:53 +0000 Subject: [Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #10 from Martin Renvoize --- Works well, passes QA scripts and has unit tests.. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:40:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:40:43 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #18 from Victor Grousset/tuxayo --- @Paul: What was the humorous movement/committee/proposal (I don't remember the nature) of yours that you invented years ago about reducing the number of sysprefs? Because I'm sign up! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:41:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:41:04 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #19 from Victor Grousset/tuxayo --- *signing up -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:41:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:41:22 +0000 Subject: [Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #3 from Martin Renvoize --- sha1 error is because the dependency listed isn't actually a dependency but rather an alternative. I've PQA's the other one, though I like this as a future followup perhaps to enhance the feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:44:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:44:43 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104376|0 |1 is obsolete| | --- Comment #12 from Victor Grousset/tuxayo --- Created attachment 104451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104451&action=edit Bug 25325: Test ES lack of staff_client/opac fields Run this test to see that export_elasticsearch_mappings.pl doesn't export staff_client/opac fields. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:44:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:44:47 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104377|0 |1 is obsolete| | --- Comment #13 from Victor Grousset/tuxayo --- Created attachment 104452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104452&action=edit Bug 25325: ElasticSearch mapping export lacks staff_client/opac fields Run test: prove t/db_dependent/Koha/SearchEngine/Elasticsearch/ExportConfig.t Or: Run export_elasticsearch_mappings.pl script. See that opac/staff_client fields are exorted. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:46:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:46:09 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Victor Grousset/tuxayo 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 6 20:50:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:50:10 +0000 Subject: [Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232 --- Comment #4 from Andrew Fuerste-Henry --- If 25184 is moving forward and solving the immediate need, then I'd like to see this get tweaked a little to allow more than one not for loan value to be entered into SkipHoldTrapOnNotForLoanValue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:51:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:51:50 +0000 Subject: [Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwsdonna at gmail.com, | |kelly at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:56:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:56:15 +0000 Subject: [Koha-bugs] [Bug 25399] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25399 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|ih.html |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 Wed May 6 20:56:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:56:24 +0000 Subject: [Koha-bugs] [Bug 25399] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25399 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104448|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 Wed May 6 20:57:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:57:13 +0000 Subject: [Koha-bugs] [Bug 25391] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|3 |SPAM -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:57:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:57:24 +0000 Subject: [Koha-bugs] [Bug 25391] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104439|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 6 20:57:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:57:33 +0000 Subject: [Koha-bugs] [Bug 25391] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104440|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 6 20:57:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:57:48 +0000 Subject: [Koha-bugs] [Bug 25391] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|BLOCKED |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:58:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:58:12 +0000 Subject: [Koha-bugs] [Bug 25396] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25396 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bug is file |SPAM -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:58:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:58:21 +0000 Subject: [Koha-bugs] [Bug 25396] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25396 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104445|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 Wed May 6 20:58:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:58:35 +0000 Subject: [Koha-bugs] [Bug 25396] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25396 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:59:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:59:17 +0000 Subject: [Koha-bugs] [Bug 25397] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25397 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|Ueu |SPAM Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 6 20:59:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 18:59:26 +0000 Subject: [Koha-bugs] [Bug 25397] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25397 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104446|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 Wed May 6 21:00:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 19:00:36 +0000 Subject: [Koha-bugs] [Bug 25398] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25398 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|Apaa sihh gk jelas |SPAM -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 6 21:00:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 19:00:45 +0000 Subject: [Koha-bugs] [Bug 25398] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25398 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104447|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 Wed May 6 21:16:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 19:16:57 +0000 Subject: [Koha-bugs] [Bug 19325] Enable padding of printed barcodes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19325 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 21:31:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 19:31:15 +0000 Subject: [Koha-bugs] [Bug 24223] Convert OpacNav system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24223 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104364|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 104453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104453&action=edit Bug 24223: Convert OpacNav system preference to news block This patch builds on Bug 22318 to move the OpacNav system preference into the Koha news system, making it possible to have language- and library-specific content. To test you should have some content in the OpacNav system preference. To make testing easier it's also a good idea to have content in the OpacNavBottom preference. - Apply the patch and run the database update process. - In the staff client, go to Tools -> News and verify that the content from OpacMainUserBlock is now stored in news items. There should be one entry for each of the enabled translations in your system, for instance 'OpacNav_en', 'OpacNav_fr-FR', 'OpacNav_cs-CZ' - Confirm that the previous contents of OpacNav were added correctly. - Go to Administration -> System preferences -> OPAC and verify that the OpacNav preference has been removed. - Update and reinstall active translations (for instance fr-FR): - cd misc/translator/ - perl translate update fr-FR - perl translate install fr-FR - View the OPAC and confirm that the contents of the OpacNav system preference displays in the left-hand sidebar. - Test as many pages as possible to confirm that wherever the OpacNavBottom content is displayed, OpacNav is also displayed. - Test also using the updated translation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:11:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:11:06 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104245|0 |1 is obsolete| | --- Comment #4 from David Roberts --- Created attachment 104454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104454&action=edit Bug 25364: Add "Other" to the gender options in a patron record This patch adds "Other" as an option, and also changes the wording of "None specified" slightly. To test: 1) Apply the patch 2) Check that there is an "Other" radio button in the patron record, and that the wording of "None specified" has changed to "None specified / Prefer not to say". 3) Check that you can save changes to the gender of this patron record, both on create and modify. 4) Check that these changes also work in the Opac Self-Registration functionality. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:12:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:12:21 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #5 from David Roberts --- (In reply to Sally from comment #3) > Hi David, > > +1 on the idea. > > Creating a new patron and editing an existing patron in the OPAC both work > correctly, but I get a fault in the Staff Client. > > To replicate: > > Create or edit a patron account and set their Gender to: 'Other' > Check the Details tab - it correctly says: Gender: Other > Edit the patron > The selection has automatically switched to the radio button for 'None > specified / Prefer not to say' rather than staying in 'Other' Thanks Sally, that was a good catch. Please could you have another go now? Fingers crossed it will work OK this time! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:16:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:16:00 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |david.roberts at ptfs-europe.c |ity.org |om CC| |david.roberts at ptfs-europe.c | |om -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:18:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:18:12 +0000 Subject: [Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #4 from David Nind --- (In reply to Caroline Cyr La Rose from comment #3) > I hope I did this right. I seldom do patches and forget the process in > between each time... Looks like you remembered the process, as it works! 8-) However, the script name now shows in the system preference as 'merge_authority.pl', rather than 'merge_authorities.pl' 8-( The test plan is correct though. If you could fix that up, I'll sign it off. David -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:18:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:18:50 +0000 Subject: [Koha-bugs] [Bug 25400] New: Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 Bug ID: 25400 Summary: Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" Change sponsored?: --- Product: Koha Version: 19.05 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: joe at flo.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com To recreate this issue: 1. Create a rule in the main Circulation and Fines Rules table and provide a value for Current checkouts allowed such as 10. 2. Use the clone option to clone the rule you created to another library's table. 3. View the clone's table. 4. You should see that in the Current checkouts allowed column in the clone library that the value is now Unlimited. Cloning should copy all of the values from one library to another. See attached screenshots for an example. -- You are receiving 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 6 22:19:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:19:38 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 --- Comment #1 from Joe Sikowitz --- Created attachment 104455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104455&action=edit Example of original circ rules -- You are receiving 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 6 22:20:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:20:18 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 --- Comment #2 from Joe Sikowitz --- Created attachment 104456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104456&action=edit Examples of cloned circ rules -- You are receiving 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 6 22:20:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:20:30 +0000 Subject: [Koha-bugs] [Bug 25401] New: Backup/Restore Functions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25401 Bug ID: 25401 Summary: Backup/Restore Functions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com I would love to see backup and restore exports/imports for preferences and tables. For example, if I am monkeying with the transport cost matrix, I would like to export it before I play with it, and have the ability to import it if needed. Or if i am working on jQuery, CSS, circulation rules, or any other settings in Koha, it would be great to be able to export on the fly and restore when needed. -- You are receiving 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 6 22:24:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:24:08 +0000 Subject: [Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104444|0 |1 is obsolete| | --- Comment #5 from Caroline Cyr La Rose --- Created attachment 104457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104457&action=edit Bug 25394: Cronjob path in the AuthorityMergeLimit syspref description is wrong Test plan: 1- Apply patch 2- Go to Administration > Global system preferences > Authorities 3- The path to merge_authorities.pl in the AuthorityMergeLimit description should now read misc/cronjobs/merge_authorities.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:25:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:25:01 +0000 Subject: [Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394 --- Comment #6 from Caroline Cyr La Rose --- Hi David! Good thing you have eagle eyes! I have corrected the whole thing again (cronjobs + authorities) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:26:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:26:22 +0000 Subject: [Koha-bugs] [Bug 25402] New: Put OPAC cart download options into dropdown menu Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402 Bug ID: 25402 Summary: Put OPAC cart download options into dropdown menu 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: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org In the staff interface cart the options for downloading have been moved into a menu button. In the OPAC cart the download button still pops up a separate window with download format options. The OPAC cart should be modified to match the staff interface, with an integrated menu button and no pop-up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:26:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:26:22 +0000 Subject: [Koha-bugs] [Bug 9073] Download option from the cart should match the menu button in lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9073 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25402 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:39:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:39:15 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 Joe Sikowitz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104456|Examples of cloned circ |Example of cloned circ description|rules |rules -- You are receiving 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 6 22:43:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:43:12 +0000 Subject: [Koha-bugs] [Bug 25402] Put OPAC cart download options into dropdown menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402 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 Wed May 6 22:44:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:44:01 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #20 from Paul Poulain --- It was FAUSP : "Fighters Against Useless System Preferences" :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:45:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:45:12 +0000 Subject: [Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394 David Nind 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 6 22:45:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:45:15 +0000 Subject: [Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104457|0 |1 is obsolete| | --- Comment #7 from David Nind --- Created attachment 104458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104458&action=edit Bug 25394: Cronjob path in the AuthorityMergeLimit syspref description is wrong Test plan: 1- Apply patch 2- Go to Administration > Global system preferences > Authorities 3- The path to merge_authorities.pl in the AuthorityMergeLimit description should now read misc/cronjobs/merge_authorities.pl Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 22:46:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 20:46:32 +0000 Subject: [Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394 --- Comment #8 from David Nind --- (In reply to Caroline Cyr La Rose from comment #6) > Good thing you have eagle eyes! Only sometimes, today was your lucky day! 8-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 23:06:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:06:18 +0000 Subject: [Koha-bugs] [Bug 23898] New data to share on HEA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898 --- Comment #3 from Katrin Fischer --- (In reply to Victor Grousset/tuxayo from comment #2) > Similar sysprefs to consider also. Maybe in a followup bug. > > AmazonAssocTag > IntranetCirculationHomeHTML > IntranetFavicon > IntranetmainUserblock > IntranetNav > IntranetReportsHomeHTML > IntranetSlipPrinterJS > intranetstylesheet > OpacCustomSearch > OPACHoldsIfAvailableAtPickupExceptions > OpacLoginInstructions > OpacMainUserBlock > OpacMoreSearches > OPACResultsSidebar > OPACSearchForTitleIn > ProcessingFeeNote > RestrictedPageContent > RoutingListNote > SpineLabelFormat > XSLTDetailsDisplay I don't think we will gain much from sharing these if anything at all and they are all likely to include very library specific information. I think we should not share 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 Wed May 6 23:07:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:07:13 +0000 Subject: [Koha-bugs] [Bug 23898] New data to share on HEA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898 --- Comment #4 from Katrin Fischer --- Empty or 'used' might work, but not sure about the information gain and it might scare people of thinking we share the actual content. -- You are receiving 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 6 23:18:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:18:52 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #21 from Katrin Fischer --- > == Pretty sure they should be > No == > Or just share if it's empty/default or custom. > AdlibrisCoversURL > EmailAddressForSuggestions > ILS-DI:AuthorizedIPs > NewItemsDefaultLocation > OpacHiddenItems > OpacHiddenItemsExceptions > ReplyToDefault > RestrictedPageLocalIPs > RestrictedPageTitle > ReturnpathDefault > SelfCheckAllowByIPRanges > UpdateItemLocationOnCheckin I'd go for not sharing whenever in doubt. I think they would not gain us much, but have the potential to make people insecure about sharing when turning up on Hea maybe? > == Maybe false positive, could be yes (share) instead of no == > OverDrivePasswordRequired > OverDriveUsername > NovelistSelectStaffEnabled > NovelistSelectView > OAI-PMH:AutoUpdateSets > OAI-PMH:MaxCount > opaclanguages > OpacLocationOnDetail > OPACResultsLibrary > RESTOAuth2ClientCredentials > SyndeticsAuthorNotes > SyndeticsCoverImages > SyndeticsCoverImageSize > SyndeticsEditions > SyndeticsExcerpt > SyndeticsReviews > SyndeticsSeries > SyndeticsSummary > SyndeticsTOC Everything that turns a feature on/off (boolean) is probably ok. Prefs set up with strings might not be very helpful and more dangerous. opaclanguages would be interesting to see, but would need some extra processing as it's a string of language codes separated by pipe - as a string useless, you'd want to list how often which language is installed. > == We could just share if it's empty/default or custom == > This list will be copied to bug 23898 > AmazonAssocTag > IntranetCirculationHomeHTML > IntranetFavicon > IntranetmainUserblock > IntranetNav > IntranetReportsHomeHTML > IntranetSlipPrinterJS > intranetstylesheet > OpacCustomSearch > OPACHoldsIfAvailableAtPickupExceptions > OpacLoginInstructions > OpacMainUserBlock > OpacMoreSearches > OPACResultsSidebar > OPACSearchForTitleIn > ProcessingFeeNote > RestrictedPageContent > RoutingListNote > SpineLabelFormat > XSLTDetailsDisplay > > > == Not sure, does any know more about these sysprefs? == > Can field lists be an issue? They might just be useless actually. > Or we could just want to know if it's empty/default or custom. > Precedent: NotesBlacklist is currently marked as > No > AuthoritySeparator > BibtexExportAdditionalFields > ExportRemoveFields > ISBD > MarcFieldsToOrder > MarcItemFieldsToOrder > MergeReportFields > OPACISBD > PatronQuickAddFields > RisExportAdditionalFields > StatisticsFields > SubfieldsToAllowForRestrictedBatchmod > SubfieldsToAllowForRestrictedEditing > SubfieldsToUseWhenPrefill > SubscriptionDuplicateDroppedInput > > Similar doubts as previous paragraph: > ItemsDeniedRenewal > LinkerOptions > MARCAuthorityControlField008 > UNIMARCAuthorityField100 > > Are backends lists an issue? Or is it actually very useful? > ILLOpacbackends These are not the installed ones, but what works in OPAC, so maybe not. > Could the directory name be private and thus not sharable? > intranet_includes > > Could some codes be so rare that they are equivalent of sharing the library > name? > MARCOrgCode > > That should be ok right? The MARCOrgCode is the unique identifier of a library - so it IS equivalent to sharing the library name. Official MARCOrgCodes can be looked up easily. > borrowerRelationship > BorrowersTitles > > > == We might want to filter the content of these == > To only get Koha's official fields and not custom DB fields. > They could be ignored now and be in a follow up bug. > Or we could just want to know if it's empty/default or custom. > BorrowerMandatoryField > BorrowerUnwantedField > DefaultPatronSearchFields > UniqueItemFields > > Filter to only have Koha's official statues: > decreaseLoanHighHoldsIgnoreStatuses > > > == prefs with > no == > They could be ignored now and in a follow up bug, we could share if it's > empty/default or custom. > > == Maybe a typo in the list == > ArticleRequestsMandatoryFieldsItemsOnly > ↓ > ArticleRequestsMandatoryFieldsItemOnly > > OpacSuppressionByIPRangeµ > ↓ > OpacSuppressionByIPRange Where is the typo? > == Not in the UI (Administration › System preferences) what does it mean? == > ElasticsearchIndexStatus_authorities > ElasticsearchIndexStatus_biblios > INTRAdidyoumean > OPACdidyoumean These are set up on their own configuration pages, but systempreferences is used for storage. That's why they are not showing in the regular GUI. > OpacMainUserBlock > opacheader Both of those have been moved into News and should no longer be present, where did you spot them as prefs? > printcirculationslips This one has its own bug somewhere I think. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 23:19:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:19:37 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #22 from Katrin Fischer --- Hm, why is seearchengine not turning up in the list, didn't we start the discussion there? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 23:25:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:25:57 +0000 Subject: [Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184 --- Comment #11 from Katrin Fischer --- I got scared for a second here until I realized there is a pref :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 23:26:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:26:09 +0000 Subject: [Koha-bugs] [Bug 25403] New: Suh Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25403 Bug ID: 25403 Summary: Suh 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: qmohammdd at 92178d2.com QA Contact: testopia at bugs.koha-community.org Created attachment 104459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104459&action=edit Mbot Usushs -- You are receiving 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 6 23:30:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:30:10 +0000 Subject: [Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232 --- Comment #5 from Katrin Fischer --- (In reply to Andrew Fuerste-Henry from comment #4) > If 25184 is moving forward and solving the immediate need, then I'd like to > see this get tweaked a little to allow more than one not for loan value to > be entered into SkipHoldTrapOnNotForLoanValue. That makes sense to me - a list of pipe separated maybe? (bug 25184 just passed QA and has its own pref) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 23:46:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:46:33 +0000 Subject: [Koha-bugs] [Bug 25390] Login box is removed from opac-main.tt if Shibboleth or CAS is enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25390 --- Comment #1 from Katrin Fischer --- I think the reasoning was that when you have a lot of different authentication methods activated they would clutter up the right column. Or the user would not find the Shibobleth/CAS options as they asssume they have to enter it there (where the other links don't show). Hope that makes sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 6 23:54:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:54:59 +0000 Subject: [Koha-bugs] [Bug 25395] Enumchron needs to sort numerically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395 --- Comment #1 from Katrin Fischer --- Hi Myka, I think it might even be more complicated. The serials module also uses this fields for issues information, so the patterns can be pretty much anything. Year Month Year Seasonal Year Number Issue Issue Year Alphabetic and numeric parts mixed. I think we'd need quite a clever algorithm here or compromise. Maybe not only sort by the first numerical bit, but by each of them one after the other? -- You are receiving 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 6 23:55:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:55:42 +0000 Subject: [Koha-bugs] [Bug 25395] Enumchron needs to sort numerically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395 --- Comment #2 from Katrin Fischer --- Sorry, missed you had already mentioned serials on first glance! -- You are receiving 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 6 23:58:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 21:58:21 +0000 Subject: [Koha-bugs] [Bug 25288] Make the libraries list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288 --- Comment #8 from Tomás Cohen Arazi --- Created attachment 104461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104461&action=edit Bug 25288: (QA follow-up) Escape data and restore empty list behaviour After the QA round on bug 25279, some things needed to get fixed: - Data needs to be escaped - When no library is defined, we should keep the original behaviour and message. This patch does that. 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 7 00:01:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:01:18 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 --- Comment #3 from Katrin Fischer --- Hi Joe, I think this is a duplicate of the very old bug 4225. Do you agree? -- You are receiving 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 7 00:02:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:02:27 +0000 Subject: [Koha-bugs] [Bug 25403] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25403 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Suh |SPAM Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 7 00:28:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:28:25 +0000 Subject: [Koha-bugs] [Bug 25288] Make the libraries list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104461|0 |1 is obsolete| | --- Comment #9 from Tomás Cohen Arazi --- Created attachment 104462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104462&action=edit Bug 25288: (QA follow-up) Escape data and restore empty list behaviour After the QA round on bug 25279, some things needed to get fixed: - Data needs to be escaped - When no library is defined, we should keep the original behaviour and message. - aria-hidden="true" for FontAwesome coding guideline enforced - Added role="button" as well. This patch does that. 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 7 00:29:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:29:10 +0000 Subject: [Koha-bugs] [Bug 25405] New: Make separation of Shibboleth and Local login clearer in modal Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Bug ID: 25405 Summary: Make separation of Shibboleth and Local login clearer in modal 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 Currently in the OPAC if you have Shibboleth enabled the loginModal is a bit confusing when differentiating between local and shib logins. It would be nice if this was a bit clearer. I'm proposing the idea of using jQuery UI tabs to split them into separate tabs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 00:29:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:29:18 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |lucas 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 7 00:35:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:35:24 +0000 Subject: [Koha-bugs] [Bug 25395] Enumchron needs to sort numerically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395 --- Comment #3 from Myka Kennedy Stephens --- (In reply to Katrin Fischer from comment #2) > Sorry, missed you had already mentioned serials on first glance! It's okay, Katrin! I filed this bug because there are some problems that the solution for bug 13420 did not address. Namely, that enumchron still sorts alphabetically (I'm guessing this is what is happening) when the serial.publisheddate does not exist. Items will only have a value for serial.publisheddate if they have been derived through the serials receiving process. Serial items that are brought over from a migration or added through other manner of acquisition, and also multi-volume sets that extend beyond nine volumes are not going to have a serial.publisheddate value and are not going to sort correctly without extra measures taken in the cataloging process. How we address it in our library's catalog is by adding an extra 0 to the beginning of the volume number so that they sort in the correct order. An item with enumchron=v.09 will appear before an item with enumchron=v.10. This was a lot of work to add these 0's when we migrated to Koha. What will be truly annoying is when a serial makes the shift from volume 99 to volume 100. In such an event, we'd be faced with going back and adding an additional 0 to every item's enumchron for that serial! Yes, I see that a sophisticated algorithm is likely going to be needed. I also thought about the possibility of splitting enumchron into two fields: one for enumeration and one for chronology so that a similar solution that was used for bug 13420 could be tried. The problem with that is that every Koha library would likely be facing a data clean-up project to split the data from the enumchron into the two fields. There's likely no easy answer. Yet, we should not lose sight of 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 Thu May 7 00:37:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:37:12 +0000 Subject: [Koha-bugs] [Bug 25406] New: Mr.Project Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25406 Bug ID: 25406 Summary: Mr.Project Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Packaging Assignee: koha-bugs at lists.koha-community.org Reporter: terserahcukk2 at gmail.com QA Contact: testopia at bugs.koha-community.org CC: mirko at abunchofthings.net Created attachment 104463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104463&action=edit Mr.Project Mr.Project Gans yeahh,sorry🙏 -- You are receiving 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 7 00:38:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:38:07 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 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 Thu May 7 00:38:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:38:10 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 --- Comment #1 from Lucas Gass --- Created attachment 104464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104464&action=edit Bug 25405: Seperate Shib and Local log in for OPAC modal 1. Enable shibboleth in your koha-conf.xml by changng the value of to 1. 2. I also need to add the following: email 3. Look at the loginModal in the OPAC by clicking 'Log in to your account' in the top right corner. 4. Apply patch, restart all, and regenerate CSS. 5. Look at the loginModal again and you should be able to toggle Shibboleth/Local. 6. Make sure it all works. 7. Turn Shibboleth back off and restart all. 8. Make sure everything still works without Shibboleth on. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 00:44:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:44:55 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make separation of |Make separation of |Shibboleth and Local login |Shibboleth and Local login |clearer in modal |clearer in modal login on | |OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 00:46:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:46:00 +0000 Subject: [Koha-bugs] [Bug 25395] Enumchron needs to sort numerically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395 --- Comment #4 from Katrin Fischer --- While this is hard, maybe something could work out something that at least works well in a lot of cases and offer that as an option while we refine it further. I like the idea of a 'sortable' version of the enumchron. We actually have something like that in our union catalog, but on record level. Multi-volume series are catalogued with a separate record for each volume, each linked to a set record. So we mostly see the issue described here for serial items. And we suffer from bug 15161. -- You are receiving 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 7 00:46:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:46:19 +0000 Subject: [Koha-bugs] [Bug 25406] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25406 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|Mr.Project |SPAM -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 7 00:47:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:47:57 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104464|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 104465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104465&action=edit Bug 25405: Seperate Shib and Local log in for OPAC modal 1. Enable shibboleth in your koha-conf.xml by changng the value of to 1. 2. I also need to add the following: email 3. Look at the loginModal in the OPAC by clicking 'Log in to your account' in the top right corner. 4. Apply patch, restart all, and regenerate CSS. 5. Look at the loginModal again and you should be able to toggle Shibboleth/Local. 6. Make sure it all works. 7. Turn Shibboleth back off and restart all. 8. Make sure everything still works without Shibboleth on. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 00:48:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:48:57 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104465|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 7 00:49:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 22:49:13 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104464|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 7 01:09:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:09:04 +0000 Subject: [Koha-bugs] [Bug 25168] mandatory field has been set in admin but purchase suggestion (in opac) allow to enter null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25168 --- Comment #11 from ciarebaha --- (In reply to Jonathan Druart from comment #10) > (In reply to ciarebaha from comment #6) > > Created attachment 103869 [details] > > Uncaught ReferenceError: ARRAY is not defined > > > > Yes, it seems like the cause came from the JS/.pl script. I've been > > searching for the problem but unfortunately still could not find it. > > Actually this problem happen only on the production server. On the > > development server, it works perfectly fine even though the source code > > exactly the same. > > What is line 1118 in the code source of the page? line 1118 is not exist because in file opac-suggestions.pl only has 232 lines in the source code file. this is normal because opac-suggestions.pl include multiple files in it. hence to find the exactly line number 1118 is quite hard. :( i will attach the opac-suggestions.pl screenshot on comment area below -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:09:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:09:19 +0000 Subject: [Koha-bugs] [Bug 20936] Holds History for patrons in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 Agustín Moyano 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 7 01:09:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:09:26 +0000 Subject: [Koha-bugs] [Bug 20936] Holds History for patrons in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103948|0 |1 is obsolete| | Attachment #103949|0 |1 is obsolete| | Attachment #104040|0 |1 is obsolete| | Attachment #104041|0 |1 is obsolete| | --- Comment #75 from Agustín Moyano --- Created attachment 104466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104466&action=edit Bug 20936: Add OPACHoldsHistory syspref 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 7 01:09:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:09:33 +0000 Subject: [Koha-bugs] [Bug 20936] Holds History for patrons in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 --- Comment #76 from Agustín Moyano --- Created attachment 104467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104467&action=edit Bug 20936: Add patron's hold history menu in OPAC This patch adds patron's hold history in OPAC. To test: 1. apply this patch 2. Find a patron, place several holds and cancel or fulfill them 3. Go to patron's opac CHECK => There is no 'your holds history' option in menu 4. In admin preferences enable OPACHoldsHistory 5. Go back to patron's opac SUCCESS => There is a 'your holds history' menu option => Holds history displays all holds 6. Change order, and list limit SUCCESS => All controls work as expected 7. Sign off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:10:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:10:31 +0000 Subject: [Koha-bugs] [Bug 25168] mandatory field has been set in admin but purchase suggestion (in opac) allow to enter null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25168 --- Comment #12 from ciarebaha --- Created attachment 104468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104468&action=edit opac-sugestions.pl only has 232 lines (but console state the error line is 1118) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 20936] Holds History for patrons in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|24455, 24561, 24980, 25032, | |25044, 24302, 24432 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24302 [Bug 24302] Add a way to specify nested objects to embed in OpenAPI https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24432 [Bug 24432] order_by broken for date columns https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24455 [Bug 24455] Date formatting from JS https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561 [Bug 24561] Add a datatables API wrapper https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980 [Bug 24980] Date formatting from JS - use timezone only with dates with offset https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 [Bug 25032] Generic unhandled exception handling https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25044 [Bug 25044] No need to define koha_object[s]_class for standard object class names -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 24302] Add a way to specify nested objects to embed in OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24302 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20936 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds History for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 24432] order_by broken for date columns In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24432 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20936 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds History for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 24455] Date formatting from JS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24455 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20936 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds History for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 24561] Add a datatables API wrapper In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20936 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds History for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 24980] Date formatting from JS - use timezone only with dates with offset In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20936 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds History for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 25032] Generic unhandled exception handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20936 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds History for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:15:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:15:15 +0000 Subject: [Koha-bugs] [Bug 25044] No need to define koha_object[s]_class for standard object class names In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25044 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20936 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds History for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 01:22:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 06 May 2020 23:22:03 +0000 Subject: [Koha-bugs] [Bug 15148] Serials: Test prediction pattern starts at First issue date, not Subscription start date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15148 Myka Kennedy Stephens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Failed QA --- Comment #12 from Myka Kennedy Stephens --- I like Nick's solution. Give the user a choice (radio button) to generate issues based on date of first issue or subscription date. Scenario: A library acquires a run of a serial that started in 2000. The back issues are already bound together and ready to be added as items. The library also starts a subscription to continue receiving new items beginning on January 1, 2020. The library wants to preserve the information that the first issue was published on January 1, 2000 but the predicted issues only need to be generated from January 1, 2020 and on. In this scenario, it makes more sense to base a prediction on the subscription start instead of the date of first issue. Our library workflow would use acquisitions or simply add the back issues as items to the biblio instead of receiving them through the serials module -- especially if they were already bound together as volumes. (I'm also going to change the status to 'failed QA' since I incorrectly used 'patch doesn't apply' when I tested this back in October.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 02:08:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:08:05 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 David Roberts 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 Thu May 7 02:13:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:13:27 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 --- Comment #1 from David Roberts --- There is actually nothing in the online help about this (as far as I can see) so I think it is best to remove it. It seems fairly self explanatory anyway, and I don't see what other information the online help could provide. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 02:18:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:18:47 +0000 Subject: [Koha-bugs] [Bug 25395] Enumchron needs to sort numerically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395 --- Comment #5 from Andrew Fuerste-Henry --- Maybe we could do something here along the lines of what we do with call numbers? Maintain a separate column of enumchron_sort, where we pad/format the values into something that will sort as desired. Although that gets us back to Katrin's point that we've got a huge variety in what goes into that field, so it's hard to imagine a unified padding behavior. -- You are receiving 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 7 02:35:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:35:46 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #24 from David Cook --- (In reply to Rudolf Byker from comment #22) > (In reply to David Cook from comment #20) > > (In reply to Martin Renvoize from comment #16) > > > > > > I am, however, pretty keen to take such an approach and drop 5.5 support > > > with this release and so this patch is 'on hold' for now. > > > > For what it's worth, I think koha-remove uses "DROP USER IF EXISTS", so we > > already have mixed support for 5.5. > > > > I ended up removing "IF EXISTS" and updating koha-remove to use --force so > > that it could survive fatal errors. > > Are you talking about the `--force` option on the MySQL command line > utility? That smells like technical debt. Using it is the same or worse as > using `|| true`, since you will hide lots of potential errors. We only need > to handle one very specific error (which is not even an error, if you > consider Idempotency to be a good programming pattern for such scripts – > which it is). Using a catch-all to hide all errors is almost always a Bad > Idea (TM). Yes, the --force option for the MySQL cli utility. I am only suggesting it as a temporary measure. Versions of Debian we support are using MySQL server 5.5, but some Koha Debian utilities (the ones that are aiming at being idempotent) fail on those Debian versions. Either we remove the idempotency targeting newer versions of MySQL server, or we do a measure like --force (which will still warn so it doesn't hide the errors it just doesn't die on them). We really need to do one or the other. Or drop support for older versions of Debian I suppose. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 02:39:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:39:31 +0000 Subject: [Koha-bugs] [Bug 25373]   entity usage no longer works in custom XSLTs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25373 --- Comment #9 from David Cook --- (In reply to Jonathan Druart from comment #8) > Yes but it's not recommended, then you are vulnerable to what is described > in bug 23290. The easiest seems to replace nsbp in your xsl files. I agree with Jonathan. I'd recommend not expanding entities as you'll create a security vulnerability in your installation. Just use   directly instead of  . -- You are receiving 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 7 02:39:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:39:58 +0000 Subject: [Koha-bugs] [Bug 25373]   entity usage no longer works in custom XSLTs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25373 --- Comment #10 from David Cook --- I'd argue that we should mark this as "WON'T 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 Thu May 7 02:52:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:52:08 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 --- Comment #5 from David Cook --- (In reply to Bernardo Gonzalez Kriegel from comment #2) > Hi David, > it's been a long time since I visited this code :) > > Patch works, you can also use a longer code in font entry, eg. > /usr/... > > also an old bug resurfaces, if you select oblique title in the layout, > ERROR in koha-conf.xml -- missing type="ArialO">/path/to/font.ttf > > See Bug 8375#c83 > > But it works :) Yikes... can you tell me more about re-creating that one? I don't really understand from the comments on that bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 02:56:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:56:26 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 --- Comment #6 from David Cook --- (In reply to Chris Nighswonger from comment #3) > (In reply to David Cook from comment #0) > > The label maker font list is hard-coded to 12 arbitrary choices. > > FTR: These are not arbitrary. Rather they are 12 of the 14 basic fonts > spec'd in the Adobe PDF standard. 13 of them are commonly found on > postscript printers. Hence their hard-coding and inclusion as default fonts. > > I'm creating this comment because some of this is arcane knowledge but > important to inform future changes. Thanks for the clarification, Chris! My apologies for calling them arbitrary. It might be worthwhile encoding that information in comments in the code even, as I could see this knowledge getting lost here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 02:57:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 00:57:23 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 --- Comment #7 from David Cook --- (In reply to Chris Nighswonger from comment #4) > The concept looks sound. I have no way of testing at the moment. No worries. Thanks for looking at it in any case. I'm glad to have your review at the very least. Much appreciated! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 07:43:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 05:43:20 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 --- Comment #2 from Katrin Fischer --- +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 08:31:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 06:31:29 +0000 Subject: [Koha-bugs] [Bug 24201] Attach desk to intranet session In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24201 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 08:33:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 06:33:56 +0000 Subject: [Koha-bugs] [Bug 24183] Introduce `before_send_messages` hook In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24183 --- Comment #13 from Martin Renvoize --- Perfect, thanks Katrin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 08:34:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 06:34:52 +0000 Subject: [Koha-bugs] [Bug 24183] Introduce `before_send_messages` hook In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24183 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This patch adds a new API release notes| |hook to allow | |pre-processing of the | |message queue prior to | |sending messages. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 08:59:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 06:59:21 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #25 from Rudolf Byker --- OK, if you really need to support older versions, let's do it cleanly. Here is a way to check if the user exists: EXISTS=$(mysql -uroot -p -s -e "select count(*) from mysql.user where user = 'asdf'" | tail -n 1) if [[ $EXISTS -gt 0 ]] then echo "Now delete the user." fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:14:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:14:42 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104391|0 |1 is obsolete| | --- Comment #409 from Aleisha Amohia --- Created attachment 104474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104474&action=edit Bug 19532: Database and installer stuff - recalls table - circulation rules: recalls allowed (total), recalls per record (count), on shelf recalls allowed, recall due date interval (day), recall overdue fine, recall shelf time/pickup period (day) - sysprefs: useRecalls, RecallsMaxPickUpDelay, RecallsLog - email notices: RETURN_RECALLED_ITEM, PICKUP_RECALLED_ITEM, RECALL_REQUESTER_DET - user permission: recalls, manage_recalls - Recall and CancelRecall reasons for branch transfers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:14:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:14:52 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104392|0 |1 is obsolete| | --- Comment #410 from Aleisha Amohia --- Created attachment 104475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104475&action=edit Bug 19532: Updated schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:15:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:15:01 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104393|0 |1 is obsolete| | --- Comment #411 from Aleisha Amohia --- Created attachment 104476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104476&action=edit Bug 19532: Add boolean flags to recalls.old and recalls.item_level_recall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:15:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:15:11 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104394|0 |1 is obsolete| | --- Comment #412 from Aleisha Amohia --- Created attachment 104477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104477&action=edit Bug 19532: Recalls objects and tests Getter and setter methods and other object methods for Koha Recalls, plus tests for these -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:15:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:15:20 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104395|0 |1 is obsolete| | --- Comment #413 from Aleisha Amohia --- Created attachment 104478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104478&action=edit Bug 19532: Expiry and overdue cronjobs, and overdue fine calculation plus tests for overdue fines in t/db_dependent/Circulation/CalcFine.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:15:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:15:30 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104396|0 |1 is obsolete| | --- Comment #414 from Aleisha Amohia --- Created attachment 104479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104479&action=edit Bug 19532: Other objects used in recalls feature * biblio->recalls * biblio->can_be_recalled * item->recall * item->can_be_recalled * item->can_set_waiting_recall * patron->recalls * tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:15:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:15:44 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104397|0 |1 is obsolete| | --- Comment #415 from Aleisha Amohia --- Created attachment 104480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104480&action=edit Bug 19532: Recalls on OPAC Placing an item-level or biblio-level recall Viewing current and past recalls for logged-in patron Recall course reserve items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:15:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:15:53 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104398|0 |1 is obsolete| | --- Comment #416 from Aleisha Amohia --- Created attachment 104481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104481&action=edit Bug 19532: Recalls on intranet -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:45:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:45:05 +0000 Subject: [Koha-bugs] [Bug 20936] Holds History for patrons in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25260 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 09:45:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 07:45:05 +0000 Subject: [Koha-bugs] [Bug 25260] Add a new 'holds' table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25260 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20936 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 10:30:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 08:30:44 +0000 Subject: [Koha-bugs] [Bug 23898] New data to share on HEA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898 --- Comment #5 from Jonathan Druart --- Victor, we don't want more sysprefs. The goal was to double-check, from the whitelist I provided, if they were all valid and relevant: we don't want personal data to be shared. A second pass could be done for the new prefs we added since I worked on this. Don't rethink/redo the whole process please. -- You are receiving 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 7 10:31:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 08:31:49 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #23 from Jonathan Druart --- Victor, we don't want more sysprefs. The goal was to double-check, from the whitelist I provided, if they were all valid and relevant: we don't want personal data to be shared. A second pass could be done for the new prefs we added since I worked on this. Don't rethink/redo the whole process please. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 10:48:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 08:48:28 +0000 Subject: [Koha-bugs] [Bug 25373]   entity usage no longer works in custom XSLTs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25373 --- Comment #11 from didier --- (In reply to David Cook from comment #9) > (In reply to Jonathan Druart from comment #8) > > Yes but it's not recommended, then you are vulnerable to what is described > > in bug 23290. The easiest seems to replace nsbp in your xsl files. > > I agree with Jonathan. I'd recommend not expanding entities as you'll create > a security vulnerability in your installation. Just use   directly > instead of  . Hi, WON'T FIX make sense. Are you going to remove ENTITY in xls or should I make a report? Removing [] and using   will do for us, thanks. No authority on XSTL files, libraries change them, moreover in french typography you add a space before many punctuation marks, like colon. Cf. (broken!) Koha french manual translation. https://koha-community.org/manual/18.05/fr/html/systempreferences.html BTW where do we fix this one? It's an eyesore :) Regards Didier -- You are receiving 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 7 10:54:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 08:54:59 +0000 Subject: [Koha-bugs] [Bug 25168] mandatory field has been set in admin but purchase suggestion (in opac) allow to enter null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25168 --- Comment #13 from Jonathan Druart --- The HTML source of the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:03:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:03:41 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:03:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:03:44 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104451|0 |1 is obsolete| | Attachment #104452|0 |1 is obsolete| | --- Comment #14 from Jonathan Druart --- Created attachment 104482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104482&action=edit Bug 25325: Test ES lack of staff_client/opac fields Run this test to see that export_elasticsearch_mappings.pl doesn't export staff_client/opac fields. Signed-off-by: Victor Grousset/tuxayo 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 7 11:03:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:03:47 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 --- Comment #15 from Jonathan Druart --- Created attachment 104483 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104483&action=edit Bug 25325: ElasticSearch mapping export lacks staff_client/opac fields Run test: prove t/db_dependent/Koha/SearchEngine/Elasticsearch/ExportConfig.t Or: Run export_elasticsearch_mappings.pl script. See that opac/staff_client fields are exorted. Signed-off-by: Victor Grousset/tuxayo 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 7 11:05:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:05:18 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate, | |RM_priority | -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:05:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:05:21 +0000 Subject: [Koha-bugs] [Bug 24769] DataTable error on patron hold page when hold placed (ILS-DI and other bugs) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24769 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:24:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:24:12 +0000 Subject: [Koha-bugs] [Bug 25301] Category code is blank when renewing or editing expired/expiring patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25301 --- Comment #6 from Peter Vashchuk --- Created attachment 104484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104484&action=edit Bug 25301: removed URI parameter "categorycode" from "circulation.tt" "Edit details" links in patron's circulation check-out page was sending empty query parameter "categorycode" because there is no defined template parameter in "circulation.pl" This patch removes the URI parameter from "circulation.tt" template. To test: 1) You need to create or find expired or expiring patron. 2) Head to patron's circulation check-out page. 3) Inspect "Edit details" link. 4) Observe empty parameter "categorycode=" in that link. 5) Apply patch. 6) Repeat step 3. 7) Check that there's no "categorycode=" in the link anymore. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:28:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:28:50 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #13 from Jonathan Druart --- Tomas, this one seems an important one to have for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:31:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:31:18 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #14 from Jonathan Druart --- (In reply to Jonathan Druart from comment #13) > Tomas, this one seems an important one to have for 20.05 Hum, I thought it was a regression caused by bug 22284, but looking at the low bug number it should not be related actually. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:45:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:45:03 +0000 Subject: [Koha-bugs] [Bug 25408] New: CanBookBeReserved should check "opacitemholds" policy Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Bug ID: 25408 Summary: CanBookBeReserved should check "opacitemholds" policy 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: arthur.suzuki at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com how to reproduce : Set an issuing rule with opacitemholds set to "Force" Make a search and select multiple records Place a hold on those records (using multi-hold records) Verify hold is placed on the record (next item available) where it shouldn'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 Thu May 7 11:51:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:51:10 +0000 Subject: [Koha-bugs] [Bug 23361] Status transfert is missing on item of a rotating collection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23361 Klas Blomberg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |klas.blomberg at skovde.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:51:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:51:38 +0000 Subject: [Koha-bugs] [Bug 23852] Merge biblio-title.inc and biblio-default-view.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23852 Klas Blomberg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |klas.blomberg at skovde.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 11:55:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 09:55:14 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|Signed Off |Failed QA --- Comment #32 from Jonathan Druart --- Marcel, the tests do not cover your changes, they pass without the first patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:00:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:00:30 +0000 Subject: [Koha-bugs] [Bug 24299] Record if a transfer was triggered by 'rotating collections' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24299 Klas Blomberg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |klas.blomberg at skovde.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:03:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:03:41 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #33 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #32) > Marcel, the tests do not cover your changes, they pass without the first > patch. Thanks for looking to this report. There is no module change here, so there is no test to prove it like you have in mind. But I added a testcase to illustrate my point. Yes, it passes with and without the patch. But if you look to the test, it demonstrates that we need the change applied to the script. Maybe overcomplete, but imo no reason to fail QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:04:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:04:48 +0000 Subject: [Koha-bugs] [Bug 22970] Allow to change homebranch in batch add course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22970 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:04:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:04:52 +0000 Subject: [Koha-bugs] [Bug 22970] Allow to change homebranch in batch add course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22970 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104163|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart --- Created attachment 104485 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104485&action=edit Bug 22970: Allow to change homebranch in batch add course reserves Test plan: 1. Create a course (disabled) 2. Add multiple reserves to this course using 'batch add' and set a homebranch different from the items homebranch 3. Enable the course 4. Verify that the items homebranch have changed 5. Disable the course 6. Verify that the items homebranch were reset to their initial value Depends on bug 22630 Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:06:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:06:54 +0000 Subject: [Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed, | |rel_20_05_candidate | -- You are receiving 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 7 12:09:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:09:33 +0000 Subject: [Koha-bugs] [Bug 15253] Add Koha::Logger based logging for SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15253 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:19:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:19:13 +0000 Subject: [Koha-bugs] [Bug 24279] Claims Returned does not work when set from moredetail.pl or additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24279 --- Comment #15 from Jonathan Druart --- Kyle, if there is a claim, then we see that when editing the item: https://snipboard.io/DSpFy7.jpg Should we disable the dropdown as well? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:22:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:22:33 +0000 Subject: [Koha-bugs] [Bug 25409] New: Required dropdown missing "required" class near label Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Bug ID: 25409 Summary: Required dropdown missing "required" class near label Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: slavashishkin at gmail.com Reporter: stalkernoid at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104486&action=edit Screenshot of missing 'required' class Select tag 'itemtype' in "onboardingstep5.tt" has 'required' attribute, accordingly to that, related label tag should also have 'required' class. Simple fix which slavashishkin at gmail.com will implement under my supervision. Similar cases I have found in history, which are pretty old: Bug 11812, Bug 4294, Bug 7670 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:34:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:34:05 +0000 Subject: [Koha-bugs] [Bug 24279] Claims Returned does not work when set from moredetail.pl or additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24279 --- Comment #16 from Jonathan Druart --- Created attachment 104487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104487&action=edit Bug 24279: Display the tip in the title of the option This patch tells select2 to retrieve the title attribute from the original option node. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:36:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:36:04 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #34 from Jonathan Druart --- Then why don't we have that code in DelAuthority? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 12:38:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 10:38:02 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 --- Comment #1 from Arthur Suzuki --- Created attachment 104488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104488&action=edit Bug 25408: Add "opacitemholds" checks in CanBookBeReserved test plan: 1) set issuingrule with opacitemholds set to "Force" 2) try to add a new hold using multi-hold 3) hold is placed on the record where it shouldn't 4) apply patch 5) retry to place same hold 6) success: hold cannot be placed since record-level hold is not available) -- You are receiving 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 7 13:04:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:04:03 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:04:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:04:07 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104318|0 |1 is obsolete| | --- Comment #5 from Nick Clemens --- Created attachment 104489 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104489&action=edit Bug 25327: Regression tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:04:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:04:11 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104319|0 |1 is obsolete| | --- Comment #6 from Nick Clemens --- Created attachment 104490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104490&action=edit Bug 25327: Do not call authenticate_api_request to render the spec The original code for Koha::REST::V1::Auth::under called authenticate_api_request when requesting the API spec. This didn't make sense, and recent changes on what conditions are tested for public routes, broke the route. We could add another condition, but it really doesn't make sense to call authenticate_api_request if it should be publicly available in any configuration, as discussed on the bug. This patch adds a trivial check and the requested route, and lets the request through in any case in 'under'. To test: 1. Point your browser to: http://kohadev.myDNSname.org:8080/api/v1/ http://kohadev.myDNSname.org:8080/api/v1/.html => FAIL: In both cases you get an authorization error. 2. Apply the regression tests patch 3. Run: $ kshell k$ prove t/db_dependent/api/v1/auth.t => FAIL: The tests reflect the situation, and fail 4. Apply this patch 5. Repeat 1 and 3 => SUCCESS: All good! 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:27:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:27:23 +0000 Subject: [Koha-bugs] [Bug 15985] Include checkout library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 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 Thu May 7 13:27:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:27:27 +0000 Subject: [Koha-bugs] [Bug 15985] Include checkout library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 --- Comment #46 from Kyle M Hall --- Created attachment 104491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104491&action=edit Bug 15985: Move new column to the right of checkout date -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:27:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:27:38 +0000 Subject: [Koha-bugs] [Bug 15985] Include checkout library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 --- Comment #47 from Kyle M Hall --- Created attachment 104492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104492&action=edit Bug 15985: Add to columns configuration -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:27:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:27:58 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 --- Comment #17 from Jonathan Druart --- (In reply to Victor Grousset/tuxayo from comment #16) > There are currently 2 big holes in my rewrite. They are the TODOs in the > code, I'm copying them here. > > # TODO test fails depending on what we have from LOC. > # e.g. If Title or Transcribing agency is not provided > # * tag 040 subfield c Transcribing agency in tab 0 > # * tag 245 subfield a Title in tab 2 > # * Field 040 is mandatory, at least one of its subfields must be filled. > # * Field 245 is mandatory, at least one of its subfields must be filled. > > # Idea: a simple & reliable way to handle this would be to unconditionally > # fill 040$c and 245. > # Before doing that (inventing my thing): has this problem already been > solved in our knowledge in a better way? I am not sure I understand. Make the tests pass using the default framework will be a good first step. > # TODO we have the issue of when we run the test twice, the record exists > # and Koha asks about what to do about this. > # Is there an obvious way to cleanup this? > # notes: the need is to cleanup after the test sucess > # and to cleanup before starting the test again in the case after a failure. > # Will bug 19821 help? > # Bug 19821 - Run tests on a separate database See what is done in other selenium tests, using cleanup() > # Idea from the current cleanup(): (whose code seems mostly not related to > this test) > # - name the record specifically like test_cataloging_workflow > # - delete it and it's related items > # - question: isn't it risky about data integrity? Data integrity? Why? > # Another idea: > # - pick a random number and replace the ISBN by it You can generate random data using TestBuilder is you like, then delete the object and reuse the data, like: my $patron = $builder->build_object({ class => 'Koha::Patrons' }); my $patron_info = $patron->unblessed; $patron->delete; # reuse $patron_info, you may need to remove some key, like IDs In basic_workflow.t we use hardcoded values, that can work too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:30:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:30:05 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #35 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #34) > Then why don't we have that code in DelAuthority? Since deleting is not the same as merging. In a delete we want to clean up biblio records, which we in this specific case actually want to prevent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:32:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:32:04 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 --- Comment #1 from Slava Shishkin --- Created attachment 104493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104493&action=edit Bug 25409: Add missing "required" class to template Added "required" class to "itemtype" label in "onboardingstep5.tt" template. To test: 1) Start new instalation. During onboarding tool phase you will be requested to create a new circulation rule. 2) Observe that "itemtype" label has no "required" class. 3) Apply patch. 4) Repeat step 2 (you can reload circulation rule creation page). 5) Observe the error is gone. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:32:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:32:36 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Slava Shishkin 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 7 13:33:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:33:36 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Slava Shishkin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged 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 7 13:35:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:35:58 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:36:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:36:02 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104489|0 |1 is obsolete| | Attachment #104490|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart --- Created attachment 104494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104494&action=edit Bug 25327: Regression tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:36:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:36:05 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 --- Comment #8 from Jonathan Druart --- Created attachment 104495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104495&action=edit Bug 25327: Do not call authenticate_api_request to render the spec The original code for Koha::REST::V1::Auth::under called authenticate_api_request when requesting the API spec. This didn't make sense, and recent changes on what conditions are tested for public routes, broke the route. We could add another condition, but it really doesn't make sense to call authenticate_api_request if it should be publicly available in any configuration, as discussed on the bug. This patch adds a trivial check and the requested route, and lets the request through in any case in 'under'. To test: 1. Point your browser to: http://kohadev.myDNSname.org:8080/api/v1/ http://kohadev.myDNSname.org:8080/api/v1/.html => FAIL: In both cases you get an authorization error. 2. Apply the regression tests patch 3. Run: $ kshell k$ prove t/db_dependent/api/v1/auth.t => FAIL: The tests reflect the situation, and fail 4. Apply this patch 5. Repeat 1 and 3 => SUCCESS: All good! 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:44:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:44:12 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #36 from Jonathan Druart --- in merge then? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:47:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:47:32 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- Joe, it works for me, which exact version of Koha are you using? -- You are receiving 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 7 13:49:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:49:21 +0000 Subject: [Koha-bugs] [Bug 25410] New: MARC21 out of sync intranet/opac subfield descriptions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 Bug ID: 25410 Summary: MARC21 out of sync intranet/opac subfield descriptions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: koha-bugs at lists.koha-community.org Reporter: bgkriegel at gmail.com QA Contact: testopia at bugs.koha-community.org Some descriptions (liblibrarian/libopac) for MARC21 subfields are out of sync. -- You are receiving 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 7 13:49:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:49:28 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104488|0 |1 is obsolete| | --- Comment #2 from Arthur Suzuki --- Created attachment 104496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104496&action=edit Bug 25408: Add "opacitemholds" checks in CanBookBeReserved test plan: 1) set issuingrule with opacitemholds set to "Force" 2) try to add a new hold using multi-hold 3) hold is placed on the record where it shouldn't 4) apply patch 5) retry to place same hold 6) success: hold cannot be placed since record-level hold is not available) -- You are receiving 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 7 13:52:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:52:05 +0000 Subject: [Koha-bugs] [Bug 25411] New: Plugin routes cannot have annonymous access Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25411 Bug ID: 25411 Summary: Plugin routes cannot have annonymous access Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com This is a consequence of a big change introduced by bug 25045 -- You are receiving 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 7 13:52:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:52:12 +0000 Subject: [Koha-bugs] [Bug 25411] Plugin routes cannot have annonymous access In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25411 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:53:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:53:15 +0000 Subject: [Koha-bugs] [Bug 25411] Plugin routes cannot have annonymous access In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25411 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:53:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:53:31 +0000 Subject: [Koha-bugs] [Bug 25380] impossible update to subversion > .04 in koha 19.05 debian installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25380 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |mtj at kohaaloha.com --- Comment #4 from Jonathan Druart --- The result of `apt-cache policy koha-common` after the `apt update` would have been useful I guess. -- You are receiving 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 7 13:55:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:55:08 +0000 Subject: [Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104355|0 |1 is obsolete| | Attachment #104379|0 |1 is obsolete| | --- Comment #28 from Jonathan Druart --- Created attachment 104497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104497&action=edit Bug 25082: Make 041 descriptions display, if authorised value list is used When 041$a or another subfield is linked to an authorised value list, Koha will replace the codes with the descriptions from the authorised value in the MARCXML before passing it to the XSLT. The XSLT was made to translate codes into descriptions - as there is no code now, this fails and 'unknown language' is shown. The patch changes the handling so that when the XSLT is handled something that doesn't match a known code, it displays the subfield without processing. To test: - Create some records with 041. Examples: http://www.loc.gov/marc/bibliographic/bd041.html - Verify this displays nicely in staff and OPAC - Apply patch - Verify display is unchanged - Remove the patch - Change one of your MARC frameworks (use another framework than for your first test records) and link the 041 subfields to the LANG authorised value list - Go to administration and create some entries for LANG with language codes and descriptions - Catalog a 041 using the normal editor (not advanced) - You can now use a pull down to select the values you want - Verify the display is now 'Unknown language' for this record - Apply patch - Verify all records display the language descriptions now, using an authorised value or not - Run misc/maintenance/generate_MARC21Languages.pl Verify the output at the end reads like: Signed-off-by: Bernardo Gonzalez Kriegel Amended test plan (add remove patch) to verify the error Work as described following test plan, no errors. Signed-off-by: Jonathan Druart 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 7 13:55:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:55:12 +0000 Subject: [Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 --- Comment #29 from Jonathan Druart --- Created attachment 104498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104498&action=edit Bug 25082: Don't remove characters from string At the moment, show-lang-041 will either get a code or an AV description to deal with. If it's a description, we don't want to remove spaces and other chars from it. To test: - Repeat tests from first patch with an AV in LANG category that consists of multiple words, has a - and other possible punctuation. - The description should show correctly in OPAC and staff. 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 7 13:55:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:55:40 +0000 Subject: [Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #30 from Jonathan Druart --- Let this one go as it and see later if we need to deal with edge cases. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:56:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:56:07 +0000 Subject: [Koha-bugs] [Bug 25026] RaiseError must be set for the UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:57:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:57:10 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:57:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:57:14 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104493|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 104499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104499&action=edit Bug 25409: Add missing "required" class to template Added "required" class to "itemtype" label in "onboardingstep5.tt" template. To test: 1) Start new instalation. During onboarding tool phase you will be requested to create a new circulation rule. 2) Observe that "itemtype" label has no "required" class. 3) Apply patch. 4) Repeat step 2 (you can reload circulation rule creation page). 5) Observe the error is gone. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 13:58:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 11:58:54 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #37 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #36) > in merge then? :) Hmm. Thats tougher. Need to think about that. Sounds like possible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:06:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:06:11 +0000 Subject: [Koha-bugs] [Bug 25412] New: [OMNIBUS] Enhance POD in Koha namespace Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 Bug ID: 25412 Summary: [OMNIBUS] Enhance POD in Koha namespace Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Developer documentation Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:06:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:06:51 +0000 Subject: [Koha-bugs] [Bug 25413] New: Add missing POD to Koha namespace Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25413 Bug ID: 25413 Summary: Add missing POD to Koha namespace Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Developer documentation Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Several modules and/or methods have none or incomplete POD. -- You are receiving 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 7 14:10:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:10:46 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 --- Comment #1 from Bernardo Gonzalez Kriegel --- Created attachment 104500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104500&action=edit Bug 25410: sync liblibrarian and libopac descriptions During translations some subfields show different descriptions for intranet/opac Just a little string change To test: 1) Check if changes make sense and there are no errors 2) Check if a clean install loads default marc21 frameworks without 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 7 14:12:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:12:00 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Severity|enhancement |trivial Status|NEW |Needs Signoff Assignee|koha-bugs at lists.koha-commun |bgkriegel at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:13:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:13:01 +0000 Subject: [Koha-bugs] [Bug 24823] Drop Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:13:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:13:04 +0000 Subject: [Koha-bugs] [Bug 24823] Drop Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104371|0 |1 is obsolete| | --- Comment #21 from Nick Clemens --- Created attachment 104501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104501&action=edit Bug 24823: Drop Catmandu dependency Replace remaining Catmandu dependant code with the Search::Elasticsearch equivalent. To test: 1) Apply patch 2) Run tests in t/Koha/SearchEngine/Elasticsearch.t, t/Koha/SearchEngine/ElasticSearch/* and t/db_dependent/Koha/SearchEngine/* 3) All tests should pass Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:13:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:13:08 +0000 Subject: [Koha-bugs] [Bug 24823] Drop Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104372|0 |1 is obsolete| | --- Comment #22 from Nick Clemens --- Created attachment 104502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104502&action=edit Bug 24823: Fix spelling error and remove last of Catmandu Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:13:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:13:12 +0000 Subject: [Koha-bugs] [Bug 24823] Drop Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104373|0 |1 is obsolete| | --- Comment #23 from Nick Clemens --- Created attachment 104503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104503&action=edit Bug 24823: Remove unused parameters Remove unused Elasticsearch parameters 'key_prefix' and 'request_timeout'. Refactor so that get_elasticsearch_params only returns parameters used by Search::Elasticsearch, add class accessor for index_name. Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:13:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:13:15 +0000 Subject: [Koha-bugs] [Bug 24823] Drop Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 --- Comment #24 from Nick Clemens --- Created attachment 104504 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104504&action=edit Bug 24823: (QA follow-up) Fix deletion and POD Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:14:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:14:21 +0000 Subject: [Koha-bugs] [Bug 25414] New: head2 POD inconsistent in Koha namespace Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25414 Bug ID: 25414 Summary: head2 POD inconsistent in Koha namespace Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Developer documentation Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org There are: =head2 Class Methods =head2 Internal Methods TODO: * Remove unnecessary uppercase on "Methods" * Class methods is not correct in most of the case, a class method is a method that must be called on the class, not an instance. We should rename it "Instance methods" * Reposition the =head2 correctly (sometimes internal methods are in "Class methods" and vice versa) -- You are receiving 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 7 14:14:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:14:34 +0000 Subject: [Koha-bugs] [Bug 25413] Add missing POD to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25413 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25412 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace -- You are receiving 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 7 14:14:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:14:34 +0000 Subject: [Koha-bugs] [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25413 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25413 [Bug 25413] Add missing POD to Koha namespace -- You are receiving 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 7 14:14:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:14:37 +0000 Subject: [Koha-bugs] [Bug 25414] head2 POD inconsistent in Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25414 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25412 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace -- You are receiving 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 7 14:14:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:14:37 +0000 Subject: [Koha-bugs] [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25414 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25414 [Bug 25414] head2 POD inconsistent in Koha namespace -- You are receiving 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 7 14:15:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:15:02 +0000 Subject: [Koha-bugs] [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_target -- You are receiving 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 7 14:16:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:16:45 +0000 Subject: [Koha-bugs] [Bug 24823] Drop Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 --- Comment #25 from Nick Clemens --- Tested with ES5 and ES6, everything seems to work as before. This really exposes how little we used Catmandu for at this point, using the Elasticsearch perl modules directly makes things a little simpler and more direct. I did add back in the quotes around ids passed to delete - I saw the same problem as before we had them, the passed value was treated as a number 16.0 and records were not deleted It did seem to fix issue from bug 25342, however, I would suggest pushing that one forward anyway as being explicit shouldn't hurt us Excellent work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:20:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:20:43 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:20:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:20:47 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104390|0 |1 is obsolete| | --- Comment #8 from Bernardo Gonzalez Kriegel --- Created attachment 104505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104505&action=edit Bug 25384: Use koha-conf.xml to configure label maker font list This patch fetches the "ttf" element in koha-conf.xml, and looks for entries with a "name" attribute. If it's an existing default font, it will rename that font. If it's a new font, it will add it to the font list in the label creator pages. If you don't change anything in koha-conf.xml, then there is no behaviour change and the existing unit tests will all complete as normal. Test plan: 1) Apply patch 2) Edit koha-conf.xml and add a "name" attribute of "Times New Awesome" next to the font "type" "TR". 3) Edit koha-conf.xml and add the following entry to the "ttf" element: /usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf 4) Clear memcached (if using memcached) a. e.g. echo 'flush_all' | nc -q 1 memcached 11211 5) Restart Plack (if using Plack) a. e.g. koha-plack --restart kohadev 6) Create or edit a Label maker layout a. e.g. /cgi-bin/koha/labels/label-edit-layout.pl?op=edit&element_id=17 7) Note that "Times-Roman" now says "Times New Awesome" instead 8) Note that there is now an "Arial" option at the bottom of the list 9) Try to export a label batch using a layout using "Arial" 10) Note that the text is output with a font style similar to Arial Signed-off-by: Bernardo Gonzalez Kriegel Works as described, no errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:23:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:23:35 +0000 Subject: [Koha-bugs] [Bug 25415] New: Suggestion for a good POD format Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 Bug ID: 25415 Summary: Suggestion for a good POD format Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: In Discussion Severity: enhancement Priority: P5 - low Component: Developer documentation Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Search in the state of the art for what's best to use for POD (parameter, return values, etc.) Look at other Perl projects: Mojolicious, DBIx::Class, 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 Thu May 7 14:23:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:23:52 +0000 Subject: [Koha-bugs] [Bug 25415] Suggestion for a good POD format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25412 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace -- You are receiving 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 7 14:23:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:23:52 +0000 Subject: [Koha-bugs] [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25415 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 [Bug 25415] Suggestion for a good POD format -- You are receiving 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 7 14:23:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:23:59 +0000 Subject: [Koha-bugs] [Bug 25413] Add missing POD to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25413 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25415 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 [Bug 25415] Suggestion for a good POD 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 Thu May 7 14:23:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:23:59 +0000 Subject: [Koha-bugs] [Bug 25415] Suggestion for a good POD format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25413 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25413 [Bug 25413] Add missing POD to Koha namespace -- You are receiving 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 7 14:24:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:24:01 +0000 Subject: [Koha-bugs] [Bug 25414] head2 POD inconsistent in Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25414 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25415 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 [Bug 25415] Suggestion for a good POD 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 Thu May 7 14:24:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:24:01 +0000 Subject: [Koha-bugs] [Bug 25415] Suggestion for a good POD format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25414 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25414 [Bug 25414] head2 POD inconsistent in Koha namespace -- You are receiving 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 7 14:24:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:24:46 +0000 Subject: [Koha-bugs] [Bug 25412] [OMNIBUS] Enhance POD in Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25412 --- Comment #1 from Jonathan Druart --- Bug 25415 - Suggestion for a good POD format Bug 25413 - Add missing POD to Koha namespace Bug 25414 - head2 POD inconsistent in Koha namespace -- You are receiving 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 7 14:25:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:25:53 +0000 Subject: [Koha-bugs] [Bug 25415] Suggestion for a good POD format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25415 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 Thu May 7 14:30:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:30:43 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 --- Comment #9 from Bernardo Gonzalez Kriegel --- (In reply to David Cook from comment #5) > Yikes... can you tell me more about re-creating that one? I don't really > understand from the comments on that bug. Suppose you select Arial (code A) in a layout, and you set the checkbox for 'Oblique title', then C4/Labels/Label.pm will try to find an 'oblique' variant for your selected font by adding an 'O' or 'I' to the code, eg. Times Roman (code T) -> Times Roman Italic (code TI) Arial (code A) -> Arial oblique (code AO) Last code is undefined and you will find a warn in intranet logs, that's all, but the export will work Signed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:33:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:33:03 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 --- Comment #10 from Chris Nighswonger --- (In reply to Bernardo Gonzalez Kriegel from comment #9) > (In reply to David Cook from comment #5) > > Yikes... can you tell me more about re-creating that one? I don't really > > understand from the comments on that bug. > > Suppose you select Arial (code A) in a layout, and you set the checkbox for > 'Oblique title', then C4/Labels/Label.pm will try to find an 'oblique' > variant for your selected font by adding an 'O' or 'I' to the code, An additional improvement would be to have the UI hide the oblique (italic) option if none is available for the font selected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:33:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:33:19 +0000 Subject: [Koha-bugs] [Bug 25380] impossible update to subversion > .04 in koha 19.05 debian installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25380 --- Comment #5 from Bernardo Gonzalez Kriegel --- I think we could assume that this was due to a local circumstance, otherwise it should have been reported earlier. -- You are receiving 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 7 14:38:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:38:54 +0000 Subject: [Koha-bugs] [Bug 25220] maxoutstanding syspref should be disabled by a null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25220 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:38:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:38:57 +0000 Subject: [Koha-bugs] [Bug 25220] maxoutstanding syspref should be disabled by a null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25220 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103377|0 |1 is obsolete| | Attachment #103378|0 |1 is obsolete| | Attachment #103388|0 |1 is obsolete| | --- Comment #6 from Owen Leonard --- Created attachment 104506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104506&action=edit Bug 25220: maxoutstanding ignored if null in opac-reserve.pl To Test: 1) set maxoutstanding to empty 2) give yourself a fine of $1 3) try to place a hold on the opac 4) confirm you cannot place hold 5) apply patch, restart_all 6) reload opac 7) confirm hold is allowed 8) set maxoutstanding to $2 9) confirm hold is now blocked Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:39:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:39:00 +0000 Subject: [Koha-bugs] [Bug 25220] maxoutstanding syspref should be disabled by a null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25220 --- Comment #7 from Owen Leonard --- Created attachment 104507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104507&action=edit Bug 25220: make maxoutstanding set to null not give warning on opac-user.pl To test: 1) set maxoutstanding to empty 2) give yourself $1 in fine 3) go to your account on OPAC 4) confirm you have message that holds are blocked 5) apply patch, restart_all 6) reload OPAC 7) confirm message is gone 8) set maxoutstanding to $2 9) reload opac, confirm message is back Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:39:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:39:03 +0000 Subject: [Koha-bugs] [Bug 25220] maxoutstanding syspref should be disabled by a null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25220 --- Comment #8 from Owen Leonard --- Created attachment 104508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104508&action=edit Bug 25220: atomicupdate to maintain behavior of existing installs To test: 1) on an existing install, set maxoutstanding to null 2) apply patch 3) confirm maxoutstanding is now set to zero Amended during signoff: Corrected atomicupdate file extension from .pl to .perl. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:47:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:47:39 +0000 Subject: [Koha-bugs] [Bug 25384] Label maker font list is not configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 --- Comment #11 from Bernardo Gonzalez Kriegel --- (In reply to Chris Nighswonger from comment #10) > An additional improvement would be to have the UI hide the oblique (italic) > option if none is available for the font selected. Good idea :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 14:58:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:58:47 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Arthur Suzuki 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 7 14:59:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:59:20 +0000 Subject: [Koha-bugs] [Bug 21563] Hold limit could be override using multi holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21563 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki at biblibre.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25408 -- You are receiving 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 7 14:59:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:59:20 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21563 -- You are receiving 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 7 14:59:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:59:58 +0000 Subject: [Koha-bugs] [Bug 16547] Can't place item level hold directly from search results screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16547 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25408 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 Thu May 7 14:59:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 12:59:58 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16547 -- You are receiving 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 7 15:00:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:00:13 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Owen Leonard --- (In reply to Sally from comment #3) > The selection has automatically switched to the radio button for 'None > specified / Prefer not to say' rather than staying in 'Other' I still encounter this problem. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:01:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:01:54 +0000 Subject: [Koha-bugs] [Bug 15253] Add Koha::Logger based logging for SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15253 --- Comment #90 from Kyle M Hall --- (In reply to Jonathan Druart from comment #89) > (In reply to Kyle M Hall from comment #87) > > (In reply to Jonathan Druart from comment #77) > > > % koha-sip --restart > > > > > > and I get: > > > > > > [2020/04/23 11:23:27] [ERROR] [undef]@[undef]: Argument "0.33_01" isn't > > > numeric in numeric lt (<) at /usr/share/perl5/Net/Server/Log/Sys/Syslog.pm > > > line 42. > > > C4::SIP::Trapper::PRINT /kohadevbox/koha/C4/SIP/Trapper.pm (24) > > > > > > > > > Why "ERROR" when it's a warning? > > > The [undef]@[undef] seems wrong here. > > > > During normal SIP use, that will show the sip account used and the incoming > > ip address. For unit tests and such they appear as undefs. > > I was missing that they were variables defined in SIPServer.pm: > > + # Flush previous MDCs to prevent accidentally leaking incorrect > MDC-entries > + Log::Log4perl::MDC->put( "accountid", undef ); > + Log::Log4perl::MDC->put( "peeraddr", undef ); > > Is that correct to use directly Log::Log4perl here? Should not it be a > Koha::Logger method instead? I see little benefit in using Koha::Logger directly here, it would just add another layer of abstraction. However, I wouldn't be opposed either. It makes more sense to prevent scope creep here and make that encapsulation part of a future bug report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:04:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:04:27 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 --- Comment #5 from Joe Sikowitz --- Hi Katrin, I looked at bug 4225 and it does look similar. I wasn't sure what only cloning the "top table" of rules meant since the bug I identified deals with the top most table on the page. That's why I submitted a new bug. Hi Jonathan, I am using Koha 19.05.09.000 and still seeing this 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 7 15:08:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:08:32 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 --- Comment #7 from Nick Clemens --- Created attachment 104509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104509&action=edit Bug 25342: Unit test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:09:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:09:33 +0000 Subject: [Koha-bugs] [Bug 25342] Scripts not running under plack can cause duplication of ES records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342 --- Comment #8 from Nick Clemens --- (In reply to Jonathan Druart from comment #3) > Nick, this sounds familiar to me, did not we already get that kind of error > with ES (int that needed to be stringified). > > Still no chance to get tests? The test is likely to pass before this patch as well, the issue is in the sending of the request somewhere, but this proves that at least stringifying it within Koha still gives what we expect -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:11:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:11:15 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 --- Comment #45 from Tomás Cohen Arazi --- Created attachment 104510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104510&action=edit Bug 25279: (QA follow-up) Use .escapeHtml 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 7 15:13:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:13:51 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:13:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:13:53 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104500|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 104511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104511&action=edit Bug 25410: sync liblibrarian and libopac descriptions During translations some subfields show different descriptions for intranet/opac Just a little string change To test: 1) Check if changes make sense and there are no errors 2) Check if a clean install loads default marc21 frameworks without problem. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:16:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:16:56 +0000 Subject: [Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232 --- Comment #6 from Kyle M Hall --- Created attachment 104512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104512&action=edit Bug 25232: Add ability to specify multiple notforloan values to skip -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:21:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:21:47 +0000 Subject: [Koha-bugs] [Bug 25099] Sending a LANG variable to plug-in template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 --- Comment #14 from Nicolas Legrand --- (In reply to Martin Renvoize from comment #13) > Passing QA, this works well and is a useful addition to the plugin > architecture. > > We do however, need something for the release notes What about: “[Bug 25099] Sending a LANG variable to plug-in template”? > and even better some > plugin developer documentation somewhere.. There isn't much documentation apart from “take a look at kitchen sink” right?. I can make some pull requests with internationalized kitchen sink? -- You are receiving 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 7 15:26:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:26:10 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:26:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:26:13 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102788|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 104513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104513&action=edit Bug 24098: Standardize Fines/Fees & Charges This patch suggests to adopt the terminology used in the OPAC to only use charges and leave off the Fines or Fees. To test: - Add a charge to your account - Check the note on the details and checkouts tabs - Check the tab name on the details tab - Activate batch checkouts via systempreferences for your patron category: - BatchCheckouts - BatchCheckoutsValidCategories - Add a guarantee to your patron and allow to see fines (requires: AllowStaffToSetFinesVisibilityForGuarantor) - Add a manual fine for the guaranee above NoIssuesChargeGuarantee - Go to the batch checkout tab of your patron and verify note there Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:32:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:32:45 +0000 Subject: [Koha-bugs] [Bug 25099] Sending a LANG variable to plug-in template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 --- Comment #15 from didier --- (In reply to Nicolas Legrand from comment #14) > (In reply to Martin Renvoize from comment #13) > > Passing QA, this works well and is a useful addition to the plugin > > architecture. > > > > We do however, need something for the release notes > > What about: “[Bug 25099] Sending a LANG variable to plug-in template”? > > > and even better some > > plugin developer documentation somewhere.. > > There isn't much documentation apart from “take a look at kitchen sink” > right?. I can make some pull requests with internationalized kitchen sink? Add the first Koha version with LANG 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 Thu May 7 15:56:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:56:00 +0000 Subject: [Koha-bugs] [Bug 25416] New: Add information about anonymous session for XSLT use Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416 Bug ID: 25416 Summary: Add information about anonymous session for XSLT use 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: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org For building different UI elements based on whether the patron is logged or not in the OPAC, it would be handy to add such information to the variables that are added to the MARCXML so the XSLT can take advantage of it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 15:56:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 13:56:05 +0000 Subject: [Koha-bugs] [Bug 25416] Add information about anonymous session for XSLT use In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |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 7 16:00:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:00:48 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 --- Comment #3 from Tomás Cohen Arazi --- Created attachment 104514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104514&action=edit Bug 25288: (follow-up) Use .escapeHtml() 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 7 16:01:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:01:24 +0000 Subject: [Koha-bugs] [Bug 25288] Make the libraries list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25279 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 [Bug 25279] Make the cities list use the API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 16:01:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:01:24 +0000 Subject: [Koha-bugs] [Bug 25279] Make the cities list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25288 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288 [Bug 25288] Make the libraries list use the API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 16:02:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:02:42 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Attachment #104514|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 7 16:02:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:02:56 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 --- Comment #4 from Tomás Cohen Arazi --- Wrong bug -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 16:09:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:09:23 +0000 Subject: [Koha-bugs] [Bug 25288] Make the libraries list use the API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288 --- Comment #10 from Tomás Cohen Arazi --- Created attachment 104515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104515&action=edit Bug 25288: (follow-up) Use .escapeHtml() Signed-off-by: Tomas Cohen Arazi https://bugs.koha-community.org/show_bug.cgi?id=25388 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 16:31:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:31:52 +0000 Subject: [Koha-bugs] [Bug 25417] New: Backdating returns and forgiving fines causes and internal server error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 Bug ID: 25417 Summary: Backdating returns and forgiving fines causes and internal server error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org To recreate: 1 - Checkout an item to a patron and make it overdue (can backdate the checkout) 2 - Make sure the itemtype has fines that will be charged 3 - Charge the fines: Set finesMode = production perl misc/cronjobs/fines.pl -v 4 - Browse to Circulation->Check in 5 - In 'Checkin settings' backdate to before the due date and select forgive fines 6- Explode!!!!! Debit amount passed is not positive at /usr/share/perl5/Exception/Class/Base.pm line 88 -- You are receiving 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 7 16:32:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:32:56 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |kyle at bywatersolutions.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 Thu May 7 16:36:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:36:15 +0000 Subject: [Koha-bugs] [Bug 25418] New: Backdated check out date loses time Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 Bug ID: 25418 Summary: Backdated check out date loses time Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1 - Select a date before today at checkout, leaving time at 23:59 2 - Note the alert box has only the date 3 - Confirm the checkout 4 - Item is due at 00:00 -- You are receiving 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 7 16:36:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:36:25 +0000 Subject: [Koha-bugs] [Bug 25418] Backdated check out date loses time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 16:38:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:38:42 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 --- Comment #3 from Owen Leonard --- Created attachment 104516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104516&action=edit Screenshot of the revised interface I don't think this is working well. The login form is too narrow for the tabs to fit comfortably. I think it might work better if we used something besides tabs to switch between the views. Or, perhaps the Shibboleth message could be reformatted to make it clearer, without showing and hiding forms? I don't really understand what is triggering the confusion, so it's hard to say. Personally I find the word "Shibboleth" to be kind of scary so I would never click that link unless I knew what it was! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 16:38:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:38:49 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Owen Leonard 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 7 16:56:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:56:16 +0000 Subject: [Koha-bugs] [Bug 24223] Convert OpacNav system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24223 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #5 from Lucas Gass --- Everything works well here for me, I test with translation and all is good. When I run the QA tool I do get this failure: FAIL koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt OK critic OK forbidden patterns OK git manipulation OK pod OK spelling FAIL valid Bareword found where operator expected Bareword found where operator expected (Missing operator before KohaNews?) Bareword found where operator expected (Missing operator before OpacNav?) Unquoted string "lang" may clash with future reserved word Unquoted string "branchcode" may clash with future reserved word Bareword found where operator expected Bareword found where operator expected Bareword found where operator expected Bareword found where operator expected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 16:59:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:59:02 +0000 Subject: [Koha-bugs] [Bug 8326] Allow patron attributes to be made repeatable after initial creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326 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 7 16:59:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 14:59:07 +0000 Subject: [Koha-bugs] [Bug 8326] Allow patron attributes to be made repeatable after initial creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326 --- Comment #2 from Jonathan Druart --- Created attachment 104517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104517&action=edit Bug 8326: Make repeatable and unique_id modifiable when editing patron attribute type This patch add the ability to modify the attribute "repeatable" and "unique_id" for a patron's attribute type. Prior to this patch it was not possible, to keep data integrity. When editing an attr type, the controller will check is the value can be modified, depending on the existing patron's attributes. Test plan: 0/ Setup Create 1 patron attribute PA1 that can be repeatable Create 1 patron attribute PA2 that does not have the unique restriction Create 1 patron attribute PA3 that does not have such restrictions 1/ Edit them and confirm that you can modify the repeatable and unique restrictions 2/ Restore values from 0. Create a patron P1 with several PA1, PA2=42 and whatever in PA3 3/ Edit PA1 => you cannot remove the repeatable flag but can still remove the unique 4/ Create a patron P2 with PA2=42 5/ Edit PA2 => you cannot remove the unique flag Play a bit more with the different combinaisons and confirm that it works as advertised. -- You are receiving 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 7 17:00:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:00:09 +0000 Subject: [Koha-bugs] [Bug 8326] Allow patron attributes to be made repeatable after initial creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326 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 7 17:05:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:05:13 +0000 Subject: [Koha-bugs] [Bug 25343] Use of item in review/comment feature is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:05:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:05:16 +0000 Subject: [Koha-bugs] [Bug 25343] Use of item in review/comment feature is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 --- Comment #1 from Owen Leonard --- Created attachment 104518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104518&action=edit Bug 25343: Use of item in review/comment feature is misleading This patch updates the terminology associated with leaving a comment in the OPAC. the word "item" is replaced with the more specific "title." To test, apply the patch and make sure the reviewson system preference is enabled. - Log in to the OPAC and view a bibliographic record which has no comments. - Under the "comments" tab, verify that the text in the tab says "There are no comments on this title. Post your comments on this title." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:05:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:05:56 +0000 Subject: [Koha-bugs] [Bug 20443] Move C4::Members::Attributes to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20443 --- Comment #89 from Jonathan Druart --- Created attachment 104519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104519&action=edit Bug 20443: (follow-up) Remove C4::Members::AttributeTypes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:06:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:06:14 +0000 Subject: [Koha-bugs] [Bug 20443] Move C4::Members::Attributes to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20443 --- Comment #90 from Jonathan Druart --- (In reply to Jonathan Druart from comment #89) > Created attachment 104519 [details] [review] > Bug 20443: (follow-up) Remove C4::Members::AttributeTypes Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:14:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:14:50 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass 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 7 17:14:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:14:52 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104464|0 |1 is obsolete| | --- Comment #4 from Lucas Gass --- Created attachment 104520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104520&action=edit Bug 25405: Seperate Shib and Local log in for OPAC modal 1. Enable shibboleth in your koha-conf.xml by changng the value of to 1. 2. I also need to add the following: email 3. Look at the loginModal in the OPAC by clicking 'Log in to your account' in the top right corner. 4. Apply patch, restart all, and regenerate CSS. 5. Look at the loginModal again and you should be able to toggle Shibboleth/Local. 6. Make sure it all works. 7. Turn Shibboleth back off and restart all. 8. Make sure everything still works without Shibboleth on. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:16:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:16:21 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 --- Comment #5 from Lucas Gass --- I think so problems can be addressed by changing some CSS and I supplied a new patch that does. But if this idea is generally disliked I'm 100% willing to abandon the idea. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:18:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:18:08 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #7 from David Roberts --- (In reply to Owen Leonard from comment #6) > (In reply to Sally from comment #3) > > > The selection has automatically switched to the radio button for 'None > > specified / Prefer not to say' rather than staying in 'Other' > > I still encounter this problem. That's really weird - it works OK for me. I wonder what I've done wrong. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:19:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:19:47 +0000 Subject: [Koha-bugs] [Bug 25418] Backdated check out date loses time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 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 7 17:19:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:19:50 +0000 Subject: [Koha-bugs] [Bug 25418] Backdated check out date loses time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 --- Comment #1 from Jonathan Druart --- Created attachment 104521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104521&action=edit Bug 25418: (bug 25133 follow-up) Display due date with hours And not as due date, it's not a display-only info, but an input. This patch is a follow-up of Bug 25133: Fix time part of due date for 12hr -- You are receiving 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 7 17:20:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:20:45 +0000 Subject: [Koha-bugs] [Bug 25418] Backdated check out date loses time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 --- Comment #2 from Jonathan Druart --- Please test the different combinations of: Backdate and not 12 and 24hr timeformat 23:59 and others -- You are receiving 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 7 17:24:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:24:08 +0000 Subject: [Koha-bugs] [Bug 25133] Specify Due date changes from PM to AM if library has their TimeFormat set to 12hr In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25133 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25418 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 [Bug 25418] Backdated check out date loses time -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:24:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:24:08 +0000 Subject: [Koha-bugs] [Bug 25418] Backdated check out date loses time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25133 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=25133 [Bug 25133] Specify Due date changes from PM to AM if library has their TimeFormat set to 12hr -- You are receiving 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 7 17:29:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:29:19 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 --- Comment #6 from Lucas Gass --- Created attachment 104522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104522&action=edit Modal with updated CSS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:37:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:37:42 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #8 from David Roberts --- (In reply to David Roberts from comment #7) > (In reply to Owen Leonard from comment #6) > > (In reply to Sally from comment #3) > > > > > The selection has automatically switched to the radio button for 'None > > > specified / Prefer not to say' rather than staying in 'Other' > > > > I still encounter this problem. > > That's really weird - it works OK for me. I wonder what I've done wrong. It works OK for me on the ByWater Sandbox as well - there's a problem on the PTFS sandboxes, but I think that's a problem with the sandboxes, not the patch because it's exploding about 1 minute into provisioning a new instance and doesn't actually apply the patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:43:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:43:09 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #9 from David Roberts --- I'm going to mark this back to needing sign-off as it works OK on the sandboxes (as far as I can see). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:45:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:45:52 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #10 from Sally --- In curious timing, I just applied it to a PTFS Sandbox and it works perfectly - the logs look ok, and the patch works. Tested in both Chrome and Firefox. I'm happy to add my sign off - Owen, did you want to see if it now works for you? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:46:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:46:25 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 PTFS Europe Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104454|0 |1 is obsolete| | --- Comment #11 from PTFS Europe Sandboxes --- Created attachment 104523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104523&action=edit Bug 25364: Add "Other" to the gender options in a patron record This patch adds "Other" as an option, and also changes the wording of "None specified" slightly. To test: 1) Apply the patch 2) Check that there is an "Other" radio button in the patron record, and that the wording of "None specified" has changed to "None specified / Prefer not to say". 3) Check that you can save changes to the gender of this patron record, both on create and modify. 4) Check that these changes also work in the Opac Self-Registration functionality. Signed-off-by: Sally -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 17:46:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 15:46:50 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 Sally 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 7 18:24:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:24:10 +0000 Subject: [Koha-bugs] [Bug 25419] New: Jsjd Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25419 Bug ID: 25419 Summary: Jsjd Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: skylarkskyzee at gmail.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org Created attachment 104524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104524&action=edit Hahha HACKED -- You are receiving 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 7 18:27:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:27:40 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 18:27:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:27:43 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103084|0 |1 is obsolete| | Attachment #103085|0 |1 is obsolete| | Attachment #103086|0 |1 is obsolete| | Attachment #103087|0 |1 is obsolete| | Attachment #103163|0 |1 is obsolete| | Attachment #103277|0 |1 is obsolete| | --- Comment #22 from Nick Clemens --- Created attachment 104525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104525&action=edit Bug 24807: Add "year" type to improve sorting behaviour Add a "year" search field type. Fields with this type will only retain values that looks like years, so invalid values such as whitespace or word characters will not be indexed. This for instance improves the behaviour when sorting by "date-of-publication". If all values are indexed, records with junk data instead of valid years will appear first among the search results, drowning out more relevant hits. If assigning this field the "year" type these records will instead always appear last, regarless of sort order. To test: 1) Have at least two biblios, one with a valid year in 008 (pos 7-10) and another with an invalid one ("uuuu" for example) 2) Perform a wildcard search (*) and sort results by publication date. 3) The record with invalid year of pulication in 008 should appear first 4) Apply patch and run database updates 5) Reindex ElasticSearch 6) Perform the same search as in 2) 7) The record with the invalid year should now appear last Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 18:27:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:27:46 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 --- Comment #23 from Nick Clemens --- Created attachment 104526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104526&action=edit Bug 24807: Add database update script Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 18:27:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:27:49 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 --- Comment #24 from Nick Clemens --- Created attachment 104527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104527&action=edit Bug 24807: Update tests Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 18:27:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:27:52 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 --- Comment #25 from Nick Clemens --- Created attachment 104528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104528&action=edit Bug 24807: Add suppport for uncertain fields and ranges To test: 1 - Have some records with uncertain dates in the 008 19uu, 195u, etc. 2 - Index them in Elasticsearch 3 - Do a search that will return them 4 - Sort results by publication/copyright date 5 - Note odd results 6 - Apply patch 7 - Reindex 8 - Sorting should be improved Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 18:27:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:27:56 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 --- Comment #26 from Nick Clemens --- Created attachment 104529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104529&action=edit Bug 24807: Refactor using tokenize_callbacks Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 18:27:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:27:59 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 --- Comment #27 from Nick Clemens --- Created attachment 104530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104530&action=edit Bug 24807: Simplify with new and imporved value_callbacks Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 18:28:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 16:28:02 +0000 Subject: [Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 --- Comment #28 from Nick Clemens --- Created attachment 104531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104531&action=edit Bug 24807: (follow-up) Fix spelling Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 19:32:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 17:32:00 +0000 Subject: [Koha-bugs] [Bug 24800] Koha does incomplete checkin when no return date is provided In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24800 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #25 from Joy Nelson --- Thanks for the rebase. Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 19:32:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 17:32:36 +0000 Subject: [Koha-bugs] [Bug 25069] AddressFormat="fr" behavior is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25069 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #8 from Joy Nelson --- Thanks for the rebase - backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 19:32:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 17:32:50 +0000 Subject: [Koha-bugs] [Bug 24840] Datetime issues in automatic_renewals / CanBookBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24840 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #12 from Joy Nelson --- Thanks for the rebase - backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 19:33:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 17:33:06 +0000 Subject: [Koha-bugs] [Bug 24620] Existing transfers not closed when hold is set to waiting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24620 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #19 from Joy Nelson --- Thanks for the rebase - backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:14:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:14:23 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 --- Comment #5 from David Roberts --- Created attachment 104532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104532&action=edit Bug 25388: There is no link for the "online help" This patch removes a non-existent link to the online help from the marc subfield editor. To test: 1) Go to Admin > MARC Bibliographic framework > Edit MARC structure > Edit subfield (for example /cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=000&frameworkcode=AR) 2) Check that the Max Length value in the Advanced constraints area contains text saying "See online help" 3) Apply patch 4) Check that the reference to the online help has disappeared. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:14:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:14:49 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 David Roberts 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 7 20:19:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:19:47 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:21:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:21:19 +0000 Subject: [Koha-bugs] [Bug 25416] Add information about anonymous session for XSLT use In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 104533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104533&action=edit Bug 25416: Sample usage for testing purposes [DO NOT PUSH] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:21:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:21:25 +0000 Subject: [Koha-bugs] [Bug 25416] Add information about anonymous session for XSLT use In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 104534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104534&action=edit Bug 25416: Let OPAC XSLTs know if the context is an anonymous session This patch makes use of the 'variables' parameter in XSLTParse4Display method in the different places that it is used in the OPAC. It does by passing this parameter with anonymous_session => 1|0 The value will depend on the output from get_template_and_user (i.e. if there's a returned borrowernumber). A special case takes place in search results, as the call to XSLTParse4Display happens in C4::Search::searchResults. So a new parameter 'xslt_variables' is added to it. To test: 1. Apply the [DO NOT PUSH] patch 2. Open the OPAC in your browser 3. Try detail pages, search results, tags and shelves pages with or without an active session => FAIL: It always says (somewhere) 'Anonymous session: Yes' 4. Apply this patch, restart_all 5. Repeat 3 => SUCCESS: It will tell the Yes/No correctly regarding anonymous sessions! 6. Sign off :-D Sponsored-by: Universidad ORT Uruguay -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:22:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:22:57 +0000 Subject: [Koha-bugs] [Bug 25416] Add information about anonymous session for XSLT use In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |agustinmoyano at theke.io, | |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:24:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:24:51 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:24:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:24:54 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 --- Comment #1 from Kyle M Hall --- Created attachment 104535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104535&action=edit Bug 25417: Add unit test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:25:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:25:03 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 --- Comment #2 from Kyle M Hall --- Created attachment 104536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104536&action=edit Bug 25417: Prevent backdating returns and forgiving fines as the same time from causing an internal server error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 20:48:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 18:48:15 +0000 Subject: [Koha-bugs] [Bug 25389] Inconsistent naming of account_credit_type for lost and returned items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25389 --- Comment #1 from Andrew Fuerste-Henry --- If I check in a lost item on 19.11, the accountline for the lost fee shows debit_type_code LOST with status RETURNED. The accountline that gets created for the credit -- what would have been accounttype 'CR' in 19.05 - has credit_type_code "LOST_RETURN." I think bug 22563 got the value wrong when updating old credits. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 22:40:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 20:40:41 +0000 Subject: [Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #25 from Joy Nelson --- missing dependencies - not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 22:42:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 20:42:45 +0000 Subject: [Koha-bugs] [Bug 24769] DataTable error on patron hold page when hold placed (ILS-DI and other bugs) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24769 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes a problem release notes| |introduced by another patch | |in this release cycle. The | |patron's hold page now | |correctly lists holds where | |holds are placed using | |ILS-DI (and in some other | |situations). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 22:45:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 20:45:24 +0000 Subject: [Koha-bugs] [Bug 21901] Foreign keys are missing on the serials and subscriptions tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21901 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #34 from Joy Nelson --- not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 22:57:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 20:57:48 +0000 Subject: [Koha-bugs] [Bug 25138] Terminology: Point of sale should use library instead of branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25138 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #14 from Joy Nelson --- not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:06:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:06:12 +0000 Subject: [Koha-bugs] [Bug 15985] Include checkout library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #48 from Katrin Fischer --- (In reply to Katrin Fischer from comment #44) > 1) It looks like we are still stuck with this one: > > FAIL Koha/Old/Checkout.pm > FAIL valid > Inconsistent hierarchy during C3 merge of class 'Koha::Old::Checkout': > current merge results [ > Koha::Old::Checkout, > ] > merging failed on 'Koha::Checkout' > > I have to admit, I am not sure what it means - is there a chance we could > resolve or at least explain it? > > > 2) =head3 claim_returned > > This seems unrelated to the patch - could it have slipped in? Hi Kyle, could you check these out too please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:06:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:06:22 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- Looks fine but fails QA tool: FAIL koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt OK filters FAIL forbidden patterns forbidden pattern: tab char (line 131) OK git manipulation OK js_in_body OK spelling OK tt_valid OK valid_template I see this happen when I cut and paste sometimes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:06:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:06:32 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass 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 7 23:07:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:07:00 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 Lucas Gass 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 7 23:07:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:07:15 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 Lucas Gass 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 7 23:11:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:11:09 +0000 Subject: [Koha-bugs] [Bug 25016] Coce should not return a 1-pixel Amazon cover image In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25016 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com --- Comment #7 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:11:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:11:31 +0000 Subject: [Koha-bugs] [Bug 25176] Styling problem with checkout form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25176 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #5 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:14:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:14:01 +0000 Subject: [Koha-bugs] [Bug 13518] Table borrower_modifications is missing FK and not deleted with the patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13518 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #10 from Joy Nelson --- does not apply to 19.11.x branch. please rebase if needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:14:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:14:55 +0000 Subject: [Koha-bugs] [Bug 25099] Sending a LANG variable to plug-in template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 --- Comment #16 from Katrin Fischer --- I think updating kitchen sink would be a good start. I'd love more general documentaiton than 'read the code' still, but at least there it's all in one place for now. See also: https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks -- You are receiving 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 7 23:30:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:30:16 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #38 from Tomás Cohen Arazi --- Created attachment 104537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104537&action=edit Bug 23185: ->update can only be called on instantiated classes Since our use ok Koha::Objects, there's been an implicit instantiation happening in ->search that has somehow hidden the fact that classes need instantiation... This change in ->delete and ->update made it clear because of the failures/hangs on the tests. This patch instantiates Koha::Patron::Categories before attempting to call ->update. The original patches for this bug are correct and the only issue here is that we need to document better than for some methods, instantiation is not implicit and is required first. This is awkward and I would prefer to force everyone to call ->new first. But I understand it would be inconvenient. To test: 1. Run: $ kshell k$ prove t/db_dependent/Template/Plugin/Categories.t => FAIL: Notice it hangs, Ctrl+c to abort 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests dong hang, and in fact pass 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:30:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:30:23 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #39 from Tomás Cohen Arazi --- Created attachment 104538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104538&action=edit Bug 23185: Realistic POD for Koha::Objects->search Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:35:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:35:19 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 --- Comment #6 from Katrin Fischer --- (In reply to Joe Sikowitz from comment #5) > Hi Katrin, I looked at bug 4225 and it does look similar. I wasn't sure what > only cloning the "top table" of rules meant since the bug I identified deals > with the top most table on the page. That's why I submitted a new bug. > > Hi Jonathan, I am using Koha 19.05.09.000 and still seeing this issue. Ah, sorry then! We also got the current checkouts in the tables below, should have checked more closely! -- You are receiving 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 7 23:41:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:41:26 +0000 Subject: [Koha-bugs] [Bug 25419] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25419 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|Jsjd |SPAM Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:43:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:43:34 +0000 Subject: [Koha-bugs] [Bug 23349] Add batch operations to staff interface catalog search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23349 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #15 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:44:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:44:06 +0000 Subject: [Koha-bugs] [Bug 25135] Improve clarity and navigation of columns settings administration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25135 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #7 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:46:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:46:59 +0000 Subject: [Koha-bugs] [Bug 24819] 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=24819 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #19 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:47:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:47:36 +0000 Subject: [Koha-bugs] [Bug 14229] Link to accounting tab from fines column in patron search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14229 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #7 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:51:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:51:38 +0000 Subject: [Koha-bugs] [Bug 10561] DisplayOPACiconsXSLT and DisplayIconsXSLT descriptions should be clearer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10561 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #16 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:51:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:51:57 +0000 Subject: [Koha-bugs] [Bug 18680] sort1/sort1 dropdowns (when mapped to authorized value) have no empty entry In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18680 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com --- Comment #8 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:52:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:52:19 +0000 Subject: [Koha-bugs] [Bug 21211] Patron toolbar does not appear on all tabs in patron account in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21211 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #12 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:52:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:52:44 +0000 Subject: [Koha-bugs] [Bug 13557] Add hint for on-site checkouts to list of current checkouts in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13557 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #6 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:53:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:53:01 +0000 Subject: [Koha-bugs] [Bug 20484] Always show Elasticsearch configuration page when permission is set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20484 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com --- Comment #11 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:53:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:53:16 +0000 Subject: [Koha-bugs] [Bug 14369] Only show 'Create labels' link on staged records import when status is 'Imported' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14369 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #11 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:54:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:54:31 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #26 from Victor Grousset/tuxayo --- (In reply to Katrin Fischer from comment #23) > in bugzilla it will then appear > automatically in a comment, if you use git bz. @Rudolf that's the cause I think. Your commit seems fine but if you don't use git-bz[1] you have to manually copy the commit message in the comment created when uploading an attachment. [1] https://wiki.koha-community.org/wiki/Git_bz_configuration -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 7 23:56:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 21:56:57 +0000 Subject: [Koha-bugs] [Bug 24913] Self registration: Ask users to enter email address twice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24913 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #18 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 00:01:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 22:01:48 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #27 from Victor Grousset/tuxayo --- (In reply to Rudolf Byker from comment #21) > Probably your dev environment. I've never had this issue, and I'm using my > own patch. Did you check which process is still using the user using `ps -u > kohadev-koha`? starman and apache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 00:11:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 22:11:23 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #42 from Tomás Cohen Arazi --- Created attachment 104539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104539&action=edit Bug 17355: (QA follow-up) Fix used package name 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 8 01:19:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 23:19:42 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #24 from Victor Grousset/tuxayo --- (In reply to Paul Poulain from comment #20) > It was FAUSP : "Fighters Against Useless System Preferences" :D YES ###### (In reply to Katrin Fischer from comment #21) > > == Pretty sure they should be > No == > > Or just share if it's empty/default or custom. > > AdlibrisCoversURL > > EmailAddressForSuggestions > > ILS-DI:AuthorizedIPs > > NewItemsDefaultLocation > > OpacHiddenItems > > OpacHiddenItemsExceptions > > ReplyToDefault > > RestrictedPageLocalIPs > > RestrictedPageTitle > > ReturnpathDefault > > SelfCheckAllowByIPRanges > > UpdateItemLocationOnCheckin > > I'd go for not sharing whenever in doubt. I think they would not gain us > much, but have the potential to make people insecure about sharing when > turning up on Hea maybe? «have the potential to make people insecure» If there was a way to know what was shared without looking at the code. ^^" But yes, if it's not useful let's not shared these. > > == Maybe false positive, could be yes (share) instead of no == > > OverDrivePasswordRequired > > OverDriveUsername > > NovelistSelectStaffEnabled > > NovelistSelectView > > OAI-PMH:AutoUpdateSets > > OAI-PMH:MaxCount > > opaclanguages > > OpacLocationOnDetail > > OPACResultsLibrary > > RESTOAuth2ClientCredentials > > SyndeticsAuthorNotes > > SyndeticsCoverImages > > SyndeticsCoverImageSize > > SyndeticsEditions > > SyndeticsExcerpt > > SyndeticsReviews > > SyndeticsSeries > > SyndeticsSummary > > SyndeticsTOC > > Everything that turns a feature on/off (boolean) is probably ok. Prefs set > up with strings might not be very helpful and more dangerous. It seems most of these are not useful, especially if there is a main syspref shared that already tells that OverDrive, Novelist, OAI-PMH, Syndetics is in use. I interpreted "> No" as: "there is/could be private info" But I should have filtered the above list to not put the obviously not useful ones. > opaclanguages would be interesting to see, but would need some extra > processing as it's a string of language codes separated by pipe - as a > string useless, you'd want to list how often which language is installed. opaclanguages, yes very interesting! Should the processing be on Koha's side or Hea's side? So besides opaclanguages (which might not be shared directly) any other prefs from this list worth sharing? > > Are backends lists an issue? Or is it actually very useful? > > ILLOpacbackends > > These are not the installed ones, but what works in OPAC, so maybe not. Not sharing right? > > Could some codes be so rare that they are equivalent of sharing the library > > name? > > MARCOrgCode > > > > That should be ok right? > > The MARCOrgCode is the unique identifier of a library - so it IS equivalent > to sharing the library name. Official MARCOrgCodes can be looked up easily. Thanks for the info. I though it was pointing to e.g. the Library Of Congress in the USA, not the library itself. So yeah, not sharable. > > == Maybe a typo in the list == > > ArticleRequestsMandatoryFieldsItemsOnly > > ↓ > > ArticleRequestsMandatoryFieldsItemOnly > > > > OpacSuppressionByIPRangeµ > > ↓ > > OpacSuppressionByIPRange > > Where is the typo? In the file in_DB_but_not_shared > > == Not in the UI (Administration › System preferences) what does it mean? == > > ElasticsearchIndexStatus_authorities > > ElasticsearchIndexStatus_biblios > > INTRAdidyoumean > > OPACdidyoumean > > These are set up on their own configuration pages, but systempreferences is > used for storage. That's why they are not showing in the regular GUI. Ok, no worries then. > > OpacMainUserBlock > > opacheader > > Both of those have been moved into News and should no longer be present, > where did you spot them as prefs? In the file in_DB_but_not_shared. It seems Joubu got them from the DB. So maybe updatedatabase spared them. > > printcirculationslips > > This one has its own bug somewhere I think. bug 10014 bug 17845 ###### (In reply to Katrin Fischer from comment #22) > Hm, why is seearchengine not turning up in the list, didn't we start the > discussion there? It's not marked as no in the file in_DB_but_not_shared so I assumed it will be shared right? ###### (In reply to Jonathan Druart from comment #23) > Victor, we don't want more sysprefs. It was a joke after I went through almost all sysprefs (in_DB_but_not_shared) in the UI ^^" (To double-check what data they could contain) Even knowing the number of them I though 1.5 hours would be enough, but wrong! > The goal was to double-check, from the whitelist I provided, if they were > all valid and relevant wait, which is the whitelist? I might have gone totally in the wrong direction 😱 > we don't want personal data to be shared. No misundestanding on this. This what I had in mind. > Don't rethink/redo the whole process please. So "in_DB_but_not_shared" was the wrong file to check?? 😱 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 01:26:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 23:26:52 +0000 Subject: [Koha-bugs] [Bug 19312] Typo in UNIMARC field 121a plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 01:26:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 23:26:56 +0000 Subject: [Koha-bugs] [Bug 19312] Typo in UNIMARC field 121a plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103453|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel --- Created attachment 104540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104540&action=edit Bug 19312: Fix typo in template This patch fixes a simple typo Test plan: 1) Go to Administration -> MARC bibliographic framework 2) Select a framework and add plugin unimarc_field_121a.pl to 121 field 3) Open cataloguing screen 4) Go to 121 field and check if for subfield a shows two times the value 2-dimensional 5) Apply the patch 6) Go to 121 field again and check if it shows 2 different values Mentored-by: Andreas Roussos Signed-off-by: Bernardo Gonzalez Kriegel Change is correct, fixed tab chars. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 01:27:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 23:27:39 +0000 Subject: [Koha-bugs] [Bug 19312] Typo in UNIMARC field 121a plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 01:56:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 07 May 2020 23:56:11 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #28 from David Cook --- (In reply to Rudolf Byker from comment #25) > OK, if you really need to support older versions, let's do it cleanly. Here > is a way to check if the user exists: > > EXISTS=$(mysql -uroot -p -s -e "select count(*) from mysql.user where user = > 'asdf'" | tail -n 1) > if [[ $EXISTS -gt 0 ]] > then > echo "Now delete the user." > fi Sounds like a plan to me, although I think it would be better to create a new function in koha-functions.sh, since we need to drop the user in koha-restore as well as koha-remove. I think we batch too many SQL statements together for these CLI utilities. But, I'm not planning on doing that work anytime soon. So don't feel obligated to listen to that. Ultimately what I was trying to say before was that koha-remove already uses the DROP USER IF EXISTS syntax, so it seems fair to use it in koha-restore too, even if it causes problems for people using older DB versions, since that problem already exists in the master codebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 02:00:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:00:17 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #29 from David Cook --- (In reply to Rudolf Byker from comment #25) > OK, if you really need to support older versions, let's do it cleanly. By the way, Martin Renvoize is the release manager and Katrin Fischer is the QA manager, so ultimately they're the ones who decide what gets pushed. I'm just a fellow contributor. Don't feel like you need to listen to me. They're the ones to listen to. You may also find contributing easier if you're using git-bz (https://wiki.koha-community.org/wiki/Git_bz_configuration) or even the community's Docker testing images which comes bundled with git-bz (https://gitlab.com/koha-community/koha-testing-docker). I notice you submitted a patch last year as well. Good to see you back here! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 02:01:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:01:20 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #40 from Tomás Cohen Arazi --- Created attachment 104541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104541&action=edit Bug 23185: (follow-up) K:C:Register->make_default should use no_triggers Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 02:03:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:03:21 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #41 from Tomás Cohen Arazi --- I leave the last patch for you to review, Martin and Jonathan. I took the liberty to push the others as they were breaking Jenkins. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 02:03:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:03:34 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 8 02:09:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:09:52 +0000 Subject: [Koha-bugs] [Bug 25373]   entity usage no longer works in custom XSLTs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25373 --- Comment #12 from David Cook --- (In reply to didier from comment #11) > Hi, > WON'T FIX make sense. > > Are you going to remove ENTITY in xls or should I make a report? > I've already reported it as Bug 25381. I'm rather busy at the moment, so it would be great if someone else wrote the batch, but if they don't I will eventually. > Removing [] and using   will do for us, thanks. > Perfect :) > No authority on XSTL files, libraries change them, moreover in french > typography you add a space before many punctuation marks, like colon. Cf. > (broken!) Koha french manual translation. > https://koha-community.org/manual/18.05/fr/html/systempreferences.html > Ah, that's interesting. It's been many years since I've had to write in French, so I must have forgotten if I ever knew that heh. > BTW where do we fix this one? It's an eyesore :) > Honestly, I'm not 100% sure. I think the git repo can be viewed at http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary. It looks like this might be the translation file needed to change: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=blob;f=locales/fr/LC_MESSAGES/systempreferences.po;h=90e7d11b50a945a9757c374adb96663054e1dadf;hb=HEAD I think you can use that git repo, and then open a "Documentation" issue on this Bugzilla. I think Caroline Cyr La Rose from inLibro might be the expert on that one these days. -- You are receiving 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 8 02:19:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:19:30 +0000 Subject: [Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #7 from David Cook --- Created attachment 104542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104542&action=edit Gitlab Login Personally, I would prefer something like this what Gitlab does for their (admittedly non-modal) login. I have a OpenID Connect module (which I swear one of these days I will upstream), and I've had library clients with multiple sign in options, so I have to provide them multiple choices at login. Honestly, I think this is how most apps work these days, so I think this styling would be better. But that's just my 2 cents. Said as someone who would love to do it but hasn't prioritized writing that patch yet... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 02:53:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:53:02 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #7 from David Roberts --- (In reply to Lucas Gass from comment #6) > Looks fine but fails QA tool: > > FAIL > koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt > OK filters > FAIL forbidden patterns > forbidden pattern: tab char (line 131) > OK git manipulation > OK js_in_body > OK spelling > OK tt_valid > OK valid_template > > > I see this happen when I cut and paste sometimes. That's odd - I deleted data from the end of that line, I didn't copy and paste anything! I think this might have been a 'legacy tab" from a previous edit in the past. I've removed it now anyway, so changed back to Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 02:53:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 00:53:16 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104532|0 |1 is obsolete| | --- Comment #8 from David Roberts --- Created attachment 104543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104543&action=edit Bug 25388: There is no link for the "online help" This patch removes a non-existent link to the online help from the marc subfield editor. To test: 1) Go to Admin > MARC Bibliographic framework > Edit MARC structure > Edit subfield (for example /cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=000&frameworkcode=AR) 2) Check that the Max Length value in the Advanced constraints area contains text saying "See online help" 3) Apply patch 4) Check that the reference to the online help has disappeared. Remove tabs from start of line -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 03:18:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 01:18:31 +0000 Subject: [Koha-bugs] [Bug 25420] New: sayang Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25420 Bug ID: 25420 Summary: sayang 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: jalilihsan115 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104544&action=edit Hacked By Mr.24434 Hacked By Mr.24434 -- You are receiving 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 8 06:01:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:01:03 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104474|0 |1 is obsolete| | --- Comment #417 from Aleisha Amohia --- Created attachment 104545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104545&action=edit Bug 19532: Database and installer stuff - recalls table - circulation rules: recalls allowed (total), recalls per record (count), on shelf recalls allowed, recall due date interval (day), recall overdue fine, recall shelf time/pickup period (day) - sysprefs: useRecalls, RecallsMaxPickUpDelay, RecallsLog - email notices: RETURN_RECALLED_ITEM, PICKUP_RECALLED_ITEM, RECALL_REQUESTER_DET - user permission: recalls, manage_recalls - Recall and CancelRecall reasons for branch transfers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 06:01:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:01:14 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104475|0 |1 is obsolete| | --- Comment #418 from Aleisha Amohia --- Created attachment 104546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104546&action=edit Bug 19532: Updated schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 06:01:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:01:23 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104476|0 |1 is obsolete| | --- Comment #419 from Aleisha Amohia --- Created attachment 104547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104547&action=edit Bug 19532: Add boolean flags to recalls.old and recalls.item_level_recall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 06:01:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:01:33 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104477|0 |1 is obsolete| | --- Comment #420 from Aleisha Amohia --- Created attachment 104548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104548&action=edit Bug 19532: Recalls objects and tests Getter and setter methods and other object methods for Koha Recalls, plus tests for these -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 06:01:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:01:42 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104478|0 |1 is obsolete| | --- Comment #421 from Aleisha Amohia --- Created attachment 104549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104549&action=edit Bug 19532: Expiry and overdue cronjobs, and overdue fine calculation plus tests for overdue fines in t/db_dependent/Circulation/CalcFine.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 06:01:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:01:52 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104479|0 |1 is obsolete| | --- Comment #422 from Aleisha Amohia --- Created attachment 104550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104550&action=edit Bug 19532: Other objects used in recalls feature * biblio->recalls * biblio->can_be_recalled * item->recall * item->can_be_recalled * item->can_set_waiting_recall * patron->recalls * tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 06:02:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:02:01 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104480|0 |1 is obsolete| | --- Comment #423 from Aleisha Amohia --- Created attachment 104551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104551&action=edit Bug 19532: Recalls on OPAC Placing an item-level or biblio-level recall Viewing current and past recalls for logged-in patron Recall course reserve items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 06:02:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 04:02:12 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104481|0 |1 is obsolete| | --- Comment #424 from Aleisha Amohia --- Created attachment 104552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104552&action=edit Bug 19532: Recalls on intranet -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 07:49:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 05:49:14 +0000 Subject: [Koha-bugs] [Bug 25420] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25420 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|sayang |SPAM -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:11:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:11:50 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 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 Fri May 8 08:11:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:11:54 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104543|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer --- Created attachment 104553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104553&action=edit Bug 25388: There is no link for the "online help" This patch removes a non-existent link to the online help from the marc subfield editor. To test: 1) Go to Admin > MARC Bibliographic framework > Edit MARC structure > Edit subfield (for example /cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=000&frameworkcode=AR) 2) Check that the Max Length value in the Advanced constraints area contains text saying "See online help" 3) Apply patch 4) Check that the reference to the online help has disappeared. Remove tabs from start of line Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:12:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:12:34 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #10 from Katrin Fischer --- Removing a little bit of text - setting to PQA directly. Thx David! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:17:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:17:03 +0000 Subject: [Koha-bugs] [Bug 19312] Typo in UNIMARC field 121a plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:17:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:17:07 +0000 Subject: [Koha-bugs] [Bug 19312] Typo in UNIMARC field 121a plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104540|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 104554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104554&action=edit Bug 19312: Fix typo in template This patch fixes a simple typo Test plan: 1) Go to Administration -> MARC bibliographic framework 2) Select a framework and add plugin unimarc_field_121a.pl to 121 field 3) Open cataloguing screen 4) Go to 121 field and check if for subfield a shows two times the value 2-dimensional 5) Apply the patch 6) Go to 121 field again and check if it shows 2 different values Mentored-by: Andreas Roussos Signed-off-by: Bernardo Gonzalez Kriegel Change is correct, fixed tab chars. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:18:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:18:39 +0000 Subject: [Koha-bugs] [Bug 25343] Use of item in review/comment feature is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:18:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:18:42 +0000 Subject: [Koha-bugs] [Bug 25343] Use of item in review/comment feature is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104518|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 104555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104555&action=edit Bug 25343: Use of item in review/comment feature is misleading This patch updates the terminology associated with leaving a comment in the OPAC. the word "item" is replaced with the more specific "title." To test, apply the patch and make sure the reviewson system preference is enabled. - Log in to the OPAC and view a bibliographic record which has no comments. - Under the "comments" tab, verify that the text in the tab says "There are no comments on this title. Post your comments on this title." Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:19:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:19:17 +0000 Subject: [Koha-bugs] [Bug 25343] Use of item in review/comment feature is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #3 from Katrin Fischer --- Admittedly trying to speed up some last minute string fixes :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:22:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:22:43 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Status|Needs Signoff |Patch doesn't apply --- Comment #16 from David Nind --- Patch doesn't apply 8-( root at 34d7e7da5f3f:koha(bz25070)$ git bz apply 25070 Bug 25070 - Include files to display address and contact must be refactored 102487 - Bug 25070: Centralize member-alt-address-style 102488 - Bug 25070: Centralize member-alt-contact-style 102489 - Bug 25070: Centralize member-display-address-style 102490 - Bug 25070: Centralize member-display-alt-address-style 102491 - Bug 25070: Centralize member-main-address-style Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 25070: Centralize member-alt-address-style Applying: Bug 25070: Centralize member-alt-contact-style Applying: Bug 25070: Centralize member-display-address-style Applying: Bug 25070: Centralize member-display-alt-address-style Applying: Bug 25070: Centralize member-main-address-style Using index info to reconstruct a base tree... M koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc M koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-fr.inc M koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc M koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt CONFLICT (modify/delete): koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc deleted in Bug 25070: Centralize member-main-address-style and modified in HEAD. Version HEAD of koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc left in tree. CONFLICT (modify/delete): koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-fr.inc deleted in Bug 25070: Centralize member-main-address-style and modified in HEAD. Version HEAD of koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-fr.inc left in tree. CONFLICT (modify/delete): koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc deleted in Bug 25070: Centralize member-main-address-style and modified in HEAD. Version HEAD of koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc left in tree. error: Failed to merge in the changes. Patch failed at 0001 Bug 25070: Centralize member-main-address-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:23:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:23:37 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 --- Comment #4 from Katrin Fischer --- (In reply to David Nind from comment #2) > Hi Katrin. > > A couple of other places text may need changing, or can be a separate bug: > > - Most of the messages changed also have 'fine balance' after, as part of > the same message. Perhaps change to 'Checkouts are BLOCKED because their > balance is OVER THE LIMIT.' > > - Where there are are no charges due on the accounting page, the message > under the make a payment tab says '..has no outstanding fines.'. Change to > '..has no outstanding charges.'. (Accounting > Make a payment tab) > > David Hi David, I think I might be dealing with these on a separate bug, if it's ok. I wonder if 'balance' will be understood without the fines part. Is there another phrasing we could think of? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:27:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:27:05 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:27:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:27:09 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104499|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 104556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104556&action=edit Bug 25409: Add missing "required" class to template Added "required" class to "itemtype" label in "onboardingstep5.tt" template. To test: 1) Start new instalation. During onboarding tool phase you will be requested to create a new circulation rule. 2) Observe that "itemtype" label has no "required" class. 3) Apply patch. 4) Repeat step 2 (you can reload circulation rule creation page). 5) Observe the error is gone. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:27:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:27:36 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 --- Comment #4 from Katrin Fischer --- Welcome, Slava! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:35:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:35:13 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #38 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #37) > (In reply to Jonathan Druart from comment #36) > > in merge then? :) (In reply to Marcel de Rooy from comment #35) > (In reply to Jonathan Druart from comment #34) > > Then why don't we have that code in DelAuthority? > > Since deleting is not the same as merging. In a delete we want to clean up > biblio records, which we in this specific case actually want to prevent. Hmm. They can be moved there of course. Had something else in mind.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 08:47:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 06:47:19 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #12 from Katrin Fischer --- I am really happy to see this patch because I think we can do better there. In Germany the official third option is 'diverse' (hopefully translated correctly). I wonder if we could add classes or similar so 'Other' could be easily changed. In translation "Other" will cause a bit of trouble, as there is tons of 'other' in other contexts (if you don't do anything, we only get 1 translation of each identical string) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 09:19:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 07:19:59 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103298|0 |1 is obsolete| | Attachment #103299|0 |1 is obsolete| | --- Comment #39 from Marcel de Rooy --- Created attachment 104557 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104557&action=edit Bug 22437: Add test case to Merge.t Test proves now that a 'destructive merge' is removed by DelAuthority. Test plan: Run t/db_dependent/Authority/Merge.t. Should fail when you do not apply the other two patches and pass with them. 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 8 09:20:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 07:20:04 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #40 from Marcel de Rooy --- Created attachment 104558 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104558&action=edit Bug 22437: Delete older merge requests at new merge time If you merge A to B, we should remove older AA merges (regular merge to itself) in the queue before deleting A. Test plan: [1] Set merge limit in prefs to say X. [2] Find three authorities A, B, C with linkcount >X, >X, Signed-off-by: Phil Ringnalda -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 09:20:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 07:20:09 +0000 Subject: [Koha-bugs] [Bug 22437] Subsequent authority merges in cron may cause biblios to lose authority information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #41 from Marcel de Rooy --- Created attachment 104559 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104559&action=edit Bug 22437: (follow-up) Move deletion of merge requests to DelAuthority Lines can be moved. Deletion can be done too if skip_merge is not set. 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 8 09:47:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 07:47:33 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 --- Comment #5 from David Nind --- (In reply to Katrin Fischer from comment #4) > Hi David, I think I might be dealing with these on a separate bug, if it's > ok. I wonder if 'balance' will be understood without the fines part. Is > there another phrasing we could think of? Another bug sounds fine to me! An alternative could be account balance or charges, rather than just balance. 'Checkouts are BLOCKED because fine balance is OVER THE LIMIT.' ==> 'Checkouts are BLOCKED because the account balance is OVER THE LIMIT.' or ==> 'Checkouts are BLOCKED because charges are OVER THE LIMIT.' .."has no outstanding fines.' ==> ..'has no outstanding account balance.' or ==> ..'has no outstanding charges.' (better I think, as the tab heading is now 'Charges'. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 10:38:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 08:38:55 +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 #87 from Marcel de Rooy --- The second patch here actually says that it is not 'safe to delete' the only remaining item where the biblio has a biblio level hold. I do not agree with that statement. The item can perfectly be deleted. The biblio level hold may be filled by a future item and can be removed too. This might be a preferential thing. The critical or major aspect of this bug imo is that the batch delete tool still deletes an item with an ITEM level hold. Note btw that the remark about phantom holds in comment1 is not valid in this case (or at least any more). The item delete cascades to reserves. And a biblio delete cascades to reserves too. So we have no phantom holds. Might depend on the definition of 'phantom'.. And even to discuss: What if we said that an item delete should convert an item level hold to biblio level instead of deleting the hold ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:00:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:00:25 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 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 8 11:00:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:00:29 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104513|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy --- Created attachment 104560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104560&action=edit Bug 24098: Standardize Fines/Fees & Charges This patch suggests to adopt the terminology used in the OPAC to only use charges and leave off the Fines or Fees. To test: - Add a charge to your account - Check the note on the details and checkouts tabs - Check the tab name on the details tab - Activate batch checkouts via systempreferences for your patron category: - BatchCheckouts - BatchCheckoutsValidCategories - Add a guarantee to your patron and allow to see fines (requires: AllowStaffToSetFinesVisibilityForGuarantor) - Add a manual fine for the guaranee above NoIssuesChargeGuarantee - Go to the batch checkout tab of your patron and verify note there 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 8 11:00:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:00:45 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 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 8 11:03:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:03:53 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 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 8 11:03:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:03:56 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104511|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 104561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104561&action=edit Bug 25410: sync liblibrarian and libopac descriptions During translations some subfields show different descriptions for intranet/opac Just a little string change To test: 1) Check if changes make sense and there are no errors 2) Check if a clean install loads default marc21 frameworks without problem. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:04:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:04:14 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 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 8 11:19:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:19:53 +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 #88 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #87) Again, the only things this change does is: * Add feedback on the interface about items that cannot be deleted (existing behaviour with the 4 error codes: book_on_loan, not_same_branch, book_reserved, linked_analytics). Note that "book_reserved" means that an item with item-level hold on it that is W or T cannot be deleted (*existing behaviour*) * Prevent phantom holds that are created when the last item of a bibliographic record that with a [biblio-level] hold on it is deleted. In that case we forbid the deletion. Nothing else. It is the implementation of the need described several times in this bug report and this has been waited for a long time now. I should not that, in master, you are not allowed to "delete all items" for the bibliographic record: "1 hold(s) on this record. You must delete all holds before deleting all items." Individual deletion is allowed however. If I misunderstood the need or if the implementation does not answer it, then feel free to obsolete the patches and provide another approach. But I think it is what we want here. If this is considered an improvement to the existing behaviour, but not perfect, then it should be pushed and improved later (your "And even to discuss" part is far behind what we are doing here). It would be good to get opinions from other contributors as it seems we are stuck :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:22:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:22:12 +0000 Subject: [Koha-bugs] [Bug 25220] maxoutstanding syspref should be disabled by a null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25220 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #9 from Marcel de Rooy --- C4/SIP/ILS/Patron.pm: && $self->fee_amount > C4::Context->preference("maxoutstanding") ); circ/offline.pl:$template->{'VARS'}->{'maxoutstanding'} = circ/offline.pl: C4::Context->preference('maxoutstanding') || 0; installer/data/mysql/atomicupdate/bug_25220.perl: $dbh->do( "UPDATE systempreferences set value=0 where variable='maxoutstanding' and (value='' or value is null)" ); installer/data/mysql/atomicupdate/bug_25220.perl: NewVersion( $DBversion, 25220, "maxoutstanding should be disabled by a null value"); installer/data/mysql/sysprefs.sql:('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'), koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref: - pref: maxoutstanding koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt: if (parseInt(patron.fine) > [% maxoutstanding | html %]) { koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt: [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %] koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt: [% IF ( expiry || diffbranch || patron.is_debarred || ( amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') ) ) %] koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt: [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %] opac/opac-reserve.pl:my $maxoutstanding = C4::Context->preference("maxoutstanding"); opac/opac-reserve.pl:$maxoutstanding = undef unless looks_like_number($maxoutstanding); opac/opac-reserve.pl:$template->param( noreserve => 1 ) unless $maxoutstanding; opac/opac-reserve.pl:if ( $amountoutstanding && defined($maxoutstanding) && ($amountoutstanding > $maxoutstanding) ) { opac/opac-user.pl:my $maxoutstanding = C4::Context->preference('maxoutstanding'); opac/opac-user.pl:$maxoutstanding = undef unless looks_like_number ( $maxoutstanding ); opac/opac-user.pl:if ( $amountoutstanding && defined($maxoutstanding) && ( $amountoutstanding > $maxoutstanding ) ){ Are you sure that you only needed to change opac-reserve and opac-user ? If I am looking at this git grep, I wouldnt. Also note that the test Koha.Pref( ) && a > b, looks a bit more elegant, although it could trigger warnings on non-numerical comparison if you wrote "abc" in maxoutstanding. But who would? + $dbh->do( "UPDATE systempreferences set value=0 where variable='maxoutstanding' and (value='' or value is null)" ); This does not look good. Value is a text field. You mean '0'? :) I think we dont need this change. And also you dont correct 'abc'? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:22:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:22:18 +0000 Subject: [Koha-bugs] [Bug 25220] maxoutstanding syspref should be disabled by a null value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25220 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 8 11:27:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:27:55 +0000 Subject: [Koha-bugs] [Bug 25421] New: Inconsistent return value in Koha::Libraries->pickup_locations Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Bug ID: 25421 Summary: Inconsistent return value in Koha::Libraries->pickup_locations Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Depends on: 22284 In list context we sometimes return an array, or an arrayref: 84 return $libraries->unblessed unless $item or $biblio; 110 return wantarray ? @pickup_locations : \@pickup_locations; It causes the following error: ARRAY(0x55cb36339ec0) at /usr/share/perl5/CGI/Compile.pm line 137. Template process failed: undef error - Not a HASH reference at /kohadevbox/koha/Koha/Template/Plugin/Branches.pm line 129. at /kohadevbox/koha/C4/Templates.pm line 122 C4::Templates::output('C4::Templates=HASH(0x55cb355b7a40)') called at /kohadevbox/koha/reserve/request.pl line 764 When doing: Have 1 bibliographic record with 1 item on it Place 1 biblio level hold Delete the item (from moredetail.pl) Go to the hold list Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 [Bug 22284] Groups of pickup locations for holds -- You are receiving 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 8 11:27:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:27: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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25421 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:28:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:28:07 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate -- You are receiving 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 8 11:33:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:33:19 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:33:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:33:23 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102487|0 |1 is obsolete| | Attachment #102488|0 |1 is obsolete| | Attachment #102489|0 |1 is obsolete| | Attachment #102490|0 |1 is obsolete| | Attachment #102491|0 |1 is obsolete| | --- Comment #17 from Jonathan Druart --- Created attachment 104562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104562&action=edit Bug 25070: Centralize member-alt-address-style There are 5 includes files per value of AddressFormat (us, de, fr). The code is duplicated for each language, the only thing that changes is the order. Wwith this patchset we are going to refactore them to avoid further regressions. The idea is to remove all code that is duplicated and remove the need of having 5*3 files. We are going to limit them to 5 files, 1 per use. Note that we could go even further, for instance member-display-alt-address-style and member-display-address-style are quite identical. Test plan (for the whole patchset): - Create a patron with all the address, contact and alternate info filled - Edit them and save - Look at the patron's info (top left) in the patron module, and the patron detail view. - Play with the different values of AddressFormat The order and the info must be displayed identically before and after this patchset. No change is expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:33:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:33:26 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #18 from Jonathan Druart --- Created attachment 104563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104563&action=edit Bug 25070: Centralize member-alt-contact-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:33:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:33:29 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #19 from Jonathan Druart --- Created attachment 104564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104564&action=edit Bug 25070: Centralize member-display-address-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:33:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:33:32 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #20 from Jonathan Druart --- Created attachment 104565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104565&action=edit Bug 25070: Centralize member-display-alt-address-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:33:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:33:36 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #21 from Jonathan Druart --- Created attachment 104566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104566&action=edit Bug 25070: Centralize member-main-address-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:37:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:37:58 +0000 Subject: [Koha-bugs] [Bug 25373]   entity usage no longer works in custom XSLTs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25373 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:42:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:42:05 +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 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 8 11:42:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:42:09 +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 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103166|0 |1 is obsolete| | --- Comment #89 from Marcel de Rooy --- Created attachment 104567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104567&action=edit Bug 8132: No changes but disable checkboxes When the list of items is displayed we already know if there will be a problem during the deletion. So let's disable the checkbox to tell the user in advance that items cannot be deleted. Signed-off-by: Kelly McElligott Signed-off-by: Victor Grousset/tuxayo 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 8 11:42:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:42:15 +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 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103167|0 |1 is obsolete| | --- Comment #90 from Marcel de Rooy --- Created attachment 104568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104568&action=edit Bug 8132: Adding a new message 'last_item_for_hold' blocking item deletion If an item is the last one of a biblio that have biblio-level hold placed on it, we should block the deletion. It takes effect if the hold is found (W or T), to follow existing behavior for item-level holds. If we want to block deletion for any holds we should deal with it on a separate bug report. Test plan: 0/ Setup Apply the patches Create Biblio B1 with 1 item Create Biblio B2 with 2 items Create Biblio B3 with 1+ item Create Biblio B4 with 1+ item Create Biblio B5 with 1+ item Place a biblio-level hold on B1 and B2 Place an item-level hold on B3 and B4 Confirm the item-level hold for the items of B3 to mark it waiting. 1/ Delete those 6 items in a batch => delete of item from B1 is blocked on first screen - only 1 item left and there is a biblio-level hold on the record => delete of items from B2 is *not* blocked on first screen - One of them will block the deletion, but so far we are not aware of that situation => delete of item from B3 is blocked on first screen - there is a waiting item-level hold placed on the item => delete of item from B4 is *not* blocked - there is a hold but it is not found => delete of item from B5 is *not* - there is no reason to block its deletion Note that you can only select items from B2, B4 and B5 2/ Select them and confirm the deletion => Nothing happened and you get a message saying that one of the 2 items from B2 is blocking the whole deletion process 3/ Remove the biblio-level hold from B2 4/ Repeat 1 => The deletion has been effective! => Note that there is something a bit weird as we are blocking items from a biblio that has biblio-level holds on it (not found), but we do not blocking the deletion of an item with a waiting item-level hold Signed-off-by: Kelly McElligott Signed-off-by: Victor Grousset/tuxayo 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 8 11:42:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:42:22 +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 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103168|0 |1 is obsolete| | --- Comment #91 from Marcel de Rooy --- Created attachment 104569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104569&action=edit Bug 8132: Delete the items in a transaction and rollback if something wrong The last_item_for_hold case cannot be guessed (easily), and so we are going to delete the items in a transaction. If something wrong happened we rollback and display a list of items that caused the rollback. Signed-off-by: Kelly McElligott Signed-off-by: Victor Grousset/tuxayo 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 8 11:42:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:42:28 +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 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103169|0 |1 is obsolete| | --- Comment #92 from Marcel de Rooy --- Created attachment 104570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104570&action=edit Bug 8132: Adding message when deleting from the UI Signed-off-by: Kelly McElligott Signed-off-by: Victor Grousset/tuxayo 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 8 11:42:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:42: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 #93 from Marcel de Rooy --- Created attachment 104571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104571&action=edit Bug 8132: (QA follow-up) Missing filter 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 8 11:42:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:42:51 +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 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 8 11:43:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:43:06 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #42 from Jonathan Druart --- Tomas, I feel like we should explode if Koha::Objects->update is called: test ref($self) at the beginning. What do you think? -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:43:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:43:59 +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 #94 from Marcel de Rooy --- Okay, last chance for string freeze. @RM: As my latest comments indicate, I am not completely enthusiastic about aspects of this patch set. But no definitive blocker on the other hand.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:50:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:50:04 +0000 Subject: [Koha-bugs] [Bug 25157] delete_patrons.pl is never quiet, even when run without -v In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25157 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103196|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 104572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104572&action=edit Bug 25157: Silent patron deletion cmd line script Without -v the script will no longer display messages unless the error is major. Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:50:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:50:15 +0000 Subject: [Koha-bugs] [Bug 25157] delete_patrons.pl is never quiet, even when run without -v In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25157 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 8 11:50:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:50:34 +0000 Subject: [Koha-bugs] [Bug 25157] delete_patrons.pl is never quiet, even when run without -v In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25157 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 8 11:55:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:55:20 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #25 from Jonathan Druart --- Victor, yes it's the correct file. I am sorry but those comments are hard to read, you should apply the patches and provide patches on top. IMO that will be more readable. Basically the ones marked with "> No" are the ones I processed already, so no need to talk more about them, unless you find something wrong (ie. marked as No but should be shared, however I am pretty sure there is no error on them). Work to be done (on top of the patches/files): 1. Identify the "Not sure" and give your opinion 2. Go through the different new prefs listed and make sure I did not miss a "> No" (ie. I want to share 1 but it should not be. Either because there is a privacy concern or it's useless to share it) 3. Provide a patch on top of it, that will be much more readable that those super long comments :) 4. (optional) Do the same work for the new prefs added since I worked on this (19.06.00.044 - f4254cca37) 5. Remove the "no" (and "not sure") and provide a patch for Hea. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 11:56:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:56:08 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 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 8 11:56:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:56:11 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103219|0 |1 is obsolete| | --- Comment #19 from Marcel de Rooy --- Created attachment 104573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104573&action=edit Bug 17853 - Don't remove () from 780 link text To test: - Catalogue a record with 780, Indicators 00 and $a some text including parentheses. e.g. Hospitals (Chicago, Ill. : 1936) - Verify that the () are not shown in the link text and are not part of the URL. - Apply patch - Verify that the () are shown in the link text and are not part of the URL. Signed-off-by: Felix Hemme Signed-off-by: Nick Clemens Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: David Nind Bug 17853: Don't remove () from 785 link text and restore link value of 780 The only thing we change for 780 and 785 is, that if the display text contains (), they are no longer removed. To test: - Catalogue a record with 785$a some text (including) parenthesis e.g. Hospitals (Chicago, Ill. : 1936) - Verify that the () are not shown in the link text and are not part of the URL. - Apply patch - Verify that the () are shown in the link text and are not part of the URL. Signed-off-by: Katrin Fischer Signed-off-by: David Nind 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 8 11:56:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:56:35 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103220|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 8 11:57:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 09:57:24 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 --- Comment #20 from Marcel de Rooy --- Patches are squashed. Makes changes more clear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:08:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:08:43 +0000 Subject: [Koha-bugs] [Bug 25422] New: P0poY Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25422 Bug ID: 25422 Summary: P0poY Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: kianrenja at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104574&action=edit Uwaw Halo shayank aku datang -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:09:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:09:06 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 David Nind 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 8 12:09:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:09:09 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104535|0 |1 is obsolete| | --- Comment #3 from David Nind --- Created attachment 104575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104575&action=edit Bug 25417: Add unit test Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:09:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:09:12 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104536|0 |1 is obsolete| | --- Comment #4 from David Nind --- Created attachment 104576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104576&action=edit Bug 25417: Prevent backdating returns and forgiving fines as the same time from causing an internal server error Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:15:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:15:35 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 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 Fri May 8 12:15:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:15:38 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 --- Comment #7 from Jonathan Druart --- Created attachment 104577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104577&action=edit Bug 25400: [< 20.05] Fix cloning of circulation rules This patch is for 19.11 and anterior versions. The clone functionnality does not clone the "already moved rules" maxissueqty and maxonsiteissueqty. Test plan: Clone some circ rules from one branch to another Confirm that all the rules have been copied correctly -- You are receiving 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 8 12:15:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:15:57 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |major Version|19.05 |19.11 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 8 12:27:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:27:35 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #43 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #42) > Tomas, I feel like we should explode if Koha::Objects->update is called: > test ref($self) at the beginning. What do you think? I agree. -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:30:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:30:11 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 --- Comment #5 from Jonathan Druart --- Created attachment 104578 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104578&action=edit [ALTERNATIVE-PATCH] Bug 25417: Prevent negative debit amount on backdating returns Koha::Account->add_credit is expecting a positive amount. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:30:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:30:54 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 --- Comment #6 from Jonathan Druart --- Kyle, what are your thoughts on this alternative patch? I think it makes it more readable and avoid the ->store call as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:33:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:33:11 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 --- Comment #21 from Katrin Fischer --- Yes, and we lose authorship - I intentionally saved the authorship of the Academy student to keep her contribution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:38:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:38:31 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 --- Comment #22 from Katrin Fischer --- I'd prefer if the separate patches could be restored - seeing the diff is easy with git, 2 patches or 1. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:40:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:40:10 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #22 from David Nind --- I'm getting an error when I go to add a new patron - hope this enough of the error trace: Template process failed: file error - member-alt-contact-style-us: not found at /kohadevbox/koha/C4/Templates.pm line 122 in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 122 119: 120: my $data; 121: binmode( STDOUT, ":utf8" ); 122: $template->process( $self->filename, $vars, \$data ) 123: || die "Template process failed: ", $template->error(); 124: return $data; 125: } Show function arguments in (eval) at /kohadevbox/koha/members/memberentry.pl line 86 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:40:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:40:58 +0000 Subject: [Koha-bugs] [Bug 25422] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25422 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|P0poY |SPAM Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:52:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:52:03 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #44 from Tomás Cohen Arazi --- (In reply to Tomás Cohen Arazi from comment #41) > I leave the last patch for you to review, Martin and Jonathan. I took the > liberty to push the others as they were breaking Jenkins. Do we agree on that patch? -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:57:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:57:01 +0000 Subject: [Koha-bugs] [Bug 24368] Koha::Libraries->pickup_locations needs refactoring/ratifying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24368 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25421 CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart --- I have opened bug 25421, we really need this to be fixed asap. -- You are receiving 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 8 12:57:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:57:01 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24368 -- You are receiving 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 8 12:58:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:58:40 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | CC| |tomascohen at gmail.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 Fri May 8 12:58:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:58:48 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:59:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:59:44 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104576|0 |1 is obsolete| | Attachment #104578|0 |1 is obsolete| | --- Comment #7 from Kyle M Hall --- Created attachment 104579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104579&action=edit Bug 25417: Prevent negative debit amount on backdating returns -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 12:59:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 10:59:58 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104579|0 |1 is patch| | Attachment #104579|application/mbox |text/plain mime type| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:00:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:00:55 +0000 Subject: [Koha-bugs] [Bug 25417] Backdating returns and forgiving fines causes and internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104579|0 |1 is obsolete| | --- Comment #8 from Kyle M Hall --- Created attachment 104580 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104580&action=edit Bug 25417: Prevent negative debit amount on backdating returns -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:01:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:01:07 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED --- Comment #23 from Jonathan Druart --- Hum, I reused patches from a local branch, I should have not apparently :-/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:01:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:01:35 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104566|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 8 13:01:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:01:36 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104565|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 8 13:01:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:01:38 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104564|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 8 13:01:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:01:40 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104563|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 8 13:01:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:01:41 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104562|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 8 13:02:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:02:23 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102491|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:02:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:02:24 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102490|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:02:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:02:26 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102489|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:02:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:02:27 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102488|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:02:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:02:30 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102487|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:06:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:06:16 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 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 8 13:06:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:06:20 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102487|0 |1 is obsolete| | Attachment #102488|0 |1 is obsolete| | Attachment #102489|0 |1 is obsolete| | Attachment #102490|0 |1 is obsolete| | Attachment #102491|0 |1 is obsolete| | --- Comment #24 from Jonathan Druart --- Created attachment 104581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104581&action=edit Bug 25070: Centralize member-alt-address-style There are 5 includes files per value of AddressFormat (us, de, fr). The code is duplicated for each language, the only thing that changes is the order. Wwith this patchset we are going to refactore them to avoid further regressions. The idea is to remove all code that is duplicated and remove the need of having 5*3 files. We are going to limit them to 5 files, 1 per use. Note that we could go even further, for instance member-display-alt-address-style and member-display-address-style are quite identical. Test plan (for the whole patchset): - Create a patron with all the address, contact and alternate info filled - Edit them and save - Look at the patron's info (top left) in the patron module, and the patron detail view. - Play with the different values of AddressFormat The order and the info must be displayed identically before and after this patchset. No change is expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:06:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:06:24 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #25 from Jonathan Druart --- Created attachment 104582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104582&action=edit Bug 25070: Centralize member-alt-contact-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:06:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:06:27 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #26 from Jonathan Druart --- Created attachment 104583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104583&action=edit Bug 25070: Centralize member-display-address-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:06:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:06:31 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #27 from Jonathan Druart --- Created attachment 104584 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104584&action=edit Bug 25070: Centralize member-display-alt-address-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:06:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:06:34 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #28 from Jonathan Druart --- Created attachment 104585 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104585&action=edit Bug 25070: Centralize member-main-address-style -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:08:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:08:42 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #29 from Jonathan Druart --- Sorry David, it should be ok now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:12:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:12:40 +0000 Subject: [Koha-bugs] [Bug 25423] New: Methods update and empty from Koha::Objects are not class methods Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Bug ID: 25423 Summary: Methods update and empty from Koha::Objects are not class methods 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 They should be called with an instance of the class, not directly as class methods: Koha::Object->new->empty vs Koha::Object->empty A trick has been done earlier to accept the second form, but as we notice the same need/problem for another method it seems better to enforce a rule and forbid such calls. An exception will be raised if the methods are called without an instantiated object. See also commit 4805b9b9dd0a95d79faf450ed1aaaec62d544ec6 Bug 25296: Make ->empty work for uninstantiated calls -- You are receiving 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 8 13:13:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:13:24 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25423 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 [Bug 25423] Methods update and empty from Koha::Objects are not class methods -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:13:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:13:24 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23185 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' -- You are receiving 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 8 13:20:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:20:18 +0000 Subject: [Koha-bugs] [Bug 25424] New: Document our exceptions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25424 Bug ID: 25424 Summary: Document our exceptions Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Developer documentation Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org We should list our different exceptions and explain when to use them. Maybe a wiki page? Also the naming should be more consistent. -- You are receiving 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 8 13:20:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:20:37 +0000 Subject: [Koha-bugs] [Bug 25424] Document our exceptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25424 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_target -- You are receiving 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 8 13:21:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:21:13 +0000 Subject: [Koha-bugs] [Bug 25425] New: Kaoqka Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25425 Bug ID: 25425 Summary: Kaoqka 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: kzlbat21 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104586&action=edit LollAkkznxnakZndbajakqisk -- You are receiving 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 8 13:47:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:47:47 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 104587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104587&action=edit Bug 25423: Add Koha::Exceptions::Object::NotInstantiated Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 8 13:47:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 11:47:51 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 104588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104588&action=edit Bug 25423: Unit tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 8 14:03:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 12:03:46 +0000 Subject: [Koha-bugs] [Bug 24368] Koha::Libraries->pickup_locations needs refactoring/ratifying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24368 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Status|NEW |ASSIGNED --- Comment #3 from Tomás Cohen Arazi --- (In reply to Martin Renvoize from comment #0) > Koha::Libraries->pickup_locations is wrong: we should not expect 2 > different types for a given parameter, biblio should always be a > Koha::Biblio (idem for item btw). > > See bug 24350 for further details I think ->pickup_locations shouldn't cover (AT ALL) the biblio/item use case and I'm will remove it. If there's any logic about transfers, etc; it should belong to Koha::Biblio->pickup_locations. -- You are receiving 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 8 14:23:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 12:23:57 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 --- Comment #23 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #21) > Yes, and we lose authorship - I intentionally saved the authorship of the > Academy student to keep her contribution. I still see her name? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 14:30:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 12:30:45 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 --- Comment #24 from Katrin Fischer --- But it's no longer what she wrote. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 14:46:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 12:46:30 +0000 Subject: [Koha-bugs] [Bug 25425] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25425 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Kaoqka |SPAM Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 14:46:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 12:46:40 +0000 Subject: [Koha-bugs] [Bug 25425] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25425 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104586|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 8 15:06:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:06:48 +0000 Subject: [Koha-bugs] [Bug 25426] New: Return policy by item type following All Libraries rule when conflicting branch-specific rule exists Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426 Bug ID: 25426 Summary: Return policy by item type following All Libraries rule when conflicting branch-specific rule exists Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In 19.11 and Master, Koha is not giving precedence to branch-specific return policy rules. To recreate: 1: set default return policy by item type for itype BOOK for all libraries to Item Floats 2: set return policy by item type for itype BOOK for Branch A to Item Returns to Issuing Library 3: set CircControl to "the library you're logged in at" 4: set library to Branch B 5: find a BOOK item currrently at Branch B, check it out to a Branch B patron 6: set library to Branch A 7: check item in 8: no transfer is generated, item remains at branch A In 19.05, the same process results in a transfer back to Branch B. -- You are receiving 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 8 15:18:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:18:19 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 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 Fri May 8 15:18:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:18:22 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104587|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 104589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104589&action=edit Bug 25423: Add Koha::Exceptions::Object::NotInstantiated Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:18:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:18:25 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104588|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 104590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104590&action=edit Bug 25423: Unit tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:18:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:18:28 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #5 from Jonathan Druart --- Created attachment 104591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104591&action=edit Bug 25423: (follow-up) Unit tests -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:18:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:18:31 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #6 from Jonathan Druart --- Created attachment 104592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104592&action=edit Bug 25423: Force call to update and empty with an instanciated object -- You are receiving 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 8 15:19:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:19:05 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 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 Fri May 8 15:22:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:15 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:22:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:17 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104592|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 8 15:22:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:20 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104589|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 8 15:22:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:22 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104590|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 8 15:22:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:25 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104591|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 8 15:22:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:50 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #7 from Tomás Cohen Arazi --- Created attachment 104593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104593&action=edit Bug 25423: Add Koha::Exceptions::Object::NotInstantiated 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 8 15:22:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:55 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #8 from Tomás Cohen Arazi --- Created attachment 104594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104594&action=edit Bug 25423: Unit tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:22:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:22:59 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #9 from Tomás Cohen Arazi --- Created attachment 104595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104595&action=edit Bug 25423: (follow-up) Unit tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:23:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:23:04 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #10 from Tomás Cohen Arazi --- Created attachment 104596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104596&action=edit Bug 25423: Force call to update and empty with an instanciated object 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 8 15:24:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:24:17 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:32:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:32:25 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String 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 8 15:32:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:32:27 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 --- Comment #5 from Owen Leonard --- Created attachment 104597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104597&action=edit Bug 24963: Terminology: Use "auto-renewal" instead of alternatives This patch updates terminology in the templates so that "auto-renewal" is used instead of "auto renewal" or "autorenewal." To test, apply the patch and set the 'AllowPatronToControlAutorenewal' preference to "allow patrons." - Log in to the OPAC and view the "your account" page. - At the top of the "Checked out" tab you should see controls for turning auto-renewals on and off. The labels should be correct. - Turn off auto-renewals for this patron. - In the staff interface, view the detail page for the patron you updated in the previous step. - In right-hand column of information about the patron you should see "Auto-renewal: Patron has opted out." - Add "&print=brief" to the page URL. Check that auto-renewal information displays correctly on this brief view as well. - Go to Administration -> System preferences. - Under the "Circulation" tab, check that the description of the OPACFineNoRenewalsBlockAutoRenew preference refers to "auto-renewal." - Under the "Patrons" tab, check the description of the AllowPatronToControlAutorenewal refers to "auto-renewal." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:38:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:38:20 +0000 Subject: [Koha-bugs] [Bug 25332] Add library card to iPhone wallet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25332 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 Fri May 8 15:43:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:43:22 +0000 Subject: [Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185 --- Comment #45 from Jonathan Druart --- Yes, pushed to master for 20.05 -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:43:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:43:49 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master --- Comment #11 from Jonathan Druart --- Taking on Martin to push this one for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:47:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:47:38 +0000 Subject: [Koha-bugs] [Bug 24768] "Return claims" column is missing from column configuration page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24768 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #10 from Joy Nelson --- when running qa after applying to 19.11.x I am seeing a failing on POD coverage for the koha_object_class in course items, course reserves, and course instructor. Safe to ignore or fine to push to 19.11.x? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:49:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:49:23 +0000 Subject: [Koha-bugs] [Bug 24405] Links in facets are styled differently than other links on the results page in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24405 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 15:49:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 13:49:26 +0000 Subject: [Koha-bugs] [Bug 24405] Links in facets are styled differently than other links on the results page in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24405 --- Comment #1 from Owen Leonard --- Created attachment 104598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104598&action=edit Bug 24405: Make OPAC link underlining consistent This patch makes a minor modification to the OPAC CSS so that links are consistently displayed without underlines in their inactive state. This corrects two cases: Links in the facets sidebar and "Check all/none" links shown on search results. 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). - In the OPAC, perform a search. - In the search results facets sidebar, confirm that links are not underlined. - At the top of the search results table, confirm that the "Select all" and "Clear all" links are not underlined. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 16:02:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:02:49 +0000 Subject: [Koha-bugs] [Bug 24768] "Return claims" column is missing from column configuration page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24768 --- Comment #11 from Jonathan Druart --- You can ignore the POD warnings. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 16:07:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:07:13 +0000 Subject: [Koha-bugs] [Bug 25381] XSLTs should not define entities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381 --- Comment #1 from didier --- Created attachment 104599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104599&action=edit Bug 25381: XSLTs should not define entities Bug 23290 explicitly disabled entity expansion during XML parsing for security reasons. However, many XSLTs define the following entity: They don't use the entity  , but its presence could lead to confusion. -- You are receiving 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 8 16:08:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:08:51 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104597|0 |1 is obsolete| | --- Comment #6 from Victor Grousset/tuxayo --- Created attachment 104600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104600&action=edit Bug 24963: Terminology: Use "auto-renewal" instead of alternatives This patch updates terminology in the templates so that "auto-renewal" is used instead of "auto renewal" or "autorenewal." To test, apply the patch and set the 'AllowPatronToControlAutorenewal' preference to "allow patrons." - Log in to the OPAC and view the "your account" page. - At the top of the "Checked out" tab you should see controls for turning auto-renewals on and off. The labels should be correct. - Turn off auto-renewals for this patron. - In the staff interface, view the detail page for the patron you updated in the previous step. - In right-hand column of information about the patron you should see "Auto-renewal: Patron has opted out." - Add "&print=brief" to the page URL. Check that auto-renewal information displays correctly on this brief view as well. - Go to Administration -> System preferences. - Under the "Circulation" tab, check that the description of the OPACFineNoRenewalsBlockAutoRenew preference refers to "auto-renewal." - Under the "Patrons" tab, check the description of the AllowPatronToControlAutorenewal refers to "auto-renewal." Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 16:09:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:09:21 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net Status|Needs Signoff |Signed Off --- Comment #7 from Victor Grousset/tuxayo --- It works! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 16:09:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:09:51 +0000 Subject: [Koha-bugs] [Bug 25381] XSLTs should not define entities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381 didier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |didier.gautheron at biblibre.c | |om --- Comment #2 from didier --- Output of: for i in $(git grep -lF ']>' ) ; do sed -i 's/ \[\]//' $i ; done In Koha source tree -- You are receiving 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 8 16:11:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:11:44 +0000 Subject: [Koha-bugs] [Bug 23898] New data to share on HEA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898 --- Comment #6 from Victor Grousset/tuxayo --- (In reply to Katrin Fischer from comment #4) > Empty or 'used' might work, but not sure about the information gain and it > might scare people of thinking we share the actual content. +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 Fri May 8 16:28:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:28:36 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #30 from Victor Grousset/tuxayo --- > You may also find contributing easier if you're using git-bz +1 > Docker testing images which comes bundled with git-bz +1 @Rudolf come to IRC if you any question setting those up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 16:35:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:35:43 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #13 from David Roberts --- (In reply to Katrin Fischer from comment #12) > I am really happy to see this patch because I think we can do better there. > In Germany the official third option is 'diverse' (hopefully translated > correctly). I wonder if we could add classes or similar so 'Other' could be > easily changed. In translation "Other" will cause a bit of trouble, as there > is tons of 'other' in other contexts (if you don't do anything, we only get > 1 translation of each identical string) Hi Katrin That should be possible - but you can actually already change it pretty easily with the following jquery: $("#memberentry_identity label[for='sex-other']").html("Diverse "); I wonder if it might be worth adding classes to all the other gender options as well while I'm at it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 16:41:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:41:28 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 --- Comment #14 from David Roberts --- Forget that, that jQuery hides the radio button! I'll add some classes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 16:45:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:45:03 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 104601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104601&action=edit Bug 25421: Make ->pickup_locations only return an arrayref This patch makes Koha::Item->pickup_locations and Koha::Biblio->pickup_locations always return an arrayref. Test are adjusted to reflect this: 1. Run: $ kshell k$ prove t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Item.t => SUCCESS: Tests pass! 2. Apply this patch and repeat 1 => SUCCESS: Tests pass! 3. Sign off :-D 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 8 16:45:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:45:09 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 104602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104602&action=edit Bug 25421: Remove use of Koha::Libraries->pickup_locations The current implementation uses Koha::Libraries->pickup_locations which is problematic and due to be removed by bug 24368. This patch makes the trivial change of just searching for libraries that are marked with pickup_location => 1. Calls to Koha::Item->pickup_locations and Koha::Biblio->pickup_locations are as well adapted to the new arrayref return value. To test: 1. Pick a record with only one item 2. Place a biblio-level hold on it 3. Edit the items: remove the item 4. Go to the Holds tab => FAIL: It explodes 5. Apply this patch and restart: $ sudo koha-plack --restart kohadev 6. Go back and go to the holds tab again => SUCCESS: No failure! 7. Sign off :-D 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 8 16:45:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:45:40 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Tomás Cohen Arazi 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 8 16:49:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 14:49:34 +0000 Subject: [Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #26 from Victor Grousset/tuxayo --- (In reply to Jonathan Druart from comment #25) > Victor, yes it's the correct file. I am sorry but those comments are hard to > read, you should apply the patches and provide patches on top. IMO that will > be more readable. Ok, I'll try to integrate the content of my comments via patches. I wasn't confident enough to change the patches (fear of "corrupting" your work) And I'm still wondering how to deal with the many "categories" that I needed to do in my long comment. Thought thanks to the responses from Katrin and you, now I don't need that many categories. > Basically the ones marked with "> No" are the ones I processed already, so > no need to talk more about them, unless you find something wrong (ie. marked > as No but should be shared, however I am pretty sure there is no error on > them). I'll double check my list of potential false positives. Because I included those not having a privacy risk. Because I'm much less competent about the usefulness. > Work to be done (on top of the patches/files): > 1. Identify the "Not sure" and give your opinion ok > [...] > 4. (optional) Do the same work for the new prefs added since I worked on > this (19.06.00.044 - f4254cca37) This is great, you got the exact version!! :D That's what I didn't know how to reliably find. > 5. Remove the "no" (and "not sure") and provide a patch for Hea. Thanks for the plan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 17:01:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 15:01:33 +0000 Subject: [Koha-bugs] [Bug 25427] New: Make authority subfield management interface consistent MARC view Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427 Bug ID: 25427 Summary: Make authority subfield management interface consistent MARC view 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 When editing MARC frameworks, the table of tag subfields includes a link in the subfield code column and an edit button alongside the delete button. The authority MARC subfield structure admin page should be made consistent with this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 17:25:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 15:25:18 +0000 Subject: [Koha-bugs] [Bug 25427] Make authority subfield management interface consistent MARC view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 17:25:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 15:25:21 +0000 Subject: [Koha-bugs] [Bug 25427] Make authority subfield management interface consistent MARC view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427 --- Comment #1 from Owen Leonard --- Created attachment 104603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104603&action=edit Bug 25427: Make authority subfield management interface consistent MARC view This patch makes a couple of minor changes to the authority MARC subfield structure administration interface to make it more consistent with the corresponding MARC subfield interface. To test, apply the patch and go to Administration -> Authority types. - Pick an authority type to edit, for instance PERSO_NAME, and choose 'MARC structure' from the Actions menu. - Pick a tag to edit and select "Subfields" from the Actions menu. - In the table of subfields for that tag, each subfield in the first column should link to the edit interface for that subfield (its tab pre-selected). - The "Edit" button in that table should do the same. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 17:48:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 15:48:30 +0000 Subject: [Koha-bugs] [Bug 25426] Return policy by item type following All Libraries rule when conflicting branch-specific rule exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426 --- Comment #1 from Andrew Fuerste-Henry --- Turns out there is not a change in behavior between versions here, just a messy snarl of unexpected rules. Turns out Return Policy is always enforced based on the item's home library. Is that what it *should* do? Should it pick a branch based on CircControl instead? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 17:49:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 15:49:08 +0000 Subject: [Koha-bugs] [Bug 25426] Return policy always follows item home library, does not follow branch indicated by CircControl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Return policy by item type |Return policy always |following All Libraries |follows item home library, |rule when conflicting |does not follow branch |branch-specific rule exists |indicated by CircControl -- You are receiving 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 8 18:12:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:12:08 +0000 Subject: [Koha-bugs] [Bug 25428] New: Escaped HTML shows in authority detail view when subfield is a link Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25428 Bug ID: 25428 Summary: Escaped HTML shows in authority detail view when subfield is a link Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Created attachment 104604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104604&action=edit Screenshot showing the problem In authority records there is the option to designate a subfield as a URL (like we do for 856$u in the default MARC framework). When you view the details of such a record the URL is output to the screen as HTML markup. This is because the script is sending hard-coded HTML to the template and the template outputs is as escaped. Rather than use the $raw filter to make the link work, we should remove the script-generated HTML and do it in the template. -- You are receiving 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 8 18:20:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:20:16 +0000 Subject: [Koha-bugs] [Bug 16512] Route to library alert missing when item is checked in from checkouts list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16512 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |david.roberts at ptfs-europe.c |ity.org |om -- You are receiving 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 8 18:23:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:23:09 +0000 Subject: [Koha-bugs] [Bug 25428] Escaped HTML shows in authority detail view when subfield is a link In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25428 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial 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 8 18:23:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:23:12 +0000 Subject: [Koha-bugs] [Bug 25428] Escaped HTML shows in authority detail view when subfield is a link In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25428 --- Comment #1 from Owen Leonard --- Created attachment 104605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104605&action=edit Bug 25428: Correctly encode link if authority subfield is a URL This patch modifies the script and template for showing the details of an authority record so that if the authority subfield is configured to be a link the link is correctly output in the template. To test you must have an authority type configured with at least one subfield designated as a URL: - Go to Administration -> Authority types - Select "MARC structure" from the actions menu for the authority type you want to modify. - Select "Subfields" from the actions menu for the tag containing the subfield you want to modify (for instance 856). - Edit the subfield you want to display as a link (e.g. subfield u). - In the subfield configuration form under "Advanced constraints" check the "Is a URL" checkbox and save your changes. - Apply the patch and go to Authorities in the staff interface. - Search for or create an authority record which contains URL information in the right subfield (for instance 856$u). - View the details for the record. Using the 856 example, the "8" tab should contain an active link pointing to the correct URL. -- You are receiving 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 8 18:34:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:34:42 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 18:34:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:34:45 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104600|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 104606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104606&action=edit Bug 24963: Terminology: Use "auto-renewal" instead of alternatives This patch updates terminology in the templates so that "auto-renewal" is used instead of "auto renewal" or "autorenewal." To test, apply the patch and set the 'AllowPatronToControlAutorenewal' preference to "allow patrons." - Log in to the OPAC and view the "your account" page. - At the top of the "Checked out" tab you should see controls for turning auto-renewals on and off. The labels should be correct. - Turn off auto-renewals for this patron. - In the staff interface, view the detail page for the patron you updated in the previous step. - In right-hand column of information about the patron you should see "Auto-renewal: Patron has opted out." - Add "&print=brief" to the page URL. Check that auto-renewal information displays correctly on this brief view as well. - Go to Administration -> System preferences. - Under the "Circulation" tab, check that the description of the OPACFineNoRenewalsBlockAutoRenew preference refers to "auto-renewal." - Under the "Patrons" tab, check the description of the AllowPatronToControlAutorenewal refers to "auto-renewal." Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 18:42:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:42:57 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 --- Comment #9 from Owen Leonard --- Created attachment 104607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104607&action=edit Bug 24963: (follow-up) Fix another instance This patch corrects the second instance of "auto renewal" in the description of the AllowPatronToControlAutorenewal system preference. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 18:57:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:57:25 +0000 Subject: [Koha-bugs] [Bug 25429] New: Cleanup Database - remove resolved claims returned from db after X days Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 Bug ID: 25429 Summary: Cleanup Database - remove resolved claims returned from db after X days Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: joy at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Add option to cleanup_database script to removed 'resolved' return claims from the database after a specified number of days. -- You are receiving 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 8 18:57:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:57:57 +0000 Subject: [Koha-bugs] [Bug 25429] Cleanup Database - remove resolved claims returned from db after X days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 18:59:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 16:59:32 +0000 Subject: [Koha-bugs] [Bug 25429] Cleanup Database - remove resolved claims returned from db after X days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #1 from Andrew Fuerste-Henry --- Maybe put the number of days in a syspref, make the cron check the syspref when run? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 19:15:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:15:25 +0000 Subject: [Koha-bugs] [Bug 25430] New: Improve the styling of the claims returned tab Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430 Bug ID: 25430 Summary: Improve the styling of the claims returned tab Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com It has been suggested that it would be useful to add title attributes to the different numbers on the return claims tab in the checkouts and patron details pages. In addition, color coding them ( and removing the slash ) will make the numbers easier to read. -- You are receiving 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 8 19:17:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:17:56 +0000 Subject: [Koha-bugs] [Bug 25430] Improve the styling of the claims returned tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430 Kyle M Hall 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 Fri May 8 19:17:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:17:58 +0000 Subject: [Koha-bugs] [Bug 25430] Improve the styling of the claims returned tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430 --- Comment #1 from Kyle M Hall --- Created attachment 104608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104608&action=edit Bug 25430: Improve the styling of the claims returned tab It has been suggested that it would be useful to add title attributes to the different numbers on the return claims tab in the checkouts and patron details pages. In addition, color coding them ( and removing the slash ) will make the numbers easier to read. Test Plan: 1) Set up return claims for your system 2) Apply this patch 3) View the claims tab for someone with not claims, and someone with claims 4) Note the resolved claims are green and have a "tooltip" when hovered over 5) Note the unresolved claims are green if 0, and yellow if not 0, and also have a "tooltip" -- You are receiving 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 8 19:18:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:18:07 +0000 Subject: [Koha-bugs] [Bug 25430] Improve the styling of the claims returned tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 19:23:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:23:01 +0000 Subject: [Koha-bugs] [Bug 25429] Cleanup Database - remove resolved claims returned from db after X days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 --- Comment #2 from Katrin Fischer --- (In reply to Andrew Fuerste-Henry from comment #1) > Maybe put the number of days in a syspref, make the cron check the syspref > when run? +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 19:41:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:41:59 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 --- Comment #5 from Slava Shishkin --- (In reply to Katrin Fischer from comment #4) > Welcome, Slava! Katrin, thanks for your welcoming in the community! (also thanks Peter for supervising, Nugged for involving, and both for training) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 19:47:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:47:01 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104607|0 |1 is obsolete| | --- Comment #10 from Victor Grousset/tuxayo --- Created attachment 104609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104609&action=edit Bug 24963: (follow-up) Fix another instance This patch corrects the second instance of "auto renewal" in the description of the AllowPatronToControlAutorenewal system preference. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 19:59:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 17:59:27 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #31 from Victor Grousset/tuxayo --- (In reply to Rudolf Byker from comment #21) > Probably your dev environment. I've never had this issue, and I'm using my > own patch. Can you confirm that one should be able to do the following - spin a fresh dev env (who provides the command koha-remove) on master, without any patch - koha-remove MY_INSTANCE - and not have the following error: userdel: user kohadev-koha is currently used by process 864 /usr/sbin/deluser: `/usr/sbin/userdel kohadev-koha' returned error code 8. Exiting. Here are the running process before koha-remove https://copycat.drycat.fr/?c9032e785372c590#4Kc3ir7uygVpWD67jz2huvguZbgWKy5QkYTmhYVPYu1z after https://copycat.drycat.fr/?e42e97345c1dc5c4#tgEsEof33SSxREncJRmtq6XV93QnpcBtmhynUkcYrBL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:00:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:00:17 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 --- Comment #6 from Katrin Fischer --- If you want to, we could add mentored-by: lines to the patch to acknowledge their help. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:09:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:09:18 +0000 Subject: [Koha-bugs] [Bug 25429] Cleanup Database - remove resolved claims returned from db after X days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 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 Fri May 8 20:09:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:09:20 +0000 Subject: [Koha-bugs] [Bug 25429] Cleanup Database - remove resolved claims returned from db after X days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 --- Comment #3 from Kyle M Hall --- Created attachment 104611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104611&action=edit Bug 25429: Cleanup Database - remove resolved claims returned from db after X days Add option to cleanup_database script to removed 'resolved' return claims from the database after a specified number of days. Test Plan: 1) Apply this patch 2) Test cleanup_database with the new --return-claims DAYS option -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:09:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:09:29 +0000 Subject: [Koha-bugs] [Bug 25429] Cleanup Database - remove resolved claims returned from db after X days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 --- Comment #4 from Kyle M Hall --- Created attachment 104612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104612&action=edit Bug 25429: Fix typos, correct spacing, add missing periods for script help -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:47:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:47:01 +0000 Subject: [Koha-bugs] [Bug 25123] MaxFines does not count the current updating fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25123 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #17 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:47:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:47:27 +0000 Subject: [Koha-bugs] [Bug 25223] Ordered.pl can have poor performance on large databases In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25223 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #7 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:47:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:47:50 +0000 Subject: [Koha-bugs] [Bug 20501] Unhighlight in search results when the search terms contain the same word twice removes the word In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20501 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com --- Comment #9 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:50:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:50:07 +0000 Subject: [Koha-bugs] [Bug 24768] "Return claims" column is missing from column configuration page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24768 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #12 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 20:50:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 18:50:17 +0000 Subject: [Koha-bugs] [Bug 24768] "Return claims" column is missing from column configuration page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24768 Joy Nelson 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 Fri May 8 21:12:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:12:00 +0000 Subject: [Koha-bugs] [Bug 23727] Editing course reserve items is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23727 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #48 from Joy Nelson --- Kyle-My rebase failed spectacularly. Can you rebase for 19.11.x? Thanks joy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:27:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:27:43 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104523|0 |1 is obsolete| | --- Comment #15 from David Roberts --- Created attachment 104614 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104614&action=edit Bug 25364: Add "Other" to the gender options in a patron record This patch adds "Other" as an option, and also changes the wording of "None specified" slightly. To test: 1) Apply the patch 2) Check that there is an "Other" radio button in the patron record, and that the wording of "None specified" has changed to "None specified / Prefer not to say". 3) Check that you can save changes to the gender of this patron record, both on create and modify. 4) Check that these changes also work in the Opac Self-Registration functionality. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:29:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:29:08 +0000 Subject: [Koha-bugs] [Bug 24368] Koha::Libraries->pickup_locations needs refactoring/ratifying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24368 --- Comment #4 from Tomás Cohen Arazi --- Created attachment 104615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104615&action=edit Bug 24368: Remove Koha::Libraries->pickup_locations This patch removes the unused method, and cleans the tests. To test: 1. Verify Koha::Libraries->pickup_locations is not used in the code: $ git grep 'Koha::Libraries\->pickup_locations' => SUCCESS: no uses 2. Apply this patch 3. Run: $ kshell k$ prove t/db_dependent/Koha/Libraries.t => SUCCESS: Tests pass! 4. Sign off :-D 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 8 21:29:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:29:12 +0000 Subject: [Koha-bugs] [Bug 24368] Koha::Libraries->pickup_locations needs refactoring/ratifying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24368 --- Comment #5 from Tomás Cohen Arazi --- Created attachment 104616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104616&action=edit Bug 24368: Comprehensive tests for Koha::Template::Plugin::Branches::pickup_locations 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 8 21:33:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:33:33 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104614|0 |1 is obsolete| | --- Comment #16 from David Roberts --- Created attachment 104617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104617&action=edit Bug 25364: Add "Other" to the gender options in a patron record This patch adds "Other" as an option, and also changes the wording of "None specified" slightly. To test: 1) Apply the patch 2) Check that there is an "Other" radio button in the patron record, and that the wording of "None specified" has changed to "None specified / Prefer not to say". 3) Check that you can save changes to the gender of this patron record, both on create and modify. 4) Check that these changes also work in the Opac Self-Registration functionality. Correct typos in previous commit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:37:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:37:06 +0000 Subject: [Koha-bugs] [Bug 24368] Koha::Libraries->pickup_locations needs refactoring/ratifying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24368 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25421 | Depends on| |25421 --- Comment #6 from Tomás Cohen Arazi --- This needs to be removed as it's been replaced by a combination of: - Koha::Biblio->pickup_locations - Koha::Item->pickup_locations The only remaining use was not passing parameters and thus all the logic in there was not used at all [1] This patches removes the method and tests, and also refactor the tests for the (once using this) Koha::Template::Plugin::Branches::pickup_locations method to cover the cases in more detail. [1] See bug 25421 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:37:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:37:06 +0000 Subject: [Koha-bugs] [Bug 25421] Inconsistent return value in Koha::Libraries->pickup_locations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |24368 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24368 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24368 [Bug 24368] Koha::Libraries->pickup_locations needs refactoring/ratifying -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:38:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:38:09 +0000 Subject: [Koha-bugs] [Bug 16962] Remove the use of "onclick" from serial collection template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16962 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #13 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:38:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:38:10 +0000 Subject: [Koha-bugs] [Bug 25421] Make Koha::Item and Koha::Biblio ->pickup_locations return an arrayref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Inconsistent return value |Make Koha::Item and |in |Koha::Biblio |Koha::Libraries->pickup_loc |->pickup_locations return |ations |an arrayref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:41:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:41:17 +0000 Subject: [Koha-bugs] [Bug 20816] Add ability to send custom field(s) containing patron information in SIP patron responses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816 --- Comment #15 from Joy Nelson --- tests don't apply to 19.11.x please rebase if needed in 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:42:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:42:31 +0000 Subject: [Koha-bugs] [Bug 25186] Lots of white space at the bottom of each tab on columns configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25186 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #6 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:43:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:43:01 +0000 Subject: [Koha-bugs] [Bug 5614] Add sections/headings to Patron system preferences tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5614 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #12 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:44:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:44:11 +0000 Subject: [Koha-bugs] [Bug 25172] Koha::Logger init is failing silently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25172 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #32 from Joy Nelson --- not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:45:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:45:21 +0000 Subject: [Koha-bugs] [Bug 25248] Delete All Items should redirect to detail.pl, not additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25248 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #6 from Joy Nelson --- missing dependencies - not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 21:46:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 19:46:54 +0000 Subject: [Koha-bugs] [Bug 25423] Methods update and empty from Koha::Objects are not class methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423 --- Comment #12 from Tomás Cohen Arazi --- Created attachment 104618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104618&action=edit Bug 25423: (follow-up) Fix wrong test This is confusing: why does it pass on all OSs but Debian 8? 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 8 22:35:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:35:08 +0000 Subject: [Koha-bugs] [Bug 25257] Preserve XML prolog in translated files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25257 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com --- Comment #7 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:35:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:35:45 +0000 Subject: [Koha-bugs] [Bug 25224] Add "Large Print" from 008 position 23 to default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25224 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #5 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:37:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:37:39 +0000 Subject: [Koha-bugs] [Bug 25118] Return claims has some translation issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25118 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #14 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:40:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:40:11 +0000 Subject: [Koha-bugs] [Bug 24871] Add new *-installer-*.po translation files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24871 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #15 from Joy Nelson --- 24262 was not backported to 19.11.x I do not believe these are needed in 19.11.x either. not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:40:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:40:36 +0000 Subject: [Koha-bugs] [Bug 24897] Remove es-ES installer data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24897 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #6 from Joy Nelson --- missing dependencies, not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:47:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:47:19 +0000 Subject: [Koha-bugs] [Bug 24909] Add unprivileged route to get a bibliographic record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24909 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #21 from Joy Nelson --- feature not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:48:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:48:04 +0000 Subject: [Koha-bugs] [Bug 25045] Add a way to restrict anonymous access to public routes (OpacPublic behaviour) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25045 --- Comment #26 from Joy Nelson --- missing dependencies, not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:52:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:52:25 +0000 Subject: [Koha-bugs] [Bug 24339] SIP codes are missing from the default payment_types on installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339 --- Comment #21 from Tomás Cohen Arazi --- Created attachment 104619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104619&action=edit [19.11.x] Bug 24339: Add SIP2 payment types for installation Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:52:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:52:32 +0000 Subject: [Koha-bugs] [Bug 24339] SIP codes are missing from the default payment_types on installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339 --- Comment #22 from Tomás Cohen Arazi --- Created attachment 104620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104620&action=edit [19.11.x] Bug 24339: Remove SIP payment types from staff pay screens Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:52:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:52:42 +0000 Subject: [Koha-bugs] [Bug 24339] SIP codes are missing from the default payment_types on installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339 --- Comment #23 from Tomás Cohen Arazi --- Created attachment 104621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104621&action=edit [19.11.x] Bug 24339: Do not assume there are exactly 3 SIP* AVs Update DB entry 19.06.00.017: We created SIP* AV from accountlines if '^Pay[[:digit:]]{2}$', so I think we should assume that more than SIP00, SIP01, SIP02 can exist. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:53:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:53:49 +0000 Subject: [Koha-bugs] [Bug 25434] New: When viewing cart on small screen sizes selections-toolbar is hidden Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25434 Bug ID: 25434 Summary: When viewing cart on small screen sizes selections-toolbar is hidden 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 On very small screen size (608px or less) and viewing your cart (opac-basket.pl) the selections-toolbar is set to 'display: none'. If a user is using a device with a small screen they are unable to perform some actions like: -Select All -Clear All -Remove items -Add to list -Place hold -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:56:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:56:49 +0000 Subject: [Koha-bugs] [Bug 25274] JavaScript error in OPAC cart when more details are shown In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25274 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #5 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:57:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:57:06 +0000 Subject: [Koha-bugs] [Bug 21927] Acq: Allow blank values in pull downs in the item form when subfield is mandatory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21927 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com --- Comment #8 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:57:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:57:24 +0000 Subject: [Koha-bugs] [Bug 24957] OpenLibrarySearch shouldnt display if nothing is returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24957 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #11 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:57:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:57:39 +0000 Subject: [Koha-bugs] [Bug 25211] Missing share icon on OPAC lists page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25211 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #12 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:57:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:57:58 +0000 Subject: [Koha-bugs] [Bug 25276] Correct hover style of list share button in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25276 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #7 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 22:58:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 20:58:13 +0000 Subject: [Koha-bugs] [Bug 25233] Staff XSLT material type label "Book" should be "Text" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25233 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #17 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:07:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:07:17 +0000 Subject: [Koha-bugs] [Bug 5161] Patron attributes clearing if duplicate warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5161 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #15 from Joy Nelson --- errors when applying to 19.11.x please rebase if needed. not backported -- 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 8 23:34:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:34:00 +0000 Subject: [Koha-bugs] [Bug 24750] Instructor search does not return results if a comma is included after surname or if first name is included In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24750 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #12 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:34:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:34:27 +0000 Subject: [Koha-bugs] [Bug 23081] Make items.issues and deleteditems.issues default to 0 instead of null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23081 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #21 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:39:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:39:39 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #30 from David Nind --- (In reply to Jonathan Druart from comment #29) > Sorry David, it should be ok now. Thanks Jonathan - it all works now! Two things I noted: 1) Alternative address section: the email address displays as empty on the patron details page, even though it has a value. 2) Alternative contact section: the address displays with each field listed, rather than as an address block like the contact information and alternative address sections. As both of these reflect the current behaviour, I'm not sure whether you want to fix these in this bug or do separately. Apart from those two points, everything seems to work and I'm happy to sign off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:43:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:43:53 +0000 Subject: [Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #17 from David Roberts --- I've now added the classes and I've set this back to Needs Signoff (wasn't sure if that was necessary or not!) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:48:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:48:59 +0000 Subject: [Koha-bugs] [Bug 24339] SIP codes are missing from the default payment_types on installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #24 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:49:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:49:38 +0000 Subject: [Koha-bugs] [Bug 25250] JS code for checkboxes also affects hidden modules inputs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25250 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #9 from Joy Nelson --- missing dependencies - not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:50:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:50:29 +0000 Subject: [Koha-bugs] [Bug 25249] When viewing a patron's modification log we should see both the MEMBERS and CIRCULATION modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25249 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #5 from Joy Nelson --- missing dependencies - not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:52:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:52:03 +0000 Subject: [Koha-bugs] [Bug 20816] Add ability to send custom field(s) containing patron information in SIP patron responses In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816 --- Comment #16 from Nick Clemens --- Created attachment 104622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104622&action=edit Bug 20816: [19.11.x] Add ability to define custom templated fields in SIP patron responses To test: 1 - You will need to enable SIP on your testing instance cp etc/SIPconfig.xml /etc/koha/sites/kohadev/ sudo koha-start-sip add a user listed in the SIPconfig to your system and give them permissions (superlibrarian works) on koha-testing-docker you should be able to start sip with user koha/koha without any adjustments 2 - If you copied the above file you should be set to get custom field DE with dateexpiry Otherwise edit the sip login for the user to have a custom section like: 3 - send a status test using the sip cli tester: perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l kohalibrary --patron 23529001000463 -m patron_status_request 4 - send an information test using the sip cli tester: perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l kohalibrary --patron 23529001000463 -m patron_information 5 - confirm you receive the DE field with a dateexpiry 6 - Add your own custom fields and confirm it works with several 7 - prove -v t/db_dependent/SIP/Patron.t 8 - prove -v t/db_dependent/SIP/ Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Martin Renvoize Bug 20816: Make SIP tests pass under ES Signed-off-by: Andrew Fuerste-Henry 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 8 23:56:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:56:21 +0000 Subject: [Koha-bugs] [Bug 17232] When creating a new framework from an old one, several fields are not copies (important, link, default value, max length, is URL) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17232 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #6 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 8 23:56:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 21:56:45 +0000 Subject: [Koha-bugs] [Bug 25235] Don't alert when replacing an authority record via Z39.50 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25235 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #6 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:03:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:03:56 +0000 Subject: [Koha-bugs] [Bug 24815] Koha::Cash::Register relations should return sets not undef In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24815 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #21 from Joy Nelson --- not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:11:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:11:32 +0000 Subject: [Koha-bugs] [Bug 25227] SIP server returns wrong error message if item was lost and not checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25227 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #14 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:12:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:12:09 +0000 Subject: [Koha-bugs] [Bug 25229] Elasticsearch should use the authid (record id) rather than the 001 when returning auth search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25229 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #12 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:12:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:12:18 +0000 Subject: [Koha-bugs] [Bug 25229] Elasticsearch should use the authid (record id) rather than the 001 when returning auth search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25229 Joy Nelson 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 Sat May 9 00:12:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:12:42 +0000 Subject: [Koha-bugs] [Bug 25291] Barcode should be escaped everywhere in html code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25291 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com --- Comment #8 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:13:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:13:45 +0000 Subject: [Koha-bugs] [Bug 25282] Menu for Action menubutton in dataTables like MARC frameworks page separated from the button In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25282 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #16 from Joy Nelson --- does not apply to 19.11.x. not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:19:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:19:42 +0000 Subject: [Koha-bugs] [Bug 25032] Generic unhandled exception handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #38 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:20:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:20:37 +0000 Subject: [Koha-bugs] [Bug 25048] Successful resource deletion should return 204 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #13 from Joy Nelson --- missing dependencies - not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:23:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:23:44 +0000 Subject: [Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:23:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:23:45 +0000 Subject: [Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184 --- Comment #12 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:25:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:25:30 +0000 Subject: [Koha-bugs] [Bug 24991] make restart sip start sip if it isn't running In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24991 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |magnus at libriotech.no -- You are receiving 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 11 10:18:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:18:50 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 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 Mon May 11 10:18:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:18:54 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104577|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 104654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104654&action=edit Bug 25400: [< 20.05] Fix cloning of circulation rules This patch is for 19.11 and anterior versions. The clone functionnality does not clone the "already moved rules" maxissueqty and maxonsiteissueqty. Test plan: Clone some circ rules from one branch to another Confirm that all the rules have been copied correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:19:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:19:26 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 --- Comment #10 from Jonathan Druart --- (In reply to Katrin Fischer from comment #8) > Hi Jonathan, I've tested this, but it doesn't work for me when I copy from > "All libraries" to any other library. Copying from library A to library B > works well. Indeed, should be fixed now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:31:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:31:31 +0000 Subject: [Koha-bugs] [Bug 24991] make restart sip start sip if it isn't running In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24991 --- Comment #2 from Magnus Enger --- I think this needs to be updated after bug 24993 got pushed? -- You are receiving 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 11 10:34:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:34:56 +0000 Subject: [Koha-bugs] [Bug 25421] Make Koha::Item and Koha::Biblio ->pickup_locations return an arrayref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |jonathan.druart at bugs.koha-c |y.org |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:50:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:50:06 +0000 Subject: [Koha-bugs] [Bug 25435] New: Layn gans Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25435 Bug ID: 25435 Summary: Layn gans Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: bugs.koha-community.org Assignee: koha-bugs at lists.koha-community.org Reporter: zubirramli12 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104623&action=edit Hai -- You are receiving 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 9 00:39:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:39:11 +0000 Subject: [Koha-bugs] [Bug 25149] The Zebra language option for Greek should be 'el', not 'gr' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25149 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #7 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:33:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:33:56 +0000 Subject: [Koha-bugs] [Bug 25231] Don't alert when replacing a bibliographic record via Z39.50 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25231 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #8 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 00:18:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 22:18:14 +0000 Subject: [Koha-bugs] [Bug 12093] Add css classes to item statuses in detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12093 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27157|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 9 00:25:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:25:57 +0000 Subject: [Koha-bugs] [Bug 23495] SMS Provider should show on moremember.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23495 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #6 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:34:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22: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 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #20 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:49:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:49:30 +0000 Subject: [Koha-bugs] [Bug 23137] Elasticsearch - should have command line tool to reset mappings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23137 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #15 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:40:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:40:51 +0000 Subject: [Koha-bugs] [Bug 25271] Add floating toolbar to OPAC cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25271 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #11 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 12:55:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 10:55: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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marie-luce.laflamme at inlibro | |.com --- Comment #2 from Katrin Fischer --- I was about to file a new bug for this as we discussed the use of this tool in context of 'quarantining' books. I think having the option to use datelastseeen (updated on checkin) would be very helpful to enable us to make the necessary status change. But the other columns listed also create ideas for use cases. -- You are receiving 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 10 00:16:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 22:16:53 +0000 Subject: [Koha-bugs] [Bug 25389] Inconsistent naming of account_credit_type for lost and returned items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25389 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #2 from Katrin Fischer --- Martin, I think you would be probably the best to have a look here - I am a little lost with the new status still. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 00:16:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 22:16:23 +0000 Subject: [Koha-bugs] [Bug 12093] Add css classes to item statuses in detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12093 --- Comment #4 from David Roberts --- Created attachment 104629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104629&action=edit Bug 12093: Add css classes to item statuses in detail view This patch adds classes where necessary to detail.pl To test: 1) Apply patch 2) View source of /cgi-bin/koha/catalogue/detail.pl to check that there are no orphaned statuses without classes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:27:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:27:18 +0000 Subject: [Koha-bugs] [Bug 21294] Indentify boolean fields on the DB structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21294 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #14 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:30:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:30:01 +0000 Subject: [Koha-bugs] [Bug 25281] Use modal confirmation when deleting a list in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25281 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #6 from Joy Nelson --- not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:33:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:33:39 +0000 Subject: [Koha-bugs] [Bug 25072] Printing details.tt is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25072 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | --- Comment #9 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 12:20:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 10:20:11 +0000 Subject: [Koha-bugs] [Bug 24331] Internal server error when placing hold on item if itemtype undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24331 --- Comment #6 from Katrin Fischer --- I've added an item about this to the next dev meeting agenda: https://wiki.koha-community.org/wiki/Development_IRC_meeting_20_May_2020#Agenda Please feel free to add any arguments to it! Goal would be to move towards a general guideline here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:49:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:49:45 +0000 Subject: [Koha-bugs] [Bug 24908] Allow fetching text-formatted MARC data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24908 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #8 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:33:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:33:04 +0000 Subject: [Koha-bugs] [Bug 25300] Edit details in "Library use" section uses bad $op for Expiration Date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25300 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | CC| |joy at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #6 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving 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 10 01:02:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 23:02:51 +0000 Subject: [Koha-bugs] [Bug 25416] Add information about anonymous session for XSLT use In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416 --- Comment #5 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #3) > I've been curious about this one as I have been wondering about a similar > feature that would require some configuration information to the the XSLT. > We have some similar features for passing XSLT variables (system > preferences, authorised value descriptions) to MARCXML in XSLT.pm, but this > patch doesn't touch the file. Is there a reason? Also missing tests :) It is totally related to injecting sysprefs, as it happens in the same method. It is just an extra variable Julian seems to have added a while ago, and this patch is just making use of it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 00:17:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 22:17:58 +0000 Subject: [Koha-bugs] [Bug 12093] Add css classes to item statuses in detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12093 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #5 from David Roberts --- A great deal of the original patch is now obsolete. I've worked through the file and added classes where I think they are necessary - hopefully I haven't missed too many. I can't think of a nice way to test this, other than to view the page source so I hope that is OK. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 01:21:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 23:21:56 +0000 Subject: [Koha-bugs] [Bug 25434] When viewing cart on small screen sizes selections-toolbar is hidden In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25434 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |lucas 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 10 20:50:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 18:50:49 +0000 Subject: [Koha-bugs] [Bug 13547] Item field 'Materials specified' would be useful to see in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 --- Comment #25 from Devinim --- Hi Katrin, Bug number is wrong in the document. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:25:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:25:26 +0000 Subject: [Koha-bugs] [Bug 25234] Update OPAC search results pagination with aria labels In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25234 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #9 from Joy Nelson --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 00:42:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 22:42:53 +0000 Subject: [Koha-bugs] [Bug 25450] New: Apa geh gw ini Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25450 Bug ID: 25450 Summary: Apa geh gw ini 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: tnclown414 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104641&action=edit Bodo amat -- You are receiving 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 9 00:30:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:30:57 +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 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #58 from Joy Nelson --- not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:46:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:46:34 +0000 Subject: [Koha-bugs] [Bug 24980] Date formatting from JS - use timezone only with dates with offset In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #30 from Joy Nelson --- does not apply cleanly to 19.11 not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:30:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:30:30 +0000 Subject: [Koha-bugs] [Bug 25110] Allow patrons to add star ratings to titles on their summary/checkout page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25110 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #20 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:50:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:50:55 +0000 Subject: [Koha-bugs] [Bug 25297] Consistent return value in K::A::Order->current_item_level_holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25297 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #9 from Joy Nelson --- not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:33:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:33:23 +0000 Subject: [Koha-bugs] [Bug 25299] Date not showing on Details page when patron is going to expire In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25299 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #8 from Joy Nelson --- Backported to 19.11.x for 19.11.06 -- You are receiving 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 9 01:08:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 23:08:24 +0000 Subject: [Koha-bugs] [Bug 24808] Untranslatable strings in results.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24808 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #5 from Joy Nelson --- koha-tmpl/intranet-tmpl/prog/js/pages/results.js does not exist in 19.11 patch not applicable to 19.11 not backported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:29:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:29:44 +0000 Subject: [Koha-bugs] [Bug 25280] Use modal confirmation when removing share from a list in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25280 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #6 from Joy Nelson --- not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:39:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:39:37 +0000 Subject: [Koha-bugs] [Bug 25002] JS Includes should be wrapped with template comments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25002 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #12 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 12:21:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 10:21:14 +0000 Subject: [Koha-bugs] [Bug 25440] New: Remove undef and CGI warnings and fix defaults in circulation rules Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25440 Bug ID: 25440 Summary: Remove undef and CGI warnings and fix defaults in circulation rules Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Circulation Assignee: nugged at gmail.com Reporter: nugged at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com I am proposing a set of fixes, which I found when doing another mine complicated circulation rules task: I will post separate patches one-by-one with explanations here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:40:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:40:04 +0000 Subject: [Koha-bugs] [Bug 25294] Don't show deletion button if user can't delete suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25294 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #5 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 00:50:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:50:03 +0000 Subject: [Koha-bugs] [Bug 24043] ILL module can't show requests from more than one backend In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24043 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable CC| |joy at bywatersolutions.com --- Comment #24 from Joy Nelson --- backported to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 13:30:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 11:30:44 +0000 Subject: [Koha-bugs] [Bug 25442] New: Koha history ends in November 2019 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25442 Bug ID: 25442 Summary: Koha history ends in November 2019 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: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org The last entry in the history.txt on master is: 1069 1574336176 November 21 2019 Lisette Scheer becomes the 413th developer to have a patch pushed developer I think it probably needs a bit of updating! -- You are receiving 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 9 00:40:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 08 May 2020 22:40:26 +0000 Subject: [Koha-bugs] [Bug 25166] Add aria-hidden = "true" to Font Awesome icons in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25166 Joy Nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #12 from Joy Nelson --- enhancement not backported to 19.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:48:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:48:15 +0000 Subject: [Koha-bugs] [Bug 25418] Backdated check out date loses time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418 --- Comment #4 from Jonathan Druart --- and minutes != 59 (to make the time part != 23:59) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:54:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:54:03 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #31 from Jonathan Druart --- We should fix them on a separate bug report, to make the bug fixes easily backportable. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 13:44:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 11:44:32 +0000 Subject: [Koha-bugs] [Bug 25445] New: Avoid use of "item" when not talking about items (holdings) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25445 Bug ID: 25445 Summary: Avoid use of "item" when not talking about items (holdings) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr In translation we don't have a lot of context to work from. At the most, we see the file a string comes from, but that is not always helpful. There are certain words that can be used in English in different contexts, but would require different translations in other languages. Item is such an example. It would be nice if we could avoid using items when we are not talking about holdings. These two strings listed below refer to when selecting no 'item' for adding to a list/cart from the result list: koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc: var MSG_NO_RECORD_SELECTED = _("No item was selected"); koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc: var MSG_NO_RECORD_SELECTED = _("No item was selected"); Maybe we could use - no record - no title - no search result entry ? instead. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 03:29:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 01:29:52 +0000 Subject: [Koha-bugs] [Bug 25416] Add information about anonymous session for XSLT use In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416 --- Comment #6 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #3) > I've been curious about this one as I have been wondering about a similar > feature that would require some configuration information to the the XSLT. > We have some similar features for passing XSLT variables (system > preferences, authorised value descriptions) to MARCXML in XSLT.pm, but this > patch doesn't touch the file. Is there a reason? Also missing tests :) I will add tests. I wanted your opinion on the feature first, as the tests are the most difficult bit here. Specially on this area -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 17:22:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 15:22:38 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 --- Comment #9 from Slava Shishkin --- Created attachment 104634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104634&action=edit Bug 25409: Add missing “Required” text and “required” classes Highlight text with red by adding “required” class to the label and added red “Required” text next to select field in "onboardingstep5.tt" template. To test: 1) Start new installation. During onboarding tool phase you will be requested to create a new circulation rule. 2) Observe that "Units" label has no "required" class and that there’s no “Required” text next to a select field. 3) Apply patch. 4) Repeat step 2 (you can reload circulation rule creation page). 5) Observe the error is gone. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 17:23:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 15:23:04 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 Slava Shishkin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 14:19:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 12:19:37 +0000 Subject: [Koha-bugs] [Bug 25449] New: Make itemtype mandatory by default Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25449 Bug ID: 25449 Summary: Make itemtype mandatory by default Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Items without homebranch, holding banch and/or itemtype can cause errors in Koha that are not all caught (and probably never will). As we ship Koha with item-level_itypes = item and this is the most common setting, I suggest to make the itemtype mandatory in our default and additional sample frameworks to help avoid 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 Sun May 10 13:10:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 11:10:08 +0000 Subject: [Koha-bugs] [Bug 25435] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25435 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Layn gans |SPAM Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 00:48:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 22:48:31 +0000 Subject: [Koha-bugs] [Bug 25387] Avoid merge different type of authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 10 13:34:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 11:34:36 +0000 Subject: [Koha-bugs] [Bug 25443] New: Improve translation of "Select the host record to link%s to" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25443 Bug ID: 25443 Summary: Improve translation of "Select the host record to link%s to" Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr Turns into: Select the host record to link%s to This is quite hard to translate. The %s here is the IF, not the title, so you can't move where the title appears if present, which doesn't work in all languages. This is probably due to the used 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 11 04:05:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 02:05:49 +0000 Subject: [Koha-bugs] [Bug 16787] 'Too many holds' message appears inappropriately and is missing data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787 --- Comment #36 from Victor Grousset/tuxayo --- > 4 - The message will be 'Too many holds' Is that valid if my messages are the following? > Too many holds: $EXAMPLE $USER can only place a maximum of 0 total holds. It's for the «itemtype to allow no holds» it's a book went to circ rules and added a rule: all branches, all categories, type books: Holds allowed (total): 0 The other record I get > Too many holds for this record: $EXAMPLE $USER can only place a maximum of 0 hold(s) on this record. It's for the «Holds per record' to 0 for another itemtype/patron combination» it for "music" and I added a rule; all branches, all categories, type music: Holds per record (count): 0 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 04:42:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 02:42:54 +0000 Subject: [Koha-bugs] [Bug 25451] New: Biji Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25451 Bug ID: 25451 Summary: Biji 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: urayrasta21 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104643&action=edit Anjeng Vapak kauo -- You are receiving 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 10 00:47:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 22:47:10 +0000 Subject: [Koha-bugs] [Bug 13547] Item field 'Materials specified' would be useful to see in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 --- Comment #24 from Katrin Fischer --- (In reply to Martin Renvoize from comment #23) > https://wiki.koha-community.org/wiki/Holdings_data_fields_(9xx) likely needs > updating to reflect this bug. Updated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:56:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:56:56 +0000 Subject: [Koha-bugs] [Bug 25452] New: Alternate email contact not displayed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452 Bug ID: 25452 Summary: Alternate email contact not displayed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal 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 The B_email field of a patron is not display on the moremember page (patron view) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:57:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:57:50 +0000 Subject: [Koha-bugs] [Bug 25452] Alternate email contact not displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18789 --- Comment #1 from Jonathan Druart --- Caused by commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789 [Bug 18789] Send a Koha::Patron object to the templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 10:57:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 08:57:50 +0000 Subject: [Koha-bugs] [Bug 18789] Send a Koha::Patron object to the templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25452 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452 [Bug 25452] Alternate email contact not displayed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:17 +0000 Subject: [Koha-bugs] [Bug 25452] Alternate email contact not displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452 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 11 11:00:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:20 +0000 Subject: [Koha-bugs] [Bug 25452] Alternate email contact not displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452 --- Comment #2 from Jonathan Druart --- Created attachment 104655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104655&action=edit Bug 25452: Restore alternate address email display Broken since commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Test plan: Create or modify a patron, fill the "email" field of the "alternate address" block (B_email) Go to the detail view of the patron => Without this patch the email is not display => With this patch applied you see it! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:37 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25452 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:37 +0000 Subject: [Koha-bugs] [Bug 25452] Alternate email contact not displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25070 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:50 +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 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:53 +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 #95 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:55 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:57 +0000 Subject: [Koha-bugs] [Bug 17853] MARC21: Don't remove () from link text for 780/785 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853 --- Comment #25 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:00:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:00:59 +0000 Subject: [Koha-bugs] [Bug 19312] Typo in UNIMARC field 121a plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:01 +0000 Subject: [Koha-bugs] [Bug 19312] Typo in UNIMARC field 121a plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312 --- Comment #4 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:03 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:05 +0000 Subject: [Koha-bugs] [Bug 24098] Standardize Fines/Fees & Charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098 --- Comment #7 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:07 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:09 +0000 Subject: [Koha-bugs] [Bug 24963] Terminology: auto renewal, auto-renewal or autorenewal? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963 --- Comment #12 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:11 +0000 Subject: [Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:13 +0000 Subject: [Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 --- Comment #31 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:15 +0000 Subject: [Koha-bugs] [Bug 25099] Sending a LANG variable to plug-in template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:17 +0000 Subject: [Koha-bugs] [Bug 25099] Sending a LANG variable to plug-in template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 --- Comment #17 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:20 +0000 Subject: [Koha-bugs] [Bug 25130] Reason for accepting/rejecting a suggestion is not visible when viewing (not editing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25130 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:21 +0000 Subject: [Koha-bugs] [Bug 25130] Reason for accepting/rejecting a suggestion is not visible when viewing (not editing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25130 --- Comment #5 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:23 +0000 Subject: [Koha-bugs] [Bug 25157] delete_patrons.pl is never quiet, even when run without -v In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25157 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:25 +0000 Subject: [Koha-bugs] [Bug 25157] delete_patrons.pl is never quiet, even when run without -v In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25157 --- Comment #4 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:27 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:29 +0000 Subject: [Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325 --- Comment #16 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:31 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:33 +0000 Subject: [Koha-bugs] [Bug 25327] Cannot access API spec In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327 --- Comment #9 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:35 +0000 Subject: [Koha-bugs] [Bug 25343] Use of item in review/comment feature is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:36 +0000 Subject: [Koha-bugs] [Bug 25343] Use of item in review/comment feature is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343 --- Comment #4 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:38 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:40 +0000 Subject: [Koha-bugs] [Bug 25388] There is no link for the "online help" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388 --- Comment #11 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:42 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:01:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:01:44 +0000 Subject: [Koha-bugs] [Bug 25410] MARC21 out of sync intranet/opac subfield descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410 --- Comment #4 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:03:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:03:12 +0000 Subject: [Koha-bugs] [Bug 25070] Include files to display address and contact must be refactored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 --- Comment #32 from Jonathan Druart --- (In reply to David Nind from comment #30) I have fixed: > 1) Alternative address section: the email address displays as empty on the > patron details page, even though it has a value. on bug 25452. I let you open a bug report for the second remark ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:06:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:06:15 +0000 Subject: [Koha-bugs] [Bug 25261] Multiple parts handling - confirmation alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25261 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:10:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:10:59 +0000 Subject: [Koha-bugs] [Bug 25301] Category code is blank when renewing or editing expired/expiring patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25301 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 11 11:11:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:11:03 +0000 Subject: [Koha-bugs] [Bug 25301] Category code is blank when renewing or editing expired/expiring patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25301 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104630|0 |1 is obsolete| | Attachment #104631|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 104656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104656&action=edit Bug 25301: removed useless URI parameter "categorycode" from template Both "Edit details" links were sending empty query parameter "categorycode" as there is no such template parameter in "moremember.pl" defined at all, because template code block looks copy-pasted from "circulation.tt". This patch removes the parameter from "moremember.tt" template. To test: 1) You need to create or find expired or expiring patron. 2) Head to patron details page of that patron. 3) Inspect both "Edit details" links: one in the notification about expiration and other one in the "Expiration date:" field. 4) Observe empty parameter "categorycode=" in those links. 5) Apply patch. 6) Repeat step 3. 7) Check that there's no "categorycode=" in the links anymore. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:11:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:11:08 +0000 Subject: [Koha-bugs] [Bug 25301] Category code is blank when renewing or editing expired/expiring patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25301 --- Comment #10 from Jonathan Druart --- Created attachment 104657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104657&action=edit Bug 25301: removed URI parameter "categorycode" from "circulation.tt" "Edit details" links in patron's circulation check-out page was sending empty query parameter "categorycode" because there is no defined template parameter in "circulation.pl" This patch removes the URI parameter from "circulation.tt" template. To test: 1) You need to create or find expired or expiring patron. 2) Head to patron's circulation check-out page. 3) Inspect "Edit details" link. 4) Observe empty parameter "categorycode=" in that link. 5) Apply patch. 6) Repeat step 3. 7) Check that there's no "categorycode=" in the link anymore. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 11:11:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 09:11:13 +0000 Subject: [Koha-bugs] [Bug 25301] Category code is blank when renewing or editing expired/expiring patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25301 --- Comment #11 from Jonathan Druart --- Created attachment 104658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104658&action=edit Bug 25301: removed URI parameter "categorycode" from the toolbar 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 11 08:29:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 06:29:26 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104548|0 |1 is obsolete| | --- Comment #428 from Aleisha Amohia --- Created attachment 104649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104649&action=edit Bug 19532: Recalls objects and tests Getter and setter methods and other object methods for Koha Recalls, plus tests for these -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 11 08:40:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 11 May 2020 06:40:05 +0000 Subject: [Koha-bugs] [Bug 25451] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25451 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|Biji |SPAM -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun May 10 12:12:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 10:12:48 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25389 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25389 [Bug 25389] Inconsistent naming of account_credit_type for lost and returned items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 9 06:44:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 09 May 2020 04:44:07 +0000 Subject: [Koha-bugs] [Bug 25436] Google SSO In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25436 Inspiria changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://34.87.38.22:8080/cgi | |-bin/koha/admin/preferences | |.pl?tab=admin Deadline| |2020-05-13 -- You are receiving 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 10 12:12:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 10:12:48 +0000 Subject: [Koha-bugs] [Bug 23805] Add a dedicated credit_types table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23805 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25389 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25389 [Bug 25389] Inconsistent naming of account_credit_type for lost and returned items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 10 10:22:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 10 May 2020 08:22:50 +0000 Subject: [Koha-bugs] [Bug 25409] Required dropdown missing "required" class near label In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409 --- Comment #8 from Andrew Nugged --- Guys (Slava/Petro): please also repeat the same fix for "Units: days/hours"
GRUP
FRIENDS CYBER MUSLIM - FRI3NDS CYBER ARMY - System Attack Indonesia - BUFF - CYBER MUSLIM TEAM
308: 309:

tap for more
310: 311: % if (@{app->log->history}) { 312:
313: 314: % for my $msg (@{app->log->history}) { 315: 316: + -- You are receiving 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 14 10:42:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 08:42:08 +0000 Subject: [Koha-bugs] [Bug 24289] Deleting branch will not delete entry in special or repeatable holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24289 --- Comment #15 from Jonathan Druart --- (In reply to Pablo AB from comment #14) > On December I installed an instance based on koha stable without any issue. > Today I get this error on web installer, while adding sample data. Seems > related to this bug: > > sample_libraries_holidays.sql > [Wed May 13 19:24:37 2020] install.pl: DBD::mysql::st execute failed: Cannot > add or update a child row: a foreign key constraint fails > (`koha_mylibrary`.`repeatable_holidays`, CONSTRAINT > `repeatable_holidays_ibfk_1` FOREIGN KEY (`branchcode`) REFERENCES > `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE) at > /usr/share/perl5/DBIx/RunSQL.pm line 273. Did you pick the sample libraries as well? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 10:45:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 08:45:01 +0000 Subject: [Koha-bugs] [Bug 10337] Add a script to insert all sample data automatically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10337 --- Comment #17 from Jonathan Druart --- (In reply to David Cook from comment #16) > Should this script be removed now that we use misc4dev? Related bug removed it -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 10:50:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 08:50:36 +0000 Subject: [Koha-bugs] [Bug 24167] We should support installation on Debian 10 [OMNIBUS] In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24167 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25482 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 [Bug 25482] Wrong permissions in spec break Plack on Debian 10 -- You are receiving 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 14 10:50:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 08:50:36 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |24167 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24167 [Bug 24167] We should support installation on Debian 10 [OMNIBUS] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 10:52:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 08:52:08 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #7 from Jonathan Druart --- So in my understand this is a duplicate of bug 25481. The error was a bit cryptic however "Unable to load schema 'paths.json'". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 10:53:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 08:53:06 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |blocker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:02:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:02:10 +0000 Subject: [Koha-bugs] [Bug 25481] Plack does not setup correctly (D10) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25482 -- You are receiving 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 14 11:02:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:02:10 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25481 --- Comment #8 from Jonathan Druart --- Tomas, I still get the issue describe in the bug report: start-stop-daemon: matching only on non-root pidfile /var/run/koha/kohadev/plack.pid is insecure [FAIL] Error: Plack not running for kohadev: failed! So I think what you fixed belonged to bug 25481 actually. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:05:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:05:35 +0000 Subject: [Koha-bugs] [Bug 25493] Koha::Logger is not suitable for using as Mojo::Log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |jonathan.druart at bugs.koha-c | |ommunity.org CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:08:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:08:28 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #11 from Jonathan Druart --- Kelly's error exists with and without the patch (if strict_sql_modes is set). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:09:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:09:32 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 --- Comment #12 from Jonathan Druart --- (In reply to Jonathan Druart from comment #11) > Kelly's error exists with and without the patch (if strict_sql_modes is set). Well, at least without the patch, I did not try with the patch applied. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:18:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:18:25 +0000 Subject: [Koha-bugs] [Bug 25040] Problematic current_timestamp syntax generated by DBIx::Class::Schema::Loader In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25040 --- Comment #25 from Jonathan Druart --- Lucas, it's a POD warning, you can ignore it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:48:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:48:49 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- We expect $u to be the link of the resource, a link is made around the resource. If you put your link directly in $u, you will have a link built automatically. Is not it what you want? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:52:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:52:10 +0000 Subject: [Koha-bugs] [Bug 25500] New: Hanz Gans Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25500 Bug ID: 25500 Summary: Hanz Gans Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: Hanzgans404 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 104872 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104872&action=edit Hacked By Hanz Solo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 11:54:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 09:54:28 +0000 Subject: [Koha-bugs] [Bug 14564] Export configuration: Unfortunately, no backups are available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14564 Tomáš Wünsch changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |--- Status|CLOSED |REOPENED CC| |fraktik at gmail.com --- Comment #12 from Tomáš Wünsch --- IMHO it would be at least mentioned at GUI (/cgi-bin/koha/tools/export.pl), next to "Unfortunately, no backups are available.". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:09:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:09:29 +0000 Subject: [Koha-bugs] [Bug 25496] IDreamBooksResults rating results breaks OPAC page JS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25496 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Jonathan Druart --- See bug 24854, it has been removed as it's no longer working. *** This bug has been marked as a duplicate of bug 24854 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:09:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:09:29 +0000 Subject: [Koha-bugs] [Bug 24854] Remove IDreamBooks integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24854 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tgoatley at gmail.com --- Comment #10 from Jonathan Druart --- *** Bug 25496 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 14 12:10:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:10:43 +0000 Subject: [Koha-bugs] [Bug 24854] Remove IDreamBooks integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24854 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #11 from Jonathan Druart --- (In reply to Joy Nelson from comment #9) > not backported to 19.11.x Joy, regarding bug 25496 maybe we should remove it from stable branches as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:15:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:15:12 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #5 from Marjorie Barry-Vila --- (In reply to Jonathan Druart from comment #4) > We expect $u to be the link of the resource, a link is made around the > resource. > > If you put your link directly in $u, you will have a link built > automatically. Is not it what you want? Hi Jonathan, Sometimes the url is very long and being able to register html tags allows you to see only a short text replacing the url. Is there an existing parameter not to see the complete url in the url item field? As for the marc field 856$u and 856$y? Marjorie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:19:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:19:02 +0000 Subject: [Koha-bugs] [Bug 25499] Fund code column is empty when closing a budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11714 CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart --- It seems that budget_code_indent has been added to this template by commit a12e96e938c9203e5fb98d7ab74e77d0b22f34ba Bug 12164: Move the budget period clone logic into C4::Budgets Pushed on Jul 24 2014 but dropped by commit 32bd54a7cadcf90be797afa1a8e9f1bf83c6ee57 Bug 11714 - GetBudgetHierarchy needs optimization Pushed on Oct 31 2014 They certainly overlapped during the SO+QA process I think your patch is correct. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11714 [Bug 11714] GetBudgetHierarchy needs optimization -- You are receiving 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 14 12:19:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:19:02 +0000 Subject: [Koha-bugs] [Bug 11714] GetBudgetHierarchy needs optimization In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11714 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25499 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499 [Bug 25499] Fund code column is empty when closing a budget -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:31:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:31:52 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #6 from Jonathan Druart --- Salut Marjorie, If you turn URLLinkText off, the "Link to resource" link will be displayed instead of the URL. I think it's what you are searching for. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:37:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:37:49 +0000 Subject: [Koha-bugs] [Bug 25444] Before and course reserve values are not correctly shown In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25444 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Can you detail what you expect? -- You are receiving 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 14 12:39:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:39:41 +0000 Subject: [Koha-bugs] [Bug 25444] Before and course reserve values are not correctly shown In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25444 --- Comment #2 from Jonathan Druart --- It shows: "Children's Area (General Stacks)" "Children's Area" is the value of the course, and "General Stacks" the original value of the item (and so the value that has been set back). Are we expecting the reverse? "General Stacks (Children's Area)" -- You are receiving 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 14 12:39:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:39:55 +0000 Subject: [Koha-bugs] [Bug 25444] Before and course reserve values are not correctly shown In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25444 Jonathan Druart 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 14 12:42:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:42:28 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Nick Clemens 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 14 12:42:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:42:31 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #9 from Nick Clemens --- Created attachment 104873 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104873&action=edit Bug 25482: Explicitly set macros as not shard during tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:48:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:48:09 +0000 Subject: [Koha-bugs] [Bug 11500] Use dateformat syspref and datepicker on additems.pl (and other item cataloguing pages) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11500 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25473 CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #11 from Jonathan Druart --- I think this patch caused bug 25473. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 [Bug 25473] Can't add order from MARC file, save button does nothing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:48:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:48:09 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11500 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11500 [Bug 11500] Use dateformat syspref and datepicker on additems.pl (and other item cataloguing pages) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:50:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:50:44 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Severity|normal |major -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:52:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:52:17 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #7 from Marjorie Barry-Vila --- (In reply to Jonathan Druart from comment #6) > Salut Marjorie, > > If you turn URLLinkText off, the "Link to resource" link will be displayed > instead of the URL. I think it's what you are searching for. URLLinkText is just for field 856 in biblio notice. Description If the 856 field does not have a subfield 3 or y defined, the OPAC will say ‘Click here to access online.^ If you would like the field to say something else enter that in this field. My problem is for field 952$u (marc21). This code put in 952$u works in 18.05 not in 19.05. Link to the resource I do not understand why it no longer works. Regards Marjorie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 12:59:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 10:59:23 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard at myacpl.org --- Comment #1 from Jonathan Druart --- So basically we have the plugin (cataloguing/value_builder/dateaccessioned.pl) that is using the jQuery selector '$' but it is not defined yet as we have it at the bottom (jsinclude). This can be a serious problems for other pages as well. -- You are receiving 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 14 13:07:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:07:30 +0000 Subject: [Koha-bugs] [Bug 25339] Validate biblionumber on opac-basket.pl and opac-review.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25339 --- Comment #6 from Jonathan Druart --- Why did you pick those 2 scripts? And why only biblionumber? If you want to fix this problem (it is not really an issue imo), you should do it all over the place, where we retrieve a variable that is supposed to be an id and we send it back to the template. I am pretty sure there are others. That being said, I don't see biblionumber passed to the template from opac-review.pl. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:09:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:09:38 +0000 Subject: [Koha-bugs] [Bug 20882] URI column in the items table is limited to 255 characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20882 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #12 from Jonathan Druart --- (In reply to Lucas Gass from comment #11) > backported to 19.05.x for 19.05.09 Lucas, there is a typo in commit 7b3c2d287ace83ac19747e31f858e8b2beccdc2e Bug 20882: DBRev 19.05.08.001 -#!/usr/bin/perl +#!/USr/bin/perl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:24:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:24:59 +0000 Subject: [Koha-bugs] [Bug 17480] UpdateNotForLoanStatusOnCheckin preference requires space after colon In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17480 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20930 -- You are receiving 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 14 13:24:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:24:59 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17480 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:30:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:30:26 +0000 Subject: [Koha-bugs] [Bug 25494] Warnings in advanced editor macros routes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25494 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |17268 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:30:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:30:26 +0000 Subject: [Koha-bugs] [Bug 17268] Advanced cataloging editor - rancor - macros are lost when browser storage cleared In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25494 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25494 [Bug 25494] Warnings in advanced editor macros routes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:32:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:32:14 +0000 Subject: [Koha-bugs] [Bug 25501] New: Wide character in print warning installing translations Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25501 Bug ID: 25501 Summary: Wide character in print warning installing translations Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: bgkriegel at gmail.com QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr Install any translation, (cd misc/translator/; ./translate install fr-FR ) see example output Wide character in print at /../misc/translator/tmpl_process3.pl line 144. Wide character in printf at /.../misc/translator/tmpl_process3.pl line 141. Wide character in print at /.../misc/translator/tmpl_process3.pl line 134 -- You are receiving 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 14 13:32:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:32:52 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104873|0 |1 is obsolete| | --- Comment #10 from Tomás Cohen Arazi --- Created attachment 104874 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104874&action=edit Bug 25482: Explicitly set macros as not shard during 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 Thu May 14 13:38:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:38:24 +0000 Subject: [Koha-bugs] [Bug 25480] koha-create may hide useful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25480 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:38:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:38:28 +0000 Subject: [Koha-bugs] [Bug 25480] koha-create may hide useful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25480 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104840|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 104875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104875&action=edit Bug 25480: Don't hide apache error and display incorrect error When searching if some apache mod are enable we are hiding the error (2> /dev/null) and display an error about the (guessed) missing module. It can lead to wrong tracks, let display the original apache error if there is one. This is linked with https://gitlab.com/koha-community/koha-testing-docker/-/merge_requests/119 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:38:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:38:33 +0000 Subject: [Koha-bugs] [Bug 25501] Wide character in print warning installing translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25501 --- Comment #1 from Bernardo Gonzalez Kriegel --- Created attachment 104876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104876&action=edit Bug 25501: use utf8 for open in tmpl_process3.pl Opening files using "":encoding(UTF-8)" removes the warning "wide character in print" installing translations To test: 1) Verify the error installing translations for any language 2) Apply the patch 3) Repeat 1), check warning is 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 Thu May 14 13:39:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:39:26 +0000 Subject: [Koha-bugs] [Bug 25501] Wide character in print warning installing translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25501 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |bgkriegel at gmail.com |ity.org | Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:40:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:40:11 +0000 Subject: [Koha-bugs] [Bug 25305] Double UTF-8 encoding on translation files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25305 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25501 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:40:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:40:11 +0000 Subject: [Koha-bugs] [Bug 25501] Wide character in print warning installing translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25501 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25305 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:52:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:52:38 +0000 Subject: [Koha-bugs] [Bug 22734] Fund not marked as mandatory when ordering from a staged file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22734 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25473 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 [Bug 25473] Can't add order from MARC file, save button does nothing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:52:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:52:38 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|11500 |22734 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11500 [Bug 11500] Use dateformat syspref and datepicker on additems.pl (and other item cataloguing pages) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22734 [Bug 22734] Fund not marked as mandatory when ordering from a staged file -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:52:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:52:38 +0000 Subject: [Koha-bugs] [Bug 11500] Use dateformat syspref and datepicker on additems.pl (and other item cataloguing pages) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11500 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|25473 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 [Bug 25473] Can't add order from MARC file, save button does nothing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 13:54:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 11:54:22 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 --- Comment #2 from Owen Leonard --- Caused by 22734 in which I moved JavaScript to the footer, ignoring the work I did in Bug 21989, in which I moved JavaScript OUT of the footer because it broke JavaScript. -- You are receiving 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 14 14:04:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:04:29 +0000 Subject: [Koha-bugs] [Bug 25502] New: /advanced_editor/macros doesn't follow coding guidelines Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25502 Bug ID: 25502 Summary: /advanced_editor/macros doesn't follow coding guidelines Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com This development started before the changes we introduced in the guidelines in late 2019, and the major code changes that took place in January 2020. - Attribute mapping logic is now on the Koha::Object-level (the patches implement that, but are not using it) - Related to the above, some helper methods like to_api and to_model are kept, the same for the mappings in the controller, they should all go away - Related to the above, set_from_api and new_from_api should be used instead of using helper to_api and to_model methods in the controller - $c->objects->search doesn't use the to_model and to_api params - Response status codes need to be changed, at least for DELETE operations -- You are receiving 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 14 14:04:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:04:50 +0000 Subject: [Koha-bugs] [Bug 25502] /advanced_editor/macros doesn't follow coding guidelines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25502 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Depends on| |25482 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=25482 [Bug 25482] Wrong permissions in spec break Plack on Debian 10 -- You are receiving 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 14 14:04:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:04:50 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25502 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25502 [Bug 25502] /advanced_editor/macros doesn't follow coding guidelines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:04:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:04:59 +0000 Subject: [Koha-bugs] [Bug 25502] /advanced_editor/macros doesn't follow coding guidelines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25502 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:08:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:08:33 +0000 Subject: [Koha-bugs] [Bug 25502] /advanced_editor/macros doesn't follow coding guidelines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25502 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 104877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104877&action=edit Bug 25502: Adapt Advanced macros routes to current guidelines The original development started before the changes we introduced in the guidelines in late 2019, and the major code changes that took place in January 2020. - Attribute mapping logic is now on the Koha::Object-level (the patches implement that, but are not using it) - Related to the above, some helper methods like to_api and to_model are kept, the same for the mappings in the controller, they should all go away - Related to the above, set_from_api and new_from_api should be used instead of using helper to_api and to_model methods in the controller - $c->objects->search doesn't use the to_model and to_api params - Response status codes need to be changed, at least for DELETE operations Those are fixed by this patch. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/api/v1/advanced_editor_macros.t => SUCCESS: Tests pass! 3. 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 14 14:08:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:08:45 +0000 Subject: [Koha-bugs] [Bug 25502] /advanced_editor/macros doesn't follow coding guidelines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25502 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:17:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:17:27 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 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. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:17:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:17:30 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 --- Comment #3 from Owen Leonard --- Created attachment 104878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104878&action=edit Bug 25473: Move JavaScript out of the footer of addorderiso2709.tt This patch undoes the move of the JavaScript block to the footer made in Bug 22734. The item information tab can include embedded JavaScript for cataloging plugins, and these don't currently work with JS in the footer. To test, apply the patch and test the JavaScript driven features of the "Add to basket from a staged file" page: - Acquisitions -> Vendor -> Basket -> Add to basket from a staged file - MARC and Card previews, select all/clear all - Item information tab: Cataloging plugins for fields like date acquired, barcode - Default accounting details tab: Show inactive control -- You are receiving 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 14 14:18:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:18:20 +0000 Subject: [Koha-bugs] [Bug 25501] Wide character in print warning installing translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25501 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart --- I am used to explicitly specify the encoding when opening the file, but I am fine with this approach as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:18:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:18:29 +0000 Subject: [Koha-bugs] [Bug 25501] Wide character in print warning installing translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25501 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:23:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:23:38 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Plack does not setup |koha-plack not working |correctly (D10) |under D10 --- Comment #1 from Jonathan Druart --- root at 9ff4dd74490d:~$ koha-plack --stop kohadev start-stop-daemon: matching only on non-root pidfile /var/run/koha/kohadev/plack.pid is insecure [FAIL] Error: Plack not running for kohadev: failed! root at 9ff4dd74490d:~$ ls -l /var/run/koha/kohadev/ total 20 drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 May 13 11:14 authorities srw-rw-rw- 1 kohadev-koha kohadev-koha 0 May 13 11:15 authoritysocket drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 May 13 11:14 biblios srw-rw-rw- 1 kohadev-koha kohadev-koha 0 May 13 11:15 bibliosocket -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 13 11:19 kohadev-koha-sip.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 4 May 13 11:15 kohadev-koha-zebra.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 13 11:20 plack.pid srwxr-xr-x 1 kohadev-koha kohadev-koha 0 May 13 11:20 plack.sock Also note that the error message is wrong, plack is running but says it's not. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:24:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:24:34 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #11 from Jonathan Druart --- Swapping this bug report with bug 25481. Comment 0 should be Error while loading /etc/koha/sites/kohadev/plack.psgi: Can't load application from file "/kohadevbox/koha/api/v1/app.pl": Unable to load schema 'paths.json' (paths.json) at /usr/local/share/perl/5.28.1/JSON/Validator.pm line 293. JSON::Validator::_load_schema(JSON::Validator::OpenAPI::Mojolicious=HASH(0x557d435b0668), Mojo::URL=HASH(0x557d439f9570)) called at /usr/local/share/perl/5.28.1/JSON/Validator.pm line 398 JSON::Validator::_resolve(JSON::Validator::OpenAPI::Mojolicious=HASH(0x557d435b0668), Mojo::URL=HASH(0x557d439f9570)) called at /usr/local/share/perl/5.28.1/JSON/Validator.pm line 485 JSON::Validator::_resolve_ref(JSON::Validator::OpenAPI::Mojolicious=HASH(0x557d435b0668), HASH(0x557d43866008), Mojo::URL=HASH(0x557d435b5330)) called at /usr/local/share/perl/5.28.1/JSON/Validator/OpenAPI/Mojolicious.pm line 347 JSON::Validator::OpenAPI::Mojolicious::_resolve_ref(JSON::Validator::OpenAPI::Mojolicious=HASH(0x557d435b0668), HASH(0x557d43866008), Mojo::URL=HASH(0x557d435b5330)) called at /usr/local/share/perl/5.28.1/JSON/Validator.pm line 446 JSON::Validator::_resolve(JSON::Validator::OpenAPI::Mojolicious=HASH(0x557d435b0668), HASH(0x557d43990b70)) called at /usr/local/share/perl/5.28.1/JSON/Validator/OpenAPI/Mojolicious.pm line 61 JSON::Validator::OpenAPI::Mojolicious::load_and_validate_schema(JSON::Validator::OpenAPI::Mojolicious=HASH(0x557d435b0668), Mojo::Home=SCALAR(0x557d43997638), HASH(0x557d435b0f80)) called at /kohadevbox/koha/Koha/REST/V1.pm line 107 Koha::REST::V1::catch {...} ("Duplicate keys not allowed, at character offset 4789 (before "...) called at /usr/share/perl5/Try/Tiny.pm line 123 Try::Tiny::try(CODE(0x557d435b06b0), Try::Tiny::Catch=REF(0x557d3fe78d28)) called at /kohadevbox/koha/Koha/REST/V1.pm line 132 Koha::REST::V1::startup(Koha::REST::V1=HASH(0x557d425daba8)) called at /usr/share/perl5/Mojolicious.pm line 180 Mojolicious::new("Koha::REST::V1") called at /usr/share/perl5/Mojo/Server.pm line 17 Mojo::Server::build_app(Mojo::Server=HASH(0x557d425daa88), "Koha::REST::V1") called at /usr/share/perl5/Mojolicious/Commands.pm line 72 Mojolicious::Commands::start_app("Mojolicious::Commands", "Koha::REST::V1") called at /kohadevbox/koha/api/v1/app.pl line 21 require /kohadevbox/koha/api/v1/app.pl called at (eval 410) line 1 eval 'package Mojo::Server::Sandbox::6e5427f801a8552f3acbea43b397de68; require $path' called at /usr/share/perl5/Mojo/Server.pm line 54 Mojo::Server::load_app(Mojo::Server::PSGI=HASH(0x557d425da470), "/kohadevbox/koha/api/v1/app.pl") called at /etc/koha/sites/kohadev/plack.psgi line 64 Plack::Sandbox::_2fetc_2fkoha_2fsites_2fkohadev_2fplack_2epsgi::__ANON__() called at /usr/share/perl5/Plack/Builder.pm line 118 Plack::Builder::builder(CODE(0x557d3bd895a0)) called at /etc/koha/sites/kohadev/plack.psgi line 66 require /etc/koha/sites/kohadev/plack.psgi called at (eval 16) line 3 eval 'package Plack::Sandbox::_2fetc_2fkoha_2fsites_2fkohadev_2fplack_2epsgi; { my $app = do $_file; if ( !$app && ( my $error = $@ || $! )) { die $error; } $app; } ' called at /usr/share/perl5/Plack/Util.pm line 120 Plack::Util::_load_sandbox("/etc/koha/sites/kohadev/plack.psgi") called at /usr/share/perl5/Plack/Util.pm line 136 Plack::Util::load_psgi("/etc/koha/sites/kohadev/plack.psgi") called at /usr/share/perl5/Plack/Runner.pm line 179 Plack::Runner::__ANON__() called at /usr/share/perl5/Plack/Runner.pm line 24 Plack::Runner::__ANON__() called at /usr/share/perl5/Plack/Runner.pm line 24 Plack::Runner::__ANON__() called at /usr/share/perl5/Plack/Runner.pm line 24 Plack::Runner::__ANON__() called at /usr/share/perl5/Plack/Runner.pm line 24 Plack::Runner::__ANON__() called at /usr/share/perl5/Starman/Server.pm line 174 Starman::Server::child_init_hook(Starman::Server=HASH(0x557d3b6f3df8)) called at /usr/share/perl5/Net/Server/PreFork.pm line 218 Net::Server::PreFork::run_child(Starman::Server=HASH(0x557d3b6f3df8)) called at /usr/share/perl5/Net/Server/PreFork.pm line 183 Net::Server::PreFork::run_n_children(Starman::Server=HASH(0x557d3b6f3df8), 2) called at /usr/share/perl5/Net/Server/PreFork.pm line 107 Net::Server::PreFork::loop(Starman::Server=HASH(0x557d3b6f3df8)) called at /usr/share/perl5/Net/Server.pm line 58 Net::Server::run(Starman::Server=HASH(0x557d3b6f3df8), "port", ARRAY(0x557d3bcfd120), "host", "*", "proto", "tcp", "serialize", ...) called at /usr/share/perl5/Starman/Server.pm line 106 Starman::Server::run(Starman::Server=HASH(0x557d3b6f3df8), CODE(0x557d3b6f3ca8), HASH(0x557d3b6f3a50)) called at /usr/share/perl5/Plack/Handler/Starman.pm line 25 Plack::Handler::Starman::run(Plack::Handler::Starman=HASH(0x557d3b6f3cc0), CODE(0x557d3b6f3ca8)) called at /usr/share/perl5/Plack/Loader/Delayed.pm line 20 Plack::Loader::Delayed::run(Plack::Loader::Delayed=HASH(0x557d3b464db8), Plack::Handler::Starman=HASH(0x557d3b6f3cc0)) called at /usr/share/perl5/Plack/Runner.pm line 277 Plack::Runner::run(Plack::Runner=HASH(0x557d3b3ff348)) called at /usr/bin/starman line 38 Compilation failed in require at (eval 410) line 1. Child process 895 exited with status 2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:26:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:26:09 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #12 from Jonathan Druart --- Tomas, could we improve the error handling and provide a direct hint about which file it problematic? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:34:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:34:22 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | QA Contact|testopia at bugs.koha-communit |jonathan.druart at bugs.koha-c |y.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 14 14:34:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:34:37 +0000 Subject: [Koha-bugs] [Bug 25496] IDreamBooksResults rating results breaks OPAC page JS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25496 --- Comment #2 from Owen Leonard --- > it has been removed as it's no longer working. To be more specific: The service seems to be completely defunct, so fixing this problem in stable versions of Koha is not really worth the effort. The feature should be turned off in existing installations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:34:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:34:53 +0000 Subject: [Koha-bugs] [Bug 25500] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25500 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Hanz Gans |SPAM -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:35:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:35:01 +0000 Subject: [Koha-bugs] [Bug 25500] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25500 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104872|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 14 14:35:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:35:12 +0000 Subject: [Koha-bugs] [Bug 25500] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25500 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:36:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:36:02 +0000 Subject: [Koha-bugs] [Bug 25497] Software error: In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25497 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- 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 Thu May 14 14:36:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:36:10 +0000 Subject: [Koha-bugs] [Bug 25503] New: Add option to export items bundle contents in checkouts table Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503 Bug ID: 25503 Summary: Add option to export items bundle contents in checkouts table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Circulation Assignee: julian.maurice at biblibre.com Reporter: julian.maurice at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Depends on: 24023 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24023 [Bug 24023] Add ability to create bundles of items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:36:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:36:10 +0000 Subject: [Koha-bugs] [Bug 24023] Add ability to create bundles of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24023 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25503 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503 [Bug 25503] Add option to export items bundle contents in checkouts table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:36:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:36:56 +0000 Subject: [Koha-bugs] [Bug 25503] Add option to export items bundle contents in checkouts table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503 --- Comment #1 from Julian Maurice --- Created attachment 104879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104879&action=edit Bug 25503: Add option to export items bundle contents in checkouts table This patch depends on bug 24023 Test plan: 1. Apply bug 24023 + this patch, run updatedatabase && update_dbix. 2. Enable system preference ExportCircHistory 3. Create a biblio record with one item 4. On the biblio details page, click on 'Edit -> Link elements'. Link at least one item 5. Check out the item created at step 3 6. In the checkouts table, check the box in column "Export", choose export format 'MARC with items', check "Export items bundle contents" and click on "Export" button The exported file should contain the biblio and item created at step 3, but also the item linked at step 4 with its biblio record -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:43:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:43:35 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #13 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #12) > Tomas, could we improve the error handling and provide a direct hint about > which file it problematic? I will think about it. The problem is the reporting capabilities from the Mojolicious::Plugin::OpenAPI lib. So it will probably be something to talk to upstream. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:44:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:44:07 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #14 from Tomás Cohen Arazi --- (In reply to Tomás Cohen Arazi from comment #13) > (In reply to Jonathan Druart from comment #12) > > Tomas, could we improve the error handling and provide a direct hint about > > which file it problematic? > > I will think about it. The problem is the reporting capabilities from the > Mojolicious::Plugin::OpenAPI lib. So it will probably be something to talk > to upstream. I'm all with you on this, it took me a while to bisect this and reach the actual error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 14:57:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 12:57:22 +0000 Subject: [Koha-bugs] [Bug 25477] The responsive design in opac-main.tt should be correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25477 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|oleonard at myacpl.org |timothy_alexis.vass at ub.lu.s | |e --- Comment #8 from Owen Leonard --- Don't forget to assign bugs to yourself when you plan to submit a patch. Mark the bug "Needs signoff" when your patch is ready to test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:06:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:06:00 +0000 Subject: [Koha-bugs] [Bug 25477] The responsive design in opac-main.tt should be correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25477 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #9 from Owen Leonard --- Without seeing what our proposed change would do, I assumed based on your comments that you were going to adjust the layout in some way while keeping the existing layout options. I don't think it's a viable solution to change the layout in a way that eliminates the existing choices. Also, your patch adds dummy text to opac-main.tt. If you'd like to test your layouts with dummy text during development you can use the OpacMainUserBlock news location to define content. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:22:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:22:59 +0000 Subject: [Koha-bugs] [Bug 18532] AUTO_RENEWALS should be a patron messaging preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99193|0 |1 is obsolete| | Attachment #99194|0 |1 is obsolete| | --- Comment #40 from Nick Clemens --- Created attachment 104880 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104880&action=edit Bug 18532: Add new letter AUTO_RENEWALS_DGST, new Auto_Renewals in message_attributes, and configured message_transports Signed-off-by: tgoat Signed-off-by: Kelly McElligott Signed-off-by: Marti Fuerst -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:23:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:23:04 +0000 Subject: [Koha-bugs] [Bug 18532] AUTO_RENEWALS should be a patron messaging preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532 --- Comment #41 from Nick Clemens --- Created attachment 104881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104881&action=edit Bug 18532: set auto_renewals as patron messaging preference This patch adds the "Auto renewals" messaging preference on intranet and OPAC, and adds digest feature to misc/cronjobs/automatic_renewals.pl script. To test: 1. apply patches 2. perl installer/data/mysql/updatedatabase.pl 3. make sure automatic renewals are allowed in circ rules, have a positive number of allowed renewals and a positive number for renewal period 4. go to patron categories in administration of staff interface and choose a category. CHECK => in "Default messaging preferences for this patron category" has a "Auto renewals" row and has email and digest options checked 5. grab a patron and go to details page CHECK => patron's messaging preferences has a "Auto renewals" row with email and digest options checked 6. some settings and save 7. go to opac with that same patron to "your messaging" option CHECK => patron's messaging preferences has a "Auto renewals" row, and displays changes made in staff interface. 8. uncheck email and digest from "Auto renewals" row and save 9. check out an item for that patron, and set it as automatic renewal and set due date as your current yesterday 10. perl misc/cronjobs/automatic_renewals.pl -c --send-notices -v SUCCESS => item was renewed, and in message_queue table there is no new message for the patron 11. update patrons messaging preferences and set email option of "Auto renewals" row as checked 12. repeat steps 9 and 10 SUCCESS => item was renewed, but in message_queue table there is a new message of type AUTO_RENEWALS 13. update patrons messaging preferences and set email and digest options of "Auto renewals" row as checked 14. repeat steps 9 and 10 CHECK => item was not renewed 15. run step 10 again, but add -d flag, like this: perl misc/cronjobs/automatic_renewals.pl -c --send-notices -v -d SUCCESS => item was renewed, and in message_queue table there is a new message of type AUTO_RENEWALS_DGST 16. Sign off Signed-off-by: tgoat Signed-off-by: Kelly McElligott Signed-off-by: Kelly McElligott Signed-off-by: Marti Fuerst -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:23:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:23:08 +0000 Subject: [Koha-bugs] [Bug 18532] AUTO_RENEWALS should be a patron messaging preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532 --- Comment #42 from Nick Clemens --- Created attachment 104882 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104882&action=edit Bug 18532: (follow-up) Remove digest switch and add preference -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:23:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:23:13 +0000 Subject: [Koha-bugs] [Bug 18532] AUTO_RENEWALS should be a patron messaging preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532 --- Comment #43 from Nick Clemens --- Created attachment 104883 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104883&action=edit Bug 18532: (follow-up) UNTESTED add individual issues to digest notice This is how I think this works, I did not test this code -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:33:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:33:45 +0000 Subject: [Koha-bugs] [Bug 25504] New: Wrong API spec breaks plack without meaningul error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 Bug ID: 25504 Summary: Wrong API spec breaks plack without meaningul error Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Without the patches from 25482, if you start plack under D10, you get the output from bug 25482 comment 11. We should have something more meaningful to help the debug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:33:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:33:54 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25504 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:33:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:33:54 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningul error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25482 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:39:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:39:12 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningul error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 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 14 15:39:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:39:15 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningul error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 --- Comment #1 from Jonathan Druart --- Created attachment 104884 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104884&action=edit Bug 25504: Crash with the original error if API spec are invalid Bug 24700 put the whole spec validation into a try catch block that hides the original error raised by the JSON validator. If you don't have the patches from bug 25482 and start plack under D10 you will see a huge stacktrace with, lost in the middle: Koha::REST::V1::catch {...} ("Duplicate keys not allowed, at character offset 4789 (before "...) called at /usr/share/perl5/Try/Tiny.pm line 123 The complete output is at bug 25482 comment 11. With this patch, you will get a single line: Error while loading /etc/koha/sites/kohadev/plack.psgi: Can't load application from file "/kohadevbox/koha/api/v1/app.pl": Duplicate keys not allowed, at character offset 4789 (before "editcatalogue": "cre...") at /usr/share/perl5/Mojo/JSON.pm line 39. I am all for stacktraces, but not if the error is hidden ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:48:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:48:16 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wrong API spec breaks plack |Wrong API spec breaks plack |without meaningul error |without meaningful error CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:48:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:48:40 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 --- Comment #2 from Tomás Cohen Arazi --- Should we have regression tests? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:51:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:51:07 +0000 Subject: [Koha-bugs] [Bug 25334] Add generic 'phone' message transport type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104076|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 104885 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104885&action=edit Bug 25334: Add generic 'phone' message transport type As bug 25333 changed the 'phone' transport type to 'talkingtech', we can now re-add 'phone' as a transport type again, and allow it to behave and support the same notices as the email transport type. Test Plan; 1) Apply this patch 2) Run updatedatabase 3) Restart all the things! 4) Disable TalkingTechItivaPhoneNotificationi if enabled 5) Enable new PhoneNotification system preference 6) Go to a patron's messaging preferences, not you can select the 'phone' option for all the same notices as the 'email' option 7) Enable the phone option for all the message types 8) Browser to the Notices and slips editor 9) Add a phone notice version for each notice you wish to test 10) Test some notices ( CHECKIN, CHECKOUT, etc ) 11) Notices should show in the patron's messages as 'phone' notices -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 15:56:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 13:56:14 +0000 Subject: [Koha-bugs] [Bug 25334] Add generic 'phone' message transport type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104885|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 104886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104886&action=edit Bug 25334: Add generic 'phone' message transport type As bug 25333 changed the 'phone' transport type to 'talkingtech', we can now re-add 'phone' as a transport type again, and allow it to behave and support the same notices as the email transport type. Test Plan; 1) Apply this patch 2) Run updatedatabase 3) Restart all the things! 4) Disable TalkingTechItivaPhoneNotificationi if enabled 5) Enable new PhoneNotification system preference 6) Go to a patron's messaging preferences, not you can select the 'phone' option for all the same notices as the 'email' option 7) Enable the phone option for all the message types 8) Browser to the Notices and slips editor 9) Add a phone notice version for each notice you wish to test 10) Test some notices ( CHECKIN, CHECKOUT, etc ) 11) Notices should show in the patron's messages as 'phone' notices -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:09:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:09:10 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:09:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:09:13 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 --- Comment #2 from Jonathan Druart --- Created attachment 104887 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104887&action=edit Bug 25481: Pass --user to start-stop-daemon when a pidfile is used Since D10, the behaviour of start-stop-daemon changed, see from its manual: """ Warning: using this match option with a world-writable pidfile or using it alone with a daemon that writes the pidfile as an unprivileged (non-root) user will be refused with an error (since version 1.19.3) as this is a security risk, because either any user can write to it, or if the daemon gets compromised, the contents of the pidfile cannot be trusted, and then a privileged runner (such as an init script executed as root) would end up acting on any system process. Using /dev/null is exempt from these checks. """ Test plan: koha-plack --restart kohadev should success with this patch. Without this patch you get: start-stop-daemon: matching only on non-root pidfile /var/run/koha/kohadev/plack.pid is insecure -- You are receiving 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 14 16:09:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:09:30 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |blocker --- Comment #3 from Jonathan Druart --- This is blocker for 20.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 14 16:09:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:09:36 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 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 14 16:14:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:14:46 +0000 Subject: [Koha-bugs] [Bug 25338] Koha checks items in when lost fee waived/paid In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25338 --- Comment #2 from Christopher Brannon --- (In reply to Jonathan Druart from comment #1) > Hi Christopher, can you detail THE BIGGEST ISSUE please? This is THE BIGGEST ISSUE I have with this: under no circumstances should waiving or paying for a fee change the status of the item from checked out to checked in. > I guess you have MarkLostItemsAsReturned that is empty. No. It reads: Mark items as returned when flagged as lost from the items tab of the catalog module. > How do you "Waive or pay fee"? Go to the accounts for the patron and waive or pay the fee for the lost item. I'm not sure what else to say. That is pretty straight forward. > I don't manage to recreate the checkin problem on master. I don't know what to tell you. It is happening here under 19.5. -- You are receiving 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 14 16:22:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:22:38 +0000 Subject: [Koha-bugs] [Bug 25338] Koha checks items in when lost fee waived/paid In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25338 --- Comment #3 from Jonathan Druart --- I tried yesterday but failed. There are several ways of paying a fine. Which exact version of 19.05? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:27:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:27:47 +0000 Subject: [Koha-bugs] [Bug 25494] Warnings in advanced editor macros routes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25494 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #2 from Bernardo Gonzalez Kriegel --- (In reply to Tomás Cohen Arazi from comment #1) > > To test: > 1. Run: > $ kshell > k$ prove t/db_dependent/api/v1/advanced_editor_macros.t Can this be tested in a 'legacy' install? No vagrant/docker but a simple dev install Test fails for me, but perhaps I need some other setup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:28:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:28:43 +0000 Subject: [Koha-bugs] [Bug 25505] New: 2020 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25505 Bug ID: 25505 Summary: 2020 Change sponsored?: Seeking developer Product: Koha Version: unspecified Hardware: All URL: http://sxtn.com OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: fvckingsixteen at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 2020 Orig. Est.: 2020.00 Deadline: 2020-05-14 Created attachment 104888 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104888&action=edit Sxtnnnnn Anzaiiii Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2020 [Bug 2020] search.pl chokes on searches with "+and+" in the url -- You are receiving 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 14 16:28:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:28:43 +0000 Subject: [Koha-bugs] [Bug 2020] search.pl chokes on searches with "+and+" in the url In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2020 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Oldversions |--- sixteen16 changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25505 See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25505 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25505 [Bug 25505] 2020 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:30:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:30:27 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 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 14 16:47:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:47:46 +0000 Subject: [Koha-bugs] [Bug 25477] The responsive design in opac-main.tt should be correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25477 --- Comment #10 from Timothy Alexis Vass --- Created attachment 104889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104889&action=edit Real case scenario 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:48:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:48:16 +0000 Subject: [Koha-bugs] [Bug 25477] The responsive design in opac-main.tt should be correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25477 --- Comment #11 from Timothy Alexis Vass --- Created attachment 104890 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104890&action=edit Real case scenario example 2a -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:48:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:48:49 +0000 Subject: [Koha-bugs] [Bug 25477] The responsive design in opac-main.tt should be correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25477 --- Comment #12 from Timothy Alexis Vass --- Created attachment 104891 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104891&action=edit Real case scenario example 2b -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 16:51:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 14:51:05 +0000 Subject: [Koha-bugs] [Bug 25506] New: Perl undef warning on the "About Koha" page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25506 Bug ID: 25506 Summary: Perl undef warning on the "About Koha" page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: About Assignee: slavashishkin at gmail.com Reporter: slavashishkin at gmail.com QA Contact: testopia at bugs.koha-community.org CC: nugged at gmail.com, stalkernoid at gmail.com Perl warning on the "About Koha" page: Use of uninitialized value in string eq at /home/vagrant/kohaclone/about.pl line 220. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:00:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:00:12 +0000 Subject: [Koha-bugs] [Bug 25506] Perl undef warning on the "About Koha" page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25506 --- Comment #1 from Slava Shishkin --- Created attachment 104892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104892&action=edit Bug 25506: Fix for "Use of uninitialized value" in about.pl Perl warning on the "About Koha" page: Use of uninitialized value in string eq at /home/vagrant/kohaclone/about.pl line 220. Fixed by adding additional precheck for C4::Context->config('zebra_auth_index_mode') being Perl's "true". To test: 1) Ensure you don't have "... " in your koha-conf.xml so you will have "C4::Context->config" returning "undef" 2) Go to the "About Koha" page. 3) Observe the warning in the log file. 4) Apply patch. 5) Repeat step 2. 6) Check that previous warning was suppressed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:01:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:01:21 +0000 Subject: [Koha-bugs] [Bug 25506] Perl undef warning on the "About Koha" page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25506 Slava Shishkin 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 14 17:02:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:02:47 +0000 Subject: [Koha-bugs] [Bug 25477] The responsive design in opac-main.tt should be correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25477 --- Comment #13 from Timothy Alexis Vass --- Thank you Owen for the clear guidance and for kindly pointing out the specifics. Thank you also so much for sharing the knowledge about the OpacMainUserBlock news location to define content. Actual information is to be presented in these columns and they are simply too narrow, resulting in 2-3 words per row. I have added 3 more screenshots to show what this looks like in a real case scenario. Because the sidebar needs to present a useful amount of content, which logically requires a certain amount of width, span4 for both the sidebars. Is this possible to achieve the required width other than a span8+span4 layout? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:14:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:14:21 +0000 Subject: [Koha-bugs] [Bug 25273] Elasticsearch Authority matching is returning too many results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273 Frédéric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:27:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:27:01 +0000 Subject: [Koha-bugs] [Bug 25477] The responsive design in opac-main.tt should be correct In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25477 Timothy Alexis Vass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104829|0 |1 is obsolete| | --- Comment #14 from Timothy Alexis Vass --- Created attachment 104893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104893&action=edit Bug 25477: The responsive design in opac-main.tt should be correct @media (min-width:768px) and (max-width:979px): The layouts with columns are too narrow. This patch changes the layout to be span8+span4 and puts OpacNav/OpacNavBottom under Login/OpacNavRight in the right column. To test: 1) Navigate to cgi-bin/koha/opac-main.pl with content in OpacNav/OpacNavBottom and Login/OpacNavRight, or look at the attached screenshots: https://bugs.koha-community.org/bugzilla3/attachment.cgi?bugid=25477&action=viewall&hide_obsolete=1 2) Apply patch. 3) Try different screen widths at 678px and above. 4) Sign off. Sponsored-by: Lunds Universitetsbibliotek -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:38:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:38:07 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #2 from Katrin Fischer --- Hi Kyle, I am seeing a 'partial' breakage in 18.11, could this be related? TinyMCE loads, but when I click on 'link' for example, the pop-up is not formatted nicely and the dev tools report at least 2 files missing, one being: /cgi-bin/koha/tools/themes/advanced/skins/default/dialog.css -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:47:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:47:20 +0000 Subject: [Koha-bugs] [Bug 25120] In system preference editor first tab is now Accounting and not Acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- 19.05.x is not effected by this problem, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:47:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:47:33 +0000 Subject: [Koha-bugs] [Bug 25120] In system preference editor first tab is now Accounting and not Acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:52:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:52:11 +0000 Subject: [Koha-bugs] [Bug 22468] Standardize on labeling ccode table columns as collection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22468 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 --- Comment #6 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 17:56:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 15:56:45 +0000 Subject: [Koha-bugs] [Bug 25007] AmazonCoverImages doesnt check for ISBN in details.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25007 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #24 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 18:02:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:02:17 +0000 Subject: [Koha-bugs] [Bug 24854] Remove IDreamBooks integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24854 --- Comment #12 from Joy Nelson --- This doesn't apply nicely to 19.11.x branch. I wasn't comfortable with my rebasing in opac-detail.tt. If this is necessary for the maintenance branches, I'll need assistance with a rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 18:10:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:10:23 +0000 Subject: [Koha-bugs] [Bug 20101] Cronjob automatic_item_modification_by_age.pl does not log run in action logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20101 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #20 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 18:11:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:11:38 +0000 Subject: [Koha-bugs] [Bug 25507] New: PDF order print for German 2-pages is broken Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507 Bug ID: 25507 Summary: PDF order print for German 2-pages is broken Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org The table with order information is 'out of order' - the column headings don't match the content and it runs wider than the page width. I am trying to see if maybe it's the changes from bug 18736 missing 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 Thu May 14 18:11:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:11:38 +0000 Subject: [Koha-bugs] [Bug 24620] Existing transfers not closed when hold is set to waiting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24620 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #20 from Lucas Gass --- missing dependencies for 19.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 14 18:20:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:20:32 +0000 Subject: [Koha-bugs] [Bug 25507] PDF order print for German 2-pages is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507 --- Comment #1 from Katrin Fischer --- Nope, it's Bug 12110: (follow-up) add French and German translation $titleinfo. ($line->{order_vendornote} ? "\n----------------\nLieferantennotiz : ". $line->{order_vendornote} : '' ), $line->{quantity}, $line->{quantity}, We only need quantity once. -- You are receiving 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 14 18:20:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:20:39 +0000 Subject: [Koha-bugs] [Bug 25507] PDF order print for German 2-pages is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 18:30:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:30:50 +0000 Subject: [Koha-bugs] [Bug 15234] Administrative interface timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15234 Manos PETRIDIS changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |--- Status|RESOLVED |REOPENED --- Comment #3 from Manos PETRIDIS --- It hasn't to do with specific servers, but with the number of the selected servers on the z3950_search.pl page. My current setup is koha 19.11.05.000 on Debian 9 and I still get a message similar to the following if I try to query against a lot (a hundred or more) of z39.50 targets: "Gateway Timeout The gateway did not receive a timely response from the upstream server or application. Apache/2.4.25 (Debian) Server at [address] Port [port]" I wonder, could it be that it has to do with apache settings and isn't strictly a koha problem? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 18:31:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 16:31:37 +0000 Subject: [Koha-bugs] [Bug 15234] Administrative interface timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15234 Manos PETRIDIS changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.20 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:08:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:08:46 +0000 Subject: [Koha-bugs] [Bug 23147] changes made by bug 20044 to addbiblio.pl causing issues for some catalogers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23147 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 Thu May 14 19:14:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:14:06 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #3 from Victor Grousset/tuxayo --- If you don't have the same Koha and/or Debian version we can expect variations. Like only the CSS file missing while the rest is not broken. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:20:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:20:11 +0000 Subject: [Koha-bugs] [Bug 25069] AddressFormat="fr" behavior is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25069 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #9 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:29:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:29:20 +0000 Subject: [Koha-bugs] [Bug 24800] Koha does incomplete checkin when no return date is provided In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24800 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #26 from Lucas Gass --- unit tests wont apply to 19.05.x. I tried both the original unit test patch and the 19.11 rebase. No backport to 19.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:30:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:30:27 +0000 Subject: [Koha-bugs] [Bug 25176] Styling problem with checkout form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25176 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #6 from Lucas Gass --- missing dependencies for 19.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 14 19:33:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:33:50 +0000 Subject: [Koha-bugs] [Bug 25016] Coce should not return a 1-pixel Amazon cover image In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25016 Lucas Gass 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 14 19:33:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:33:50 +0000 Subject: [Koha-bugs] [Bug 25031] Improve handling of multiple covers on the biblio detail page in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25031 Bug 25031 depends on bug 25016, which changed state. Bug 25016 Summary: Coce should not return a 1-pixel Amazon cover image https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25016 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:43:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:43:47 +0000 Subject: [Koha-bugs] [Bug 22660] Allow use of CodeMirror for editing HTML in the news editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22660 Heather changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:46:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:46:25 +0000 Subject: [Koha-bugs] [Bug 10561] DisplayOPACiconsXSLT and DisplayIconsXSLT descriptions should be clearer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10561 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 --- Comment #17 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:49:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:49:31 +0000 Subject: [Koha-bugs] [Bug 18680] sort1/sort1 dropdowns (when mapped to authorized value) have no empty entry In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18680 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable --- Comment #9 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:54:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:54:13 +0000 Subject: [Koha-bugs] [Bug 21211] Patron toolbar does not appear on all tabs in patron account in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21211 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #13 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:56:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:56:56 +0000 Subject: [Koha-bugs] [Bug 13557] Add hint for on-site checkouts to list of current checkouts in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13557 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 19:59:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 17:59:17 +0000 Subject: [Koha-bugs] [Bug 20484] Always show Elasticsearch configuration page when permission is set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20484 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #12 from Lucas Gass --- enhancement will not be backported to 19.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:01:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:01:35 +0000 Subject: [Koha-bugs] [Bug 14369] Only show 'Create labels' link on staged records import when status is 'Imported' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14369 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #12 from Lucas Gass --- doesn't apply to 19.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 14 20:06:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:06:35 +0000 Subject: [Koha-bugs] [Bug 25123] MaxFines does not count the current updating fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25123 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #18 from Lucas Gass --- Tried to rebase tests for 19.05 but cannot make them pass, skipping this one for 19.05.x, if it is needed please rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:09:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:09:46 +0000 Subject: [Koha-bugs] [Bug 25223] Ordered.pl can have poor performance on large databases In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25223 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:09:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:09:55 +0000 Subject: [Koha-bugs] [Bug 25223] Ordered.pl can have poor performance on large databases In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25223 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:14:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:14:00 +0000 Subject: [Koha-bugs] [Bug 20501] Unhighlight in search results when the search terms contain the same word twice removes the word In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20501 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #10 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:15:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:15:37 +0000 Subject: [Koha-bugs] [Bug 24768] "Return claims" column is missing from column configuration page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24768 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #13 from Lucas Gass --- Dependency is missing for 19.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 14 20:17:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:17:13 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:17:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:17:20 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104884|0 |1 is obsolete| | --- Comment #3 from Tomás Cohen Arazi --- Created attachment 104894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104894&action=edit Bug 25504: Crash with the original error if API spec are invalid Bug 24700 put the whole spec validation into a try catch block that hides the original error raised by the JSON validator. If you don't have the patches from bug 25482 and start plack under D10 you will see a huge stacktrace with, lost in the middle: Koha::REST::V1::catch {...} ("Duplicate keys not allowed, at character offset 4789 (before "...) called at /usr/share/perl5/Try/Tiny.pm line 123 The complete output is at bug 25482 comment 11. With this patch, you will get a single line: Error while loading /etc/koha/sites/kohadev/plack.psgi: Can't load application from file "/kohadevbox/koha/api/v1/app.pl": Duplicate keys not allowed, at character offset 4789 (before "editcatalogue": "cre...") at /usr/share/perl5/Mojo/JSON.pm line 39. I am all for stacktraces, but not if the error is hidden ;) 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 14 20:18:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:18:46 +0000 Subject: [Koha-bugs] [Bug 24994] TableExists should be used instead of IF NOT EXISTS in updatedatabase In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24994 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 Thu May 14 20:18:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:18:51 +0000 Subject: [Koha-bugs] [Bug 24994] TableExists should be used instead of IF NOT EXISTS in updatedatabase In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24994 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104846|0 |1 is obsolete| | --- Comment #8 from Tomás Cohen Arazi --- Created attachment 104895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104895&action=edit Bug 24994: Correct DB Updates Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:19:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:19:27 +0000 Subject: [Koha-bugs] [Bug 25186] Lots of white space at the bottom of each tab on columns configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25186 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #7 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 20:22:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 18:22:19 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 21:06:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 19:06:23 +0000 Subject: [Koha-bugs] [Bug 25278] Search fields cache must be separate for different indexes under Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25278 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103700|0 |1 is obsolete| | --- Comment #7 from Victor Grousset/tuxayo --- Created attachment 104896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104896&action=edit Bug 25278: Unit tests Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 21:06:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 19:06:26 +0000 Subject: [Koha-bugs] [Bug 25278] Search fields cache must be separate for different indexes under Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25278 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103699|0 |1 is obsolete| | --- Comment #8 from Victor Grousset/tuxayo --- Created attachment 104897 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104897&action=edit Bug 25278: Retrieve correct search fields for authorities Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 21:06:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 19:06:30 +0000 Subject: [Koha-bugs] [Bug 25278] Search fields cache must be separate for different indexes under Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25278 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103793|0 |1 is obsolete| | --- Comment #9 from Victor Grousset/tuxayo --- Created attachment 104898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104898&action=edit Bug 25278: (follow-up) Fix other occurrences Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 21:09:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 19:09:21 +0000 Subject: [Koha-bugs] [Bug 25016] Coce should not return a 1-pixel Amazon cover image In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25016 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This patch improves the release notes| |display of cover images | |where Coce is enabled and | |Amazon is a source. Where | |the image from Amazon is a | |1x1 pixel placeholder | |(meaning Amazon has no | |image) it is no longer | |displayed. CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 21:10:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 19:10:55 +0000 Subject: [Koha-bugs] [Bug 25278] Search fields cache must be separate for different indexes under Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25278 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net Status|Needs Signoff |Signed Off --- Comment #10 from Victor Grousset/tuxayo --- Applied only the tests; ran => failed Then applied the fix => passed :D (also looked at the code, nothing wrong noticed, though not much was understood ^^") -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 21:53:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 19:53:35 +0000 Subject: [Koha-bugs] [Bug 25505] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25505 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Hours Left|2020.00 |0.00 Resolution|--- |INVALID Summary|2020 |SPAM Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 21:54:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 19:54:14 +0000 Subject: [Koha-bugs] [Bug 25505] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25505 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|ganss, Sxtn | URL|http://sxtn.com | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 22:01:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 20:01:32 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 22:01:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 20:01:38 +0000 Subject: [Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104654|0 |1 is obsolete| | --- Comment #11 from Bernardo Gonzalez Kriegel --- Created attachment 104899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104899&action=edit Bug 25400: [< 20.05] Fix cloning of circulation rules This patch is for 19.11 and anterior versions. The clone functionnality does not clone the "already moved rules" maxissueqty and maxonsiteissueqty. Test plan: Clone some circ rules from one branch to another Confirm that all the rules have been copied correctly Signed-off-by: Bernardo Gonzalez Kriegel Tested on 19.11, no errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 22:30:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 20:30:01 +0000 Subject: [Koha-bugs] [Bug 15234] Administrative interface timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15234 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|REOPENED |RESOLVED --- Comment #4 from Katrin Fischer --- I don't think what you report is related to a Koha session timeout. I think you reach a timeout set on the server when things take too long. I am closing this as the original bug title is not quite right and it looks like a configuration issue. You might want to set timeouts in the configuration of your Z39.50 server to avoid this kind of issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 22:46:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 20:46:18 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #8 from Katrin Fischer --- I've tested in 17.11 and it works, but only 'by accident' because the browser ignores the very invalid HTML it creates: Link to the resource"> Link to the resource The change on master is: Link to resource We are now escaping the content entered in $u. I feel we need a better, different way than adding HTML to this field to be able to specify a link text. Is there a separator we could use? url | linktext ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 22:54:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 20:54:33 +0000 Subject: [Koha-bugs] [Bug 25224] Add "Large Print" from 008 position 23 to default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25224 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #6 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 22:57:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 20:57:05 +0000 Subject: [Koha-bugs] [Bug 25118] Return claims has some translation issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25118 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #15 from Lucas Gass --- Missing dependencies for 19.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 14 22:59:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 20:59:51 +0000 Subject: [Koha-bugs] [Bug 25274] JavaScript error in OPAC cart when more details are shown In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25274 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:04:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:04:06 +0000 Subject: [Koha-bugs] [Bug 24957] OpenLibrarySearch shouldnt display if nothing is returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24957 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #12 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:04:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:04:59 +0000 Subject: [Koha-bugs] [Bug 15234] Gateway Timeout in z3950_search.pl when a Z39.50 query is performed against a large group of targets. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15234 Manos PETRIDIS changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Administrative interface |Gateway Timeout in |timeout |z3950_search.pl when a | |Z39.50 query is performed | |against a large group of | |targets. --- Comment #5 from Manos PETRIDIS --- As "Cataloging" is only available at the administrative interface and not the OPAC -as far as I know- I used the term "administrative" in the original title. I have updated the title to "Gateway Timeout in z3950_search.pl when a Z39.50 query is performed against a large group of targets" as to better reflect the malfunction. I have already set timeouts on all target entries in z3950servers table, but the mere fact that the problem does not arise unless one tries to query a large number of servers shows that it is not a matter of specific servers not timing out, but that koha(?) has a total timeout limit set somewhere. It may well be a matter of configuration as you wrote, but then what is the appropriate system preference to amend so that no such timeout occurs. You have set the status to "Resolved Invalid". Have you tried to recreate the error conditions and discovered that no such error manifests itself in a stock koha configuration? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:06:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:06:16 +0000 Subject: [Koha-bugs] [Bug 25211] Missing share icon on OPAC lists page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25211 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #13 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:09:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:09:18 +0000 Subject: [Koha-bugs] [Bug 15234] Gateway Timeout in z3950_search.pl when a Z39.50 query is performed against a large group of targets. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15234 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, tomascohen at gmail.com --- Comment #6 from Katrin Fischer --- What I meant is that there is no setting in Koha - this is probably more about your server configuration. I'll add some others in hope they will be able to give more insight. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:14:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:14:54 +0000 Subject: [Koha-bugs] [Bug 25233] Staff XSLT material type label "Book" should be "Text" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25233 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 --- Comment #18 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:17:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:17:26 +0000 Subject: [Koha-bugs] [Bug 24750] Instructor search does not return results if a comma is included after surname or if first name is included In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24750 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #13 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:28:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:28:23 +0000 Subject: [Koha-bugs] [Bug 8338] Fines not cleared with dropbox mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338 --- Comment #21 from Andrew Fuerste-Henry --- This looks good except for one extremely minor quibble -- the acount_offsets entry for the credit created in test 2 shows type "Manual credit," which is misleading on a credit generated automatically by the system. Signing off anyway, but would love to see that changed to "system-generated credit" or something more accurate. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:29:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:29:18 +0000 Subject: [Koha-bugs] [Bug 8338] Fines not cleared with dropbox mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338 Andrew Fuerste-Henry 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 14 23:29:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:29:22 +0000 Subject: [Koha-bugs] [Bug 8338] Fines not cleared with dropbox mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104841|0 |1 is obsolete| | --- Comment #22 from Andrew Fuerste-Henry --- Created attachment 104900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104900&action=edit Bug 8338: Unit Tests Signed-off-by: Andrew Fuerste-Henry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:29:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:29:26 +0000 Subject: [Koha-bugs] [Bug 8338] Fines not cleared with dropbox mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104842|0 |1 is obsolete| | --- Comment #23 from Andrew Fuerste-Henry --- Created attachment 104901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104901&action=edit Bug 8338: Remove zero amount overdues on backdated returns where appropriate This patch removes any overdues which would be reversed on a backdated return if CalcFineOnBackdate is enabled and the user has not already attempted to pay off the accruing fine. Signed-off-by: Andrew Fuerste-Henry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:32:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:32:09 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #32 from Victor Grousset/tuxayo --- == 1 == I might had issues related to bug 25482 because my dev env was Debian 10 (koha-testing-docker ku-md10) Which could explain cause koha-plack to not work which would cause issue to stop the instance. Actually only Apache processes are still there when doing koha-remove. With koha-disable, no errors and starman and Apache processes are still there. == 2 == So I tried with Debian 9 + MySQL 5.5 (koha-testing-docker ku) And now I get this issue. > root at b92acf73a243:kohadevbox$ koha-remove kohadev > Removing Koha instance kohadev > ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; > check the manual that corresponds to your MySQL server version for > the right syntax to use near 'IF EXISTS `koha_kohadev`@`%`' at line 1 == 3 == So I tried with Debian 9 + MariaDB (from it's repos) (koha-testing-docker ku-md9) Same error as with Debian 10. Processes still here. > userdel: user kohadev-koha is currently used by process 839 > /usr/sbin/deluser: `/usr/sbin/userdel kohadev-koha' returned error code 8. > Exiting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:34:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:34:51 +0000 Subject: [Koha-bugs] [Bug 25508] New: Confusing renewal message when paying accruing fine Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508 Bug ID: 25508 Summary: Confusing renewal message when paying accruing fine Change sponsored?: --- Product: Koha Version: master 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 To recreate: 1 - Make sure FinesMode is on, RenewAccruingItemWhenPaid is off 2 - Checkout an item to a patron and make it overdue (can backdate the checkout) 3 - Make sure the itemtype has fines that will be charged 4 - Charge the fines: Set finesMode = production perl misc/cronjobs/fines.pl -v 5 - Check the fine appears on the patrons account 6 - Pay off the fine 7 - Receive alert after payment that reads: "The fines on the following items were paid off, renewal results are displayed below: No title ( ): Not renewed - Unknown error" Looks like we're not properly hiding that alert when RenewAccruingItemWhenPaid is off? So it's reporting that nothing was renewed? -- You are receiving 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 14 23:36:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:36:20 +0000 Subject: [Koha-bugs] [Bug 25508] Confusing renewal message when paying accruing fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood at ptfs-europ | |e.com, | |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:43:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:43:57 +0000 Subject: [Koha-bugs] [Bug 10517] koha-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 --- Comment #33 from Victor Grousset/tuxayo --- (In reply to Martin Renvoize from comment #16) > I'm afraid we cannot yet use the 'IF EXISTS' syntax here as we are > maintaining support for Jessie up to the end of it's LTS date (2020-06-30). > I intend to drop support for that Debian version at the release of 20.05 (at > which time I believe we should also drop support for it from 19.11 at > 19.11.06 and 19.05 at 19.05.12). > > However, even once we have dropped such support, unless I am mistaken, > stretch is still stuck at MySQL 5.5 (though it recommends MariaDB instead. > As such, we'll need a clear deprecation of mysql 5.5 support outlined and > publicised before we can make this change. My second test of the above comment seems to show that MySQL 5.5 is already not supported in our case. I'm just spinning up a Koha with MySQL 5.5 and run koha-remove then it fails on a syntax error mentioning IF EXISTS. So, should we still avoid IF EXISTS?(I don't have the big picture) In this case it doesn't look like it will break anything new for anyone. "Just" breaking a second thing when using koha-remove. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:57:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:57:02 +0000 Subject: [Koha-bugs] [Bug 23081] Make items.issues and deleteditems.issues default to 0 instead of null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23081 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #24 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 23:57:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 21:57:45 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #4 from Tomás Cohen Arazi --- The use of $validator->bundle breaks Stretch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:00:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:00:00 +0000 Subject: [Koha-bugs] [Bug 24339] SIP codes are missing from the default payment_types on installation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED --- Comment #25 from Lucas Gass --- missing dependencies for 19.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 15 00:00:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:00:01 +0000 Subject: [Koha-bugs] [Bug 24338] CASH is missing from the default payment_types In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24338 Bug 24338 depends on bug 24339, which changed state. Bug 24339 Summary: SIP codes are missing from the default payment_types on installation https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:00:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:00:01 +0000 Subject: [Koha-bugs] [Bug 24525] Hide SIP payment types from the Point of Sale page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24525 Bug 24525 depends on bug 24339, which changed state. Bug 24339 Summary: SIP codes are missing from the default payment_types on installation https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:11:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:11:08 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 --- Comment #5 from Tomás Cohen Arazi --- (In reply to Tomás Cohen Arazi from comment #4) > The use of $validator->bundle breaks Stretch It is always falling back to the catch block in stretch........ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:12:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:12:53 +0000 Subject: [Koha-bugs] [Bug 15234] Gateway Timeout in z3950_search.pl when a Z39.50 query is performed against a large group of targets. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15234 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #7 from Chris Cormack --- Yeah you might want to see if you can change the apache timeout on that path. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:19:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:19:04 +0000 Subject: [Koha-bugs] [Bug 17232] When creating a new framework from an old one, several fields are not copies (important, link, default value, max length, is URL) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17232 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:20:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:20:01 +0000 Subject: [Koha-bugs] [Bug 25235] Don't alert when replacing an authority record via Z39.50 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25235 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- enhancement will not be backported to 19.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:26:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:26:48 +0000 Subject: [Koha-bugs] [Bug 25291] Barcode should be escaped everywhere in html code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25291 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #9 from Lucas Gass --- doesnt apply cleanly to 19.05.x, if needed please rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:31:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:31:23 +0000 Subject: [Koha-bugs] [Bug 25300] Edit details in "Library use" section uses bad $op for Expiration Date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25300 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 --- Comment #7 from Lucas Gass --- backported to 19.05.x for 19.05.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 Fri May 15 00:33:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:33:47 +0000 Subject: [Koha-bugs] [Bug 25299] Date not showing on Details page when patron is going to expire In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25299 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #9 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving 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 15 00:35:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:35:05 +0000 Subject: [Koha-bugs] [Bug 25072] Printing details.tt is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25072 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06. released in| |19.05.11 --- Comment #10 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:37:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:37:55 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 --- Comment #4 from Victor Grousset/tuxayo --- After testing. == Good news == No more JS errors :D == Some things couldn't be tested. == > Item information tab: Cataloging plugins for fields like date acquired, barcode - date acquired ok - barcode: nothing happens, no error. Does it depends on other data/config? > Default accounting details tab: Show inactive control I couldn't find how to make a fund inactive ^^" == Bad news == test plan of comment 0 fails -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:47:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:47:54 +0000 Subject: [Koha-bugs] [Bug 25504] Wrong API spec breaks plack without meaningful error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504 --- Comment #6 from Tomás Cohen Arazi --- Jonathan, I didn't manage to make things work on JSON::Validator 0.97. I give up on this one. Lets discuss using local::lib as everyone else, and bundle our dependencies... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 00:49:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:49:57 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 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 Fri May 15 00:50:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 22:50:07 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #4 from Tomás Cohen Arazi --- This is amazing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 01:05:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 23:05:59 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 --- Comment #7 from David Cook --- (In reply to Marcel de Rooy from comment #6) > (In reply to David Cook from comment #5) > > Since they have full access to the SQL reporting, they > > already have full access to that data, so the privacy issue is a bit moot. > > Agreed. But it may be a matter of Does the system facilitate crossing such > privacy borders? The reporting backdoor is a subject on itself ;) Those are good points too heh. I think in that case maybe private lists should be absolutely private, but public lists should be able to have owners changed by superlibrarians. Shared lists... well I don't quite understand the concept of shared lists yet (neither from the user or technical perspective), although I think I get what you'd mean by disowning a list in that context. -- You are receiving 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 15 01:07:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 23:07:17 +0000 Subject: [Koha-bugs] [Bug 10337] Add a script to insert all sample data automatically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10337 --- Comment #18 from David Cook --- (In reply to Jonathan Druart from comment #17) > Related bug removed it Thanks, Jonathan. I was looking at a slightly out of date 19.11 😅 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 01:15:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 23:15:37 +0000 Subject: [Koha-bugs] [Bug 8338] Fines not cleared with dropbox mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338 --- Comment #24 from Andrew Fuerste-Henry --- Oh, I should mention that in the course of your test plan I ran into an unrelated error. Confirmed it happens without your patch, filed bug 25508 for it. At step 5 of test 2, when you pay off the fine, Koha gets weird about whether or not it should renew the overdue item. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 01:17:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 23:17:59 +0000 Subject: [Koha-bugs] [Bug 25339] Validate biblionumber on opac-basket.pl and opac-review.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25339 --- Comment #7 from David Cook --- (In reply to Jonathan Druart from comment #6) > Why did you pick those 2 scripts? And why only biblionumber? > Wise questions. They were flagged by a security consultant, so I fixed them locally, and posted the patches here to be upstreamed. > If you want to fix this problem (it is not really an issue imo), you should > do it all over the place, where we retrieve a variable that is supposed to > be an id and we send it back to the template. I am pretty sure there are > others. > As you say, it's not really a (critical) issue, as we've got the XSS risk handled by the templates. Imho, it's just a bit embarrassing that we don't validate the data more - but not problematic per se. That said, I don't see an issue with patching it in some places and not all places. (After all, previous efforts by Jared seem to have only patched it in some places and not all places.) I agree that there are certainly other places where this happens too. > That being said, I don't see biblionumber passed to the template from > opac-review.pl. Good catch! The reason is actually rather amusing. It appears Bug 25340 (a bug I reported the same day as this one but Owen fixed) removed the biblionumber issue from opac-review.pl as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 01:20:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 23:20:48 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104870|0 |1 is obsolete| | --- Comment #465 from Aleisha Amohia --- Created attachment 104902 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104902&action=edit Bug 19532: Recalls on intranet See recalls on Intranet - old recalls (all inactive recalls) - recalls queue (all active recalls) - cancel, expire, revert waiting status, multiple cancel, mark overdue - recalls to pull (available but not yet waiting) - cancel - recalls awaiting pickup (awaiting pickup, awaiting pickup more than RecallMaxPickUpDelay days) - expire, revert waiting status - overdue recalls (overdue to be returned) - cancel, multiple cancel - biblio recalls tab (all active recalls relevant to this bib) - cancel, expire, revert waiting status, mark overdue - patron recalls tab (all active recalls relevant to this patron) - cancel, expire, revert waiting status, mark overdue - patron recalls history tab (all recalls relevant to this patron) - cancel, expire, revert waiting status, mark overdue - log viewer and the general circulation of recalls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 01:59:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 23:59:31 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #5 from David Cook --- (In reply to Tomás Cohen Arazi from comment #4) > This is amazing. I know, right? I've often wondered why we used Debian's tinymce package. I think we used to do the same thing with the yui Javascript. And we're requiring Debian's libjs-jquery package too, although I don't think that actually gets used anywhere? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 02:24:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 00:24:59 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #4 from David Cook --- Haven't looked into this in Koha but just a bit of Googled info on start-stop-daemon: Jessie: 1.17.27 https://manpages.debian.org/jessie/dpkg/start-stop-daemon.8.en.html Stretch: 1.18.25 https://manpages.debian.org/stretch/dpkg/start-stop-daemon.8.en.html Buster: 1.19.7 https://manpages.debian.org/buster/dpkg/start-stop-daemon.8.en.html Ubuntu 18.04 (based off buster/sid): 1.19.05 http://manpages.ubuntu.com/manpages/bionic/man8/start-stop-daemon.8.html Issue introduced in 1.19.3? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921557 Claimed to be fixed in 1.19.5 in February though... Jonathan, could you report on what version of dpkg is installed in your test environment? Might be that the update hasn't flowed to the Docker images you're using. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 02:26:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 00:26:24 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 --- Comment #5 from David Cook --- (In reply to Jonathan Druart from comment #2) > Since D10, the behaviour of start-stop-daemon changed, see from its > manual: > """ > Warning: using this match option with a world-writable pidfile or using it > alone with a daemon that writes the pidfile as an unprivileged (non-root) > user will be refused with an error (since > version 1.19.3) as this is a security risk, because either any user can > write to it, or if the daemon gets compromised, the contents of the pidfile > cannot be trusted, and then a privileged > runner (such as an init script executed as root) would end up acting on any > system process. Using /dev/null is exempt from these checks. > """ Oh right... that makes sense. Nevermind me... 😓 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 02:26:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 00:26:29 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 --- Comment #6 from David Cook --- (In reply to Jonathan Druart from comment #2) > Since D10, the behaviour of start-stop-daemon changed, see from its > manual: > """ > Warning: using this match option with a world-writable pidfile or using it > alone with a daemon that writes the pidfile as an unprivileged (non-root) > user will be refused with an error (since > version 1.19.3) as this is a security risk, because either any user can > write to it, or if the daemon gets compromised, the contents of the pidfile > cannot be trusted, and then a privileged > runner (such as an init script executed as root) would end up acting on any > system process. Using /dev/null is exempt from these checks. > """ Oh right... that makes sense. Nevermind me... 😓 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 03:47:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 01:47:57 +0000 Subject: [Koha-bugs] [Bug 22865] Add authorities to a list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22865 verolencinas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |verolencinas at yahoo.com.ar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 04:05:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 02:05:56 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 --- Comment #7 from Victor Grousset/tuxayo --- I'm getting this error. > root at 32f1d65b48bc:kohadevbox$ koha-plack --restart kohadev > start-stop-daemon: user 'kohadev-koha.kohadev-koha' not found > [FAIL] Error: Plack not running for kohadev: failed! Extract of my /etc/passwd file kohadev-koha:x:1000:1000:Koha instance kohadev-koha,,,:/var/lib/koha/kohadev:/bin/bash My dev env is export KOHA_IMAGE=master-buster ; ku -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 04:06:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 02:06:35 +0000 Subject: [Koha-bugs] [Bug 25481] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |victor at tuxayo.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 04:31:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 02:31:38 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #6 from David Cook --- (In reply to Kyle M Hall from comment #1) > Test Plan: > 1) Install Koha 19.11 from package > 2) Browse to the news editor > 4) Note the WYSIWYG editor is missing > 5) Build a new Koha package with this patch applied, install it > 6) Reload the news editor > 7) Note the WYSIWYG editor is back! I don't think that this test plan is 100% sufficient, but it is a hard one to explain well... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 04:32:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 02:32:19 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #7 from David Cook --- Comment on attachment 104849 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104849 Bug 25485: TinyMCE broken in Debian package installs Review of attachment 104849: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25485&attachment=104849) ----------------------------------------------------------------- ::: debian/rules @@ +23,3 @@ > rm $(TMP)/var/log/koha/README > rm -r \ > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce At a glance, it looks like this should cause a problem? But maybe I'm misreading the rules file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 04:58:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 02:58:30 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #8 from David Cook --- (In reply to David Cook from comment #7) > Comment on attachment 104849 [details] [review] > Bug 25485: TinyMCE broken in Debian package installs > > Review of attachment 104849 [details] [review]: > ----------------------------------------------------------------- > > ::: debian/rules > @@ +23,3 @@ > > rm $(TMP)/var/log/koha/README > > rm -r \ > > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce > > At a glance, it looks like this should cause a problem? But maybe I'm > misreading the rules file. So I removed that rule in my test, but that also meant the existing symlink didn't get removed... so I had to unlink the symlink and then reinstall the koha-common package... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 05:02:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 03:02:30 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #9 from David Cook --- (In reply to Kyle M Hall from comment #1) > Test Plan: > 1) Install Koha 19.11 from package > 2) Browse to the news editor > 4) Note the WYSIWYG editor is missing > 5) Build a new Koha package with this patch applied, install it > 6) Reload the news editor > 7) Note the WYSIWYG editor is back! As I noted above, I found this wasn't a sufficient test plan. I did something like this: 0) Applied Kyle's patch + manually updated debian/control and removed a questionable line in debian/rules 1) Built the koha-common package 2) Unlinked /usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce in my target environment 3) Installed (ie upgraded) Koha package 4) Noted the WYSIWYG editor is back! So... not sure this one is quite there yet. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 05:06:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 03:06:43 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #10 from David Cook --- Actually, I'll do more testing without my changes... going back to "Needs Signoff" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 05:43:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 03:43:56 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #11 from Victor Grousset/tuxayo --- (In reply to David Cook from comment #5) > And we're requiring Debian's libjs-jquery package too, although I don't > think that actually gets used anywhere? git grep "/usr/share/" | grep -vE "/usr/share/koha|/usr/share/perl5|/usr/share/fonts|/usr/share/debconf|/usr/share/doc/koha" IIUC, nothing to worry about :D Makefile.PL: push @version, ('/usr/share/perl/5.10') if !$version[0]; debian/copyright: /usr/share/common-licenses/GPL-3 . debian/koha.config:if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then debian/koha.config: . /usr/share/dbconfig-common/dpkg/config.mysql debian/koha.postinst:. /usr/share/dbconfig-common/dpkg/postinst.mysql debian/koha.postrm:if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then debian/koha.postrm: . /usr/share/dbconfig-common/dpkg/postrm.mysql debian/koha.prerm:. /usr/share/dbconfig-common/dpkg/prerm.mysql debian/rules: ln -s /usr/share/tinymce/www \ debian/rules: /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 05:58:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 03:58:40 +0000 Subject: [Koha-bugs] [Bug 25509] New: Remove useless libjs-jquery dependency Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509 Bug ID: 25509 Summary: Remove useless libjs-jquery dependency Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Packaging Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: mirko at abunchofthings.net We have a dependency on libjs-jquery for the Debian packages, but it appears to be unused. -- You are receiving 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 15 06:33:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:33:00 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104863|0 |1 is obsolete| | --- Comment #466 from Aleisha Amohia --- Created attachment 104903 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104903&action=edit Bug 19532: Database and installer stuff - Add recalls table - Add recalls circulation rules - recalls allowed, recalls per record, on shelf recalls, recall due date interval, recall overdue fine, recall shelf time - Add system preferences - useRecalls, RecallsMaxPickUpDelay, RecallsLog - Add email notices (RETURN_RECALLED_ITEM, PICKUP_RECALLED_ITEM) - Add print notice (RECALL_REQUESTER_DET) - Add user permission - recalls, manage_recalls - Add Recall and CancelRecall enum options for branchtransfers reason -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:33:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:33:11 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104864|0 |1 is obsolete| | --- Comment #467 from Aleisha Amohia --- Created attachment 104904 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104904&action=edit Bug 19532: Updated schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:33:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:33:19 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104865|0 |1 is obsolete| | --- Comment #468 from Aleisha Amohia --- Created attachment 104905 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104905&action=edit Bug 19532: Add boolean flags to recalls.old and recalls.item_level_recall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:33:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:33:28 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104866|0 |1 is obsolete| | --- Comment #469 from Aleisha Amohia --- Created attachment 104906 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104906&action=edit Bug 19532: Recalls objects and tests Koha/Recall.pm - biblio - item - patron - library - checkout - requested - waiting - overdue - in_transit - expired - cancelled - finished - calc_expirationdate - start_transfer - revert_transfer - set_waiting - revert_waiting - set_overdue - set_expired - set_cancelled - set_finished - should_be_overdue Koha/Recalls.pm - add_recall - move_recall and relevant tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:33:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:33:37 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104867|0 |1 is obsolete| | --- Comment #470 from Aleisha Amohia --- Created attachment 104907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104907&action=edit Bug 19532: Expiry and overdue cronjobs, and overdue fine calculation - misc/cronjobs/recalls/expire_recalls.pl - misc/cronjobs/recalls/overdue_recalls.pl - tests for overdue fines in t/db_dependent/Circulation/CalcFine.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:33:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:33:46 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104868|0 |1 is obsolete| | --- Comment #471 from Aleisha Amohia --- Created attachment 104908 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104908&action=edit Bug 19532: Other objects used in recalls feature - biblio->recalls - biblio->can_be_recalled - item->recall - item->can_be_recalled - item->can_set_waiting_recall - item->check_recalls - patron->recalls - Biblio.RecallsCount and relevant tests - t/db_dependent/Stats.t - t/db_dependent/Koha/Item.t - t/db_dependent/Koha/Biblio.t - t/db_dependent/Koha/Patron.t - t/db_dependent/XSLT.t - t/db_dependent/Search.t - t/db_dependent/Holds.t - t/db_dependent/Circulation/transferbook.t - t/db_dependent/Circulation.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:33:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:33:55 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104869|0 |1 is obsolete| | --- Comment #472 from Aleisha Amohia --- Created attachment 104909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104909&action=edit Bug 19532: Recalls on OPAC - place a biblio-level or item-level recall via the biblio detail page, OPAC search results, or course reserves - view or cancel your active recalls from 'your summary' recalls tab - view all active and inactive (and cancel active) recalls from 'your recall history' - stopped from placing a reserve on an item that the patron has already recalled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:34:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:34:04 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104902|0 |1 is obsolete| | --- Comment #473 from Aleisha Amohia --- Created attachment 104910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104910&action=edit Bug 19532: Recalls on intranet See recalls on Intranet - old recalls (all inactive recalls) - recalls queue (all active recalls) - cancel, expire, revert waiting status, multiple cancel, mark overdue - recalls to pull (available but not yet waiting) - cancel - recalls awaiting pickup (awaiting pickup, awaiting pickup more than RecallMaxPickUpDelay days) - expire, revert waiting status - overdue recalls (overdue to be returned) - cancel, multiple cancel - biblio recalls tab (all active recalls relevant to this bib) - cancel, expire, revert waiting status, mark overdue - patron recalls tab (all active recalls relevant to this patron) - cancel, expire, revert waiting status, mark overdue - patron recalls history tab (all recalls relevant to this patron) - cancel, expire, revert waiting status, mark overdue - log viewer and the general circulation of recalls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:57:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:57:27 +0000 Subject: [Koha-bugs] [Bug 25509] Remove useless libjs-jquery dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:57:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:57:30 +0000 Subject: [Koha-bugs] [Bug 25509] Remove useless libjs-jquery dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509 --- Comment #1 from David Cook --- Created attachment 104911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104911&action=edit Bug 25509: Remove useless libjs-jquery dependency We don't use the libjs-jquery package, so we should remove the dependency. To Test: 1) Build package (out of scope of test plan) 2) Install package 3) Note that libjs-jquery is marked by apt as no longer required 4) Remove libjs-jquery package from system and note how it doesn't take koha-common with it -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:57:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:57:46 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25509 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 06:57:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 04:57:46 +0000 Subject: [Koha-bugs] [Bug 25509] Remove useless libjs-jquery dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25485 -- You are receiving 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 15 07:14:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 05:14:53 +0000 Subject: [Koha-bugs] [Bug 24905] log4perl-site.conf.in missing entries for the z39.50 server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24905 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #12 from David Cook --- I think that there's actually a typo in this that is causing minor errors. Going to investigate more fully... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 07:17:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 05:17:08 +0000 Subject: [Koha-bugs] [Bug 25510] New: Typo in koha-common.postinst causing shell errors Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25510 Bug ID: 25510 Summary: Typo in koha-common.postinst causing shell errors Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Packaging Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: mirko at abunchofthings.net When installing a custom Koha 19.11.05, I got the following error: /var/lib/dpkg/info/koha-common.postinst: 155: [: !log4perl_component: unexpected operator I don't think we should be using the square brackets in that line at all and should put a space between ! and log4perl_component. -- You are receiving 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 15 07:17:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 05:17:21 +0000 Subject: [Koha-bugs] [Bug 24905] log4perl-site.conf.in missing entries for the z39.50 server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24905 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25510 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 07:17:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 05:17:21 +0000 Subject: [Koha-bugs] [Bug 25510] Typo in koha-common.postinst causing shell errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25510 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24905 -- You are receiving 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 15 07:20:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 05:20:40 +0000 Subject: [Koha-bugs] [Bug 25510] Typo in koha-common.postinst causing shell errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25510 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 07:20:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 05:20:43 +0000 Subject: [Koha-bugs] [Bug 25510] Typo in koha-common.postinst causing shell errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25510 --- Comment #1 from David Cook --- Created attachment 104912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104912&action=edit Bug 25510: Fix shell syntax for updating log4perl.conf for instances This patch fixes the shell syntax when updating log4perl.conf for instances. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:05:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:05:47 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #9 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #8) > I've tested in 17.11 and it works, but only 'by accident' because the > browser ignores the very invalid HTML it creates: > > Link to > the resource"> href='https://cve-grics-ca.proxy.collanaud.qc.ca/fr/1133/33191'>Link to the > resource > > The change on master is: > > href="%3Ca%20href='https://cve-grics-ca.proxy.collanaud.qc.ca/fr/1133/ > 33191'%3ELink%20to%20the%20resource%3C/a%3E">Link to resource > > We are now escaping the content entered in $u. > > I feel we need a better, different way than adding HTML to this field to be > able to specify a link text. Is there a separator we could use? > > url | linktext ? The one character you should absolutely NOT use is the pipe ! In item fields the pipe is the split character for repeatable subfields and this field is repeatable too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:11:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:11:36 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #10 from Marcel de Rooy --- Apart from that, I think we should not allow html in a field called uri. A uri is what it is. And it is not html. We can render it as an html link and that would fail if we put html in this field. So the question should probably be: Where do you expect this uri to be presented as a link while it does not? The reference to bug 23194 is about public notes, a field with completely different content. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:19:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:19:45 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #11 from Katrin Fischer --- I think the other bug is relevant in that the 'fix' here would be to remove the filter again, but we'd still end up with wrong HTML and that is not a good solution, especially since not all browsers might be so lenient in parsing it. It was not intended to carry HTML. Good point about the |. My general feeling is that markup should be avoided whenever possible in favor of structured data entry. Make entry easy as possible and use the software to do the formatting. I think the issue here is not that you don't want it to appear as link some cases or that it doesn't, but that we have no way to configure a link text (see comment#5) or shorten very long URLs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:27:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:27:16 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 --- Comment #5 from Katrin Fischer --- > > Item information tab: Cataloging plugins for fields like > date acquired, barcode > > - date acquired ok > - barcode: nothing happens, no error. Does it depends on other data/config? This one depends on the AutoBarcode system preference. You possible need to activate the feature first - it's off by default. > > Default accounting details tab: Show inactive control > > I couldn't find how to make a fund inactive ^^" Go to: Acquisition > Budets Edit the budget to set it not active (first checkbox, not the locked one) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:30:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:30:36 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104903|0 |1 is obsolete| | --- Comment #474 from Aleisha Amohia --- Created attachment 104913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104913&action=edit Bug 19532: Database and installer stuff - Add recalls table - Add recalls circulation rules - recalls allowed, recalls per record, on shelf recalls, recall due date interval, recall overdue fine, recall shelf time - Add system preferences - useRecalls, RecallsMaxPickUpDelay, RecallsLog - Add email notices (RETURN_RECALLED_ITEM, PICKUP_RECALLED_ITEM) - Add print notice (RECALL_REQUESTER_DET) - Add user permission - recalls, manage_recalls - Add Recall and CancelRecall enum options for branchtransfers reason -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:30:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:30:45 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104904|0 |1 is obsolete| | --- Comment #475 from Aleisha Amohia --- Created attachment 104914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104914&action=edit Bug 19532: Updated schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:30:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:30:55 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104905|0 |1 is obsolete| | --- Comment #476 from Aleisha Amohia --- Created attachment 104915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104915&action=edit Bug 19532: Add boolean flags to recalls.old and recalls.item_level_recall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:31:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:31:05 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104906|0 |1 is obsolete| | --- Comment #477 from Aleisha Amohia --- Created attachment 104916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104916&action=edit Bug 19532: Recalls objects and tests Koha/Recall.pm - biblio - item - patron - library - checkout - requested - waiting - overdue - in_transit - expired - cancelled - finished - calc_expirationdate - start_transfer - revert_transfer - set_waiting - revert_waiting - set_overdue - set_expired - set_cancelled - set_finished - should_be_overdue Koha/Recalls.pm - add_recall - move_recall and relevant tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:31:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:31:14 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104907|0 |1 is obsolete| | --- Comment #478 from Aleisha Amohia --- Created attachment 104917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104917&action=edit Bug 19532: Expiry and overdue cronjobs, and overdue fine calculation - misc/cronjobs/recalls/expire_recalls.pl - misc/cronjobs/recalls/overdue_recalls.pl - tests for overdue fines in t/db_dependent/Circulation/CalcFine.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:31:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:31: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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104908|0 |1 is obsolete| | --- Comment #479 from Aleisha Amohia --- Created attachment 104918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104918&action=edit Bug 19532: Other objects used in recalls feature - biblio->recalls - biblio->can_be_recalled - item->recall - item->can_be_recalled - item->can_set_waiting_recall - item->check_recalls - patron->recalls - Biblio.RecallsCount and relevant tests - t/db_dependent/Stats.t - t/db_dependent/Koha/Item.t - t/db_dependent/Koha/Biblio.t - t/db_dependent/Koha/Patron.t - t/db_dependent/XSLT.t - t/db_dependent/Search.t - t/db_dependent/Holds.t - t/db_dependent/Circulation/transferbook.t - t/db_dependent/Circulation.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:31:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:31:35 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104909|0 |1 is obsolete| | --- Comment #480 from Aleisha Amohia --- Created attachment 104919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104919&action=edit Bug 19532: Recalls on OPAC - place a biblio-level or item-level recall via the biblio detail page, OPAC search results, or course reserves - view or cancel your active recalls from 'your summary' recalls tab - view all active and inactive (and cancel active) recalls from 'your recall history' - stopped from placing a reserve on an item that the patron has already recalled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:31:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:31:39 +0000 Subject: [Koha-bugs] [Bug 25508] Confusing renewal message when paying accruing fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23051 --- Comment #1 from Katrin Fischer --- Adding the original bug introducing the feature in depends on - this will also help to get the developers and original testers informed :) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23051 [Bug 23051] Optionally renew fine accruing items when all fines on item are paid 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 15 08:31:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:31:39 +0000 Subject: [Koha-bugs] [Bug 23051] Optionally renew fine accruing items when all fines on item are paid off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23051 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25508 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508 [Bug 25508] Confusing renewal message when paying accruing fine -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:31:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:31:46 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104910|0 |1 is obsolete| | --- Comment #481 from Aleisha Amohia --- Created attachment 104920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104920&action=edit Bug 19532: Recalls on intranet See recalls on Intranet - old recalls (all inactive recalls) - recalls queue (all active recalls) - cancel, expire, revert waiting status, multiple cancel, mark overdue - recalls to pull (available but not yet waiting) - cancel - recalls awaiting pickup (awaiting pickup, awaiting pickup more than RecallMaxPickUpDelay days) - expire, revert waiting status - overdue recalls (overdue to be returned) - cancel, multiple cancel - biblio recalls tab (all active recalls relevant to this bib) - cancel, expire, revert waiting status, mark overdue - patron recalls tab (all active recalls relevant to this patron) - cancel, expire, revert waiting status, mark overdue - patron recalls history tab (all recalls relevant to this patron) - cancel, expire, revert waiting status, mark overdue - log viewer and the general circulation of recalls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:32:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:32:41 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #482 from Aleisha Amohia --- == TEST PLAN FOR RECALLS == ADMINISTRATION 1. Apply all patches 2. Run database updates, update schema files and confirm everything applies cleanly 3. Run tests and confirm everything passes: t/db_dependent/Koha/Recall.t t/db_dependent/Koha/Recalls.t t/db_dependent/Stats.t t/db_dependent/Circulation/CalcFine.t t/db_dependent/Koha/Item.t t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Patron.t t/db_dependent/XSLT.t t/db_dependent/Search.t t/db_dependent/Holds.t t/db_dependent/Circulation/transferbook.t t/db_dependent/Circulation.t 4. Go to Administration -> system preferences. Find the UseRecalls system preference. It should be DISABLED. Confirm RecallsMaxPickUpDelay is set to 7 by default. 5. Go to Administration -> circulation rules. Confirm there are no recalls circulation rules showing. 6. Test a few circulation flows: checking out, placing a reserve, checking in, fulfilling a reserve, etc. Confirm everything works as normal. 7. Go to Administration -> system preferences. Enable the UseRecalls system preference. 8. Go to Administration -> circulation rules. Set the following rules: Recalls allowed (count) = 0 Recalls per record (count) = 0 On shelf recalls allowed ( If any unavailable / If all unavailable ) = If any unavailable Recall due date interval (days) = 3 Recall overdue fine amount = (something different to your normal fine amount) Recall pickup period (days) = 1 Throughout your testing, try with different combinations of these rules and itemtype / branchcode / categorycode. Also try with null values. Keep the circulation rules open in another tab so you can refer to and update these easily. You should also have at least one other tab open for the staff client, and a third tab open for the OPAC, for ease of testing. 9. Go to your account -> More -> Set permissions. Confirm the recalls permission is checked. 10. Set up a test user with OPAC login details (Borrower A). This could also be your own user, as long as you have OPAC login access. 11. Set up a test record (Biblio A) with at least two items (Item A and Item B) of the same item type (or an item type with the same recall circ rules). PLACING A RECALL 12. Log in to the OPAC as Borrower A. Do a catalogue search with a term that will return multiple results, including Biblio A. 13. Click on Biblio A. 14. Notice there is a 'Place recall' button on the sidebar menu. Click this button. There will be a message saying that there are no items to recall - this is because all items are available. 15. Check out Item A to another borrower (Borrower B). 16. Refresh the 'Place recall' page. You will still NOT be able to place a recall - this is because Recalls allowed = 0 and Recalls per record = 0. 17. Edit the circulation rules to have the following values: Recalls allowed (count) = 1 Recalls per record (count) = 1 18. Refresh the 'Place recall' page. You will now see the form to place a recall. BIBLIO-LEVEL RECALL, NO TRANSFER 19. Place a biblio-level recall. Pickup location: Branch A, the set branch when you are logged into the staff client Recall not needed after (expiration date): whatever you want Select 'recall next available item' Click confirm 20. Confirm the recall is placed successfully. Confirm that the new due date displayed is correctly calculated to be today's date, plus 3 days (taken from the 'recall due date interval' circ rule) 21. In the staff client, look at Borrower B's account, and go to their Notices tab. Confirm they have received a 'Notification to return recalled item' notice. 22. Look at Borrower B's checkouts table. Notice the due date for their checkout has been adjusted, and there is now a note to say that the item was recalled and the due date adjusted. 23. Log in to the OPAC as Borrower B and go to your summary tab. Notice there is a note under their checkout to say the item had been recalled. 24. Log out of the OPAC and log back in as Borrower A. 25. Go to your summary tab. Confirm there is a Recalls tab with a count of 1. 26. Cancel the recall using the button. Confirm it cancels and the Recalls tab disappears. 27. Do a catalogue search with a term that will return multiple results, including Biblio A. 28. When the results load, notice there is a 'Place recall' button next to the 'Place hold' button. Click this 'Place recall' button. 29. Notice you are redirected straight to the form to place a recall. 30. Place a biblio-level recall again, following the steps in Step 19. 31. Go to your recalls history tab. Notice your first cancelled recall shows here. 32. Cancel the recall you just created, using the button. Confirm it cancels and you are redirected to your summary tab. 33. In the staff client, enable the UseCourseReserves system preference. 34. Go to the main menu, click Course Reserves. 35. Add a new course. (You may also have to define an authorised value for DEPARTMENT.) 36. Add Item A as a reserve to this course. 37. View Course Reserves in the OPAC. Click the course you just created. 38. Notice the reserve has a Recall button underneath it's 'Checked out' status. Click this button. 39. Place a biblio-level recall again, following the steps in Step 19. 40. Click the 'Place recall' link in the breadcrumbs. 41. Notice there is a message saying that you have reached the max number of recalls on this record. This is because Recalls allowed = 1 and Recalls per record = 1. 42. Edit the circulation rules to have the following values: Recalls allowed (count) = 10 Recalls per record (count) = 5 43. Refresh the 'Place recall' page. You will now see the form to place a recall. 44. Create another test record (Biblio B) with at least one item (Item C). 45. Find this record on the OPAC and place a biblio-level recall again, following the steps in Step 19. 46. In the staff client, go to Circulation -> Old recalls. You should be able to see your two cancelled recalls. 47. Go to Circulation -> Recalls queue. Your current recalls should show here. 48. Use the 'Select all' checkbox to select all recalls. 49. Cancel the recalls using the 'Cancel selected recalls' button. 50. Go to the OPAC and place a biblio-level recall on Biblio A again, following the steps in Step 19. 51. In the staff client, check in Item A, which should still be checked out to Borrower B. 52. A box should pop-up asking you to confirm Borrower A's recall. Click ignore. 53. Click the link to go view Biblio A's details in the catalogue. 54. Click the recalls tab. Notice Borrower A's recall is displayed, and shows it is still Requested (has not been confirmed waiting). 55. Check in Item A again. This time, confirm the recall as waiting using the "Confirm recall" button. 56. Go to Borrower A's Notices tab. Confirm there is a notice "Recalled item awaiting pickup". 57. Go to Borrower A's checkouts. Notice there is a recalls tab. Confirm the recall is showing as "Ready for pickup". 58. Click the 'Actions' dropdown. Click the "Revert waiting" button. The page should show that the status is revert to Requested without reloading. 59. This time, check in Item B. The recall confirmation box should show again, because this a biblio-level recall that any recallable item under Biblio A can fill. Click the "Print slip and confirm" button. 60. Check the slip that is generated. Confirm it contains Borrower A's correct details, and the details of the recall are correct. 61. Go to Circulation -> Recalls awaiting pickup. Confirm the recall is now waiting and shows in this list. (You could also try this with Item B having a different item type to Item A, and circ rules not allowing Item B's item type to have recalls. When checking in Item A, it should not trigger the recall box). 62. Go to Borrower A's checkouts. Check out Item B. 63. Confirm the checkout is successful and the recall is removed from the Recalls tab. 64. Go to Circulation -> Old recalls. The fulfilled recall should show. 65. Check in Item B. BIBLIO-LEVEL RECALL, TRANSFER REQUIRED 66. Check out Item A to Borrower B. 67. Log in to the OPAC as Borrower A. 68. Find Biblio A and place a biblio-level recall. Pickup location: Branch B, a different branch from your logged in branch. This recall will require a transfer. Recall not needed after (expiration date): whatever you want Select 'recall next available item' Click confirm 69. In the staff client, check in Item A at Branch A. Notice the box that pops up shows that a transfer is required. 70. Click "confirm recall and transfer" and confirm the transfer. 71. Go to your account and click the Recalls tab. 72. Confirm the recall status now shows the item is in transit to Branch B. 73. In the drop-down top-right of your window, select 'Set library'. 74. Set your library to Branch B. 75. Go to Circulation -> Transfers to receive. Notice that the recall is showing here. 76. Click 'Cancel transfer'. 77. Go to Circulation -> Recalls queue 78. Confirm the recall status has been reverted to Requested. 79. Set your library back to Branch A. 80. Check in Item A and trigger the transfer. 81. Set your library back to Branch B. 82. Check in Item A at Branch B. 83. When the 'Recall found' box pops up, click Ignore. 84. Go to Circulation -> Recalls to pull. The recall should show here, with a button to "Cancel recall and return to: Branch A" 85. Click the button to cancel the recall. 86. Repeat Steps 66-70. 87. Check in Item A at Branch B. Confirm the recall as waiting. 88. Check out Item A to Borrower A to fulfill the recall. 89. Set your library back to Branch A and check in Item A. ITEM-LEVEL RECALL, NO TRANSFER 90. Go to Administration -> circulation rules. Set the following rules: On shelf recalls allowed ( If any unavailable / If all unavailable ) = If all unavailable 91. Check out Item A to Borrower B. 92. Log in to the OPAC as Borrower A and go to Biblio A. 93. Click the 'Place recall' button. Confirm there is a message that there are no items to recall. This is because On shelf recalls allowed = If all unavailable, and there is still one item (Item B) available. 94. In the staff client, edit Item B to have a withdrawn, item lost or not for loan status. 95. Refresh the 'Place recall' page. Confirm you can now see the form to place a recall. 96. Place an item-level recall. Pickup location: Branch A. Recall not needed after (expiration date): whatever you want Select 'recall a specific item' Item B will not be selectable, and Item A should be selected by default. Click confirm 97. In the staff client, edit Item B and remove the lost or missing status. 98. Check in Item B. Confirm the recall box does not pop up, because it cannot fill the item-level recall. 99. Check in Item A. Confirm the recall as waiting. 100. Go to Circulation -> Recalls awaiting pickup 101. Expire the recall. Confirm it expires as expected. ITEM-LEVEL RECALL, TRANSFER REQUIRED 102. Repeat steps 91 to 95. 103. Place an item-level recall. Pickup location: Branch B, we will require a transfer. Recall not needed after (expiration date): whatever you want Select 'recall a specific item' Item B will not be selectable, and Item A should be selected by default. Click confirm 104. In the staff client, check in Item A. Confirm the recall and trigger the transfer. 105. Set your library to Branch B and check in Item A. 106. Confirm the recall as waiting. 107. Check out Item A to Borrower A and fulfill the recall. 108. Set your library back to Branch A and check in Item A. CRONJOBS: EXPIRING RECALL 109. Check out Item A to Borrower B. 110. Log in to the OPAC as Borrower A. Place a recall (any level) on Biblio A. 111. In your terminal, enter mysql and edit the expiration date of your recall to be before today UPDATE recalls SET expirationdate = NOW()-2 WHERE recall_id = X; 112. Run the expiry cronjob from within your shell perl misc/cronjobs/recalls/expire_recalls.pl 113. Go to Borrower A's account and go to the Recalls history tab 114. Confirm the recall has been expired because the current date surpassed the specified expiration date 115. Check out Item A to Borrower B. 116. Log in to the OPAC as Borrower A. Place a recall (any level) on Biblio A. 117. In the staff client, check in Item A and confirm the recall as waiting. 118. In your terminal, enter mysql and edit the waiting date of your recall to be before today UPDATE recalls SET waitingdate = NOW()-2 WHERE recall_id = X; 119. Run the expiry cronjob from within your shell perl misc/cronjobs/recalls/expire_recalls.pl 120. Go to Borrower A's account and go to the Recalls history tab 121. Confirm the recall has been expired because the recall had been waiting for more days than the Recall pickup period 122. Go to Administration -> circulation rules. Set the following rules: Recall pickup period (days) = 0 123. Set the RecallsMaxPickUpDelay system preference = 1. 124. Check out Item A to Borrower B. 125. Log in to the OPAC as Borrower A. Place a recall (any level) on Biblio A. 126. In the staff client, check in Item A and confirm the recall as waiting. 127. In your terminal, enter mysql and edit the waiting date of your recall to be before today UPDATE recalls SET waitingdate = NOW()-2 WHERE recall_id = X; 128. Run the expiry cronjob from within your shell perl misc/cronjobs/recalls/expire_recalls.pl 129. Go to Borrower A's account and go to the Recalls history tab 130. Confirm the recall has been expired because the recall had been waiting for more days than the RecallsMaxPickUpDelay syspref CRONJOBS: OVERDUE RECALL 131. Check out Item A to Borrower B 132. Log in to the OPAC as Borrower A. Place a recall (any level) on Biblio A. 133. In your terminal, enter mysql and edit the due date of the checkout to Borrower B to be before today UPDATE issues SET date_due = NOW()-2 WHERE issue_id = X; 134. Run the overdue cronjob from within your shell perl misc/cronjobs/recall/overdue_recalls.pl 135. Go to Circulation -> Overdue recalls 136. Confirm your recall is showing here now as the recall has been marked Overdue CIRCULATION 137. Check in Item A. 138. When the recall box pops up, click Ignore. 139. Check out Item A to Borrower B. You should see a yellow confirmation box, saying that another borrower has recalled the item you are trying to check out. 140. Click "No don't check out" and confirm the item isn't checked out and the recall remains. 141. Repeat Step 139. 142. Click "Yes check out" and confirm the item is checked out and the recall remains. 143. When Borrower B's checkout table loads, confirm that you cannot renew or check in the item from the Checkouts table because there is a 'Recalled' link which takes you to the recalls tab for that biblio. 144. Repeat Steps 137-139. 145. Select "Cancel recall" and click "Yes check out" and confirm the item is checked out and the recall has been cancelled. 146. Log in to the OPAC as Borrower A. Place a recall (any level) on Biblio A. 147. Check in Item A. Confirm the recall as waiting. 148. Check out Item A to Borrower B. You should see a yellow confirmation box, saying that that another borrower has recalled the item that you are trying to check out. 149. Select "Revert waiting status" and click "Yes check out" and confirm the item is checked out and the recall status has reverted to requested. OTHER 150. In your terminal, enter mysql and edit the due date of the checkout to Borrower B to be before today UPDATE issues SET date_due = NOW()-2 WHERE issue_id = X; 151. Go to Borrower A's recalls and click the Actions dropdown. 152. Click "Mark as overdue" and confirm the recall is marked as overdue manually. 153. Go to Tools -> Log Viewer. Check only the Recalls module, and leave all other parameters, and click Submit. 154. Confirm all of the recalls actions that have been made are correctly logged. Note: recalls messaging preferences are introduced in Bug 23781. The recall feature is fully documented at: https://wiki.koha-community.org/wiki/Catalyst_IT_Recalls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:35:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:35:21 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Large patch Priority|P3 |P1 - high Text to go in the|This new feature introduces |This new feature introduces release notes|the ability for borrowers |the ability for borrowers |to place a recall on an |to place a recall on an |item from the OPAC detail. |item from the OPAC detail. |Borrowers can see details |Borrowers can see details |of their requested recalls |of their requested recalls |in the OPAC and can cancel |in the OPAC and can cancel |the recall before it is |the recall before it is |returned. |returned. | | |Librarians can |Librarians can |view and administer the |view and administer the |recalls in the Circulation |recalls in the Circulation |interface of the staff |interface of the staff |client which displays a |client which displays a |list of recalls, overdue |list of recalls, overdue |recalls and recalls |recalls, recalls awaiting |awaiting pickup. |pickup, recalls to pull, | |and old recalls. |The | |amount of time the recalled |The |item has to be returned and |amount of time the recalled |the amount of time it will |item has to be returned and |wait for pickup can be set |the amount of time it will |in circulation and fine |wait for pickup can be set |rules in the unit of hours |in circulation and fine |or days. |rules in the unit of days. | | |After an item is |After an item is recalled |recalled it cannot be |it cannot be renewed. When |renewed. When the item is |the item is returned the |returned the recall can be |recall can be confirmed or |confirmed or cancelled. |cancelled. | | |Recalls are marked as |Recalls are |overdue by the |marked as overdue by the |overdue_notices.pl cronjob. |overdue_recalls.pl cronjob | |or expired by the | |expired_recalls.pl cronjob. Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 08:49:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 06:49:15 +0000 Subject: [Koha-bugs] [Bug 25483] Url item field no longer accepts html tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25483 --- Comment #12 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #11) > I think the issue here is not that you don't want it to appear as link some > cases or that it doesn't, but that we have no way to configure a link text > (see comment#5) or shorten very long URLs. Which you could say, is actually a limitation of the MARC standard. Since our 952$u comes from 852$u. MARC does not allow you to define link text here. The solution too provide a generic text (as in 856$u) is imo rather poor. Especially when we add multiple URIs in one field. What you could do, is: add an item field urllinktext and provide a way to enter that field in the item editor somehow. It would live in items and not in MARC. But it could be used whenever we want to render an item URI. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:02:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:02:56 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #131 from Marcel de Rooy --- Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:03:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:03:44 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Small patch |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:08:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:08:44 +0000 Subject: [Koha-bugs] [Bug 25509] Remove useless libjs-jquery dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509 --- Comment #2 from David Cook --- Looking back at 97232eee15e, the original "koha" package by Lars had "libjs-jquery", "tinymce2", and "libjs-yui". You can see there that he was overriding the bundled jquery, tinymce, and yui with the Debian package versions. But we don't do that anymore. -- You are receiving 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 15 09:11:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:11:26 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #132 from Marcel de Rooy --- FAIL installer/data/mysql/atomicupdate/Bug_17656-add-permanent-irregularities.sql FAIL git manipulation The file has been added and deleted in the same patchset -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:15:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:15:34 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #133 from Marcel de Rooy --- - $periodicity, $firstacquidate, $irregularity, $numberpattern, $locale, - $numberlength, $weeklength, $monthlength, $lastvalue1, $innerloop1, - $lastvalue2, $innerloop2, $lastvalue3, $innerloop3, $status, - $biblionumber, $callnumber, $notes, $letter, $manualhistory, - $internalnotes, $serialsadditems, $staffdisplaycount, $opacdisplaycount, - $graceperiod, $location, $enddate, $subscriptionid, $skip_serialseq, - $itemtype, $previousitemtype, $mana_id + $periodicity, $firstacquidate, $irregularity, $permanent_irregularity, + $numberpattern, $locale, $numberlength, $weeklength, $monthlength, + $lastvalue1, $innerloop1, $lastvalue2, $innerloop2, $lastvalue3, + $innerloop3, $status, $biblionumber, $callnumber, $notes, $letter, + $manualhistory, $internalnotes, $serialsadditems, $staffdisplaycount, + $opacdisplaycount, $graceperiod, $location, $enddate, $subscriptionid, + $skip_serialseq, $itemtype, $previousitemtype, $mana_id Doing things like this does not life make easier for QA. Do I now have to check if every parameter is still there? You could have added the permanent_irregularity without touching all the other lines. And you can still fix it too? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:16:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:16:40 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #134 from Marcel de Rooy --- Same remark for this: - librarian => $auser, - branchcode => $branchcode, - aqbooksellerid => $aqbooksellerid, - cost => $cost, - aqbudgetid => $aqbudgetid, - biblionumber => $biblionumber, - startdate => $startdate, - periodicity => $periodicity, - numberlength => $numberlength, - weeklength => $weeklength, - monthlength => $monthlength, - lastvalue1 => $lastvalue1, - innerloop1 => $innerloop1, - lastvalue2 => $lastvalue2, - innerloop2 => $innerloop2, - lastvalue3 => $lastvalue3, - innerloop3 => $innerloop3, - status => $status, - notes => $notes, - letter => $letter, - firstacquidate => $firstacquidate, - irregularity => $irregularity, - numberpattern => $numberpattern, - locale => $locale, - callnumber => $callnumber, - manualhistory => $manualhistory, - internalnotes => $internalnotes, - serialsadditems => $serialsadditems, - staffdisplaycount => $staffdisplaycount, - opacdisplaycount => $opacdisplaycount, - graceperiod => $graceperiod, - location => $location, - enddate => $enddate, - skip_serialseq => $skip_serialseq, - itemtype => $itemtype, - previousitemtype => $previousitemtype, - mana_id => $mana_id, + librarian => $auser, + branchcode => $branchcode, + aqbooksellerid => $aqbooksellerid, + cost => $cost, + aqbudgetid => $aqbudgetid, + biblionumber => $biblionumber, + startdate => $startdate, + periodicity => $periodicity, + numberlength => $numberlength, etc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:17:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:17:54 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #135 from Marcel de Rooy --- +=head2 GessEnddate + +my $enddate = GessEnddate($startdate_iso $frequencyid, $numberlength, $weeklength, $monthlength); + +=cut + +sub GuessEnddate { The routine name should obviously be the same in POD and code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:21:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:21:03 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #12 from David Cook --- I think this one needs more testing, but on my initial tests it doesn't work when upgrading Koha. I imagine it would work for installing Koha initially though. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:21:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:21:47 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #136 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #135) > +=head2 GessEnddate > + > +my $enddate = GessEnddate($startdate_iso $frequencyid, $numberlength, > $weeklength, $monthlength); > + > +=cut > + > +sub GuessEnddate { > > The routine name should obviously be the same in POD and code. Seeing a correction now. Reason for some squashing ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:28:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:28:26 +0000 Subject: [Koha-bugs] [Bug 25485] TinyMCE broken in Debian package installs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485 --- Comment #13 from David Cook --- Ok when I removed everything tiny_mce related from debian/rules, it installed the bundled tinymce overtop of /usr/share/tinymce/www through the existing symlink for my already existing Koha installation. Yikes. I should've tested with Kyle's original patch, but it's overtime on Friday night, so will have to leave that to someone else, or I can revisit on Monday... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:49:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:49:20 +0000 Subject: [Koha-bugs] [Bug 24854] Remove IDreamBooks integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24854 --- Comment #13 from Jonathan Druart --- Maybe we should just turn it off and display a message during the upgrade process? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:55:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:55:59 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #137 from Marcel de Rooy --- You add a routine to DateUtils called issue_number: +my $week_number = issue_number('2017-01-01', 'week'); What you actually want is a day-of-week, week number or month. The name is confusing. I do not expect an issue_number in DateUtils. The POD is wrong since you expect a dt and raise an exception on a string. + return Day_of_Week(split /-/, $date->ymd); Please consider using a DateTime function here: $dt->day_of_week() $dt->wday() and $dt->dow(). $dt->local_day_of_week() Actually $dt->dow is shorter than issue_number($dt, 'week') + return $date->month; In this case it is more work to call issue_number($dt, 'month') than to say $dt->month. + my $dow = issue_number( dt_from_string($date), $frequency->unit ); This is a bit confusing. If we do not know the unit, how could we save it into dow (day of week) ? Rename ? I recommend to remove issue_number from DateUtils. We could move it to Serials? It is a thin wrapper to three DateTime methods. If you want to keep it in DateUtils, we should come up with a convincing name. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 09:56:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 07:56:20 +0000 Subject: [Koha-bugs] [Bug 25278] Search fields cache must be separate for different indexes under Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25278 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #11 from Jonathan Druart --- Nick, 4 occurrences, please move that to a method. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 15 10:01:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 15 May 2020 08:01:43 +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 #181 from Josef Moravec --- Comment on attachment 99235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99235 Bug 20447: MARC Holdings support Review of attachment 99235: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20447&attachment=99235) ----------------------------------------------------------------- Hi Ere, I read through the code and have some notes/questions Overall, I think it's great enhancement and I really like this to be part of Koha. ::: C4/Search.pm @@ +2242,5 @@ > } > > + # Fetch summary holdings > + if (C4::Context->preference('SummaryHoldings')) { > + $summary_holdings = Koha::Holdings->search({ biblionumber => $oldbiblio->{biblionumber}, deleted_on => undef }); Maybe something like $biblio->holdings? ::: Koha/Biblio.pm @@ +520,5 @@ > + > +sub holdings { > + my ($self) = @_; > + > + $self->{_holdings} ||= Koha::Holdings->search( { biblionumber => $self->biblionumber } ); use relation and new_from_dbic? ::: Koha/Holding.pm @@ +23,5 @@ > +use Carp; > + > +use C4::Charset; > +use C4::Log; > + are all imports needed? @@ +138,5 @@ > + > + return > + wantarray > + ? Koha::Items->_new_from_dbic($items_rs)->as_list > + : Koha::Items->_new_from_dbic($items_rs); do we really need this duality? @@ +166,5 @@ > + my $guard = C4::Context->dbh->{AutoCommit} ? $schema->txn_scope_guard() : undef; > + > + my $result = $self->SUPER::store(); > + > + return $result unless $result; Should it be just 'return unless $result'? ::: Koha/Holdings.pm @@ +25,5 @@ > +use C4::Biblio; > +use C4::Charset; > +use C4::Context; > +use Koha::Database; > +use Koha::Holding; Are all imports needed? ::: Koha/Holdings/Metadata.pm @@ +34,5 @@ > +=cut > + > +=head3 record > + > +my @record = $metadata->record($params); there are no params handled in method 'record' ::: catalogue/detail.pl @@ +432,3 @@ > C4::Search::enabled_staff_search_views, > + materials => $materials_flag, > + show_summary_holdings => C4::Context->preference('SummaryHoldings') ? 1 : 0, You could use template plugin for getting value of a syspref and then you don't need to pass this variable to template ::: cataloguing/addholding.pl @@ +151,5 @@ > +=cut > + > +sub CreateKey { > + return int(rand(1000000)); > +} Maybe Koha::Token would be better to use instead of this sub, but could be leaved to other bug report, as this pattern is in more files now. ::: cataloguing/value_builder/marc21_field_008_holdings.pl @@ +22,5 @@ > +use C4::Auth; > +use CGI qw ( -utf8 ); > +use C4::Context; > + > +use C4::Search; Do you need C4::Search ? @@ +39,5 @@ > + my $function_name = $params->{id}; > + my $dateentered = date_entered(); > + my $res = " > + -- You are receiving 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 21 10:10:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:10:57 +0000 Subject: [Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #9 from Jonathan Druart --- (In reply to Jonathan Druart from comment #5) > Not directly related, but I noticed that we return ALL the items from the > DB, and it is what the tests expect: > > 75 $t->get_ok( "//$userid:$password@/api/v1/items" ) > 76 ->status_is( 200, 'SWAGGER3.2.2' ); > 77 > 78 my $items_count = Koha::Items->search->count; > 79 my $response_count = scalar @{ $t->tx->res->json }; > 80 > 81 is( $items_count, $response_count, 'The API returns all the items' ); > > Wondering if this is correct. If not please open a separate bug report. Tomas, can you answer this question please? As I said yesterday during the dev meeting, it would mean that one could call 6 times the GET /items route to kick the server down? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:22:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:22:53 +0000 Subject: [Koha-bugs] [Bug 25531] Patron may not be debarred if backdated return In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25531 --- Comment #15 from Jonathan Druart --- Created attachment 105168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105168&action=edit Bug 24881: [19.11.x] Try to fix random failure from Circulation.t This is a follow-up of bug 22917. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:23:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:23:15 +0000 Subject: [Koha-bugs] [Bug 25531] Patron may not be debarred if backdated return In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25531 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105168|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 21 10:23:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:23:49 +0000 Subject: [Koha-bugs] [Bug 24881] Circulation.t still fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25551 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 [Bug 25551] [OMNIBUS] Some tests are failing randomly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:23:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:23:49 +0000 Subject: [Koha-bugs] [Bug 25551] [OMNIBUS] Some tests are failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |24881 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 [Bug 24881] Circulation.t still 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 21 10:23:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:23:52 +0000 Subject: [Koha-bugs] [Bug 23234] Circulation.t failing when comparing dates that seem identical In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23234 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25551 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 [Bug 25551] [OMNIBUS] Some tests are failing randomly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:23:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:23:52 +0000 Subject: [Koha-bugs] [Bug 25551] [OMNIBUS] Some tests are failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23234 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23234 [Bug 23234] Circulation.t failing when comparing dates that seem identical -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:23:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:23: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 ---------------------------------------------------------------------------- Blocks| |25551 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 [Bug 25551] [OMNIBUS] Some tests are failing randomly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:23:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:23:55 +0000 Subject: [Koha-bugs] [Bug 25551] [OMNIBUS] Some tests are failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |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 21 10:24:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:24:08 +0000 Subject: [Koha-bugs] [Bug 24881] Circulation.t still fails if tests are ran slowly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #16 from Jonathan Druart --- Created attachment 105169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105169&action=edit Bug 24881: [19.11.x] Try to fix random failure from Circulation.t This is a follow-up of bug 22917. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:25:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:25:52 +0000 Subject: [Koha-bugs] [Bug 25531] Patron may not be debarred if backdated return In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25531 --- Comment #16 from Jonathan Druart --- (In reply to Joy Nelson from comment #14) > tests do not pass on 19.11.x > FAIL valid > Global symbol "$now" requires explicit package name (did you > forget to declare "my $now"?) > Global symbol "$now" requires explicit package name (did you > forget to declare "my $now"?) > Global symbol "$now" requires explicit package name (did you > forget to declare "my $now"?) > t/db_dependent/Circulation.t had compilation errors. > > > Not backported to 19.11.x Hi Joy, I attached a patch for 19.11.x on bug 24881. The tests should pass after you applied it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 10:44:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 08:44:24 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 didier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |didier.gautheron at biblibre.c | |om --- Comment #4 from didier --- Hi, Could be link to 'ecost_tax_excluded' being a decimal 28,6 in mysql and swagger type a double? It wouldn't be the first time a buggy double to string function didn't roundtrip for some values. It seems '$expected->{' is coming from /usr/share/perl5/Test/More.pm, but it doesn't print the full number. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:06:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:06:55 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com --- Comment #13 from Jonathan Druart --- *** Bug 24301 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 21 11:06:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:06:55 +0000 Subject: [Koha-bugs] [Bug 24301] Holds to pull: Name of borrower on list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24301 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE --- Comment #11 from Jonathan Druart --- We need to focus on a rewrite of this controller. See bug 24488. *** This bug has been marked as a duplicate of bug 24488 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:06:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:06:56 +0000 Subject: [Koha-bugs] [Bug 22160] OMNIBUS: Transfers enhancements In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22160 Bug 22160 depends on bug 24301, which changed state. Bug 24301 Summary: Holds to pull: Name of borrower on list https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24301 What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:07:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:07:21 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:11:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:11:47 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #5 from Jonathan Druart --- It comes from a wrong formatting, and I think it depends on some locale settings (for instance it seems to only fail on Docker_2). The thing people should try is to set 9963405519357589504 for ecost_tax_excluded (for instance). And see if it fails. I cannot make it fail locally. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:13:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:13:33 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #6 from Jonathan Druart --- Created attachment 105170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105170&action=edit Bug 25513: DO NOT PUSH - try recreating the failure -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:13:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:13:55 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #7 from Jonathan Druart --- You could try this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:17:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:17:10 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:22:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:22:27 +0000 Subject: [Koha-bugs] [Bug 15985] Include checkout library in fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15985 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off --- Comment #50 from Jonathan Druart --- There is no QA stamp here, back to NQA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:26:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:26:45 +0000 Subject: [Koha-bugs] [Bug 23172] Issuingrules not checked when returning item and allocating to bib-level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=4850 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:26:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:26:45 +0000 Subject: [Koha-bugs] [Bug 4850] CheckReserves does not respect holds circulation policies In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4850 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23172 CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- 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 21 11:43:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:43:43 +0000 Subject: [Koha-bugs] [Bug 25563] New: Cannot sub "add order from MARC file" form after alert Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 Bug ID: 25563 Summary: Cannot sub "add order from MARC file" form after alert 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: 24386 If you get an alert about "no fund selected" you won't be able to submit the form. To recreate (test plan from bug 25473) - stage a marc record - acquisitions: have a basket - click on "Add to basket" - "From a staged file" - Don't tick the record - Save - You should see an expected error message - Tick the record - Choose a fund - Save (at least try) - Nothing happens :< Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24386 [Bug 24386] Double submit should be prevented when adding to a basket -- You are receiving 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 21 11:43:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:43:43 +0000 Subject: [Koha-bugs] [Bug 24386] Double submit should be prevented when adding to a basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24386 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25563 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 [Bug 25563] Cannot sub "add order from MARC file" form after alert -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:43:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:43:43 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25563 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:44:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:44:14 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 --- Comment #8 from Jonathan Druart --- (In reply to Victor Grousset/tuxayo from comment #6) > Issue of comment 0 is still happening unfortunately. This is something different, see bug 25563. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:44:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:44:38 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot sub "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 --- Comment #1 from Jonathan Druart --- Caused by commit 01551437c0c99b9e6308e109ceeef5bc3f7b5cec Bug 24386: Prevent double form submission on adding orders to basket from a file -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 11:54:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 09:54:08 +0000 Subject: [Koha-bugs] [Bug 21591] Data inconsistencies - Item types and biblio level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591 --- Comment #13 from Nick Clemens --- (In reply to Jonathan Druart from comment #12) > Comment on attachment 99980 [details] [review] > Bug 21591: Check for record level item type issues too > > Review of attachment 99980 [details] [review]: > ----------------------------------------------------------------- > > ::: misc/maintenance/search_for_data_inconsistencies.pl > @@ +89,4 @@ > > > > my @itemtypes = Koha::ItemTypes->search->get_column('itemtype'); > > if ( C4::Context->preference('item-level_itypes') ) { > > + my $items_with_invalid_itype = Koha::Items->search( { -and => [itype => { not_in => \@itemtypes }, itype => { '!=' => '' }] } ); > > I do not think we need that change. @itemtypes contains the values from the > itemtypes table. I see what I did here, I add the check for "" to the check for 'Items do not have itype defined' I considered a blank string to be 'unset' and so report in that section rather than in 'invalid' section -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:08:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:08:07 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot sub "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:08:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:08:10 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot sub "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 --- Comment #2 from Jonathan Druart --- Created attachment 105171 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105171&action=edit Bug 25563: (bug 24386 follow-up) Don't disable submit button if form has not been submitted yet On bug 24386 we prevent double form submission using the our own preventDoubleFormSubmit JS function. The problem is that we are checking some conditions, and prevent the form submission if something is not filled (for instance no checkbox checked, or no fund selected). Technically it means that: - click the submit button - it submits the form - we disable the submit button - we prevent the form to be submitted before something is wrong At this stage the button is disabled and the form cannot be longer be submitted. This patch replaces the "on submit" event of the form with the "on click" event of the submit button. Which means we are going to: - click the submit button - we prevent the form to be submitted before something is wrong => The button will only be disabled if the form is really submitted Test plan: - stage a marc record - acquisitions: have a basket - click on "Add to basket" - "From a staged file" - Don't tick the record - Save - You should see an expected error message - Tick the record - Save - You should see an expected error message - Choose a fund - Click the "Save" button as many times as you can, to try double submit it. => The order is saved -- You are receiving 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 21 12:08:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:08:17 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot sub "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 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 21 12:08:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:08:47 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 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 21 12:08:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:08:53 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot sub "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:10:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:10:24 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot submit "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot sub "add order from |Cannot submit "add order |MARC file" form after alert |from MARC file" form after | |alert -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:10:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:10:25 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #8 from didier --- Hi There's a thinko in the patch should be: - value => { orderstatus => 'new' } + value => { orderstatus => 'new', ecost_tax_excluded => 9963405519357589504, unitprice => 10177559957753600000 } Not - value => { orderstatus => 'new' } + value => { orderstatus => 'new', value => { ecost_tax_excluded => 9963405519357589504, unitprice => 10177559957753600000 } } And it fails for me ok 1 - list() tests # Subtest: get() tests 1..6 [Thu May 21 10:08:23 2020] [debug] GET "/api/v1/acquisitions/orders/48" [Thu May 21 10:08:23 2020] [debug] Routing to controller "Koha::REST::V1::Auth" and action "under" [Thu May 21 10:08:23 2020] [debug] Routing to controller "Koha::REST::V1::Acquisitions::Orders" and action "get" [Thu May 21 10:08:23 2020] [debug] 200 OK (0.039639s, 25.228/s) ok 1 - GET //fgMbl_VX3EQexGiV17S9yOb3KOVToMz0qyMP_TOrYUeMkzAppWplcQ5izgERU:thePassword123@/api/v1/acquisitions/orders/48 ok 2 - SWAGGER3.2.2 not ok 3 - SWAGGER3.3.2 # Failed test 'SWAGGER3.3.2' # at ./t/db_dependent/api/v1/acquisitions_orders.t line 129. # Structures begin differing at: # $got->{ecost_tax_excluded} = '9963405519357589504' # $expected->{ecost_tax_excluded} = '9.96340551935759e+18' [Thu May 21 10:08:23 2020] [debug] GET "/api/v1/acquisitions/orders/48" [Thu May 21 10:08:23 2020] [debug] Routing to controller "Koha::REST::V1::Auth" and action "under" [Thu May 21 10:08:23 2020] [debug] Routing to controller "Koha::REST::V1::Acquisitions::Orders" and action "get" [Thu May 21 10:08:23 2020] [debug] 404 Not Found (0.034099s, 29.326/s) ok 4 - GET //fgMbl_VX3EQexGiV17S9yOb3KOVToMz0qyMP_TOrYUeMkzAppWplcQ5izgERU:thePassword123@/api/v1/acquisitions/orders/48 ok 5 - 404 Not Found ok 6 - exact match for JSON Pointer "/error" # Looks like you failed 1 test of 6. not ok 2 - get() tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:10:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:10:40 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot submit "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 --- Comment #3 from Nick Clemens --- Created attachment 105172 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105172&action=edit Bug 25563: Only submit form after is it checked -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:12:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:12:19 +0000 Subject: [Koha-bugs] [Bug 13881] Add ability to defined circulation desks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881 --- Comment #65 from Katrin Fischer --- I could think of another example: academic libraries with reading rooms for rare materials. That could be treated as a separate desk. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:13:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:13:47 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot submit "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Attachment #105172|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 21 12:17:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:17:37 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot submit "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:17:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:17:39 +0000 Subject: [Koha-bugs] [Bug 25563] Cannot submit "add order from MARC file" form after alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105171|0 |1 is obsolete| | --- Comment #4 from Nick Clemens --- Created attachment 105173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105173&action=edit Bug 25563: (bug 24386 follow-up) Don't disable submit button if form has not been submitted yet On bug 24386 we prevent double form submission using the our own preventDoubleFormSubmit JS function. The problem is that we are checking some conditions, and prevent the form submission if something is not filled (for instance no checkbox checked, or no fund selected). Technically it means that: - click the submit button - it submits the form - we disable the submit button - we prevent the form to be submitted before something is wrong At this stage the button is disabled and the form cannot be longer be submitted. This patch replaces the "on submit" event of the form with the "on click" event of the submit button. Which means we are going to: - click the submit button - we prevent the form to be submitted before something is wrong => The button will only be disabled if the form is really submitted Test plan: - stage a marc record - acquisitions: have a basket - click on "Add to basket" - "From a staged file" - Don't tick the record - Save - You should see an expected error message - Tick the record - Save - You should see an expected error message - Choose a fund - Click the "Save" button as many times as you can, to try double submit it. => The order is saved Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:18:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:18:10 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #9 from Jonathan Druart --- Indeed! But still not fail for me (I tried yesterday and wrote the patch this morning...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:21:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:21:10 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:21:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:21:13 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104878|0 |1 is obsolete| | --- Comment #9 from Nick Clemens --- Created attachment 105174 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105174&action=edit Bug 25473: Move JavaScript out of the footer of addorderiso2709.tt This patch undoes the move of the JavaScript block to the footer made in Bug 22734. The item information tab can include embedded JavaScript for cataloging plugins, and these don't currently work with JS in the footer. To test, apply the patch and test the JavaScript driven features of the "Add to basket from a staged file" page: - Acquisitions -> Vendor -> Basket -> Add to basket from a staged file - MARC and Card previews, select all/clear all - Item information tab: Cataloging plugins for fields like date acquired, barcode - Default accounting details tab: Show inactive control Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:22:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:22:13 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #10 from Jonathan Druart --- Didier, ping me on IRC when you are available :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:36:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:36:44 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105170|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart --- Created attachment 105175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105175&action=edit Bug 25513: DO NOT PUSH - try recreating the failure This is failing in stretch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:43:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:43:40 +0000 Subject: [Koha-bugs] [Bug 25564] New: Hacked Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25564 Bug ID: 25564 Summary: Hacked 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: ikmalrafa16 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 105176 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105176&action=edit Defacer -- You are receiving 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 21 12:52:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:52:16 +0000 Subject: [Koha-bugs] [Bug 25553] Edit item date sort does not sort correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25553 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor Summary|edit item date sort does |Edit item date sort does |not sort correctly |not sort correctly -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:54:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:54:18 +0000 Subject: [Koha-bugs] [Bug 25561] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25561 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Summary|./Carbon |SPAM Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:54:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:54:45 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105175|0 |1 is obsolete| | --- Comment #12 from Jonathan Druart --- Created attachment 105177 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105177&action=edit Bug 25513: DO NOT PUSH - try recreating the failure This is failing in stretch: Stretch with mysql 5.5 Stretch with 10.1.44-MariaDB-1~bionic (docker-compose.mariadb_d9.yml) Not on Buster with 10.1.44-MariaDB-1~bionic (docker-compose.mariadb_d9.yml) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:55:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:55:30 +0000 Subject: [Koha-bugs] [Bug 25562] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25562 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|./Carbon |SPAM Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:56:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:56:27 +0000 Subject: [Koha-bugs] [Bug 23403] SIP2 lends to wrong patron if cardnumber is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23403 --- Comment #35 from Nick Clemens --- (In reply to Joy Nelson from comment #34) > First commit when cherry-picked gives this error: Indeed, I simply applied the patches directly from the report and that worked, can you try that? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:56:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:56:34 +0000 Subject: [Koha-bugs] [Bug 25564] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25564 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|Hacked |SPAM Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 12:57:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 10:57:39 +0000 Subject: [Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #13 from Jonathan Druart --- However, using Postman I see the same output (exponent format) with both stretch and buster: "unit_price": 1.01775599577536e+19, "ecost_tax_excluded": 9.96340551935759e+18, -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 21 13:12:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 21 May 2020 11:12:14 +0000 Subject: [Koha-bugs] [Bug 25473] Can't add order from MARC file, save button does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473 --- Comment #10 from Katrin Fischer --- I guess this can be safely ignored here? :) FAIL js_in_body A
and the StackTrace middleware couldn't catch its stack trace, possibly because your application overrides $SIG{__DIE__} by itself, preventing the middleware from working correctly. Remove the offending code or module that does it: known examples are CGI::Carp and Carp::Always. <<<<< We need to move back to using plain Koha::Logger, and rethink the proposal from bug 18205 to use MojoX::Log::Log4perl. That certainly belongs to another 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 Wed May 13 22:13:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:13:45 +0000 Subject: [Koha-bugs] [Bug 25493] Koha::Logger is not suitable for using as Mojo::Log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unhandled exceptions cause |Koha::Logger is not |an exception |suitable for using as | |Mojo::Log -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 22:13:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:13:50 +0000 Subject: [Koha-bugs] [Bug 25493] Koha::Logger is not suitable for using as Mojo::Log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 22:38:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:38:23 +0000 Subject: [Koha-bugs] [Bug 25493] Koha::Logger is not suitable for using as Mojo::Log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 104852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104852&action=edit Bug 25493: Make ->unhandled_exception use Koha::Logger To test: 1. Edit the Koha/REST/V1/Cities.pm 'list' method adding die("Nada"); before the render step. 2. Restart plack and try the endpoint => SUCCESS: The message is generic, but you see something is logged in /var/log/koha/kohadev/api-error.log 3. Change die("Nada"); for a real exception like: use Koha::Exceptions; Koha::Exceptions::DuplicateObject->throw("Nada"); 4. Repeat 2. => SUCCESS: The message is generic, but a meaningful text is added to the logs. 5. Point your browser to the /api/v1/hola route from your dev environment => FAIL: Wow, such a weird error 6. Apply this patch 7. Restart plack and repeat 2, 3 and 4 => SUCCESS: No behaviour change 8. Repeat 5 => SUCCESS: The regular Mojolicious 404 weird page 9. Sign off :-D Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 22:39:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:39:00 +0000 Subject: [Koha-bugs] [Bug 25493] Koha::Logger is not suitable for using as Mojo::Log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493 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 Wed May 13 22:40:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:40:01 +0000 Subject: [Koha-bugs] [Bug 25493] Koha::Logger is not suitable for using as Mojo::Log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25032 Keywords| |rel_20_05_candidate Severity|major |normal Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 [Bug 25032] Generic unhandled exception handling -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 22:40:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:40:01 +0000 Subject: [Koha-bugs] [Bug 25032] Generic unhandled exception handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25493 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493 [Bug 25493] Koha::Logger is not suitable for using as Mojo::Log -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 22:46:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:46:09 +0000 Subject: [Koha-bugs] [Bug 25471] Add DataTables to MARC subfield structure admin page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25471 Lucas Gass 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 13 22:46:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:46:12 +0000 Subject: [Koha-bugs] [Bug 25471] Add DataTables to MARC subfield structure admin page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25471 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104802|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 104853 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104853&action=edit Bug 25471: Add DataTables to MARC subfield structure admin page This patch adds DataTables sorting and filtering to the table of subfields shown on the MARC subfield structure administration page. To test, apply the patch and go to Administration -> MARC bibliographic framework. - From the 'Actions' menu, select 'MARC structure.' - From the 'Actions' menu, select the 'View subfields' link for a tag with multiple subfields. - On the page showing all the subfields for the tag, confirm that the table is sorted by default by subfield and that sorting works correctly. - Confirm that the search form at the top of the table works. Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 22:54:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:54:24 +0000 Subject: [Koha-bugs] [Bug 25468] Preserve line breaks in hold notes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25468 Lucas Gass 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 13 22:54:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 20:54:27 +0000 Subject: [Koha-bugs] [Bug 25468] Preserve line breaks in hold notes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25468 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104792|0 |1 is obsolete| | --- Comment #3 from Lucas Gass --- Created attachment 104854 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104854&action=edit Bug 25468: Preserve line breaks in hold notes In a hold note, line breaks are not preserved when viewing the note. A note like: -- Test 1 Test 2 -- will be rendered as: -- Test 1 Test 2 -- Test Plan: 1) Place a hold with a note, use line breaks in the note. 2) Note the lines all run together when viewing the hold. 3) Apply this patch. 4) Reload the page. 5) Notes should now display with the original line breaks! Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:07:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:07:08 +0000 Subject: [Koha-bugs] [Bug 25494] New: Warnings in advanced editor macros routes Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25494 Bug ID: 25494 Summary: Warnings in advanced editor macros routes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com To reproduce: 1. Run: $ kshell k$ prove t/db_dependent/api/v1/advanced_editor_macros.t => FAIL: Two numbers are warned -- You are receiving 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 13 23:09:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:09:01 +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 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable --- Comment #16 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:12:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:12:47 +0000 Subject: [Koha-bugs] [Bug 25095] Remove warn left in FeePayment.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25095 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 --- Comment #6 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:16:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:16:37 +0000 Subject: [Koha-bugs] [Bug 24266] Noisy error in reconcile_balances.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24266 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com --- Comment #22 from Lucas Gass --- backported to 19.05.x. for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:25:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:25:44 +0000 Subject: [Koha-bugs] [Bug 25050] Elasticsearch - authority indexing depends on mapping order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25050 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #10 from Lucas Gass --- doesnt apply clean to 19.05.x, if needed please rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:30:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:30:36 +0000 Subject: [Koha-bugs] [Bug 25040] Problematic current_timestamp syntax generated by DBIx::Class::Schema::Loader In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25040 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #24 from Lucas Gass --- Not to sure about backporting this one to 19.05.x. When I run the QA tool I get: FAIL Koha/Schema/Loader/mysql.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 OK spelling OK valid Leaving it out of 19.05.x for now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:32:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:32:46 +0000 Subject: [Koha-bugs] [Bug 25494] Warnings in advanced editor macros routes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25494 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:34:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:34:48 +0000 Subject: [Koha-bugs] [Bug 25494] Warnings in advanced editor macros routes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25494 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 104855 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104855&action=edit Bug 25494: Remove warnings in advanced editor macros routes There's a couple leftover 'warn's in the controller code. This patch removes that. To test: 1. Run: $ kshell k$ prove t/db_dependent/api/v1/advanced_editor_macros.t => FAIL: Two numbers are warned 2. Apply this patch and repeat 1 => SUCCESS: No more warns 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:40:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:40:15 +0000 Subject: [Koha-bugs] [Bug 24966] Fix calls to maybe_add where method call does not return a value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24966 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 --- Comment #22 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:42:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:42:22 +0000 Subject: [Koha-bugs] [Bug 25038] OPAC reading history checkouts and on-site tabs not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25038 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #9 from Lucas Gass --- missing dependencies for 19.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:46:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:46:53 +0000 Subject: [Koha-bugs] [Bug 24903] Special characters like parentheses in numbering pattern cause duplication in recievedlist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24903 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable --- Comment #12 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:52:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:52:15 +0000 Subject: [Koha-bugs] [Bug 24764] TinyMCE shouldnt do automatic code cleanup when editing HTML in News Feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24764 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #13 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:55:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:55:33 +0000 Subject: [Koha-bugs] [Bug 25495] New: members-home.pl should allow search for exact borrowernumber Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25495 Bug ID: 25495 Summary: members-home.pl should allow search for exact borrowernumber 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: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When searching by borrowernumber in the patrons module, the only search type options are "contains" and "starts with," both of which can be unhelpful when searching by borrowernumber, especially when trying to find a relatively low-numbered patron in a large system. It'd be great to be able to perform an exact match search so "10" wouldn't find 100, 101, 1001, 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 Wed May 13 23:58:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:58:05 +0000 Subject: [Koha-bugs] [Bug 25482] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | --- Comment #1 from Tomás Cohen Arazi --- Found the issue. It took me a while.... The thing is, the JSON::Validator/openAPI plugin combination we have in D9 is very loose, and doesn't catch a problem in the Advanced editor macros routes spec. Basically, there are routes that have: x-koha-permission: { editcatalogue => 'advanced_editor', editcatalogue => 'delete_shared_macros', } which is basically invalid, as you shouldn't be able to define a hash with two values for the same key. My first attempt was to just to the expected thing: x-koha-permission: { "editcatalogue" => [ 'advanced_editor', 'delete_shared_macros' ] } This should work, but it doesn't really. Plack would be back to work, but C4::Auth::haspermission validates the permissions when it shouldn't. At least that's what running $ prove t/db_dependent/api/v1/advanced_editor_macros.t tells. I will review the tests tomorrow (too tired today). It is possible that the permissions assignment taking place in the tests is incorrect. I was about to write a regression test for C4::Auth for this case, and see what's going on, but... to my dismay... couldn't find 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 13 23:58:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:58:18 +0000 Subject: [Koha-bugs] [Bug 25482] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:58:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:58:34 +0000 Subject: [Koha-bugs] [Bug 25482] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC|robin at catalyst.net.nz |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 13 23:58:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:58:45 +0000 Subject: [Koha-bugs] [Bug 25482] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 13 23:59:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 21:59:45 +0000 Subject: [Koha-bugs] [Bug 25482] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #2 from Tomás Cohen Arazi --- Oh, they are, on a separate file :-D t/db_dependent/Auth/haspermission.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:07:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:07:53 +0000 Subject: [Koha-bugs] [Bug 25008] Koha::RecordProcessor->options doesn't refresh the filters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25008 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #23 from Lucas Gass --- Same pod error for me but I backported regardless. Backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:12:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:12:31 +0000 Subject: [Koha-bugs] [Bug 24993] koha-sip --restart is too fast, doesn't always start SIP In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24993 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com --- Comment #24 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:12:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:12:33 +0000 Subject: [Koha-bugs] [Bug 25482] koha-plack not working under D10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #3 from Tomás Cohen Arazi --- Created attachment 104856 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104856&action=edit Bug 25482: Wrong permissions specification for adv editor macros The current permissions are defined as a hash, with a duplicate key. This is generally invalid, but Debian 9's Mojolicious::Plugin::OpenAPI lets it go through, even though the results are, random? This patch sets the required permissions right, and following the haspermissions() syntax correctly. Tests for searching macros are not passing. Still trying to figure. 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 14 00:12:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:12:46 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|koha-plack not working |Wrong permissions in spec |under D10 |break Plack on Debian 10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:13:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:13:58 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #4 from Tomás Cohen Arazi --- (In reply to Tomás Cohen Arazi from comment #1) > Found the issue. It took me a while.... > > The thing is, the JSON::Validator/openAPI plugin combination we have in D9 > is very loose, and doesn't catch a problem in the Advanced editor macros > routes spec. Basically, there are routes that have: > > x-koha-permission: { > editcatalogue => 'advanced_editor', > editcatalogue => 'delete_shared_macros', > } > > which is basically invalid, as you shouldn't be able to define a hash with > two values for the same key. > > My first attempt was to just to the expected thing: > > x-koha-permission: { > "editcatalogue" => [ > 'advanced_editor', > 'delete_shared_macros' > ] > } > > This should work, but it doesn't really. That syntax is wrong, the attached patch puts the right one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:15:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:15:06 +0000 Subject: [Koha-bugs] [Bug 20370] Misleading comment for bcrypt - #encrypt it; Instead it should be #hash it In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20370 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:15:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:15:18 +0000 Subject: [Koha-bugs] [Bug 25494] Warnings in advanced editor macros routes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25494 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_05_candidate 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 14 00:17:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:17:45 +0000 Subject: [Koha-bugs] [Bug 25027] Result browser should not overload onclick event In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25027 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 --- Comment #7 from Lucas Gass --- backported to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:21:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:21:16 +0000 Subject: [Koha-bugs] [Bug 24547] Add more action logs for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24547 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- Simple and useful enhancement, backporting to 19.05.x for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:21:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:21:24 +0000 Subject: [Koha-bugs] [Bug 24547] Add more action logs for holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24547 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:25:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:25:47 +0000 Subject: [Koha-bugs] [Bug 25053] PatronSelfRegistrationExpireTemporaryAccountsDelay system preference is unclear In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25053 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.11 Status|Pushed to stable |Pushed to oldstable --- Comment #6 from Lucas Gass --- backported to 19.05.x. for 19.05.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 00:34:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:34:50 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 --- Comment #5 from Tomás Cohen Arazi --- Created attachment 104857 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104857&action=edit Bug 25482: 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 Thu May 14 00:35:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 22:35:35 +0000 Subject: [Koha-bugs] [Bug 25482] Wrong permissions in spec break Plack on Debian 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tomascohen at gmail.com |nick at bywatersolutions.com --- Comment #6 from Tomás Cohen Arazi --- Nick, please check what's going on with the failing test! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 01:22:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 13 May 2020 23:22:38 +0000 Subject: [Koha-bugs] [Bug 25496] New: IDreamBooksResults rating results breaks OPAC page JS Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25496 Bug ID: 25496 Summary: IDreamBooksResults rating results breaks OPAC page JS Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: tgoatley at gmail.com QA Contact: testopia at bugs.koha-community.org There some buggy JavaScript in iDreamLibraries / iDreamBooks that you get by turning on the iDreamBooksResults rating results. Having this on breaks all JS on the OPAC results page. Relevance sorting is being impacted and even stuff like "did you mean" won't work. TypeError: $.browser is undefined opac-search.pl line 6340 position 17 (edited) you get it by turning on IDreamBooksResults -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 03:02:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 01:02:43 +0000 Subject: [Koha-bugs] [Bug 10337] Add a script to insert all sample data automatically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10337 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #16 from David Cook --- Should this script be removed now that we use misc4dev? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 04:05:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:05:36 +0000 Subject: [Koha-bugs] [Bug 25475] upload.pl should provide a "Copy link" option In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25475 David Cook 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 14 04:05:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:05:39 +0000 Subject: [Koha-bugs] [Bug 25475] upload.pl should provide a "Copy link" option In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25475 --- Comment #1 from David Cook --- Created attachment 104858 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104858&action=edit Bug 25475: add "Copy link" button to upload.pl This patch adds a "Copy link" button to /cgi-bin/koha/tools/upload.pl. It will create a modal that displays a URL like the following: http://kohadev.myDNSname.org:8080/cgi-bin/koha/opac-retrieve-file.pl? id=beb928969032f980056ea8269bc816fe Users can then copy the URL from that modal. If the browser supports the Clipboard API, the URL is also written to the browser's clipboard, making manually copying from the modal redundant. Test plan: 0) Apply patch 1) Go to http://localhost:8081/cgi-bin/koha/tools/upload.pl 2) Upload a file with the "Allow public downloads" box checked 3) Note the "Copy link" button in the "Actions" column 4) Click "Copy link" 5) Note that a modal is created with contents like the following: http://kohadev.myDNSname.org:8080/cgi-bin/koha/opac-retrieve-file.pl? id=beb928969032f980056ea8269bc816fe 5b) If you're using a modern browser, try Ctrl+V somewhere and note that the URL has already been copied to your clipboard 6) Manually highlight the text in the modal and Ctrl+C 7) Click outside the modal 8) Paste the URL somewhere useful like a system preference or News item 9) Profit -- You are receiving 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 14 04:05:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:05:50 +0000 Subject: [Koha-bugs] [Bug 25475] upload.pl should provide a "Copy link" option In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25475 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 14 04:17:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:17:49 +0000 Subject: [Koha-bugs] [Bug 24469] Record biblionumber in import_biblio when adding to basket via file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469 --- Comment #10 from Victor Grousset/tuxayo --- Message from Jonathan on IRC > about 24469 - the important bit is to use the "Add" link, not the "Save" button I'm not even a that part yet. It's A/ on first phase (bug reproduction) I'm not even hitting the actual bug. > A/ Create a new order from a stage file. > Use the "Save" button at the bottom of the "Add orders from" page > Then note the matched_biblionumber value. It should be populated correctly No matched_biblionumber. Tried with - Debian 10 & MariaDB - Debian 9 & MySQL 5.5 in case that was some compat issue. But no :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 04:31:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:31:58 +0000 Subject: [Koha-bugs] [Bug 25497] New: Software error: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25497 Bug ID: 25497 Summary: Software error: Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: support at ccs.edu.au Unable to access Koha via https://library.ccs.edu.au/ Throws this error below Software error: DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory") at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1520. at /usr/share/koha/lib/Koha/Database.pm line 107 For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 14 04:42:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:42:49 +0000 Subject: [Koha-bugs] [Bug 24413] MarkLostItemsAsReturned functionality does not lift restrictions caused by long overdues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24413 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104843|0 |1 is obsolete| | --- Comment #19 from Victor Grousset/tuxayo --- Created attachment 104859 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104859&action=edit Bug 24413: Apply AutoRemoveOverduesRestrictions for lost items It's quite hard to know where this need to be fixed. it can be either MarkIssueReturned or LostItem, depending on the different cases we want to handle. This patch picked MarkIssueReturned, but maybe the similar code in AddReturn needs to be removed then. == Test plan == 1. Set MarkLostItemsAsReturned to 'from items tab of the catalog module' 2. Set AutoRemoveOverduesRestrictions to 'Do' 3. Set up an overdues restriction in the notice triggers 4. Check out an item and let the overdues process restrict the account 5. Navigate to the moredetail.pl page (items tab) for the overdue item 6. Mark the item lost 7. Return to the account in question - notice the item has been returned, but the restriction remains 8. Clean state: remove restriction + remove item lost status 9. Apply patch 10. Redo the test but this time in addition to the item being returned, the restriction will be lifted. Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 04:42:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:42:53 +0000 Subject: [Koha-bugs] [Bug 24413] MarkLostItemsAsReturned functionality does not lift restrictions caused by long overdues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24413 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104844|0 |1 is obsolete| | --- Comment #20 from Victor Grousset/tuxayo --- Created attachment 104860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104860&action=edit Bug 24413: Do not remove the restrictions from AddReturn As we are now removing them from MarkIssueReturned they should not be removed from AddReturn as well. Also I think this will fix a regression, if $doreturn is not set (in case the item is withdrawn and BlockReturnOfWithdrawnItems or the item is lost and BlockReturnOfLostItems, and other specific cases). Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 04:42:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:42:57 +0000 Subject: [Koha-bugs] [Bug 24413] MarkLostItemsAsReturned functionality does not lift restrictions caused by long overdues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24413 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104845|0 |1 is obsolete| | --- Comment #21 from Victor Grousset/tuxayo --- Created attachment 104861 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104861&action=edit Bug 24413: Add tests Signed-off-by: Victor Grousset/tuxayo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 04:43:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 02:43:44 +0000 Subject: [Koha-bugs] [Bug 24413] MarkLostItemsAsReturned functionality does not lift restrictions caused by long overdues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24413 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #22 from Victor Grousset/tuxayo --- It works! Test plan from here has been copied in the patch and completed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 06:17:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 04:17:02 +0000 Subject: [Koha-bugs] [Bug 25476] Uploaded files can't be easily browsed via upload.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476 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 Thu May 14 06:17:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 04:17:05 +0000 Subject: [Koha-bugs] [Bug 25476] Uploaded files can't be easily browsed via upload.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476 --- Comment #1 from David Cook --- Created attachment 104862 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104862&action=edit Bug 25476: Add ability to browse file uploads by category This patch adds the ability to search/browse files by category. (Note it doesn't include temporary uploads since they don't have a "category" per se.) Test Plan: 0) Apply patch 1) Go to /cgi-bin/koha/admin/authorised_values.pl 2) Create "UPLOAD" authorized value category 3) Create "test" authorized value in "UPLOAD" category 4) Go to /cgi-bin/koha/tools/upload.pl 5) Note "Search uploads by category" fieldset 6) Upload new file to "test" category 7) Click "Back" 8) Choose "test" category in "Search uploads by category" 9) Click "Search" 10) Note that your file upload is displayed in result list -- You are receiving 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 14 06:18:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 04:18:49 +0000 Subject: [Koha-bugs] [Bug 25476] Uploaded files can't be easily browsed via upload.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |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 14 06:53:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 04:53:48 +0000 Subject: [Koha-bugs] [Bug 25498] New: Cannot change owner of list Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 Bug ID: 25498 Summary: Cannot change owner of list Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Once someone owns a list, there is no way to change the owner. This problem often arises when a library staff member uses an individual account to create a public list, and then they leave their job. A superlibrarian (or otherwise privileged user) should be able to change the owner of a list on demand. -- You are receiving 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 14 06:55:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 04:55:13 +0000 Subject: [Koha-bugs] [Bug 11889] Disown a list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #39 from David Cook --- (In reply to kholt from comment #4) > It would be great to be able to keep public lists. We had this problem when > the staff person who maintained our Newbery Awards list retired and her > staff account was deleted. A system administrator should be able to > transfer ownership of a list so that it can continue to be added to. I 100% agree. We've had someone retire and we need to change the owner of the list. As a vendor, usually I would just do a backend database update to do this, but I don't have remote access to this Koha, so that's a problem. I've opened an issue specifically about this topic: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 I'm not planning on working on this right now, but maybe someone else will. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 06:56:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 04:56:20 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=11889 -- You are receiving 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 14 06:56:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 04:56:20 +0000 Subject: [Koha-bugs] [Bug 11889] Disown a list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25498 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:18:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:18:17 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104814|0 |1 is obsolete| | --- Comment #457 from Aleisha Amohia --- Created attachment 104863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104863&action=edit Bug 19532: Database and installer stuff - Add recalls table - Add recalls circulation rules - recalls allowed, recalls per record, on shelf recalls, recall due date interval, recall overdue fine, recall shelf time - Add system preferences - useRecalls, RecallsMaxPickUpDelay, RecallsLog - Add email notices (RETURN_RECALLED_ITEM, PICKUP_RECALLED_ITEM) - Add print notice (RECALL_REQUESTER_DET) - Add user permission - recalls, manage_recalls - Add Recall and CancelRecall enum options for branchtransfers reason -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:18:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:18:27 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104815|0 |1 is obsolete| | --- Comment #458 from Aleisha Amohia --- Created attachment 104864 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104864&action=edit Bug 19532: Updated schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:18:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:18:36 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104816|0 |1 is obsolete| | --- Comment #459 from Aleisha Amohia --- Created attachment 104865 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104865&action=edit Bug 19532: Add boolean flags to recalls.old and recalls.item_level_recall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:18:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:18:45 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104817|0 |1 is obsolete| | --- Comment #460 from Aleisha Amohia --- Created attachment 104866 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104866&action=edit Bug 19532: Recalls objects and tests Koha/Recall.pm - biblio - item - patron - library - checkout - requested - waiting - overdue - in_transit - expired - cancelled - finished - calc_expirationdate - start_transfer - revert_transfer - set_waiting - revert_waiting - set_overdue - set_expired - set_cancelled - set_finished - should_be_overdue Koha/Recalls.pm - add_recall - move_recall and relevant tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:18:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:18:55 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104818|0 |1 is obsolete| | --- Comment #461 from Aleisha Amohia --- Created attachment 104867 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104867&action=edit Bug 19532: Expiry and overdue cronjobs, and overdue fine calculation - misc/cronjobs/recalls/expire_recalls.pl - misc/cronjobs/recalls/overdue_recalls.pl - tests for overdue fines in t/db_dependent/Circulation/CalcFine.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:19:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:19:04 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104819|0 |1 is obsolete| | --- Comment #462 from Aleisha Amohia --- Created attachment 104868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104868&action=edit Bug 19532: Other objects used in recalls feature - biblio->recalls - biblio->can_be_recalled - item->recall - item->can_be_recalled - item->can_set_waiting_recall - item->check_recalls - patron->recalls - Biblio.RecallsCount and relevant tests - t/db_dependent/Stats.t - t/db_dependent/Koha/Item.t - t/db_dependent/Koha/Biblio.t - t/db_dependent/Koha/Patron.t - t/db_dependent/XSLT.t - t/db_dependent/Search.t - t/db_dependent/Holds.t - t/db_dependent/Circulation/transferbook.t - t/db_dependent/Circulation.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:19:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:19:14 +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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104820|0 |1 is obsolete| | --- Comment #463 from Aleisha Amohia --- Created attachment 104869 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104869&action=edit Bug 19532: Recalls on OPAC - place a biblio-level or item-level recall via the biblio detail page, OPAC search results, or course reserves - view or cancel your active recalls from 'your summary' recalls tab - view all active and inactive (and cancel active) recalls from 'your recall history' - stopped from placing a reserve on an item that the patron has already recalled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:19:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:19: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 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104821|0 |1 is obsolete| | --- Comment #464 from Aleisha Amohia --- Created attachment 104870 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104870&action=edit Bug 19532: Recalls on intranet See recalls on Intranet - old recalls (all inactive recalls) - recalls queue (all active recalls) - cancel, expire, revert waiting status, check in and set waiting, multiple cancel, mark overdue - recalls to pull (available but not yet waiting) - cancel - recalls awaiting pickup (awaiting pickup, awaiting pickup more than RecallMaxPickUpDelay days) - expire, revert waiting status - overdue recalls (overdue to be returned) - cancel, check in and set waiting, multiple cancel - biblio recalls tab (all active recalls relevant to this bib) - cancel, expire, revert waiting status, check in and set waiting, mark overdue - patron recalls tab (all active recalls relevant to this patron) - cancel, expire, check in and set waiting, revert waiting status, mark overdue - patron recalls history tab (all recalls relevant to this patron) - cancel, expire, check in and set waiting, revert waiting status, mark overdue - log viewer and the general circulation of recalls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 07:36:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 05:36:31 +0000 Subject: [Koha-bugs] [Bug 24289] Deleting branch will not delete entry in special or repeatable holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24289 Pablo AB changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pablo.bianchi at gmail.com --- Comment #14 from Pablo AB --- On December I installed an instance based on koha stable without any issue. Today I get this error on web installer, while adding sample data. Seems related to this bug: sample_libraries_holidays.sql [Wed May 13 19:24:37 2020] install.pl: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_mylibrary`.`repeatable_holidays`, CONSTRAINT `repeatable_holidays_ibfk_1` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE) at /usr/share/perl5/DBIx/RunSQL.pm line 273. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 08:07:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 06:07:29 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 --- Comment #1 from Marcel de Rooy --- Duplicate of the see also ? -- You are receiving 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 14 08:12:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 06:12:20 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 --- Comment #2 from David Cook --- (In reply to Marcel de Rooy from comment #1) > Duplicate of the see also ? I don't think so. The see also only seems to be concerned with what to do when deleting a patron. In this case, I'm just targeting the inability/ability to manually change the owner of a list. Personally, I would think this issue would make Bug 11889 redundant, but that bug seems to be lost in a swamp of conflicting ideas and expectations. So I opened this one with a very simple goal. -- You are receiving 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 14 08:17:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 06:17:47 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 --- Comment #3 from Marcel de Rooy --- What we will encounter here too, is the "privacy" issue. You should not be able to take ownership of arbitrary private or shared lists. I am still thinking in terms of moving owner to NULL for a public list when you remove its owner. And allowing superlibrarians to take over such lists. -- You are receiving 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 14 08:27:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 06:27:39 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 --- Comment #4 from Katrin Fischer --- (In reply to Marcel de Rooy from comment #3) > What we will encounter here too, is the "privacy" issue. You should not be > able to take ownership of arbitrary private or shared lists. > I am still thinking in terms of moving owner to NULL for a public list when > you remove its owner. And allowing superlibrarians to take over such lists. +1 -- You are receiving 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 14 08:30:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 06:30:02 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 --- Comment #5 from David Cook --- (In reply to Marcel de Rooy from comment #3) > What we will encounter here too, is the "privacy" issue. You should not be > able to take ownership of arbitrary private or shared lists. > I am still thinking in terms of moving owner to NULL for a public list when > you remove its owner. And allowing superlibrarians to take over such lists. I think that the solution is to allow only superlibrarians to change ownership of lists. Since they have full access to the SQL reporting, they already have full access to that data, so the privacy issue is a bit moot. In the use cases described by kholt at roseville.ca.us and myself, we're most concerned about public lists. It really should be possible for a superlibrarian to transfer ownership (ie responsibility) for a list to a different staff person. I'd be willing to work on a feature where a superlibrarian can only change the ownership of a public list. That would reduce the chance of a superlibrarian accidentally changing the owner of a private list, and thus leaking personal information between private individuals. -- You are receiving 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 14 09:05:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 07:05:38 +0000 Subject: [Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 Ere Maijala 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 14 09:05:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 07:05:43 +0000 Subject: [Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104797|0 |1 is obsolete| | --- Comment #41 from Ere Maijala --- Created attachment 104871 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104871&action=edit Bug 22690: Refactor merging of records to improve performance (Elasticsearch) This patch allows merging of records with many items without the web server timing out. Test plan: Without the patch: - Create 2 records (one with e.g. 1000 items). - Do a cataloguing search that displays both records, select them and click "Merge selected". - Choose the record with many items as the one to be eliminated. - Start the merging. - After a while the web server should give you a timeout error (the merging process may still continue) With the patch: - Do the same as above - This time verify that the records are merged without timeout - Create a new biblio with an item - Add with the item: * acquisition order * hold (reserve) - Merge the biblio to another one - Verify that the item and its related data was moved - Verify that tests pass: prove -v t/db_dependent/Koha/Item.t prove -v t/db_dependent/Items/MoveItemFromBiblio.t 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 14 09:06:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 07:06:17 +0000 Subject: [Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 --- Comment #42 from Ere Maijala --- Thanks, Josef. Should be fixed now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 14 09:18:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 07:18:34 +0000 Subject: [Koha-bugs] [Bug 25498] Cannot change owner of list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498 --- Comment #6 from Marcel de Rooy --- (In reply to David Cook from comment #5) > Since they have full access to the SQL reporting, they > already have full access to that data, so the privacy issue is a bit moot. Agreed. But it may be a matter of Does the system facilitate crossing such privacy borders? The reporting backdoor is a subject on 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 14 09:54:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 07:54:17 +0000 Subject: [Koha-bugs] [Bug 25499] New: Fund code column is empty when closing a budget Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499 Bug ID: 25499 Summary: Fund code column is empty when closing a budget Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When closing a budget, the fund code is missing from the table showing the number of unreceived orders for each fund. -- You are receiving 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 14 09:56:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 07:56:15 +0000 Subject: [Koha-bugs] [Bug 25499] Fund code column is empty when closing a budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499 --- Comment #1 from Katrin Fischer --- To test: - Create a budget and fund - Order anything, leave basket open or not, but don't receive - Duplicate your existing budget - Close the first budget in order to move the pending orders - Verify the fund code is not showing in the 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 Thu May 14 10:00:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 14 May 2020 08:00:51 +0000 Subject: [Koha-bugs] [Bug 25499] Fund code column is empty when closing a budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499 --- Comment #2 from Katrin Fischer --- This change makes the code appear, but it might need more work ad I think the intention probably was to show indentation for child funds: - [% budget.budget_code_indent | html %][% budget.budget_code | html %]