From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 00:42:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 30 Jun 2020 22:42:56 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #18 from Victor Grousset/tuxayo --- Issue reported to upstream's upstream: https://github.com/swagger-api/swagger.io/issues/281 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 01:04:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 30 Jun 2020 23:04:50 +0000 Subject: [Koha-bugs] [Bug 21665] Advanced editor - Double clicking on value brings subfield code as well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21665 --- Comment #10 from Cori Lynn Arnold --- Hey Heather! I hear your frustration. One thing we did here to help was to remove the "Control-C" from the default for our Koha installations (we have over 20). To do that: 1. Go to the Advanced Editor 2. Click on the "Keyboard Shortcuts" button 3. Click on the link for "Refine shortcuts" 4. Either delete or redefine what is in that first box for "Copy current field" If you don't have permissions to do that, talk to your Koha Admin. That was a good start for us. Hope that helps. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 01:41:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 30 Jun 2020 23:41:24 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #226 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #225) > Tomas, with your patches we now have: > biblio.deleted_on, biblio.deleted > and > items.deleted_on, items.is_current > I think it's confusing. Yes. I think is_current is an anomaly and shouldn't be the rule. But I wouldn't block this for that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 02:06:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 00:06:43 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Hayley Mapley changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |blocker CC| |hayleymapley at catalyst.net.n | |z -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 02:37:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 00:37:52 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #19 from David Cook --- A solution to this problem is to provide our own argument "schema" argument to the load_and_validate_schema() method. https://metacpan.org/pod/JSON::Validator#load_and_validate_schema I've looked through the code and there's a variety of ways of providing the schema, which we can source from https://raw.githubusercontent.com/mojolicious/json-validator/3.06/lib/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df I'd say we should provide it as a local file, so that we're not relying on any web servers to provide this crucial file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 02:52:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 00:52:51 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Federico Paiz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |federicoantoniopaiz at gmail.c | |om --- Comment #20 from Federico Paiz --- The same thing happened to me, I solved it by doing >cpan > install Mojolicious::Plugin::OpenAPI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 02:56:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 00:56:53 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #21 from David Cook --- (In reply to Federico Paiz from comment #20) > The same thing happened to me, I solved it by doing > > >cpan > > install Mojolicious::Plugin::OpenAPI Yeah, the CPAN version of that module comes with the "cache" which the Debian package excludes, so you'll be fine with that. But it's a short-term solution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 02:57:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 00:57:10 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #22 from David Cook --- I'm about to start on a patch for this. Hopefully will have something very soon. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 03:43:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 01:43:57 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #23 from Tomás Cohen Arazi --- (In reply to David Cook from comment #22) > I'm about to start on a patch for this. Hopefully will have something very > soon. We should just package the library with the correct cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 03:45:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 01:45:54 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #24 from David Cook --- Note that this should only affect plugin-enabled instances -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 03:49:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 01:49:03 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #25 from David Cook --- (In reply to Tomás Cohen Arazi from comment #23) > (In reply to David Cook from comment #22) > > I'm about to start on a patch for this. Hopefully will have something very > > soon. > > We should just package the library with the correct cache Maybe. I think there is more to this than we think. Consider ./Koha/REST/V1.pm: $validator->bundle uses a schema of $self->home->rel_file("api/v1/swagger/swagger.json"), which is a drastically reduced schema file. Calls to $validator->load_and_validate_schema (in ./Koha/REST/V1.pm and ./Koha/REST/Plugin/PluginRoutes.pm) don't use that same schema. They try to fetch http://swagger.io/v2/schema.json. The question I have is whether they should all be using $self->home->rel_file("api/v1/swagger/swagger.json"), or if *some* calls should use our local swagger.json and others should use the full swagger 2.0 schema. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 03:52:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 01:52:29 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #26 from David Cook --- Oh wait I'm misunderstanding... $validator->bundle is just loading the schema... and it doesn't validate it. Whereas $validator->load_and_validate_schema loads the schema, but then validates it against the Swagger 2.0 API schema. Wow, JSON::Validator really overloads the word "schema" in its code... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 03:54:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 01:54:23 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #27 from David Cook --- >From what I can see, we're not actually validating the schema in ./Koha/REST/V1.pm when we use bundle(). We only validate it in ./Koha/REST/V1.pm when we do the catch{} block. And we always validate ./Koha/REST/Plugin/PluginRoutes.pm. Ok... yeah re-packaging libjson-validator-perl to include the "cache" probably makes the most sense. I'm going to post a code-level patch anyway (partially just because I'm already this far anyway) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 03:54:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 01:54:46 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #28 from David Cook --- (In reply to David Cook from comment #27) > I'm going to post a code-level patch anyway (partially just because I'm > already this far anyway) Plus, if I do that, then we wouldn't have to maintain another custom package dependency... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 04:12:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:12:54 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #29 from David Cook --- Actually, it looks like Koha::REST::Plugin::PluginRoutes doesn't receive the validator. It looks like the OpenAPI plugin must be calling a validator and that's where it's failing... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 04:22:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:22:35 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #30 from Victor Grousset/tuxayo --- (In reply to Tomás Cohen Arazi from comment #23) > We should just package the library with the correct cache Indeed, that way, deployers only have to update the perl-deps, no patch to apply. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 04:31:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:31:54 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 04:31:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:31:58 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #31 from David Cook --- Created attachment 106444 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106444&action=edit Bug 23653: use local copy of swagger v2 schema By default, JSON::Validator::OpenAPI tries to fetch the swagger v2 schema from http://swagger.io/v2/schema.json. If you've installed from CPAN, JSON::Validator::OpenAPI will come with a cached copy, so it won't try to fetch it over HTTP. However, if you've installed from libjson-validator-perl from Debian/Ubuntu, the Debian package excludes the cached copy, so JSON::Validator::OpenAPI tries to fetch it over HTTP. Unfortunately, today and other days in the past, the file at http://swagger.io/v2/schema.json has been unavailable, and this causes Koha to crash in a perpetual loop. This patch includes a copy of the swagger v2 schema, and it loads it locally rather than fetching over HTTP. The changes to Koha/REST/Plugin/PluginRoutes.pm are not required, since the validator isn't currently called there, but I've added a patch to future proof it. To Test: 0a) Remove /usr/share/perl5/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df if it exists 0b) Block external access to http://swagger.io/v2/schema.json or test during an outage when it's unavailable 0c) Do not apply patch 1) koha-plack --restart kohadev 2) Note that it crashes in a loop and is unavailable in web browser 3) Apply patch 4) koha-plack --restart kohadev 5) Note that Koha comes up and there are no errors in the Plack logs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 04:49:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:49:09 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #26 from David Cook --- (In reply to Christopher Brannon from comment #17) > "Not a priority for us"...who is "US"? Ah, fair question! I mean the vendor I work for Prosentient Systems and the libraries that it supports. None of our libraries are signalling this as a priority for us, so we're working on other things that are more important for them. I should've been more precise with my language :). -- You are receiving 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 Jul 1 04:56:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:56:48 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106444|0 |1 is obsolete| | --- Comment #32 from Victor Grousset/tuxayo --- Created attachment 106445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106445&action=edit Bug 23653: use local copy of swagger v2 schema By default, JSON::Validator::OpenAPI tries to fetch the swagger v2 schema from http://swagger.io/v2/schema.json. If you've installed from CPAN, JSON::Validator::OpenAPI will come with a cached copy, so it won't try to fetch it over HTTP. However, if you've installed from libjson-validator-perl from Debian/Ubuntu, the Debian package excludes the cached copy, so JSON::Validator::OpenAPI tries to fetch it over HTTP. Unfortunately, today and other days in the past, the file at http://swagger.io/v2/schema.json has been unavailable, and this causes Koha to crash in a perpetual loop. This patch includes a copy of the swagger v2 schema, and it loads it locally rather than fetching over HTTP. The changes to Koha/REST/Plugin/PluginRoutes.pm are not required, since the validator isn't currently called there, but I've added a patch to future proof it. To Test: 0a) Remove /usr/share/perl5/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df if it exists 0b) Block external access to http://swagger.io/v2/schema.json or test during an outage when it's unavailable 0c) Do not apply patch 1) koha-plack --restart kohadev 2) Note that it crashes in a loop and is unavailable in web browser 3) Apply patch 4) koha-plack --restart kohadev 5) Note that Koha comes up and there are no errors in the Plack 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 Wed Jul 1 04:57:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:57:09 +0000 Subject: [Koha-bugs] [Bug 25898] Prohibit indirect object notation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- This is great to see, although also impossible to test? I guess if we can get it into master ASAP though then there's a better chance of any issues being caught early in this release cycle. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 04:57:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:57:45 +0000 Subject: [Koha-bugs] [Bug 25900] Double quotes breaks search with Zebra and QueryWeightFields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25900 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 04:58:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 02:58:16 +0000 Subject: [Koha-bugs] [Bug 25851] 19.11 upgrade creates holdallowed rule with empty value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25851 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 05:19:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 03:19:35 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #33 from Victor Grousset/tuxayo --- It works! :D (In reply to Victor Grousset/tuxayo from comment #30) > Indeed, that way, deployers only have to update the perl-deps, no patch to > apply. Should we actually expect a significant number of instances to have more difficulty applying such a simple patch (just this patch, not updating Koha) compared to updating the perl deps? The question is whether or not packaging libjson-validator-perl during some time is worth it. Not sure now. Also, if http://swagger.io/v2/schema.json would work again tomorrow that would help letting those instances count on that until their next Koha update. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 05:54:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 03:54:00 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #34 from David Cook --- (In reply to Victor Grousset/tuxayo from comment #33) > Should we actually expect a significant number of instances to have more > difficulty applying such a simple patch (just this patch, not updating Koha) > compared to updating the perl deps? > > The question is whether or not packaging libjson-validator-perl during some > time is worth it. Not sure now. > > Also, if http://swagger.io/v2/schema.json would work again tomorrow that > would help letting those instances count on that until their next Koha > update. I'm curious about this as well. While we felt this in production in Australia, I'm guessing the rest of the world might not feel it for another few hours. I don't know where Jonathan is physically located these days, but I'm guessing that we may have just missed him as well, so the Koha world is in for an interesting day... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 06:00:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 04:00:06 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #35 from David Cook --- Mason announced 30 minutes ago on koha-devel that he's updated the libjson-validator-perl package. As per his email: hi Folks i've updated the 'libjson-validator-perl' package to include the cache dir to update the package... $ sudo apt update $ sudo apt install libjson-validator-perl run the following command, and confirm the result... $ apt-cache policy libjson-validator-perl libjson-validator-perl: Installed: 3.06+dfsg-1+koha1 Candidate: 3.06+dfsg-1+koha1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 06:03:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 04:03:09 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #36 from David Cook --- I've tested the new package in koha-testing-docker and it looks good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 06:54:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 04:54:42 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #68 from David Cook --- (In reply to David Cook from comment #67) > Going to double-check but this might be broken in 19.11... I must've been mistaken as it looks fine now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 07:40:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 05:40:16 +0000 Subject: [Koha-bugs] [Bug 25803] Internet Explorer: unable to save patron edits or view patron checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25803 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from David Cook --- Ok looking at this again... Using https://babeljs.io/, it's suggesting the following. Replace: $(`.guarantor-details[data-borrowernumber=${borrower.borrowernumber}]`).length; With: (".guarantor-details[data-borrowernumber=".concat(borrower.borrowernumber, "]")).length; However, I notice ./koha-tmpl/opac-tmpl/lib/kjua/lib/dom.js uses template literals as well, and there might be other Javascript that does too. As Owen said, really there's no reason people should be using computers without Edge, and Edge supports newer Javascript, so I think the best solution might actually be to push back on Intranet users and advise that the Koha Intranet isn't fully compatible with older browsers like IE 11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 07:54:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 05:54:30 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #227 from Katrin Fischer --- (In reply to Tomás Cohen Arazi from comment #226) > (In reply to Jonathan Druart from comment #225) > > Tomas, with your patches we now have: > > biblio.deleted_on, biblio.deleted > > and > > items.deleted_on, items.is_current > > I think it's confusing. > > Yes. I think is_current is an anomaly and shouldn't be the rule. But I > wouldn't block this for that. Can you explain? I think if possible we should be consistent, thinking of the many report writeres out there. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 08:19:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 06:19:58 +0000 Subject: [Koha-bugs] [Bug 25900] Double quotes breaks search with Zebra and QueryWeightFields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25900 Theodoros Theodoropoulos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theod at lib.auth.gr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 08:52:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 06:52:30 +0000 Subject: [Koha-bugs] [Bug 25905] New: REST API: create endpoint for importing OAI-PMH records from external OAI-PMH clients Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25905 Bug ID: 25905 Summary: REST API: create endpoint for importing OAI-PMH records from external OAI-PMH clients 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: dcook at prosentient.com.au Following on from previous work on #10662 and koha-plugin-oaipmh-import, I'm now thinking that it would be best to have a REST API endpoint for importing OAI-PMH records in the Koha mainstream. This would give libraries assurance that the core OAI-PMH ingest functionality will be in the main codebase and get Koha community support. For now, I'm still planning to keep my planned OAI-PMH harvester/client as a plugin/third-party dependency, but completion of this work will allow Koha libraries to use any OAI-PMH harvester they choose to ingest records into Koha. This could be with a Perl cronjob using HTTP::OAI, or it could be a Golang daemon, or whatever. Lots of possibilities. Anyway, I've got a lot of this work done already in koha-plugin-oaipmh-import, so I'll look at re-organising it to fit into Koha proper. It'll be in my own time, so I don't have a timeline for it, but it is on my TODO list. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 08:52:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 06:52:44 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #305 from David Cook --- (In reply to Michal Denar from comment #304) > Hi, > I could participate on documetation. But I'm not developer, I need some "how > to" from David or Tomás, how integrate translation into code. No worries. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 08:55:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 06:55:42 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #306 from David Cook --- While I hate to keep waffling, I've been thinking that having the OAI-PMH ingest code in mainstream Koha is probably a good idea. I've opened #25905 to that end. I'll change my koha-plugin-oaipmh-import work to fit into mainstream Koha, and submit a patch on #25905. The initial work won't be very complicated, so it shouldn't be very difficult to test. I'll still do the OAI-PMH harvester as a plugin though, since what I have in mind is complex and not necessarily suitable for everyone. My hope is that when #25905 is done, people might set up their own harvesters as best fits their needs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 08:55:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 06:55:52 +0000 Subject: [Koha-bugs] [Bug 25905] REST API: create endpoint for importing OAI-PMH records from external OAI-PMH clients In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25905 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10662 -- You are receiving 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 Jul 1 08:55:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 06:55:52 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25905 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:03:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:03:24 +0000 Subject: [Koha-bugs] [Bug 10744] ExpireReservesMaxPickUpDelay works with hold(s) over report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10744 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44464|0 |1 is obsolete| | CC| |emmi.takkinen at outlook.com --- Comment #6 from Emmi Takkinen --- Created attachment 106446 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106446&action=edit Bug 10744 - ExpireReservesMaxPickUpDelay works with hold(s) over report Hold(s) over -report at circ/waitingreserves.pl doesn't work because ExpireReservesMaxPickup removes reserves from the koha.reserves-table to the koha.old_reserves-table. This patch adds a new column koha.reserves.pickupexpired telling when/if the reserve has got it's pickup duration expired. This date is used to pull old reserves to the waitingreserves-view. syspref 'PickupExpiredHoldsOverReportDuration' controls how many days after expiration old reserves are displayed on the report, and the values respect Koha::Calendar holidays To test: 1) Apply patch. 2) Enable 'ExpireReservesMaxPickUpDelay'. 3) Set some value to 'ReservesMaxPickUpDelay' and 'PickupExpiredHoldsOverReportDuration' (e.g. 2 and 7). 4) Find or create hold(s) waiting pickup and set their expiration date so it exceeds 'ReservesMaxPickUpDelay' but not 'PickupExpiredHoldsOverReportDuration'. 5) Confirm hold(s) are moved to 'Holds waiting over ...' list. 6) Run misc/cronjobs/holds/cancel_expired_holds.pl. 7) Confirm hold(s) are still displayed on the list. 8) Confirm from db that hold(s) have 'pickupexpired' set same as 'expirationdate'. 9) Set new value to 'PickupExpiredHoldsOverReportDuration' so it no longer covers hold(s) expiration date(s). 10) Confirm that hold(s) are no longer displayed in waiting list Also prove t/db_depentent/Koha/Old.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:05:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:05:05 +0000 Subject: [Koha-bugs] [Bug 10744] ExpireReservesMaxPickUpDelay works with hold(s) over report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10744 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #7 from Emmi Takkinen --- Fixed patch to apply master version and removed dependencies to other patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:11:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:11:57 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #37 from David Cook --- I'd recommend to people starting their day to look at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653#c11 for a quick fix to get through the worst of things right now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:12:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:12:09 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tomascohen at gmail.com |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:16:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:16:59 +0000 Subject: [Koha-bugs] [Bug 25898] Prohibit indirect object notation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898 --- Comment #4 from Julian Maurice --- (In reply to Katrin Fischer from comment #2) > Would it make sense to create a Perl 7 Omnibus bug we can use for these? If I understood correctly there would be only 2 bugs under that omnibus : this one, and one for removing bareword filehandle. I'll let you decide if it makes sense to have an omnibus ;) (In reply to David Cook from comment #3) > This is great to see, although also impossible to test? I agree. The only reasonable way to "test" would be to carefully review the patch change by change. If it can help, I did it with `git show --word-diff=color --word-diff-regex=.` (It takes time, prepare some coffee/tea/mate first) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:22:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:22:17 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #38 from David Cook --- I think Mason found that newer versions of Ubuntu weren't installing 3.06 as they were using newer versions, but it looks like he's now released a 3.23+dfsg-1+koha1 version. I've installed that on Debian Jessie in koha-testing-docker, and it looks like it's working successfully. So folk using the Debian packages shoudl be able to just do the following: apt-get update apt-get install libjson-validator-perl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:40:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:40:10 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #39 from David Cook --- Ok that 3.23 is still in the staging repo. If you're running a Debian/Ubuntu package, you'll be vulnerable, but not if you're running a Koha Community package. So you should be fine on Debian Jessie and Debian Stretch and Ubuntu Xenial. If you're on anything newer than those, you'll need to upgrade to the Koha Community 3.06 (or 3.23 when it is available) as per the table below: __Koha Community Apt Repo__ libjson-validator-perl_0.67+dfsg-1~koha1_all.deb libjson-validator-perl_0.97-1~kohadev1_all.deb libjson-validator-perl_3.06+dfsg-1+koha1_all.deb __Debian__ Stretch 9: libjson-validator-perl (0.92+dfsg-1) Buster 10: libjson-validator-perl (3.06+dfsg-1) Bullseye 11: libjson-validator-perl (3.25+dfsg-1) __Ubuntu__ Xenial 16.04: libjson-validator-perl (0.66+dfsg-1) Bionic 18.04: libjson-validator-perl (1.08+dfsg-1) Eoan 19.10: libjson-validator-perl (3.14+dfsg-1) Focal 20.04: libjson-validator-perl (3.23+dfsg-1) Groovy 20.10: libjson-validator-perl (3.25+dfsg-1) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 09:57:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 07:57:49 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #40 from David Cook --- Here's a condensed version of the above: Good (don't worry): - Debian Jessie 8 - Debian Stretch 9 - Ubuntu Xenial 16.04 Bad (do worry): - Debian Buster 10 (and above) - Ubuntu Bionic 18.04 (and above) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 10:40:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 08:40:55 +0000 Subject: [Koha-bugs] [Bug 25906] New: In opac-serial-issues.pl, when looking at full history, the search facet form should look good. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906 Bug ID: 25906 Summary: In opac-serial-issues.pl, when looking at full history, the search facet form should look good. 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: timothy_alexis.vass at ub.lu.se QA Contact: testopia at bugs.koha-community.org Created attachment 106447 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106447&action=edit What it currently looks like. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 10:42:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 08:42:13 +0000 Subject: [Koha-bugs] [Bug 25906] In opac-serial-issues.pl, when looking at full history, the search facet form should look good. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906 --- Comment #1 from Timothy Alexis Vass --- Created attachment 106448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106448&action=edit What it should look like. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 10:50:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 08:50:48 +0000 Subject: [Koha-bugs] [Bug 25906] In opac-serial-issues.pl, when looking at full history, the search facet form should look good. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906 --- Comment #2 from Timothy Alexis Vass --- 1. In linked stylesheet: #menu form, #search-facets form { margin: 0em; } Change margin to 1em. ----- 2. In the inline style block: #search-facets fieldset.action { padding-left: 4px; margin: .3em; } Remove padding-let and margin, set text-align to center. ----- 3. In opac-full-serial-issues: Remove style="width:10em;" from these two elements. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 11:16:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 09:16:04 +0000 Subject: [Koha-bugs] [Bug 24239] Let the ILL module set ad hoc hard due dates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24239 --- Comment #6 from Magnus Enger --- (In reply to Katrin Fischer from comment #5) > Would you mind me tinkering with that a bit? Not at all, tinker away! :-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 11:37:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 09:37:10 +0000 Subject: [Koha-bugs] [Bug 25905] REST API: create endpoint for importing OAI-PMH records from external OAI-PMH clients In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25905 Andreas Hedström Mace changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.hedstrom.mace at sub.s | |u.se --- Comment #1 from Andreas Hedström Mace --- I think this would be really good to have. A stable endpoint to ingest the records, and the harvester as a plug-in (or even various harvester plug-ins). -- You are receiving 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 Jul 1 11:58:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 09:58:26 +0000 Subject: [Koha-bugs] [Bug 25861] [19.11] Unknown column 'important' in 'field list' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25861 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley at catalyst.net.n | |z, | |nick at bywatersolutions.com Keywords| |rel_19_11_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:11:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:11:08 +0000 Subject: [Koha-bugs] [Bug 25906] In opac-serial-issues.pl, when looking at full history, the search facet form should look good. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906 --- Comment #3 from Owen Leonard --- Created attachment 106449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106449&action=edit How it looks in master What version are you looking at? What I see in master doesn't match your "What it currently looks like" screenshot. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:31:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:31:46 +0000 Subject: [Koha-bugs] [Bug 4948] When cancelling a waiting hold, allow to trigger hold for next patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4948 --- Comment #4 from Kyle M Hall --- Created attachment 106450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106450&action=edit Bug 4948: When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode Test Plan: 1) Place two or more holds on a record 2) Check in the item 3) Confirm the hold 4) Check in the item again 5) Cancel the hold 6) Koha should now display the modal asking to confirm the next hold without the need to rescan the barcode! -- 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 Wed Jul 1 13:50:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:50:28 +0000 Subject: [Koha-bugs] [Bug 25907] New: When cancelling a waiting hold on circulation.pl, allow to trigger hold for next patron Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 Bug ID: 25907 Summary: When cancelling a waiting hold on circulation.pl, allow to trigger hold for next patron 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 Right now, after canceling a hold on the checkin screen, a librarian needs to rescan the item barcode to check and trap the next hold. This is an extra unnecessary step. -- You are receiving 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 Jul 1 13:50:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:50:40 +0000 Subject: [Koha-bugs] [Bug 25907] When cancelling a waiting hold on circulation.pl, allow to trigger hold for next patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=4948 Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:50:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:50:40 +0000 Subject: [Koha-bugs] [Bug 4948] When cancelling a waiting hold, allow to trigger hold for next patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4948 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25907 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:50:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:50:49 +0000 Subject: [Koha-bugs] [Bug 25907] When cancelling a waiting hold on circulation.pl, allow to trigger hold for next patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:51:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:51:18 +0000 Subject: [Koha-bugs] [Bug 4948] When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4948 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Summary|When cancelling a waiting |When cancelling a waiting |hold, allow to trigger hold |hold on returns.pl, looks |for next patron |for new hold to fill | |without rescanning barcode -- 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 Wed Jul 1 13:52:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:52:07 +0000 Subject: [Koha-bugs] [Bug 4948] When cancelling a waiting hold, allow to trigger hold for next patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4948 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When cancelling a waiting |When cancelling a waiting |hold on returns.pl, looks |hold, allow to trigger hold |for new hold to fill |for next patron |without rescanning barcode | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:52:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:52:21 +0000 Subject: [Koha-bugs] [Bug 25907] When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When cancelling a waiting |When cancelling a waiting |hold on circulation.pl, |hold on returns.pl, looks |allow to trigger hold for |for new hold to fill |next patron |without rescanning barcode -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:53:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:53:39 +0000 Subject: [Koha-bugs] [Bug 25907] When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:53:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:53:43 +0000 Subject: [Koha-bugs] [Bug 25907] When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 --- Comment #1 from Kyle M Hall --- Created attachment 106451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106451&action=edit Bug 25907: When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode Right now, after canceling a hold on the checkin screen, a librarian needs to rescan the item barcode to check and trap the next hold. This is an extra unnecessary step. Test Plan: 1) Place two or more holds on a record 2) Check in the item 3) Confirm the hold 4) Check in the item again 5) Cancel the hold 6) Koha should now display the modal asking to confirm the next hold without the need to rescan the barcode! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 13:55:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 11:55:35 +0000 Subject: [Koha-bugs] [Bug 4948] When cancelling a waiting hold, allow to trigger hold for next patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4948 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106450|0 |1 is obsolete| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:01:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:01:09 +0000 Subject: [Koha-bugs] [Bug 25903] Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:01:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:01:12 +0000 Subject: [Koha-bugs] [Bug 25903] Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106443|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 106452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106452&action=edit Bug 25903: Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server The 'summary' field in the patron information request specifies if detail information should be send for holds, overdues, fines, etc. The field is 10 characters in length (0-9). However, the SIP2 spec only defines indexes 0 though 5, leave 6 though 9 undefined. Some ILSs specify behavior for these undefined indexes. Apparently the 7th field is often used to request 'Fees', as opposed to 'Fines' in some ILS. Some software that integrate via SIP try both the 5th and 7th indexes to ensure they get all fines and fees. The problem is that Koha's SIP server crashes if any 'summary' index beyond 5 is flagged. We should simply ignore flags beyond 5 and act as if no flags were sent. Test Plan: 1) Enable SIP for your instance 2) Send a patron information request with a summary flag in any index beyond 5. i.e.: 6300120200617 124846 Y AOMIDAY|AA21030050054321 3) Note the SIP server just closes the connection without a response 4) Apply this patch 5) Restart the SIP server 6) Send the same request 7) Note you get back the patron information response! Signed-off-by: Kyle M Hall Signed-off-by: Jeff Gaines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:01:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:01:51 +0000 Subject: [Koha-bugs] [Bug 25907] When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:01:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:01:53 +0000 Subject: [Koha-bugs] [Bug 25907] When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106451|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 106453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106453&action=edit Bug 25907: When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode Right now, after canceling a hold on the checkin screen, a librarian needs to rescan the item barcode to check and trap the next hold. This is an extra unnecessary step. Test Plan: 1) Place two or more holds on a record 2) Check in the item 3) Confirm the hold 4) Check in the item again 5) Cancel the hold 6) Koha should now display the modal asking to confirm the next hold without the need to rescan the barcode! Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:05:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:05:12 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #41 from Fridolin SOMERS --- For Ubuntu Debian, we at biblibre installed from CPAN JSON::Validator 4.01 and added the cache file. It works without patch on sources. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:23:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:23:11 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #228 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #227) > (In reply to Tomás Cohen Arazi from comment #226) > > (In reply to Jonathan Druart from comment #225) > > > Tomas, with your patches we now have: > > > biblio.deleted_on, biblio.deleted > > > and > > > items.deleted_on, items.is_current > > > I think it's confusing. > > > > Yes. I think is_current is an anomaly and shouldn't be the rule. But I > > wouldn't block this for that. > > Can you explain? I think if possible we should be consistent, thinking of > the many report writeres out there. Comment #198 explains it. What really makes sense is a 'deleted' flag, but because of this very special case in which we want to preserve the UNIQUE constraint on the items.barcode column which some libraries would like to reuse, and the DBMS doesn't allow us to have the constraint on non-NULL values, we need to do it in reverse (i.e. instead of 'deleted' we do 'not_deleted' and set NULL to represent deleted). So we are forcing the DB structure because of our limitations on the DB features we are allowed to use, or the versions of the DB we want to support (all for good reasons, not arguing). I would just add a FIXME on the items table and leave the other tables saner. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:55:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:55:11 +0000 Subject: [Koha-bugs] [Bug 25799] Edition information to Holds queue report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 14:55:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 12:55:14 +0000 Subject: [Koha-bugs] [Bug 25799] Edition information to Holds queue report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106429|0 |1 is obsolete| | --- Comment #6 from Owen Leonard --- Created attachment 106454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106454&action=edit Bug 25799: Add edition information to "Holds queue" report Added a feature that displays edition information of the book together with title in "Holds queue" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. 1. Place a hold on a book with edition information. 2. Run build_holds_queue.pl cron job. 3. Go to /cgi-bin/koha/circ/view_holdsqueue.pl and check the "title" table of that book that you placed hold on. 4. Observe that there's no information about edition of that book. 5. Apply patch. 6. Repeat step 3. 7. Observe that cinformation about edition of that book appeared in the title table after book's title and author. Mentored-by: Andrew Nugged Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 15:12:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 13:12:23 +0000 Subject: [Koha-bugs] [Bug 25896] Missing closing tag in smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25896 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 15:12:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 13:12:26 +0000 Subject: [Koha-bugs] [Bug 25896] Missing closing tag in smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25896 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106420|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 106455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106455&action=edit Bug 25896: Add missing closing tag File koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt had one lost closing tag in "daysmode" block. Added. Mentored-by: Andrew Nugged Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 15:47:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 13:47:02 +0000 Subject: [Koha-bugs] [Bug 25698] Curbside Pickup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25698 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 15:58:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 13:58:54 +0000 Subject: [Koha-bugs] [Bug 25698] Curbside Pickup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25698 --- Comment #3 from Martin Renvoize --- I'm interested in trying to get a specification for this together.. starting with something simple hopefully that we can implement as a quick phase one. I can see challenges around notification of when items are available for pickup and what items are available for request and when... nothing unsolvable but it would be interesting to get peoples thoughts around the topic. -- You are receiving 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 Jul 1 17:12:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 15:12:07 +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 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 17:29:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 15:29:41 +0000 Subject: [Koha-bugs] [Bug 25698] Curbside Pickup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25698 --- Comment #4 from Lisette Scheer --- Martin, I know Lucas at Bywater put together some JQ that replaces the "notes" section on the OPAC with a very basic curbside scheduler. It works well for single-branch libraries (or libraries where you can only put on holds from your branch) but I'm not sure you can limit how many patrons at a time are doing curbside so you don't get flooded with curbside appointments. For us as a consortium with multi-branch libraries within the consortium, we would want to schedule pickup once the hold is available and be able to limit how many people are doing curbside at a time, as well as setting times and limits on each branch. We are doing a 15 minute window with up to 10 pickups at a time at our branch. Currently our branch is using a paid service to facilitate this. Ideally in Koha we could do a link/have them go to the OPAC login and could schedule from there once holds were in. It would be helpful if we could check out all waiting holds with a button press so when we are prepping the materials we can say 'these are the 15 holds for this patrons, check them all out' to speed up the process and reduce how much staff is handling the items. I know we could copy the barcodes into batch checkout, but it would be much smoother if there was a button. For the long run, having it be something you could turn on and off/branch would be ideal, although if you could set pickup times for each branch those that aren't using it could just not set up times. I think I saw that Evergreen's plan was to have a check in option when they arrived and I think that would be helpful as well. Lisette -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 17:41:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 15:41:10 +0000 Subject: [Koha-bugs] [Bug 25908] New: Batch Record Modification adds new marc fields to bottom of record instead of in order Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25908 Bug ID: 25908 Summary: Batch Record Modification adds new marc fields to bottom of record instead of in order Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org When processing a Batch Record Modification, specifically adding a new marc field, Koha adds this new marc field to the bottom of the record and not in order with the other fields. It would be useful to have newly added marc fields to be in numeric order when the marc record is saved. A user would generally look for the marc field in the record where it should be and not look to the bottom of the record. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 18:13:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 16:13:05 +0000 Subject: [Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #42 from Victor Grousset/tuxayo --- The schema hosting at swagger.io is back https://github.com/swagger-api/swagger.io/issues/282 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 18:52:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 16:52:59 +0000 Subject: [Koha-bugs] [Bug 21665] Advanced editor - Double clicking on value brings subfield code as well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21665 --- Comment #11 from Heather --- Hi, Cori! Thank you--yes, I'm aware of (and can, and have already been) redefining the shortcut keys, but that doesn't address the issue that started the ticket, that the subfield delimiter letter was always copied when "double-clicked" and now nothing is able to be selectively copied when double-clicked in the Advanced Editor--the only ability now under 19.11 is copy an entire subfield (with the delimiter character and delimited letter) into the Koha clipboard only. This bug also was created to copy the double-clicked text into Notepad, and that's now impossible as well without the ability to copy from the Advanced Editor into the OS clipboard. Or am I missing something? I haven't seen how changing/redefining the keyboard shortcut can change the ability to copy double-clicked (or otherwise highlighted text that is less than an entire subfield) into, e.g., Notepad or other app via the OS clipboard? Thanks!! --h2 (In reply to Cori Lynn Arnold from comment #10) > Hey Heather! I hear your frustration. One thing we did here to help was to > remove the "Control-C" from the default for our Koha installations (we have > over 20). To do that: > > 1. Go to the Advanced Editor > 2. Click on the "Keyboard Shortcuts" button > 3. Click on the link for "Refine shortcuts" > 4. Either delete or redefine what is in that first box for "Copy current > field" > > If you don't have permissions to do that, talk to your Koha Admin. That was > a good start for us. Hope that helps. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 18:54:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 16:54:26 +0000 Subject: [Koha-bugs] [Bug 25654] Make the contact and non-patron guarantor sections separate on patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106355|0 |1 is obsolete| | --- Comment #15 from Lucas Gass --- Created attachment 106456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106456&action=edit Bug 25654: Make the contact and non-patron guarantor sections separate on patron entry form This patch reverses what I think was an unintended change made by Bug 14570 in which the non-patron guarantor fields are shown for all patron types (not just child patrons) and grouped with the patron contact fields. This patch creates a new "Non-patron guarantor" fieldset to show along with "Patron guarantor" when adding or editing child patrons. To test, apply the patch check that the BorrowerUnwantedField system preference does not contain contactname, contactfirstname, or relationship. - Open an adult patron for editing. You should see no guarantor-related fields. - Open a child patron for editing. There should be two guarantor sections: "Patron guarantor" and "Non-patron guarantor." - Test that adding patron guarantors and non-patron guarantors works correctly. - Add "contactname|contactfirstname|relationship" to the BorrowerUnwantedField system preference. - Reload the child patron entry form. The non-patron guarantor section should now be hidden. 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 Jul 1 18:55:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 16:55:06 +0000 Subject: [Koha-bugs] [Bug 25654] Make the contact and non-patron guarantor sections separate on patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 19:24:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:24:57 +0000 Subject: [Koha-bugs] [Bug 25654] Make the contact and non-patron guarantor sections separate on patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106456|0 |1 is obsolete| | --- Comment #16 from ByWater Sandboxes --- Created attachment 106457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106457&action=edit Bug 25654: Make the contact and non-patron guarantor sections separate on patron entry form This patch reverses what I think was an unintended change made by Bug 14570 in which the non-patron guarantor fields are shown for all patron types (not just child patrons) and grouped with the patron contact fields. This patch creates a new "Non-patron guarantor" fieldset to show along with "Patron guarantor" when adding or editing child patrons. To test, apply the patch check that the BorrowerUnwantedField system preference does not contain contactname, contactfirstname, or relationship. - Open an adult patron for editing. You should see no guarantor-related fields. - Open a child patron for editing. There should be two guarantor sections: "Patron guarantor" and "Non-patron guarantor." - Test that adding patron guarantors and non-patron guarantors works correctly. - Add "contactname|contactfirstname|relationship" to the BorrowerUnwantedField system preference. - Reload the child patron entry form. The non-patron guarantor section should now be hidden. Signed-off-by: Lucas Gass Signed-off-by: Christopher Brannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 19:25:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:25:01 +0000 Subject: [Koha-bugs] [Bug 25909] New: Recent change to datatables JS in the OPAC causes errors Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909 Bug ID: 25909 Summary: Recent change to datatables JS in the OPAC causes errors Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: agustinmoyano at theke.io, jonathan.druart at bugs.koha-community.org, kyle at bywatersolutions.com, martin.renvoize at ptfs-europe.com, nick at bywatersolutions.com, tomascohen at gmail.com Depends on: 25287 Bug 25287 made a lot of changes to koha-tmpl/opac-tmpl/bootstrap/js/datatables.js which seem to be unrelated to the purpose of the bug. Included in the changes is the double-underscore "__()" translation function which hasn't yet been implemented in the OPAC. Since the function isn't defined this causes an error. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287 [Bug 25287] Add columns_settings support to API datatables wrapper -- You are receiving 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 Jul 1 19:25:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:25:01 +0000 Subject: [Koha-bugs] [Bug 25287] Add columns_settings support to API datatables wrapper In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25909 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909 [Bug 25909] Recent change to datatables JS in the OPAC causes errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 19:25:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:25:48 +0000 Subject: [Koha-bugs] [Bug 25654] Make the contact and non-patron guarantor sections separate on patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654 --- Comment #17 from Christopher Brannon --- Clean and straight forward. Thanks for fixing this! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 19:32:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:32:59 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge needs more flexibility and transparency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org --- Comment #2 from Christopher Brannon --- This wreaks havoc with our records because of duplicated patron attributes and no easy way to clean up. This should be considered a bug, not an enhancement, 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 Wed Jul 1 19:46:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:46:08 +0000 Subject: [Koha-bugs] [Bug 25909] Recent change to datatables JS in the OPAC causes errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major 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 Jul 1 19:48:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:48:52 +0000 Subject: [Koha-bugs] [Bug 25877] [19.11] Error libraryNotPickupLocation when placing a hold if logged in branchcode is not a pickup location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25877 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #6 from Kyle M Hall --- Just tested on 19.11.x, the problem still exists: https://monosnap.com/file/gbped1dKxSpMy7LU9Lz10lZHjXHrmw (In reply to Katrin Fischer from comment #5) > I have done the following: > - I have changed Centerville to be 'no pickup location' in the library > configuration > - My staff patron has home library Centerville and that was also my logged > in library > - When I try to place a hold, Centerville is not in the pickup location > list, but there is also no error. I can place holds with other pickup > locations without an error. > > What am I missing? I was testing on latest 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 19:48:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:48:57 +0000 Subject: [Koha-bugs] [Bug 25909] Recent change to datatables JS in the OPAC causes errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 106458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106458&action=edit Bug 25909: Revert wrong use of js/i18n.js __ in OPAC This reverts commit 6b82d1416687434c61fe49b4230c15ad8b795b6e The __ function is not implemented in the OPAC and so the original implementation that relied on _ should be used instead. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 19:49:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 17:49:13 +0000 Subject: [Koha-bugs] [Bug 25909] Recent change to datatables JS in the OPAC causes errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 20:10:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 18:10:40 +0000 Subject: [Koha-bugs] [Bug 25909] Recent change to datatables JS in the OPAC causes errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909 --- Comment #2 from Tomás Cohen Arazi --- (In reply to Owen Leonard from comment #0) > Bug 25287 made a lot of changes to > koha-tmpl/opac-tmpl/bootstrap/js/datatables.js which seem to be unrelated to > the purpose of the bug. Included in the changes is the double-underscore > "__()" translation function which hasn't yet been implemented in the OPAC. > Since the function isn't defined this causes an error. Bug 25287 targeted being used in the OPAC by bug 20936, which we just reverted to 'the old way' because of the route the discussion about the API implementation took. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 20:12:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 18:12:55 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge duplicates patron attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Summary|Patron Merge needs more |Patron Merge duplicates |flexibility and |patron attributes |transparency | --- Comment #3 from Andrew Fuerste-Henry --- Renaming and refocusing this bug. I agree the attributes are a more pressing aspect of this, so let's make this specific and therefore more easily addressed. -- You are receiving 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 Jul 1 20:22:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 18:22:49 +0000 Subject: [Koha-bugs] [Bug 21648] Patron Merge duplicates patron attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21648 --- Comment #4 from Christopher Brannon --- (In reply to Andrew Fuerste-Henry from comment #3) > Renaming and refocusing this bug. I agree the attributes are a more pressing > aspect of this, so let's make this specific and therefore more easily > addressed. +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 Wed Jul 1 20:42:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 18:42:51 +0000 Subject: [Koha-bugs] [Bug 25861] [19.11] Cannot copy MARC frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25861 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[19.11] Unknown column |[19.11] Cannot copy MARC |'important' in 'field list' |frameworks CC| |andrew at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 1 21:05:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Jul 2020 19:05:30 +0000 Subject: [Koha-bugs] [Bug 25910] New: Two blank values in authorised value category selection in marc frameworks Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25910 Bug ID: 25910 Summary: Two blank values in authorised value category selection in marc frameworks Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com When selecting the authorised value for a marc subfield in the frameworks: admin/marc_subfields_structure.pl There are two blank values at the top of the dropdown One comes from the template: 179 180 ) missing_filter at line 67 (
  • ) missing_filter at line 68 (
  • ) missing_filter at line 69 (
  • Example: 5.00
  • ) OK forbidden patterns OK git manipulation OK js_in_body FAIL spelling occured ==> occurred OK tt_valid OK valid_template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 03:31:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 01:31:26 +0000 Subject: [Koha-bugs] [Bug 22562] Add option ItemHoldingLibrary to ReservesControlBranch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22562 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer --- Please also change sysprefs.sql to add the option for new installations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 03:32:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 01:32:16 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bulk Close invoices and |Bulk close invoices and |Filter invoice view |filter invoice view |(open/closed) |(open/closed) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 03:34:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 01:34:13 +0000 Subject: [Koha-bugs] [Bug 20388] Elasticsearch - Ability to add search fields from UI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #104 from Katrin Fischer --- This depends on bug 19482 which is currently Failed QA. Marking as BLOCKED until this is resolved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 04:40:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 02:40:19 +0000 Subject: [Koha-bugs] [Bug 24353] [19.05] privacy_guarantor_checkouts incorrectly shows No on moremember.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24353 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.13 released in| | Status|Passed QA |Pushed to oldoldstable --- Comment #9 from Victor Grousset/tuxayo --- Pushed to 19.05.x branch for 19.05.13, thanks to everyone involved! :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 04:53:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 02:53:15 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved & CanItemBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106413|0 |1 is obsolete| | --- Comment #15 from Victor Grousset/tuxayo --- Created attachment 106535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106535&action=edit Bug 25408: Added unit tests for opacitemholds policy 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 Sun Jul 5 04:53:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 02:53:18 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved & CanItemBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106414|0 |1 is obsolete| | --- Comment #16 from Victor Grousset/tuxayo --- Created attachment 106536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106536&action=edit Bug 25408: Add "opacitemholds" checks in CanBookBeReserved & CanItemBeReserved test plan: 1) apply tests patch 2) run tests 3) verify not green 4) apply patch 5) run tests (again) 6) success: green :) 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 Sun Jul 5 04:53:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 02:53:22 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved & CanItemBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106521|0 |1 is obsolete| | --- Comment #17 from Victor Grousset/tuxayo --- Created attachment 106537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106537&action=edit Bug 25408: QA followup 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 Sun Jul 5 04:55:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 02:55:01 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved & CanItemBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 --- Comment #18 from Victor Grousset/tuxayo --- (In reply to Arthur Suzuki from comment #14) > I've made a small qa patch to solve the warn :) It works and no additional warnings :) (In reply to Arthur Suzuki from comment #14) > Hi Tuxayo, > Hope you are doing well, you seem to be doing fine! Doing okay, best wishes for you :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 05:26:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 03:26:06 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #54 from Victor Grousset/tuxayo --- (In reply to Jonathan Druart from comment #52) > Do we need a unit test to compare the local and remote files? (ofc it won't > fail if the remove file is not reachable) my 2 cents: don't think it's worth it also. Because here we can see migration paths from the different draft versions: https://json-schema.org/specification.html#migrating-from-older-drafts So backward compatibility seem to be assured. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 05:28:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 03:28:05 +0000 Subject: [Koha-bugs] [Bug 24417] Charges/Fees.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24417 --- Comment #8 from Victor Grousset/tuxayo --- https://jenkins.koha-community.org/view/19.05/job/Koha_19.05_U18/256/consoleText -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 06:16:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 04:16:52 +0000 Subject: [Koha-bugs] [Bug 25928] New: xt/find-license-problems.t should ignore release-tools Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25928 Bug ID: 25928 Summary: xt/find-license-problems.t should ignore release-tools Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: victor at tuxayo.net QA Contact: testopia at bugs.koha-community.org If release-tools are in the Koha repo, then it picked up by this test and causes errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 06:18:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 04:18:00 +0000 Subject: [Koha-bugs] [Bug 25928] xt/find-license-problems.t should ignore release-tools In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25928 --- Comment #1 from Victor Grousset/tuxayo --- xt/find-license-problems.t .............................................. 1/? # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/httprecorder.pl has wrong copyright: hasgpl=1, hasv3=0, hasorlater=1, haslinktolicense=0, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/test-release.sh has wrong copyright: hasgpl=1, hasv3=0, hasorlater=1, haslinktolicense=0, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/get_commits.pl has wrong copyright: hasgpl=1, hasv3=0, hasorlater=1, haslinktolicense=0, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/roll_release.sh has wrong copyright: hasgpl=1, hasv3=0, hasorlater=1, haslinktolicense=0, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/koha-post-deploy.pl has wrong copyright: hasgpl=0, hasv3=1, hasorlater=1, haslinktolicense=1, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/install-fresh.pl has wrong copyright: hasgpl=1, hasv3=0, hasorlater=1, haslinktolicense=0, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/get_bugs.pl has wrong copyright: hasgpl=1, hasv3=0, hasorlater=1, haslinktolicense=0, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/release-tool.pl has wrong copyright: hasgpl=0, hasv3=1, hasorlater=1, haslinktolicense=1, hasfranklinst=0 # Failed test at xt/find-license-problems.t line 62. # got: '0' # expected: '1' # File ./release-tools/reprepro/conf/changelogs.example has wrong copyright: hasgpl=1, hasv3=0, hasorlater=0, haslinktolicense=0, hasfranklinst=0 xt/find-license-problems.t .............................................. 680/? # Looks like you failed 9 tests of 1168. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 06:18:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 04:18:38 +0000 Subject: [Koha-bugs] [Bug 25928] xt/find-license-problems.t should ignore release-tools In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25928 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24494 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 06:18:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 04:18:38 +0000 Subject: [Koha-bugs] [Bug 24494] 00-valid-xml.t shouldn't check node_modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24494 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25928 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 06:34:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 04:34:50 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #237 from Victor Grousset/tuxayo --- Reran the tests (branch joubu/Koha/commits/bug_20271), the issues of comment 219 are gone. New failing test: kohadev-koha at 50ed3ff6e267:/kohadevbox/koha$ prove t/db_dependent/Items.t t/db_dependent/Items.t .. 4/15 # Failed test 'found 1 item with itemnotes = "foobar"' # at t/db_dependent/Items.t line 613. # Looks like you failed 1 test of 15. t/db_dependent/Items.t .. 7/15 # Failed test 'SearchItems test' # at t/db_dependent/Items.t line 638. t/db_dependent/Items.t .. 13/15 # Looks like you failed 1 test of 15. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 10:53:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 08:53:47 +0000 Subject: [Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Borrowers Login Attempts |Borrowers login attempts |happen to be NULL instead |happen to be NULL instead |of 0 |of 0 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:45:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:45:32 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 --- Comment #26 from Katrin Fischer --- I've tested merging invoices from 2 different tabs and it worked nicely. I did 2 follow-ups for some cosmetics (the label on the subscription limit and the buttons). Ready to PQA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:46:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:46:31 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 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 Sun Jul 5 12:46:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:46:35 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #98729|0 |1 is obsolete| | --- Comment #27 from Katrin Fischer --- Created attachment 106538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106538&action=edit Bug 22773: Bulk Close invoices and Filter invoice view (open/closed) Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Kelly McElligott Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:46:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:46:40 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #98730|0 |1 is obsolete| | --- Comment #28 from Katrin Fischer --- Created attachment 106539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106539&action=edit Bug 22773: (follow-up) Fix capitalization Signed-off-by: Kelly McElligott Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:46:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:46:44 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #98731|0 |1 is obsolete| | --- Comment #29 from Katrin Fischer --- Created attachment 106540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106540&action=edit Bug 22773: Message appearing if any invoice selected Signed-off-by: Kelly McElligott Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:46:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:46:48 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #98732|0 |1 is obsolete| | --- Comment #30 from Katrin Fischer --- Created attachment 106541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106541&action=edit Bug 22773: (follow-up) Recommended changes are made on datatable and butons Signed-off-by: Kelly McElligott Signed-off-by: Christopher Kellermeyer Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:46:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:46:52 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #98733|0 |1 is obsolete| | --- Comment #31 from Katrin Fischer --- Created attachment 106542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106542&action=edit Bug 22773: The deprecated plugin is removed Signed-off-by: Kelly McElligott Signed-off-by: Christopher Kellermeyer Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:46:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:46:56 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 --- Comment #32 from Katrin Fischer --- Created attachment 106543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106543&action=edit Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label Fixes the checkbox label by adding an id, so that when you click on "Show only subscriptons" the checkbox will be checked. Adds standard classes to the existing "Merge selected invoices" button to make things more consistent. Also added the fa-compress icon that we use in cataloguing on the merge records button. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:47:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:47:00 +0000 Subject: [Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 --- Comment #33 from Katrin Fischer --- Created attachment 106544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106544&action=edit Bug 22773: (QA follow-up) Fix missing filters Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:59:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:00 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 12:59:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:07 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103960|0 |1 is obsolete| | --- Comment #109 from Katrin Fischer --- Created attachment 106545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106545&action=edit Bug 22844: Simplify the process of selecting database columns for system preferences This patch introduces a new way for users to select database columns for system preferences like BorrowerMandatoryField, which currently require hand-typing of database names. This new system uses a JSON file containing label:column pairs for database columns which are relevant to preferences which reference borrower table columns. My intention was to have user-friendly values as the labels, but embedding English strings in JSON would make them untranslatable. The following preferences are affected: - BorrowerMandatoryField - BorrowerUnwantedField - PatronSelfModificationBorrowerUnwantedField - PatronSelfRegistrationBorrowerMandatoryField - PatronSelfRegistrationBorrowerUnwantedField == Test plan == - apply the patches - regenerate the staff client CSS (yarn build) - updatedatabase - dbic - flush_memcached - restart_all to make sure the updated .pref file is used - Go to Administration -> System preferences, and search for "PatronSelf" - The input fields for PatronSelfModificationBorrowerUnwantedField, PatronSelfRegistrationBorrowerMandatoryField, and PatronSelfRegistrationBorrowerUnwantedField should appear as "locked" (read-only) inputs. - Clicking the input field should trigger a modal window with checkboxes for each available column from the borrowers table. - Test that the "select all" and "clear all" links work correctly. - Test that the "cancel" link closes the modal without saving your selections. - Test that the "Save" button closes the modal, copies your selections to the form field, and triggers the preference-saving function (this eliminates the need to click a save button again after closing the modal). - Test this process by making modifications to all three different preferences, confirming that the right data is preselected each time the modal is shown and the right data is saved to the right field each time. Signed-off-by: Hayley Mapley Signed-off-by: Marcel de Rooy Signed-off-by: David Nind Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:13 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103961|0 |1 is obsolete| | --- Comment #110 from Katrin Fischer --- Created attachment 106546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106546&action=edit Bug 22844: (QA follow-up) Add pref PatronQuickAddFields too Description slightly adjusted. Signed-off-by: Marcel de Rooy Signed-off-by: David Nind Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:18 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103962|0 |1 is obsolete| | --- Comment #111 from Katrin Fischer --- Created attachment 106547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106547&action=edit Bug 22844: Add the new DB column borrower_attribute_types.mandatory Signed-off-by: David Nind Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:23 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103963|0 |1 is obsolete| | --- Comment #112 from Katrin Fischer --- Created attachment 106548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106548&action=edit Bug 22844: Add the new entry to the patron attr types form Will conflict with bug 20443 \o/ Signed-off-by: David Nind Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:30 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103964|0 |1 is obsolete| | --- Comment #113 from Katrin Fischer --- Created attachment 106549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106549&action=edit Bug 22844: Make the attribute mandatory when editing a patron Note: I am not confident with this patch, I think it's not polished. I will not have time to improve it to make it ready for 19.05.00 1. Conflict with bug 20443 (which would have make this change way much easier!) 2. It does not work :) You will be able to submit the memberentry form even if the patron attribute is marked as mandatory (??) 3. What about the OPAC? 4. What about repeatable fields? We certainly will need JS code here 5. What about the "Quick add" feature? (I had trouble in the past to not introduce regression when we played with this template...) Do not forget to run updatedatabase.pl and regenerate DBIC schema if you want to play with this patchset. Signed-off-by: David Nind Bug 22844: (follow-up) Make the attribute mandatory when editing a patron Previous patch forgot the most important, adding the required attribute to the select/textarea Signed-off-by: David Nind Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:36 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103965|0 |1 is obsolete| | --- Comment #114 from Katrin Fischer --- Created attachment 106550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106550&action=edit Bug 22844: (QA follow-up) Build items.json for UniqueItemFields Adding items.json, built from latest kohastructure.sql. Control UniqueItemFields with this source file. And add StatisticsFields. Test plan: Go to Preferences, play with UniqueItemFields. Adjust StatisticsFields and look at patron record, statistics tab. Moved-from: Bug 22867 Signed-off-by: Marcel de Rooy Signed-off-by: David Nind Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:42 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103966|0 |1 is obsolete| | --- Comment #115 from Katrin Fischer --- Created attachment 106551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106551&action=edit Bug 22844: DBIC Schema changes Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:48 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103967|0 |1 is obsolete| | --- Comment #116 from Katrin Fischer --- Created attachment 106552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106552&action=edit Bug 22844: Add is_boolean flag for new 'mandatory' column Signed-off-by: Kyle M Hall 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 Sun Jul 5 12:59:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 10:59:54 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103968|0 |1 is obsolete| | --- Comment #117 from Katrin Fischer --- Created attachment 106553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106553&action=edit Bug 22844: Make the patron's attribute mandatory at the OPAC Test plan: - Set 1+ patron's attribute(s) mandatory - Use the self-registration feature and confirm that you cannot selfreg if the attribute has no value (or empty string) - Same with the modification form (logged in) 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 Sun Jul 5 13:00:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 11:00:00 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103969|0 |1 is obsolete| | --- Comment #118 from Katrin Fischer --- Created attachment 106554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106554&action=edit Bug 22844: Remove 'separate columns with |' from prefs description 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 Sun Jul 5 13:01:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 11:01:06 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed --- Comment #119 from Katrin Fischer --- I really like the suggested solution with the mandatory flag on the patron attribute configuration page - it fits really well there with the other things. I'd like to see this new feature advertised a bit more for the release notes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 13:04:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 11:04:08 +0000 Subject: [Koha-bugs] [Bug 25928] xt/find-license-problems.t should ignore release-tools In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25928 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 13:09:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 11:09:16 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #28 from Katrin Fischer --- It appears to work mostly ok, but there are some glitches: - Formatting (indentation!) appears a little off. - We also need to make sure that HTML tags in the bug descriptions don't get parsed (see bug 23915 at the bottom of 20.05 change log) But from the comments I am not sure if this is really ready for the QA step yet? How to make sure this is updated with the releases? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 16:13:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 14:13:22 +0000 Subject: [Koha-bugs] [Bug 25929] New: create_analytical_rel.pl don't sets host biblionumber Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25929 Bug ID: 25929 Summary: create_analytical_rel.pl don't sets host biblionumber Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: verolencinas at yahoo.com.ar QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz The command-line utility create_analytical_rel.pl creates links to the host item from the barcode in 773$o of the analytical record. It should copy some data from the host record and the host item but it fails to copy the Biblionumber from the host record to 773$0 and copies instead the Biblionumber of the analytical record. In consequence the analytical record shows up in the host item (because Host Itemnumber was correctly copied) but in the analytical record itself there is no direct link to the host item that could show itemtype, circulation status, homebranch, etc. How to reproduce the bug. 1. Create an analytical record with $773$o that references a real barcode in the system. 2. Run create_analytical_rel.pl. 3. Now some fields have been populated in the 773 field, but the $0 subfield (Host Biblionumber) shows the Biblionumber of the analytical record. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:19:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:19:31 +0000 Subject: [Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #29 from Katrin Fischer --- This works, but I feel the GUI is not very intuitive. Actually, it took me a while to figure it out. The profile is "started" at the top of the page, but then after making your settings, you have to make sure to hit "Update profile" for the settings to be saved. So the workflow is like this to add a profile for it to work: 1) Enter a name for a profile, click on add 2) Make the settings you want 3) DONT CLICK IMPORT - or your profile will save with the wrong values 4) Go back up, click "Update profile" 5) Import I got it wrong the first time and was very confused why the "wrong" values showed up on managing the staged import. If a profile was selected, values can be changed. After importing it's not clear what was used for the import - the values from the profile or those set (and not saved in the profile) of the form? The profile values will show. I really believe we need to improve this a bit before including it. Ideas: - Remove the buttons from the profile on top of the form and only show the list of existing profiles there. - If a profile is selected, change the values in the form below. - When one of the settings is changed, show a hint behind the field. - When importing: - when profile is used and no field was changed: import - when no profile was used: import - when profile was used and values changed: ask if the profile or the changed values should be used (and possibly if the existing profile should be updated) - At the end of the form offer to save the settings as a new profile or update the existing one. This way, you can start at the top and work your way down. Alternatively: - Allow creating, updating and deleting profiles from a different configuration screen. - When a profile is selected, disable the other form fields so it's an "either or" and it's always clear what will be applied for the import. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:20:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:20:05 +0000 Subject: [Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #30 from Katrin Fischer --- Created attachment 106555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106555&action=edit Bug 23019: (QA follow-up) Fix typo Pre fill -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:21:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:21:47 +0000 Subject: [Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #31 from Katrin Fischer --- Oh also: Please write up the addition to the REST API: https://wiki.koha-community.org/wiki/REST_api_RFCs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:28:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:28:33 +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 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 Sun Jul 5 18:28:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:28:37 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104261|0 |1 is obsolete| | --- Comment #33 from Katrin Fischer --- Created attachment 106556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106556&action=edit Bug 23070: Use Koha::Hold in C4::Reserves::RevertWaitingStatus We are using raw SQL statements, we should use Koha::Hold instead. This patch does not seem optimal, we would like to increment priority in only 1 statement and without the need to fetch and loop all holds. == Test plan == - apply patch - place some holds on the same record - check that the priorities look good - mark one hold as waiting by doing a check-in - revert the waiting status - confirm that the priorities are recalculated correctly 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 Sun Jul 5 18:28:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:28:42 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104262|0 |1 is obsolete| | --- Comment #34 from Katrin Fischer --- Created attachment 106557 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106557&action=edit Bug 23070: Add tests 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 Sun Jul 5 18:28:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:28:47 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104263|0 |1 is obsolete| | --- Comment #35 from Katrin Fischer --- Created attachment 106558 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106558&action=edit Bug 23070: Increment all priorities in 1 query 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 Sun Jul 5 18:28:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:28:51 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104264|0 |1 is obsolete| | --- Comment #36 from Katrin Fischer --- Created attachment 106559 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106559&action=edit Bug 23070: Pass no_triggers => 1 to Koha::Objects->update To make sure we will update all the objects in one go (and no trigger the ->set->store from Koha::Object->update) 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 Sun Jul 5 18:36:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:36:15 +0000 Subject: [Koha-bugs] [Bug 22806] HoldTitle and HoldItem do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 --- Comment #30 from Arthur Suzuki --- Goeie avond Marcel, inderdaat, the change also impact C4/Reserves. Although I noticed the bug while using ILSDI, operations from OPAC and Staff interface are also impacted. And I think its better to have as much coherences between all interfaces, hence my modification in C4/Reserves. I will modify the tests and the title in consequences :) Mvg, Arthur -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:37:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:37:56 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|HoldTitle and HoldItem do |CanBookBeReserve and |not check |CanItemBeReserve do not |AllowHoldsOnPatronsPossessi |check |ons |AllowHoldsOnPatronsPossessi | |ons -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:55:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:55:15 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #30 from Katrin Fischer --- Hi Aleisha, 1) At the moment you can't tell from the administration page, which is the current default framework. Could you add a column or note there to show the current default? (/cgi-bin/koha/admin/biblio_framework.pl). I think this would be really helpful. I wonder if a hint would be helpful "unset to make default default" (better phrased) as this might not be intuitive (no edit option for the default framework). 2) It looks like the advanced editor still defaults to default - should this be changed as well? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:56:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:56: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 --- Comment #31 from Katrin Fischer --- Created attachment 106560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106560&action=edit Bug 23111: (QA follow-up) Add AFTER to update database statement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 18:58:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 16:58:47 +0000 Subject: [Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #20 from Katrin Fischer --- Patch doesn't apply and I am not sure about the fix, can you please rebase? Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 23816: Update kohastructure and atomic update Applying: Bug 23816: [DO NOT PUSH] Update category schema Applying: Bug 23816: (follow-up) Define boolean column in shcema Applying: Bug 23816: Add tests Applying: Bug 23816: Add minimum password length and require strong password overrides by category Using index info to reconstruct a base tree... M Koha/Patron.pm M koha-tmpl/intranet-tmpl/prog/en/includes/password_check.inc M koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt M koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt M koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt M koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt M koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt M members/memberentry.pl M opac/opac-memberentry.pl Falling back to patching base and 3-way merge... Auto-merging opac/opac-memberentry.pl Auto-merging members/memberentry.pl Auto-merging koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt Auto-merging koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt Auto-merging koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/includes/password_check.inc CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/includes/password_check.inc Auto-merging Koha/Patron.pm error: Failed to merge in the changes. Patch failed at 0001 Bug 23816: Add minimum password length and require strong password overrides by category The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-23816-Add-minimum-password-length-and-require--PKRJhY.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 19:49:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 17:49:42 +0000 Subject: [Koha-bugs] [Bug 25930] New: Datatables_Members.t is failing randomly Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25930 Bug ID: 25930 Summary: Datatables_Members.t is failing randomly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: victor at tuxayo.net QA Contact: testopia at bugs.koha-community.org Two recent failures in the CI https://jenkins.koha-community.org/view/19.05/job/Koha_19.05_D8/248/consoleText https://jenkins.koha-community.org/job/Koha_19.05_D9/252/consoleText And I could reproduce locally in Debian 10 on master. After 22 tries and 2017 tries t/db_dependent/Utils/Datatables_Members.t .. 6/53 # Failed test 'There are two Doe at nIfpuJszvy' # at t/db_dependent/Utils/Datatables_Members.t line 183. # got: '3' # expected: '2' t/db_dependent/Utils/Datatables_Members.t .. 45/53 # Looks like you failed 1 test of 53. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 19:51:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 17:51:40 +0000 Subject: [Koha-bugs] [Bug 25930] Datatables_Members.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25930 Victor Grousset/tuxayo 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 Sun Jul 5 19:51:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 17:51:40 +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 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25930 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25930 [Bug 25930] Datatables_Members.t is failing randomly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 21:01:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:01:16 +0000 Subject: [Koha-bugs] [Bug 25931] New: Club members don't show when placing a club hold Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25931 Bug ID: 25931 Summary: Club members don't show when placing a club hold Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com When placing holds for a club, the members are no longer shown below the members heading. -- You are receiving 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 Jul 5 21:04:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:04:04 +0000 Subject: [Koha-bugs] [Bug 25931] Show helpful message when a club has no members In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25931 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Club members don't show |Show helpful message when a |when placing a club hold |club has no members --- Comment #1 from Katrin Fischer --- I missed that you have to Enroll and Finish... to make it more obvious we could show a message when placing the hold, that the club has no members. -- You are receiving 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 Jul 5 21:04:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:04:09 +0000 Subject: [Koha-bugs] [Bug 25931] Show helpful message when a club has no members In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25931 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 21:11:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:11:10 +0000 Subject: [Koha-bugs] [Bug 23820] Club Hold pickup locations should be able to default to patron's home branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 21:11:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:11:14 +0000 Subject: [Koha-bugs] [Bug 23820] Club Hold pickup locations should be able to default to patron's home branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102153|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 106561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106561&action=edit Bug 23820: Add checkout to default to patron's home branch on club hold This patch adds a checkbox to make holds created by club hold to default to patron's home branch if possible. To test: 1. Apply this patch 2. Create a club, and add two patrons (from now on called patron A and patron B) to it, each one form a different library.. 3. Create a hold for the club, and in the details set pickup location different from any of the patrons. 4. Check "Pickup at patron's home library when possible" checkbox SUCCESS => when submitted, pickup location of holds defaults to patron's home branch 5. Modify patron A's library and set pickup location to no. 6. Repeat steps 3 and 4. SUCCESS => when submitted, patron A's hold now points to pickup location setted on step 3, and patron B's hold still points to his home branch. 7. Sign off Sponsored-by: Southeast Kansas Library - SEKLS Signed-off-by: Jason Robb Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 21:11:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:11:17 +0000 Subject: [Koha-bugs] [Bug 23820] Club Hold pickup locations should be able to default to patron's home branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105437|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 106562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106562&action=edit Bug 23820: Add test for new behaviour To test: 1. prove t/db_dependent/api/v1/clubs_holds.t 2. Sign off Sponsored-by: Southeast Kansas Library - SEKLS Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 21:11:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:11:21 +0000 Subject: [Koha-bugs] [Bug 23820] Club Hold pickup locations should be able to default to patron's home branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820 --- Comment #8 from Katrin Fischer --- Created attachment 106563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106563&action=edit Bug 23820: (QA follow-up) Make label clickable for checkbox By adding an id the checkbox is selected when the label is clicked enhancing usability. Also adds a colon : to the label. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 21:12:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 19:12:33 +0000 Subject: [Koha-bugs] [Bug 23820] Club hold pickup locations should be able to default to patron's home library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Club Hold pickup locations |Club hold pickup locations |should be able to default |should be able to default |to patron's home branch |to patron's home library -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 22:07:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 20:07:05 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #238 from Victor Grousset/tuxayo --- When running the tests, is there a way to disable the output of «running "CREATE VIEW "items_legacy"» ? There are more than 100 of those outputs when running the tests. I commented all instances of CREATE VIEW - installer/data/mysql/kohastructure.sql - installer/data/mysql/atomicupdate/bug_20271_-_merge_deletedbiblio_and_deleteitems_tables_with_their_alive_cousins.perl And reset the DB but the messages are still outputted in a high number. Before that: is that relevant to run the tests with and without the patchset to compare the output and check if there are additional warnings? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 22:28:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 20:28:55 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #100175|0 |1 is obsolete| | --- Comment #31 from Arthur Suzuki --- Created attachment 106564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106564&action=edit Bug 22806: Unit 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 Sun Jul 5 22:30:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 20:30:33 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #32 from Arthur Suzuki --- added some tests to C4/Reserves as well :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 22:31:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 20:31:45 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 22:40:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 20:40:34 +0000 Subject: [Koha-bugs] [Bug 24683] Holds on biblios with different item types: rules for holds allowed are not applied correctly if any item type is available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24683 Andrew Nugged changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 23:06:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 21:06:17 +0000 Subject: [Koha-bugs] [Bug 23011] AuthenticatePatron could alert if password is not safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23011 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #100425|0 |1 is obsolete| | --- Comment #16 from Arthur Suzuki --- Created attachment 106565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106565&action=edit Bug 23011: Add new tests (AuthenticatePatron error codes) This bug add new tests to the AuthenticatePatron ILS-DI service. It tests new error codes patron might get when successfully connecting but with a password which doesn't match Koha security rules. Signed-off-by: Emmi Takkinen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 23:06:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 21:06:20 +0000 Subject: [Koha-bugs] [Bug 23011] AuthenticatePatron could alert if password is not safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23011 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #100426|0 |1 is obsolete| | --- Comment #17 from Arthur Suzuki --- Created attachment 106566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106566&action=edit Bug 23011: Have AuthenticatePatron method send more information We want AuthenticatePatron to send some more information upon successful login, especially in the case where password is not safe and should be renewed. The goal is to let a third-party app catch thoses codes and display a warning to the users. Test plan : 1 / apply tests patch 2 / run tests, verify failure 3 / apply C4/ILSDI/Service.pm patch 4 / run tests again, verify green Signed-off-by: Emmi Takkinen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 23:06:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 21:06:24 +0000 Subject: [Koha-bugs] [Bug 23011] AuthenticatePatron could alert if password is not safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23011 --- Comment #18 from Arthur Suzuki --- Created attachment 106567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106567&action=edit Bug 23011: QA follow-up -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 5 23:09:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Jul 2020 21:09:12 +0000 Subject: [Koha-bugs] [Bug 23011] AuthenticatePatron could alert if password is not safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23011 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #19 from Arthur Suzuki --- (In reply to Jonathan Druart from comment #15) > Waiting for an answer. Bonsoir Jonathan :) I've implemented a password_policy method in charge of submitting the regex. KR, Arthur -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 03:02:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 01:02:18 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #55 from David Cook --- (In reply to Julian Maurice from comment #49) > What is the test for ? rel_file returns something even if the file does not > exist That's interesting. I didn't think it did for me when I tested. I'd have to look gain. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 03:03:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 01:03:36 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #56 from David Cook --- (In reply to Jonathan Druart from comment #52) > Do we need a unit test to compare the local and remote files? (ofc it won't > fail if the remove file is not reachable) I wouldn't think so. If our other API unit tests are passing, I'd say that's what would matter most. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 03:05:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 01:05:17 +0000 Subject: [Koha-bugs] [Bug 25222] Add ability to let plugins live in individual subdirectories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25222 --- Comment #10 from David Cook --- (In reply to Julian Maurice from comment #9) > Not sure how this worked before, but uninstalling a plugin with the patch > applied leaves a lot of files in . Can it be fixed ? I think uninstallation is already broken anyway? Bug 25604 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 03:07:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 01:07:44 +0000 Subject: [Koha-bugs] [Bug 25905] REST API: create endpoint for importing OAI-PMH records from external OAI-PMH clients In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25905 --- Comment #5 from David Cook --- (In reply to Katrin Fischer from comment #4) > You can email and put it on the next dev meetings agenda for discussion/vote. Great. I don't have a timeline for this at the moment, but I'll keep it in mind. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 03:27:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 01:27:03 +0000 Subject: [Koha-bugs] [Bug 23011] AuthenticatePatron could alert if password is not safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23011 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #20 from David Cook --- I think that sending the securePasswordPattern is not a good idea, as it's not the API consumer's job to handle the password. Sending "code" and "securePasswordLabel" is fine as that communicates the message from Koha to the API consumer. On my TODO list, I'm actually planning more complex password security than just a regex. I want to add a customizable list of passwords that users cannot use (e.g. "password", "123456", "Password1", "koha", etc). We could also add rules like the password and username cannot match. These aren't "patterns" per se, but would rather be communicated by "code" and "securePasswordLabel" I think. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 04:05:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:05:25 +0000 Subject: [Koha-bugs] [Bug 21314] Koha enforces three (3) character password length even if RequireStrongPassword is disabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21314 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 04:13:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:13:28 +0000 Subject: [Koha-bugs] [Bug 22890] Add a chronological changelog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 04:15:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:15:22 +0000 Subject: [Koha-bugs] [Bug 25934] New: RequireStrongPassword should be more complex (password policy complexity) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 Bug ID: 25934 Summary: RequireStrongPassword should be more complex (password policy complexity) Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org At the moment, RequireStrongPassword uses a minimum password length (of only 3 characters or the sysperf minPasswordLength) and a static regular expression. Here are a number of improvements: 1. A minimum length of 10 characters that can't be lowered via minPasswordLength 2. Should contain 3 of the following 4 sets (lowercase, uppercase, numbers, special characters) 3. Not be the same as a previously set password 4. Should not include dictionary words or common passwords (This could be challenging to do comprehensively on low spec systems, although one variation of this could be to add a customizable list of passwords to exclude.) 5. Should not be equal to the username -- You are receiving 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 Jul 6 04:15:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:15:27 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 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 Mon Jul 6 04:18:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:18:52 +0000 Subject: [Koha-bugs] [Bug 25935] New: Use time-based mechanism for account lockout Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25935 Bug ID: 25935 Summary: Use time-based mechanism for account lockout Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org Bug 18314 added account lockout for failed logins, but it's a hard lockout which doesn't expire. While this has benefits, it does add administrative overhead. A well-crafted brute force attack could lock out all users permanently at present. A time-based mechanism could unlock the account after 15 minutes or so, and further lockouts could get increasingly large lockout durations. -- You are receiving 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 Jul 6 04:19:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:19:04 +0000 Subject: [Koha-bugs] [Bug 25935] Use time-based mechanism for account lockout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25935 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18314 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18314 [Bug 18314] Account lockout -- You are receiving 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 Jul 6 04:19:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:19:04 +0000 Subject: [Koha-bugs] [Bug 18314] Account lockout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18314 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25935 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25935 [Bug 25935] Use time-based mechanism for account lockout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 04:21:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:21:03 +0000 Subject: [Koha-bugs] [Bug 25936] New: Notify users if their password has changed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25936 Bug ID: 25936 Summary: Notify users if their password has changed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org We should email/SMS users if their password has changed. We shouldn't include any information about the old or new password, but just alert them that it has been changed. This is useful in the event that someone has compromised an account and changed the password. -- You are receiving 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 Jul 6 04:22:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:22:43 +0000 Subject: [Koha-bugs] [Bug 25937] New: Notify patrons about failed login attempts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25937 Bug ID: 25937 Summary: Notify patrons about failed login attempts Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org We should email/SMS patrons about failed login attempts -- You are receiving 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 Jul 6 04:22:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:22:49 +0000 Subject: [Koha-bugs] [Bug 25937] Notify patrons about failed login attempts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25937 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21190 -- You are receiving 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 Jul 6 04:22:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:22:49 +0000 Subject: [Koha-bugs] [Bug 21190] Add logging of successful/unsuccessful login attempts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21190 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25937 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 04:50:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 02:50:30 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #7 from David Cook --- Note that this patch doesn't actually rename the system preference. The updatedatabase.pl change is for version 3.12. It needs an UPDATE statement for the present. I also agree with Katrin. I don't think that NotesDenylist is very intuitive. Perhaps NotesExcludeList or HideNotesList. (I don't think we can use OpacNotesToHide since NotesBlacklist currently works for both the Intranet and OPAC I believe?) I also agree that rewriting release notes doesn't make sense. It would be better to just say that we're renaming it now. Alternatively, we could also deprecate this system preference, since the framework visibility is working better now, although perhaps it's not quite comprehensive enough yet. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 05:05:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 03:05:27 +0000 Subject: [Koha-bugs] [Bug 24544] Add a script for inserting persistent identifiers to MARC records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24544 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |dcook at prosentient.com.au --- Comment #11 from David Cook --- While I see the advantage of using PIDs (I use them in DSpace and other GLAM systems), after browsing these patches, I don't see the advantages of adding these patches. What are you trying to achieve here? Personally, I think that it would be better to add a plugin to the authority/biblio/item records and allow you to mint PIDs while cataloguing. That's how most systems I've used have worked. That said, sometimes you want to batch mint PIDs, but I think that would be up to the entity doing the batch work. I don't see why we'd need anything special for that in Koha. Or are you trying to create a local Koha PID minting service? If that's the case, I think storing the data in MARC fields is not a wise direction. It would be better to have a Koha PID lookup table mapping the PID to the record, so that PID resolution could be handled that way. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 05:08:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 03:08:01 +0000 Subject: [Koha-bugs] [Bug 24544] Add a script for inserting persistent identifiers to MARC records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24544 --- Comment #12 from David Cook --- And if we do want to store the PID at the record level, I think it would be best to put that into the relational database (we could export it into the MARC at indexing/exporting time). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 05:10:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 03:10:50 +0000 Subject: [Koha-bugs] [Bug 25801] Add itemnumber parameter to opac-detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #16 from David Cook --- I like the idea of having a web page to show for an item (whether it's for a persistent identifier or just for doing manual updates to an item without needing a bib number). However, I can understand Katrin's concerns. It seems like we're hacking/shoehorning the opac-detail.pl page to serve a purpose it's not meant to serve. What's the practical use case for this? Is this to be used for a RDF subject? Or some other purpose? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 07:53:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 05:53:00 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 --- Comment #8 from Katrin Fischer --- This has a different purpose than the frameworks visibility - we use it to hide notes that also appear in the normal view so they are not doubled up. By default all 5xx display in the description tab, but some can be in the XSLT too. So I'd like to keep the functionality with a new name :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 07:55:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 05:55:24 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 --- Comment #1 from Katrin Fischer --- There was discussion in the past about having some kind of plugin structure (bug 13664). I think 1. might not be agreeable to some (unless you mean it would only enforce length in combination with another setting). There were libraries very much insisting on such short passwords. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 08:14:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 06:14:15 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 --- Comment #2 from David Cook --- (In reply to Katrin Fischer from comment #1) > There was discussion in the past about having some kind of plugin structure > (bug 13664). I was thinking about that a little bit. I mean password managers let you set length and character sets, so it does make sense for it to be a bit configurable. The dictionaries/common passwords would need to be configurable too. I think storing old password hashes and not matching username/password should just be baked in. > I think 1. might not be agreeable to some (unless you mean it > would only enforce length in combination with another setting). There were > libraries very much insisting on such short passwords. That's unfortunate although that's a good point. Personally, I'd like strong defaults, and then people who choose weaker policies would have to accept the risk that brings. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 08:22:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 06:22:25 +0000 Subject: [Koha-bugs] [Bug 20956] BorrowersLog is not logging permission changes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20956 --- Comment #4 from Katrin Fischer --- It looks like bug 20813 is not happening, we might want to come back to this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 08:24:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 06:24:57 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 --- Comment #3 from Katrin Fischer --- I think a stronger default for new installations should be agreeable, but we can't change behaviour for existing ones. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 08:34:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 06:34:08 +0000 Subject: [Koha-bugs] [Bug 25801] Add itemnumber parameter to opac-detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801 --- Comment #17 from Marcel de Rooy --- (In reply to David Cook from comment #16) > I like the idea of having a web page to show for an item (whether it's for a > persistent identifier or just for doing manual updates to an item without > needing a bib number). > > However, I can understand Katrin's concerns. It seems like we're > hacking/shoehorning the opac-detail.pl page to serve a purpose it's not > meant to serve. > > What's the practical use case for this? Is this to be used for a RDF > subject? Or some other purpose? Hi David, See also comment1. This is a first attempt to quickly have an item landing page (hacking just a few lines). And yes, the item persistent identifier to be used in RDF subjects should be resolved by the opac-detail item page when content negotiation comes down to HTML. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 08:48:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 06:48:13 +0000 Subject: [Koha-bugs] [Bug 25937] Notify patrons about failed login attempts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25937 Michal Denar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 09:35:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 07:35:21 +0000 Subject: [Koha-bugs] [Bug 25855] Add after_circ_hook in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106248|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize --- Created attachment 106568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106568&action=edit Bug 25855: Unit tests This patch adds tests fr a new circulation hook for plugins. In this case the post_renewal_action hook, The tests add the hook to the Test plugin, and verify that all the required parameters are passed for the plugin hook to use them. It relies on throwing an exception that is to be caught. Sponsored-by: ByWater Solutions Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 09:35:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 07:35:24 +0000 Subject: [Koha-bugs] [Bug 25855] Add after_circ_hook in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106249|0 |1 is obsolete| | --- Comment #12 from Martin Renvoize --- Created attachment 106569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106569&action=edit Bug 25855: Add a post_renewal_action plugin hook This patch adds a new hook to notify plugins about renewal actions. To test it: 1. Apply the unit tests 2. Run: $ kshell k$ prove t/db_dependent/Koha/Plugins/Circulation_hooks.t => FAIL: The tests expect some warnings to show, and they don't (i.e. the sample plugin hook is not being called). 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! The hook is being called on renewal! 5. Sign off :-D Sponsored-by: ByWater Solutions Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 09:35:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 07:35:27 +0000 Subject: [Koha-bugs] [Bug 25855] Add after_circ_hook in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106513|0 |1 is obsolete| | --- Comment #13 from Martin Renvoize --- Created attachment 106570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106570&action=edit Bug 25855: (QA follow-up) Generalize hook and simplify tests This patch generalizes the hook so it can be used by other circulation actions. Tests are also simplified by mocking some of the (extensive) plugin hooks. To test: 1. Repeat the test plan on the original patch => SUCCESS: All good 2. Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 09:35:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 07:35:58 +0000 Subject: [Koha-bugs] [Bug 25855] Add after_circ_hook in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #14 from Martin Renvoize --- Excellent work, Thanks Tomas Works well, fully tested and passes QA scripts. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 09:40:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 07:40:37 +0000 Subject: [Koha-bugs] [Bug 25855] Add after_circ_hook in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 --- Comment #15 from Katrin Fischer --- Please remember to update the wiki :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 10:30:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 08:30:10 +0000 Subject: [Koha-bugs] [Bug 23792] Send borrowernumbers from report to batch modify In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23792 Holly changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hc at interleaf.ie --- Comment #3 from Holly --- Hi, I just wanted to express interest in this change. As Andrew mentioned in situations where the cardnumber field is null, it would be a great help to be able to use the borrowernumber instead. I also wanted to mention one other thing, and apologies if this is out of scope of this bug, but some of the libraries I support have raised that if you use an alias for the cardnumber column in a report then the option to send the results to the batch patron modification tool does not come up. Example: SELECT borrowers.cardnumber AS 'Student Number', borrowers.firstname AS 'First Name', borrowers.surname AS 'Second Name' FROM borrowers The results of a report like this would include a column of cardnumbers with the name "Student Number", and the option to send the results to be batch modified will not come up. I don't know if it is alright to mention that on this specific bug or if there is anything that could be done so it would be possible to use aliases and still get the option to send report results to the batch patron modification tool, but I thought I'd chance it! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 10:37:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 08:37:25 +0000 Subject: [Koha-bugs] [Bug 25855] Add after_circ_hook in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 --- Comment #16 from Martin Renvoize --- Hmm, One final question actually.. now I've started to look into utilising the hook for AddIssue. Do we need to add a 'type' parameter into the payload to distinguish between OPAC, Staff, SIP and Autorenewals? It feels like something a plugin may want to know about and handle distinctly? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 10:40:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 08:40:30 +0000 Subject: [Koha-bugs] [Bug 25855] Add hook to AddRenewal using a new _after_circ_actions method in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add after_circ_hook in |Add hook to AddRenewal |circulation |using a new | |_after_circ_actions method | |in circulation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 12:28:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 10:28:04 +0000 Subject: [Koha-bugs] [Bug 25855] Add hook to AddRenewal using a new _after_circ_actions method in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 --- Comment #17 from Tomás Cohen Arazi --- (In reply to Martin Renvoize from comment #16) > Hmm, One final question actually.. now I've started to look into utilising > the hook for AddIssue. > > Do we need to add a 'type' parameter into the payload to distinguish between > OPAC, Staff, SIP and Autorenewals? It feels like something a plugin may > want to know about and handle distinctly? That's an excellent idea. Are you adding a follow-up here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 12:34:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 10:34:06 +0000 Subject: [Koha-bugs] [Bug 25097] Add option to message_queue to allow for only specific sending notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25097 Fiona Borthwick changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fiona.borthwick at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 12:44:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 10:44:48 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 --- Comment #4 from Martin Renvoize --- Created attachment 106571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106571&action=edit Bug 21468: Unit tests for AddIssue This patch adds a unit test for the addition of a call to the _after_circ_action hook in AddIssue. -- You are receiving 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 Jul 6 12:44:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 10:44:51 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 --- Comment #5 from Martin Renvoize --- Created attachment 106572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106572&action=edit Bug 21468: Add 'issue' action for _after_circ_actions This patch adds a call to _after_circ_actions into AddIssue and passes an appropriate payload for plugins to utilise after issuing items. -- You are receiving 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 Jul 6 12:45:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 10:45:20 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 12:49:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 10:49:56 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106571|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize --- Created attachment 106573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106573&action=edit Bug 21468: Unit tests for AddIssue This patch adds a unit test for the addition of a call to the _after_circ_action hook in AddIssue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 12:49:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 10:49:59 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106572|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize --- Created attachment 106574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106574&action=edit Bug 21468: Add 'issue' action for _after_circ_actions This patch adds a call to _after_circ_actions into AddIssue and passes an appropriate payload for plugins to utilise after issuing items. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 13:06:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 11:06:25 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 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 Mon Jul 6 13:06:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 11:06:28 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 --- Comment #13 from Kyle M Hall --- Created attachment 106575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106575&action=edit Bug 20815: Do not use compare float with precision -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 13:24:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 11:24:08 +0000 Subject: [Koha-bugs] [Bug 23391] Hide finished ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 13:31:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 11:31:31 +0000 Subject: [Koha-bugs] [Bug 25877] [19.11] Error libraryNotPickupLocation when placing a hold if logged in branchcode is not a pickup location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25877 --- Comment #9 from Kyle M Hall --- (In reply to Alex Arnaud from comment #8) > libraryNotPickupLocation red message disapears and we only have pickup > location libraries in the list => Ok > > Just a specific case: > If i set all my libraries as "no pickup location", i have no error message, > an empty pickup location list and i can place a hold. > > I agree that it's a very specific case and not likely to happen. But can you > technically accept a hold without pickup location ? > > What's your opinion on this ? I think that would make a good bug report on its own. If no libraries are set as pickup locations, it makes sense to me to hide the holds tab altogether, or at the very least, disallow holds to be placed so long as there are no pickup locations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 13:45:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 11:45:02 +0000 Subject: [Koha-bugs] [Bug 25698] Curbside Pickup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25698 BASE Library Consortium changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |baselibrary.consortium at nhs. | |net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 13:51:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 11:51:07 +0000 Subject: [Koha-bugs] [Bug 23792] Send borrowernumbers from report to batch modify In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23792 --- Comment #4 from Andrew Fuerste-Henry --- Hi Holly! Bug 23390 created a syntax for renaming columns without loosing your batch processing options. "This enhancement allows for renaming columns used to trigger batch modification actions in reports. Before this patch, a column had to be called 'itemnumber' to be sent from reports to batch modification. With this enhancement, you can specify `[[itemnumber| Koha_internal_id]]` to allow for a clearer name for the end-user and to allow translation of terms like 'itemnumber' while preserving the batch modification functionality." -- You are receiving 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 Jul 6 13:54:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 11:54:59 +0000 Subject: [Koha-bugs] [Bug 23792] Send borrowernumbers from report to batch modify In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23792 --- Comment #5 from Holly --- Thanks Andrew, you're great! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:13:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:13:22 +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 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105875|0 |1 is obsolete| | --- Comment #49 from Nicolas Legrand --- Created attachment 106576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106576&action=edit Bug 24201: (follow-up) add desk choice with library choice You should be able to add desk choice when you are logging in or changing library. Test plan: 1. apply patch 2. have at least three libraries, one without desk, one with one and one with a few. 3. At login, when choosing a library, it should enable all desks it has. Pick one. 4. the desk id and name should be set in your session and appear in the top right, next to the library name. 5. change library and desks from intranet (at the set-library.pl page) 6. you should have the same behaviours 7. if you have a library without a desk, it should prompt you a '---' option and no desks will be attached to the session. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:16:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:16:46 +0000 Subject: [Koha-bugs] [Bug 25712] Add plugin hooks to transform patron and item barcodes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25712 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:16:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:16:48 +0000 Subject: [Koha-bugs] [Bug 25712] Add plugin hooks to transform patron and item barcodes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25712 --- Comment #1 from Kyle M Hall --- Created attachment 106577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106577&action=edit Bug 25712: Add plugin hooks to transform patron and item barcodes Some of our partners have unusual barcode requirements that have required us to transform scanned barcodes using javascript. This is not the most reliable method. It would make more sense to have Koha transform the barcodes on the backend using a plugin. We should add hooks to transform and generate new item and patron barcodes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:18:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:18:25 +0000 Subject: [Koha-bugs] [Bug 25726] Holds to Pull made empty by pathological holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25726 --- Comment #9 from Andrew Fuerste-Henry --- Thanks, all! I should add that I've only run into this on one library, so whatever got their holds into this state seems to be pretty vanishingly rare, but I'm keeping and eye out for more. If I can figure out how to reproduce it, I'll absolutely file a bug for it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:24:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:24:12 +0000 Subject: [Koha-bugs] [Bug 25712] Add plugin hooks to transform patron and item barcodes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25712 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106577|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 106578 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106578&action=edit Bug 25712: Add plugin hooks to transform patron and item barcodes Some of our partners have unusual barcode requirements that have required us to transform scanned barcodes using javascript. This is not the most reliable method. It would make more sense to have Koha transform the barcodes on the backend using a plugin. We should add hooks to transform and generate new item and patron barcodes. Test Plan: 1) Apply this patch 2) Download and install the Barcode Transformer plugin https://github.com/bywatersolutions/koha-plugin-barcode-transformer/releases/download/v1.0.1/koha-plugin-barcode-transformer-v1.0.1.kpz 3) Go to the plugin configuration page, set the configuration to the example configuration from the same page 4) In the patron search and anywhere else you can scan a patron cardnumber, type in some cardnumbers but prefix them with A and postfix them with A or B, e.g. A12345A, A12345B 5) Note the letters are removed by Koha! 6) Try a cardnumber like X123456Y 7) Note Koha converts it to Z13456Z 8) Try an item barcode now with the same A A|B format from step 4 9) The item barcode should have the letters removed by Koha as well! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:41:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:41:30 +0000 Subject: [Koha-bugs] [Bug 25712] Add plugin hooks to transform patron and item barcodes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25712 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106578|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 106579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106579&action=edit Bug 25712: Add plugin hooks to transform patron and item barcodes Some of our partners have unusual barcode requirements that have required us to transform scanned barcodes using javascript. This is not the most reliable method. It would make more sense to have Koha transform the barcodes on the backend using a plugin. We should add hooks to transform and generate new item and patron barcodes. Test Plan: 1) Apply this patch 2) Download and install the Barcode Transformer plugin https://github.com/bywatersolutions/koha-plugin-barcode-transformer/releases/ 3) Go to the plugin configuration page, set the configuration to the example configuration from the same page 4) In the patron search and anywhere else you can scan a patron cardnumber, type in some cardnumbers but prefix them with A and postfix them with A or B, e.g. A12345A, A12345B 5) Note the letters are removed by Koha! 6) Try a cardnumber like X123456Y 7) Note Koha converts it to Z13456Z 8) Try an item barcode now with the same A A|B format from step 4 9) The item barcode should have the letters removed by Koha as well! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:48:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:48:38 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106573|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize --- Created attachment 106580 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106580&action=edit Bug 21468: Unit tests for AddIssue This patch adds a unit test for the addition of a call to the _after_circ_action hook in AddIssue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:48:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:48:41 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 --- Comment #9 from Martin Renvoize --- Created attachment 106581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106581&action=edit Bug 21468: Add 'checkout' action for _after_circ_actions This patch adds a call to _after_circ_actions into AddIssue and passes an appropriate payload for plugins to utilise after issuing items. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:48:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:48:44 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 --- Comment #10 from Martin Renvoize --- Created attachment 106582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106582&action=edit Bug 21468: Unit tests for AddReturn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:48:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:48:47 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 --- Comment #11 from Martin Renvoize --- Created attachment 106583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106583&action=edit Bug 21468: Add 'checkin' action for _after_circ_actions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 14:59:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 12:59:41 +0000 Subject: [Koha-bugs] [Bug 21468] ILL backends/plugins need hooks into checkin and checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106574|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:02:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:02:09 +0000 Subject: [Koha-bugs] [Bug 21468] Plugins need hooks for checkin and checkout actions. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ILL backends/plugins need |Plugins need hooks for |hooks into checkin and |checkin and checkout |checkout |actions. Component|ILL |Plugin architecture QA Contact| |testopia at bugs.koha-communit | |y.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:11:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:11:48 +0000 Subject: [Koha-bugs] [Bug 22296] Invoice adjustments are not populating to budget views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22296 Henry Bolshaw changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bolshawh at parliament.uk | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:23:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:23:46 +0000 Subject: [Koha-bugs] [Bug 25855] Add hook to AddRenewal using a new _after_circ_actions method in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 --- Comment #18 from Martin Renvoize --- I'll file a bug... it's not a trivial addition and currently, we don thave a clear use case for it.. just a 'nice to have'. Leaving this as PQA :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:25:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:25:24 +0000 Subject: [Koha-bugs] [Bug 25938] New: Identify the renewal type in the renewal after_circ_action hook Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25938 Bug ID: 25938 Summary: Identify the renewal type in the renewal after_circ_action hook Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org It would be nice to be able to distinguish between autorenewal, opac, staff and SIP renewals in the after_circ_action renewal hook. -- You are receiving 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 Jul 6 15:25:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:25:48 +0000 Subject: [Koha-bugs] [Bug 25938] Identify the renewal type in the renewal after_circ_action hook In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25938 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25855 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 [Bug 25855] Add hook to AddRenewal using a new _after_circ_actions method in circulation -- You are receiving 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 Jul 6 15:25:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:25:48 +0000 Subject: [Koha-bugs] [Bug 25855] Add hook to AddRenewal using a new _after_circ_actions method in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25938 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25938 [Bug 25938] Identify the renewal type in the renewal after_circ_action hook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:26:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:26:16 +0000 Subject: [Koha-bugs] [Bug 21468] Plugins need hooks for checkin and checkout actions. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:26:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:26:39 +0000 Subject: [Koha-bugs] [Bug 21468] Plugins need hooks for checkin and checkout actions. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:26:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:26:53 +0000 Subject: [Koha-bugs] [Bug 21468] Plugins need hooks for checkin and checkout actions. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 15:27:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 13:27:04 +0000 Subject: [Koha-bugs] [Bug 21468] Plugins need hooks for checkin and checkout actions. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:22:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:22:44 +0000 Subject: [Koha-bugs] [Bug 25741] Guarantee shows guarantor with borrowernumber, not cardnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25741 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:29:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:29:54 +0000 Subject: [Koha-bugs] [Bug 24603] Allow to cancel charges in patron accounting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:33:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:33:53 +0000 Subject: [Koha-bugs] [Bug 24603] Allow to cancel charges in patron accounting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|martin.renvoize at ptfs-europe |testopia at bugs.koha-communit |.com |y.org Blocks| |14825 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 [Bug 14825] Accounts Rewrite Omnibus -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:33:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:33:53 +0000 Subject: [Koha-bugs] [Bug 14825] Accounts Rewrite Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |24603 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603 [Bug 24603] Allow to cancel charges in patron accounting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:34:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:34:00 +0000 Subject: [Koha-bugs] [Bug 24603] Allow to cancel charges in patron accounting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:34:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:34:50 +0000 Subject: [Koha-bugs] [Bug 24603] Allow to cancel charges in patron accounting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603 --- Comment #4 from Martin Renvoize --- Looking here... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:37:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:37:31 +0000 Subject: [Koha-bugs] [Bug 20799] Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106407|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize --- Created attachment 106584 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106584&action=edit Bug 20799: Add link from biblio to ILL detail view Some ILL systems (e.g. Libris in Sweden) require a link between a biblio and an ILL request. When such a link exists it is nice to display an actual link from the biblio detail view to the ILL request detail view. This patch adds such a link. For users without ILL privileges, the requests should still show, but not be clickable links. To test: - Make sure you have a couple of ILL requests created with the FreeForm backend. (FreeForm does not let you tie a request to a biblio through the UI, but we will add connections directly in the database.) Lets assume these have illrequest_id's a and b. - Make sure you have a record, let's call the biblionumber x. - Apply the patch and make sure there are no changes in the biblio detail view of biblionumber x. - Log into the database and connect the biblio to the first request: UPDATE illrequests SET biblio_id = x where illrequest_id = a; - Check that the biblio detail view now says this: "ILL requests: Request a" - Verify that the "Request a" part is a working link to the detail view of ILL request a. - Do this in the database: UPDATE illrequests SET biblio_id = x where illrequest_id = b; - Check that the biblio detail view now says this: "ILL requests: Request a, Request b" - Verify the links work as expected. - Log in as a staff user and check that the requests are still listed, but not displayed as clickable links. - Sign off Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:37:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:37:35 +0000 Subject: [Koha-bugs] [Bug 20799] Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106408|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize --- Created attachment 106585 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106585&action=edit Bug 20799: (follow-up) Add ILLModule system preference check and fix display for no requests When there were no requests the label would still display, using .count fixes this. Also adds a check on the ILLModule system preference to prevent the information from showing when the ILL module is deactivated. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:37:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:37:58 +0000 Subject: [Koha-bugs] [Bug 20799] Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #11 from Martin Renvoize --- Works well, passes QA scripts and no regressions found. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:43:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:43:58 +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 #50 from Nick Clemens --- (In reply to Katrin Fischer from comment #49) > 2) System preference: > The sentence doesn't quite work for the first and last choices, maybe one of > the native speakers could help? Can you explain about the deprecation? It > might appear as if the cronjob was deprecated, but I think what is meant is > a specific option. I think being more clear here would be helpful. > + - "Send automatic renewal notices " > + - pref: AutoRenewalNotices > + choices: > + never: never > + preferences: according to patron messaging preferences > + cron: (Deprecated) according to cron switch We would like to deprecate using the cron switch in favor of the preference. Unfortunately, we don't have a code path forward to set the patron preferences to a default that won't cause changes. The idea would be that libraries using the cron switch should set the patron messaging preferences to match their case, and then update the preference. The 'never' option should do what it says and disable auto-renewal notices. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 16:59:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 14:59:46 +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 #51 from Katrin Fischer --- Nick, can you please help with a rephrase of the pref too? I think it needs some more information, like which of the cron options we refer to. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:13:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:13:31 +0000 Subject: [Koha-bugs] [Bug 24412] Attach waiting reserve to desk In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101957|0 |1 is obsolete| | --- Comment #29 from Nicolas Legrand --- Created attachment 106586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106586&action=edit Bug 24412: Attach waiting reserve to desk When an item is checked in and marked 'Waiting' or already 'Waiting' and there is a desk attached to the session, the item is marked waiting at the current desk of the current library. The information is displayed on the OPAC and on the intranet. The patron can then know at which desk he can retrieve his document. Desk Management (Bug 13881) is now useful. Test plan : 1. apply Bug 24201 2. $KOHA_PATH/installer/data/mysql/updatedatabase.pl 3. Check out some document to someone 4. make another one reserve this document 5. check in the document 6. you can see the document is attach to the current library 7. create some desks and attach one to your session (see Bug 13881 and Bug 24201) 8. cancel the preceding reserve and redo steps 3 to 5 9. you should see the document is waiting at the current library and current desk on: a. the intranet document request page b. the intranet borrower holds tab c. the item list where the document is listed on the bibliographic details d. the borrower's OPAC holds tab. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:15:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:15:14 +0000 Subject: [Koha-bugs] [Bug 24412] Attach waiting reserve to desk In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412 --- Comment #30 from Nicolas Legrand --- This is just a rebase of the failed version :D. Corrected one coming soonishly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:20:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:20:26 +0000 Subject: [Koha-bugs] [Bug 24172] Locale is ignored when saving season name in the database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24172 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #25 from Blou --- No DB update will know to which language translate things. Or not translate, for that matter. I'm putting it back into "Signed Off" to see if another QAer will tackle it in current form, or provide different feedback. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:27:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:27:46 +0000 Subject: [Koha-bugs] [Bug 20384] Elasticsearch rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:27:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:27:48 +0000 Subject: [Koha-bugs] [Bug 20384] Elasticsearch rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89887|0 |1 is obsolete| | Attachment #89888|0 |1 is obsolete| | --- Comment #13 from Nick Clemens --- Created attachment 106587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106587&action=edit Bug 20384: unit test for get_all_biblios_iterator & get_all_authorities_iterator -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:27:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:27:51 +0000 Subject: [Koha-bugs] [Bug 20384] Elasticsearch rebuild script improvements - options for indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20384 --- Comment #14 from Nick Clemens --- Created attachment 106588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106588&action=edit Bug 20384 - Elastic rebuild script improvements - options --offset, --length & --file This patch add the options --offset, --length & --file to the script: misc/search_tools/rebuild_elastic_search.pl To test : - apply the patch - verify that the script by default is working, launch : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 - launch with the option --offset - then with the option --length - launch with both options : perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --offset 1000 --length 200 - verify that the total records indexed is 200 launch perl misc/search_tools/rebuild_elastic_search.pl --man for help Option --file : To test: - after testing offset and length, apply this patch - launch perl misc/search_tools/rebuild_elastic_search.pl -v -d -c 100 --file your_file.csv your file need to contain a column of biblionumber from biblio or authid from auth_header (only one column) You can go in Koha -> reports -> Create from sql SELECT biblionumber FROM biblio ; and then download in csv to have your csv file. - You can test with others query like : select biblionumber from biblio WHERE author LIKE 'a%'; Total number of results (411); - verify that you have the rigth number of records indexed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:34:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:34:14 +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 #52 from Agustín Moyano --- (In reply to Katrin Fischer from comment #51) > Nick, can you please help with a rephrase of the pref too? I think it needs > some more information, like which of the cron options we refer to. Hi Katrin, would it be clear if we set the values like this? - "Send automatic renewal notices " - pref: AutoRenewalNotices choices: never: never send notices preferences: according to patron messaging preferences cron: (Deprecated) according to --send-notices cron switch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 17:44:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 15:44:21 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org --- Comment #4 from George Williams (NEKLS) --- #1 - I completely disagree with #1. Why should we have a patch that will inevitably force libraries to change their password policies without giving them any choice in the matter? Koha gives libraries the flexibility to set their own policies and this would take that flexibility away. I agree that a 3 character minimum password is a bad idea, but I don't think that the Koha community should be forcing libraries from implementing bad ideas. I'm sure there are instances were, in the right circumstances, short passwords make sense for the libraries that are using them. #2 - Bug 12617 would allow individual Koha libraries to define password complexity on a patron-category-by-patron-category basis. I'd rather see work proceed on that bug than force system-wide password complexity for all accounts. #3 - I could get behind this if it can be implemented on a patron-category-by-patron-category basis. After the work is completed on bug 23816, that was something I was considering proposing as a development (along with forcing password changes after XX days on a patron-category-by-patron-category basis). #4 - This should be optional. If Bug 12617 was patched, that would address this issue, wouldn't it? #5 - I can get behind this one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:01:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:01 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102239|0 |1 is obsolete| | Attachment #102240|0 |1 is obsolete| | Attachment #102241|0 |1 is obsolete| | Attachment #102242|0 |1 is obsolete| | Attachment #102243|0 |1 is obsolete| | Attachment #102244|0 |1 is obsolete| | Attachment #102245|0 |1 is obsolete| | Attachment #102246|0 |1 is obsolete| | Attachment #102247|0 |1 is obsolete| | --- Comment #45 from Kyle M Hall --- Created attachment 106589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106589&action=edit Bug 24860: Add reserves.volume_id This feature builds upon bug 24857 and allows placing holds that target a specific volume of a record. It is patterned after the feature that allows limiting hold selection by itemtype ( AllowHoldItemTypeSelection ). Test Plan: 1) Apply bug 24857 and this bug's patches 2) Run updatedatabase.pl 3) Restart all the things! 4) Enable the sysprefs EnableVolumes and EnableVolumeHolds 5) Create a record, items and volumes, with each item being assigned to a volume 6) Place a hold for a patron 7) Note the new selector to choose a volume in addition to record and item level holds 8) Place a volume level hold 9) Check in an item from the record that is not part of that volume 10) Note the hold is not trapped for that item 11) Check in an item from the record that *is* part of that volume 12) Note the hold is trapped for that item 13) Place a volume level hold for another item 14) Run the holds queue builder 15) Note the holds queue targets only items from that volume 16) Check out all the items of that volume to other patrosn 17) Re-run the holds queue builder 18) Note the holds queue no longer has a line for that hold, as all items that could fill that hold are now unavailable 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 Mon Jul 6 18:01:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:18 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #46 from Kyle M Hall --- Created attachment 106590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106590&action=edit Bug 24860: Add new syspref EnableVolumeHolds 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 Mon Jul 6 18:01:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:21 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #47 from Kyle M Hall --- Created attachment 106591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106591&action=edit Bug 24860: Implement reserves.volume_id 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 Mon Jul 6 18:01:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:25 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #48 from Kyle M Hall --- Created attachment 106592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106592&action=edit Bug 24860: Add ability to select a volume when placing a hold 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 Mon Jul 6 18:01:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:28 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #49 from Kyle M Hall --- Created attachment 106593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106593&action=edit Bug 24860: Add ability to select a volume when placing a hold - OPAC 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 Mon Jul 6 18:01:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:32 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #50 from Kyle M Hall --- Created attachment 106594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106594&action=edit Bug 24860: Skip non-matching volume holds in CheckReserves 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 Mon Jul 6 18:01:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:35 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #51 from Kyle M Hall --- Created attachment 106595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106595&action=edit Bug 24860: Skip non-matching volume holds in HoldsQueue 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 Mon Jul 6 18:01:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:39 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #52 from Kyle M Hall --- Created attachment 106596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106596&action=edit Bug 24860: Add hold's volume to holds table on circulation.pl and moremember.pl 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 Mon Jul 6 18:01:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:42 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #53 from Kyle M Hall --- Created attachment 106597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106597&action=edit Bug 24860: Update existing Schema files [DO NOT PUSH] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:01:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:01:57 +0000 Subject: [Koha-bugs] [Bug 15085] Require confirmation before check in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15085 Vitor Fernandes changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vfernandes at keep.pt --- Comment #7 from Vitor Fernandes --- Hi, This is a nice enhancement to returns interface. We can have one system preference to turn on/off the confirmation. This can be also expanded to add a message confirmation to checkouts interface (I don't know if there is a bug filled for that). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:07:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:07:31 +0000 Subject: [Koha-bugs] [Bug 23258] Batch holding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23258 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:07:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:07:34 +0000 Subject: [Koha-bugs] [Bug 23258] Batch holding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23258 --- Comment #9 from Owen Leonard --- Created attachment 106598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106598&action=edit Bug 23258: (follow-up) Batch holds template followup This patch revises the batch holds template to bring it up to date with current guidelines including corrected indentation, Bootstrap grid, terminology fixes ("hold" instead of "reserve") and JavaScript in the footer. Also changed: - Add specificity to page title and breadcrumbs - Add "Select all" and "Clear all" links to confirmation page - Add jQuery validation of the form, enforcing barcode and patron entry - Swith from "Batch holding" to "Batch place and cancel holds." - Made suggested change to avoid errors in the log: my $op = $input->param('op') // ''; - Fixed some other QA tool errors To test, apply the patch and test the process of placing and cancelling holds in batches: - By uploading a file of barcodes - By submitting barcodes in the textarea - Confirm that holds are placed and cancelled At each step of the process confirm that everything looks good and works properly. -- You are receiving 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 Jul 6 18:16:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:16:59 +0000 Subject: [Koha-bugs] [Bug 23258] Batch holding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23258 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #10 from Owen Leonard --- This looks like it's working pretty well but I'd like to see a couple of improvements to the information provided to the user during the process. Can we add title information to the lists of submitted barcodes? Both on the screen with the checkboxes and on the confirmation page after submission. I think it would also be good to show the patron and pickup branch information on these screens. The final result screen should provide links to both the bibliographic record detail page and the holds page for that title. At the very least the result screen needs to have more useful information. Right now it has something like: The following items have been placed on hold: itemnumber 816, reserve_id 168 The itemnumber and reserve_id numbers are not useful to the librarian. Not a QA problem but a suggestion: How hard would it be to offer the option of placing or cancelling title-level holds instead of item-level holds? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:17:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:17:33 +0000 Subject: [Koha-bugs] [Bug 23258] Batch holding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23258 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |matthias.meusburger at biblibr |ity.org |e.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:19:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:19:35 +0000 Subject: [Koha-bugs] [Bug 23391] Hide finished ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:19:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:19:38 +0000 Subject: [Koha-bugs] [Bug 23391] Hide finished ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106411|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 106599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106599&action=edit Bug 23391: Hide finished ILL requests Currently, the main table of ILL requests will display all ILL requests in the database, regardless of their status. For libraries with active ILL this quickly leads to a lot of requests being displayed, and the main page of the ILL module taking a long time to load. This patch proposes to fix this by introducing the ILLHiddenRequestStatuses syspref, which can take a pipe-separated list of ILL statuses that will be hidden from view in the ILL module. This means that the only way to find a hidden request will be through a report. To test: - Apply the patch and make sure the atomic database update is run - Make sure you have a few ILL requests, with at least two different statuses - Check that all requests are still displayed in the main table of ILL requests - Add one of the statuses* you have in your database to the ILLHiddenRequestStatuses syspref, reload the ILL module frontpage and verify that requests with the given status are not displayed - Change the syspref to another status and verify requests with that status are now hidden - Change the syspref to hold both statuses, separated by the pipe symbol (e.g.: A|B). Verify that no requests with the given statuses are now displayed - Run the ILL REST API tests, e.g.: $ sudo koha-shell -c "prove t/db_dependent/api/v1/illrequests.t" kohadev * = The ILLHiddenRequestStatuses syspref should hold status codes, like "REQ" and "NEW", not their human readable counterparts. Signed-off-by: Andrew Isherwood Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:21:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:21:03 +0000 Subject: [Koha-bugs] [Bug 23391] Hide finished ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391 --- Comment #14 from Katrin Fischer --- I've heard about huge performance issues here as well for busy libraries and I think this is a good first step to fix the issue. In the future we could think about another option to pre-filter, but still allow to search with a limit on one of these status. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:22:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:22:23 +0000 Subject: [Koha-bugs] [Bug 25890] Checkouts table not sorting on check out date correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:22:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:22:26 +0000 Subject: [Koha-bugs] [Bug 25890] Checkouts table not sorting on check out date correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106389|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 106600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106600&action=edit Bug 25890: Update sorting column for checkouts table Test plan: - Check some items out, all from different libraries - Modify the checkout and due dates, like: 2018-10-22 2018-01-23 2018-05-27 - Sort by checkout date, verify it is actually sorting on homebranch - Apply patch - Reload page - Note you can now sort items correctly Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:24:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:24:48 +0000 Subject: [Koha-bugs] [Bug 25939] New: Print multiple copies with quick spine label creator Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25939 Bug ID: 25939 Summary: Print multiple copies with quick spine label creator Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org For libraries that purchase several copies of the same title, it'd be nice to have a quicker way to print several copies of the same spine label. Maybe something on spinelabel-home.pl that would let the user specify a number of copies? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:24:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:24:59 +0000 Subject: [Koha-bugs] [Bug 25025] Drag-and-drop cover image upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25025 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 Mon Jul 6 18:32:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:32:20 +0000 Subject: [Koha-bugs] [Bug 4030] Patron attribute types cannot be made mandatory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4030 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com --- Comment #10 from Lisette Scheer --- +1 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:35:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:35:38 +0000 Subject: [Koha-bugs] [Bug 25935] Use time-based mechanism for account lockout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25935 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:35:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:35:40 +0000 Subject: [Koha-bugs] [Bug 25936] Notify users if their password has changed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25936 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:35:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:35:46 +0000 Subject: [Koha-bugs] [Bug 25937] Notify patrons about failed login attempts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25937 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:37:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:37:28 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #48 from Katrin Fischer --- (In reply to Andrew Isherwood from comment #47) > Hi Katrin - This is now rebased, so all should be well! Hi Andrew, I tried to test, but it doesn't apply against master, because of a conflict in branches.tt caused by bug 25288 (pushed on 24 June). It's not a trivial fix, so I'd be happy if you could take a look, before I try. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 18:44:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 16:44:07 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #49 from Katrin Fischer --- (In reply to Katrin Fischer from comment #48) > (In reply to Andrew Isherwood from comment #47) > > Hi Katrin - This is now rebased, so all should be well! > > Hi Andrew, I tried to test, but it doesn't apply against master, because of > a conflict in branches.tt caused by bug 25288 (pushed on 24 June). It's not > a trivial fix, so I'd be happy if you could take a look, before I try. I might have gotten it fixed for now so I can continue testing... fingers crossed. Note: might need to re-add ill staff email to the library summary table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 19:03:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:03:15 +0000 Subject: [Koha-bugs] [Bug 4030] Patron attribute types cannot be made mandatory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4030 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |DUPLICATE --- Comment #11 from Katrin Fischer --- Good news here! This is implemented, but a little hidden in a patch I just tested: Bug 22844 - Simplify the process of selecting database columns for system preferences *** This bug has been marked as a duplicate of bug 22844 *** -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 19:03:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:03:15 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cmurdock at ccfls.org --- Comment #120 from Katrin Fischer --- *** Bug 4030 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 19:13:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:13:30 +0000 Subject: [Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #20 from Christopher Brannon --- Please the last paragraph in my comment about the criteria. I was going off the original description in this bug rather than the signed contract. This is what the contract called for: * Add a new column to the items table - 'ExcludeFromLoaclHoldsPriority' or similar * Addd the ability to mark the item from the items tab or the batch item modification page * Add a system preference 'CategoriesToExcludeFromLocalHoldsPriority' * This system preference would take a list of patron categories * Alter code to ignore local holds priority for these Talk to me about the reasoning for the placement of the patron exclusion in the patron category rather than a central preference that was outlined here. I just want to understand before you do anything. My comment about the priority for the item not showing as set still stands. That is confusing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 19:25:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:25:26 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 19:32:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:32:15 +0000 Subject: [Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #21 from Tomás Cohen Arazi --- (In reply to Christopher Brannon from comment #20) > * This system preference would take a list of patron categories > * Alter code to ignore local holds priority for these > > Talk to me about the reasoning for the placement of the patron exclusion in > the patron category rather than a central preference that was outlined here. > I just want to understand before you do anything. The original idea was to add a syspref, as you outline. I'm the one that decided it was better to make it a patron category attribute. This, because the syspref is basically a way to say something about the category, but in a place that is not tied to categories (and thus unnatural). This is the reasoning: >From the coding point of view, we might need/want to ask if a patron belongs to a category that is excluded from localholdspriority, and we would do it like this: # Find the patron my $patron = Koha::Patrons->find($request->{borrowernumber}); # skip the patron if its category is excluded next if $patron->category->exclude_from_local_holds_priority; if we go the sysprefs way it would read like: my @excluded_categories = split(/\|/, C4::Context->preference("CategoriesToExcludeFromLocalHoldsPriority")) // (); my $patron = Koha::Patrons->find($request->{borrowernumber}); next if any { $_ eq $patron->categorycode } @excluded_categories; So the result is similar, but ugly-ish. And involves an error prone free-text field with pipe-separated values. So I don't see any advantage on it. If we were to expose this condition on the API also, we would need to add methods to extract the boolean with this kind of comparison, instead of just reading what's on the category table. That said, we can absolutely roll back to the syspref approach and come back to refactor this later. Once we have a more clear interface for setting all things related to local holds priorities in a single place. As I understand your point of the whole setting being sparse in different places being counter-intuitive. > My comment about the priority for the item not showing as set still stands. > That is confusing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 19:58:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:58:00 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 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 Mon Jul 6 19:58:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:58:03 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105702|0 |1 is obsolete| | --- Comment #9 from Nick Clemens --- Created attachment 106601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106601&action=edit Bug 25709: Rename systemprefrence to OpacHiddenNotes To test: 1 - Apply patch and updatedatabase 2 - git grep NotesBlacklist 3 - Note all remaining occurrences are translations, db updates, and release notes 4 - Add a field (e.g. '520' ) to the OpacHiddenNotes systempreference 5 - View a record with a 520 field on the opac 6 - Confirm the field does not show in the 'Title notes' tab -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 19:59:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 17:59:31 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 --- Comment #10 from Nick Clemens --- Removed old update and release note changes Renamed to OpacHiddenNotes (like OpacHiddenItems) There is an atomic update to change existing installs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 20:04:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 18:04:46 +0000 Subject: [Koha-bugs] [Bug 25893] Log viewer no longer searches using wildcards In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 20:04:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 18:04:48 +0000 Subject: [Koha-bugs] [Bug 25893] Log viewer no longer searches using wildcards In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893 --- Comment #4 from Nick Clemens --- Created attachment 106602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106602&action=edit Bug 25893: Don't wildcard object -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 20:05:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 18:05:19 +0000 Subject: [Koha-bugs] [Bug 25893] Log viewer no longer searches using wildcards In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893 --- Comment #5 from Nick Clemens --- (In reply to Matthias Meusburger from comment #3) > The patch works as intended. > > However, using a wildcard on object (which is an identifier) does not seem > to be a good idea, since you will retrieve many unwanted results. > > Moreover, the wildcard in C4::Logs::GetLogs was only on info, and not on > object: > > if ($object) { > $query .= " AND object = ? "; > push( @parameters, $object ); > } > > Hence, it doesn't restore the old behavior, but changes it. > > What do you think? Yup, I just got mixed up, removed wildcards from object -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 20:10:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 18:10:04 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off --- Comment #50 from Katrin Fischer --- I am still working on this, but adding some first notes and questions: 1) QA test tools FAIL Koha/MessageAttributes.pm 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) FAIL Koha/MessageAttribute.pm 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) Unit tests While tests pass, they produce some non-good looking output: kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove t/db_dependent/Illrequests.t t/db_dependent/Illrequests.t .. 7/12 Use of uninitialized value $staff_to_send in pattern match (m//) at /home/vagrant/kohaclone/Koha/Illrequest.pm line 1522. Koha::Illrequest::send_staff_notice(Koha::Illrequest=HASH(0x55b06c17ba40), "ILL_REQUEST_CANCEL") called at /home/vagrant/kohaclone/Koha/Illrequest.pm line 288 Koha::Illrequest::status(Koha::Illrequest=HASH(0x55b06c17ba40), "CANCREQ") called at t/db_dependent/Illrequests.t line 788 main::__ANON__() called at /usr/share/perl5/Test/Builder.pm line 310 eval {...} called at /usr/share/perl5/Test/Builder.pm line 310 Test::Builder::subtest(Test::Builder=HASH(0x55b06bac3bf8), "Helpers", CODE(0x55b063112be8)) called at /usr/share/perl5/Test/More.pm line 807 Test::More::subtest("Helpers", CODE(0x55b063112be8)) called at t/db_dependent/Illrequests.t line 934 t/db_dependent/Illrequests.t .. ok All tests successful. Files=1, Tests=12, 32 wallclock secs ( 0.09 usr 0.03 sys + 21.40 cusr 6.88 csys = 28.40 CPU) Result: PASS 3) Code Review 3.1) Email addressing I feel like here is a general issue here in that we will have problems with spam protection if the mail server is not in the same domain as the branchillemail given. Is the the new ILL staff email is to be used as the sender or the recipient of the ILL emails to staff? It looks like it's actually used as both? As the pref only reads "to", maybe we could just keep the current from and it would resolve a lot of the possible issues with spam. I think we need to at least make use of $library->inbound_email_address in a couple of cases replacing the branchemail here: + my $from = $branch->branchillemail || $branch->branchemail; get_staff_to_address seems ok in that regard, but send_staff_notice from_adress does not. Reply-to and From are the spam critical ones. Use of Koha::Email is removed? 3.2) Translatability The "N/A" here are problematic. I think it would be better to just create an empty string? With TT libraries can still resolve that to another text. + substitute => { + ill_bib_title => $title ? $title->value : 'N/A', + ill_bib_author => $author ? $author->value : 'N/A', 3.3) Sample letters I need to take a closer look for typos and such, but the sample letters need to also be added to the new sample .yml and to the translated installers. 3.4) Sysprefs.sql New prefs are in the wrong alphabetic spot :) 3.5) Notices & slips The module in the letters summary table is not translatable yet and shows as "ill". ------------- Most of those are not bad ones, only 3.1 Email addressing worries me a fair bit. Clearing up intentions and intended behaviour would be a good firs step here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 20:46:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 18:46:08 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org --- Comment #16 from Christopher Brannon --- (In reply to Andrew Fuerste-Henry from comment #14) > Given enough time, I could probably get around to arguing either side of > this. But I think I'm leaning more toward putting it in the attribute setup. > There's enough specific setup stuff for each attribute there already that I > think that's where folks are more likely to expect this. +1 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 21:37:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 19:37:03 +0000 Subject: [Koha-bugs] [Bug 7611] Show the NOT_LOAN authorised values for item status in XSLT OPAC search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Pablo AB changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pablo.bianchi at gmail.com --- Comment #56 from Pablo AB --- On 20.05 this seems to add an untranslatable "Not for loan" near span.notforloan, on MARC21slim2OPACResults.xsl. I reproduce it on Michael Kuhn's Koha demo: 1. On a biblio, add an item to an item type flagged with "not for loan"=Yes 2. Search for it on the OPAC - German: "Verfügbarkeit: Ausleihbare Exemplare: (1). Verfügbarer Präsenzbestand: Not for loan (1).". http://koha.adminkuhn.ch/cgi-bin/koha/opac-search.pl?q=Dictionary - Spanish: "Disponibilidad: Not for loanSignatura topográfica: 520 A552 (1). :". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:17:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:17:05 +0000 Subject: [Koha-bugs] [Bug 24190] Add additional Acquisition logging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190 rkuiper at roundrocktexas.gov changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25916 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25916 [Bug 25916] Create function and UI to modify budgets and funds. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:17:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:17:05 +0000 Subject: [Koha-bugs] [Bug 25916] Create function and UI to modify budgets and funds. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25916 rkuiper at roundrocktexas.gov changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |24190 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190 [Bug 24190] Add additional Acquisition logging -- You are receiving 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 Jul 6 22:17:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:17:29 +0000 Subject: [Koha-bugs] [Bug 25916] Create function and UI to modify budgets and funds. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25916 rkuiper at roundrocktexas.gov changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23971 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23971 [Bug 23971] Add logging for basket related actions -- You are receiving 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 Jul 6 22:17:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:17:29 +0000 Subject: [Koha-bugs] [Bug 23971] Add logging for basket related actions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23971 rkuiper at roundrocktexas.gov changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25916 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25916 [Bug 25916] Create function and UI to modify budgets and funds. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:29:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:29:12 +0000 Subject: [Koha-bugs] [Bug 25940] New: Two separate print dialogs when checking in/transferring an item Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 Bug ID: 25940 Summary: Two separate print dialogs when checking in/transferring an item 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: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When transferring an item returns.tt is generating multiple print dialogs. I can only recreate this is Chrome but I have heard reports that this is happening in FireFox as well. TO RECREATE: (in Chrome) 1. Have an item belonging to a different branch and check it in. 2. When the modal pops up hit 'Yes, print slip' or 'Print slip' if AutomaticItemReturn is set to 'don't' 3. The first print dialog should appear with a URL like '/cgi-bin/koha/circ/transfer-slip.pl?transferitem=18&&branchcode=CPL&op=slip' 4. Close that print dialog and you will immediately see another one that says 'No slip template found'. 5. Notice the URL of the second pop-up is: /cgi-bin/koha/circ/hold-transfer-slip.pl?reserve_id= 6. There is no reserve id so the template is not found. I cannot recreate this in FireFox and I am unsure why not. -- You are receiving 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 Jul 6 22:29:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:29:23 +0000 Subject: [Koha-bugs] [Bug 25941] New: Reindent Upload local cover image page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941 Bug ID: 25941 Summary: Reindent Upload local cover image page 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 Blocks: 25025 I propose to reformat the "Upload local cover image" template (tools/upload-images.tt) so that it has consistent spacing and indentation. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25025 [Bug 25025] Drag-and-drop cover image upload -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:29:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:29:23 +0000 Subject: [Koha-bugs] [Bug 25025] Drag-and-drop cover image upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25025 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25941 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941 [Bug 25941] Reindent Upload local cover image page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:43:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:43:22 +0000 Subject: [Koha-bugs] [Bug 25941] Reindent Upload local cover image page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:43:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:43:25 +0000 Subject: [Koha-bugs] [Bug 25941] Reindent Upload local cover image page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941 --- Comment #1 from Owen Leonard --- Created attachment 106603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106603&action=edit Bug 25941: Reindent Upload local cover image page This patch reindents the "Upload local cover image" template to make indentation consistent. Some lines have been split up. Some markup inconsistencies have been corrected. To test, apply the patch and enable the LocalCoverImages system preference. - Go to Tools -> Upload local cover image. - Test uploading single images or ZIP files of images. - Confirm that everything works as expected. Use your preferred method for checking the differences between files while ignoring whitespace. I use diff with the "-w" flag, but I'm not some kind of diff deity. The only changes you see should be split lines. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:43:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:43:28 +0000 Subject: [Koha-bugs] [Bug 25941] Reindent Upload local cover image page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941 --- Comment #2 from Owen Leonard --- Created attachment 106604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106604&action=edit Bug 25941: (follow-up) Add markup comments This patch adds comments to the template to highlight the markup structure. This patch should have no effect on the page's appearance or functionality. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 22:43:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 20:43:47 +0000 Subject: [Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 --- Comment #1 from Lucas Gass --- Created attachment 106605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106605&action=edit Bug 25940: Check for reserve_id before Dopop TEST PLAN: 1. Have an item belonging to a different branch and check it in. 2. When the modal pops up hit 'Yes, print slip' or 'Print slip' if AutomaticItemReturn is set to 'don't' 3. The first print dialog should appear with a URL like '/cgi-bin/koha/circ/transfer-slip.pl?transferitem=18&&branchcode=CPL&op=slip' 4. Close that print dialog and you will immediately see another one that says 'No slip template found'. 5. Notice the URL of the second pop-up is: /cgi-bin/koha/circ/hold-transfer-slip.pl?reserve_id= 6. There is no reserve id so the template is not found. 7. Apply patch 8. Repeat 1-6 9. You should no longer have two print dialogs -- You are receiving 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 Jul 6 23:04:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:04:31 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:04:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:04:35 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105141|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 106606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106606&action=edit Bug 20815: Add ability to choose if lost fee is refunded based on length of time item has been lost This adds the ability to not refund lost item fees on return if the item has been lost for more than a given number of days. Test Plan: 1) Set the new system preference NoRefundOnLostReturnedItemsAge to a number of days 2) Find a lost item that has been lost longer than that NoRefundOnLostReturnedItemsAge days which would have otherwise been refunded 3) Return the item 4) Note no refund on the lost item fee was processed, the fee remains unchanged 5) prove t/db_dependent/Circulation.t Signed-off-by: Deb Stephenson Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:04:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:04:39 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106575|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer --- Created attachment 106607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106607&action=edit Bug 20815: Do not use compare float with precision Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:04:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:04:43 +0000 Subject: [Koha-bugs] [Bug 20815] Add ability to choose if lost fee is refunded based on length of time item has been lost In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815 --- Comment #16 from Katrin Fischer --- Created attachment 106608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106608&action=edit Bug 20815: (QA follow-up) Add message to database update / rephrase pref - Make pref use "checked in" instead of "returned". - Add message to database update Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:14:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:14:03 +0000 Subject: [Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:14:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:14:06 +0000 Subject: [Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105916|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 106609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106609&action=edit Bug 23092: Add 'daterequested' to branchtransfers table Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:14:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:14:10 +0000 Subject: [Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105917|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 106610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106610&action=edit Bug 23092: Add unit tests Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:14:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:14:18 +0000 Subject: [Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Transfers should record |Transfers should record |'requested' as well as |'requested' as well as |'sent' and 'arrived' dates. |'sent' and 'arrived' dates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:14:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:14:50 +0000 Subject: [Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 --- Comment #15 from Katrin Fischer --- Is there a situation currently where date requested and date sent will be different? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:17:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:17:17 +0000 Subject: [Koha-bugs] [Bug 24519] Change calculation and validation in Point of Sale should match Paycollect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24519 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #3 from Katrin Fischer --- Please rebase! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:30:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:30:08 +0000 Subject: [Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106605|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes --- Created attachment 106611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106611&action=edit Bug 25940: Check for reserve_id before Dopop TEST PLAN: 1. Have an item belonging to a different branch and check it in. 2. When the modal pops up hit 'Yes, print slip' or 'Print slip' if AutomaticItemReturn is set to 'don't' 3. The first print dialog should appear with a URL like '/cgi-bin/koha/circ/transfer-slip.pl?transferitem=18&&branchcode=CPL&op=slip' 4. Close that print dialog and you will immediately see another one that says 'No slip template found'. 5. Notice the URL of the second pop-up is: /cgi-bin/koha/circ/hold-transfer-slip.pl?reserve_id= 6. There is no reserve id so the template is not found. 7. Apply patch 8. Repeat 1-6 9. You should no longer have two print dialogs Signed-off-by: Lisette Scheer -- You are receiving 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 Jul 6 23:30:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:30:12 +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 --- Comment #12 from Katrin Fischer --- I really like this, would love to see results changed as well! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:30:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:30:25 +0000 Subject: [Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:31:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:31:16 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:31:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:31:20 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105986|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 106612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106612&action=edit Bug 25031: Improve handling of multiple covers on the biblio detail page in the staff client This patch modifies the template, JS, and CSS for the bibliographic detail page in order to gracefully handle multiple cover images. The changed version loops through any cover images which might be embedded and checks that they are successfully loaded. Only successfully-loaded images are shown. Only the first image is shown, and the others can be "paged through" using generated navigation controls. To test, apply the page and rebuild the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). Enable multiple cover image services. The patch was developed with these services available: - Amazon - Local cover images (including multiple local cover images) - Coce (serving up Amazon, Google, and OpenLibrary images) - Images from the CustomCoverImages preference View a variety of titles and confirm that the cover images are displaying correctly, whether there be 0, 1, 2, or more covers available. 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 Mon Jul 6 23:31:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:31:24 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105987|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 106613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106613&action=edit Bug 25031: (QA follow-up) Improve handling of one or fewer images This patch addresses a few issues raised during QA: 1. If there are no images, avoid the momentary appearance of an empty borered box. The class controlling the appearance of the box is now added after initialization. 2. If there is only one image, remove the control for switching between covers. 3. Add "preventDefault" to cover naviation click handler. 4. Correct translation function in localcovers.js. This patch modifies SCSS, so rebuilding the staff client CSS is necessary for testing. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:32:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:32:18 +0000 Subject: [Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:35:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:35:34 +0000 Subject: [Koha-bugs] [Bug 25799] Edition information to Holds queue report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:35:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:35:37 +0000 Subject: [Koha-bugs] [Bug 25799] Edition information to Holds queue report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106454|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 106614 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106614&action=edit Bug 25799: Add edition information to "Holds queue" report Added a feature that displays edition information of the book together with title in "Holds queue" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. 1. Place a hold on a book with edition information. 2. Run build_holds_queue.pl cron job. 3. Go to /cgi-bin/koha/circ/view_holdsqueue.pl and check the "title" table of that book that you placed hold on. 4. Observe that there's no information about edition of that book. 5. Apply patch. 6. Repeat step 3. 7. Observe that cinformation about edition of that book appeared in the title table after book's title and author. Mentored-by: Andrew Nugged Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:35:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:35:51 +0000 Subject: [Koha-bugs] [Bug 25799] Edition information to Holds queue report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.05 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:41:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:41:23 +0000 Subject: [Koha-bugs] [Bug 25890] Checkouts table not sorting on check out date correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:41:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:41:26 +0000 Subject: [Koha-bugs] [Bug 25890] Checkouts table not sorting on check out date correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106600|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 106615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106615&action=edit Bug 25890: Update sorting column for checkouts table Test plan: - Check some items out, all from different libraries - Modify the checkout and due dates, like: 2018-10-22 2018-01-23 2018-05-27 - Sort by checkout date, verify it is actually sorting on homebranch - Apply patch - Reload page - Note you can now sort items correctly Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:46:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:46:08 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #239 from Victor Grousset/tuxayo --- > is there a way to disable the output Found. The declarations of the views can be found with `git grep "ResultSource::View"` Beside from me removing them now to check for other warnings. We might want later to not have the tests logs cluttered with this right? Should I create a followup bug about hiding the output of view creations? (happens more than 100 times in the full suite) So the results: no suspicious difference found in the output between running the test suite without and with the patch set. Typo found: installer/data/mysql/atomicupdate/bug_20271_-_merge_deletedbiblio_and_deleteitems_tables_with_their_alive_cousins.perl > # Create the views for backward compatibility in reportrs «reportrs» -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:52:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:52:40 +0000 Subject: [Koha-bugs] [Bug 25869] Coce images not loading for lists (virtualshelves) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25869 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:52:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:52:43 +0000 Subject: [Koha-bugs] [Bug 25869] Coce images not loading for lists (virtualshelves) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25869 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106259|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 106616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106616&action=edit Bug 25869: Fix Coce display for lists To test: 1 - Enable Coce for Opac CoceHost: https://coce.bywatersolutions.com CoceProviders: Select all OpacCoce: Enable 2 - Do a search on the Opac, confirm you see some covers 3 - Add some of the items with covers to a public list 4 - View the public list 5 - Note no covers display 6 - Apply patch 7 - Success! Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 6 23:54:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 21:54:16 +0000 Subject: [Koha-bugs] [Bug 25427] Make authority subfield management interface consistent with bibliographic subfield management view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make authority subfield |Make authority subfield |management interface |management interface |consistent MARC view |consistent with | |bibliographic subfield | |management view -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 00:25:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:25:08 +0000 Subject: [Koha-bugs] [Bug 25427] Make authority subfield management interface consistent with bibliographic subfield management view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 00:25:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:25:11 +0000 Subject: [Koha-bugs] [Bug 25427] Make authority subfield management interface consistent with bibliographic subfield management view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106263|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 106617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106617&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. 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 Tue Jul 7 00:28:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:28:30 +0000 Subject: [Koha-bugs] [Bug 25155] Accessibility: The 'Login modal' contains semantically incorrect headings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155 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 Tue Jul 7 00:28:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:28:34 +0000 Subject: [Koha-bugs] [Bug 25155] Accessibility: The 'Login modal' contains semantically incorrect headings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105757|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 106618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106618&action=edit Bug 25155: (follow-up) Increase headings levels by 1 In the previous patch we reduced the headings levels by 2, but this was one level too many as we already have an H1 in the navbar and so all other heading sets should start at level 2 to semantically follow the title heading. 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 Tue Jul 7 00:35:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:35:43 +0000 Subject: [Koha-bugs] [Bug 25237] Accessibility: The 'Author details' in the full record display contains semantically incorrect headings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25237 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 Tue Jul 7 00:35:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:35:47 +0000 Subject: [Koha-bugs] [Bug 25237] Accessibility: The 'Author details' in the full record display contains semantically incorrect headings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25237 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106182|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 106619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106619&action=edit Bug 25237: Fix semantic heading for opac-details Prior to this patch the opac-details view contained semantically incorrect h3 headings for the author information. Test plan 1/ Perform a search in the OPAC that will yield results 2/ Navigate to any results detailed view 3/ Inspect the page and note that there are semantically incorrect headings H1 (Page title) > H2 (Item title) > H5 (Author) 4/ Apply the patch 5/ Reload the page 6/ Inspect the page and note that the semantically incorrect author block has been converted to a span with an 'h3' class for styling 7/ Note the page still appears nicely 8/ Signoff Bonus points: Check with XSLT views enabled and disabled. 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 Tue Jul 7 00:45:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:45:01 +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 ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #66 from Katrin Fischer --- (In reply to Martin Renvoize from comment #65) > I've looked at this a fair bit the past couple of days, and it certainly > does move us from C4 to Koha.. and does an amount of tidying.. > > However, I'm torn as I feel we could afford to go a fair bit further. The > field names are out right confusing and the logic is somewhat weird. > > Are you intending on treating this as a first step Josef or was this as far > as you intended going? > > I think we've missed 20.05 now I'm afraid, but as we're moving lots of > preferences over to this area perhaps it's time to focus on it more and > further clean and improve both the db structure and logic early next > release.? Setting to Failed QA to trigger a comment from Josef :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 00:52:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:52:26 +0000 Subject: [Koha-bugs] [Bug 23796] Convert OpacCustomSearch system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23796 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 00:52:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:52:30 +0000 Subject: [Koha-bugs] [Bug 23796] Convert OpacCustomSearch system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23796 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103324|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 106620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106620&action=edit Bug 23796: Convert OpacCustomSearch system preference to news block This patch moves the OpacCustomSearch 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 OpacCustomSearch 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 OpacCustomSearch system preference now displays correctly where it was before. - In the staff client, go to Tools -> News and verify that the content from OpacCustomSearch is now stored in news items. There should be one entry for each of the enabled translations in your system, for instance 'OpacCustomSearch_en', 'OpacCustomSearch_fr-FR', 'OpacCustomSearch_cs-CZ' - Go to Administration -> System preferences and confirm that the OpacCustomSearch preference has been removed. Signed-off-by: David Nind Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 00:55:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 22:55:36 +0000 Subject: [Koha-bugs] [Bug 24157] Additional acquisitions permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24157 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Acquisitions |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 01:44:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Jul 2020 23:44:16 +0000 Subject: [Koha-bugs] [Bug 25801] Add itemnumber parameter to opac-detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801 --- Comment #18 from David Cook --- (In reply to Marcel de Rooy from comment #17) > See also comment1. This is a first attempt to quickly have an item landing > page (hacking just a few lines). And yes, the item persistent identifier to > be used in RDF subjects should be resolved by the opac-detail item page when > content negotiation comes down to HTML. I don't see a use case in Comment 1. RDF subjects was my first thought, although reading more about RPC and REST APIs and thinking that having a canonical item URL (or PID) could be useful for a REST API (better to return a URL rather than an itemnumber for instance). I was wondering if you had a particular use case that you plan to use this for in the short term is all. Like is the HTML representation important in your use case? Or is it just to uniquely identify the resource (say for a RDF subject or REST API)? I think it's a great idea, but I'm just curious about the implementation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:16:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:16:21 +0000 Subject: [Koha-bugs] [Bug 25942] New: Batch biblio operations on report results Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942 Bug ID: 25942 Summary: Batch biblio operations on report results Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Bug 24886 cleaned up the templates and removed a new line in the recordnumber_list textarea loop Now if one tries to send biblionumbers from a report to batch operations they are all sent as a single string -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:16:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:16:33 +0000 Subject: [Koha-bugs] [Bug 25942] Batch biblio operations on report results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |24886 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24886 [Bug 24886] Reports template should be reindented -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:16:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:16:33 +0000 Subject: [Koha-bugs] [Bug 24886] Reports template should be reindented In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24886 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25942 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942 [Bug 25942] Batch biblio operations on report results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:32:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:32:39 +0000 Subject: [Koha-bugs] [Bug 24480] Fields added with Marc modifications templates are not added in an ordered way In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:32:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:32:42 +0000 Subject: [Koha-bugs] [Bug 24480] Fields added with Marc modifications templates are not added in an ordered way In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480 --- Comment #7 from Arthur Suzuki --- Created attachment 106621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106621&action=edit Bug 24480: (QA follow-up) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:33:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:33:29 +0000 Subject: [Koha-bugs] [Bug 24480] Fields added with Marc modifications templates are not added in an ordered way In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480 --- Comment #8 from Arthur Suzuki --- done, sry for the delay :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:40:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:40:53 +0000 Subject: [Koha-bugs] [Bug 17314] Routes to create, list and delete a purchase suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314 Arthur Suzuki changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|arthur.suzuki at biblibre.com |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 02:48:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 00:48:24 +0000 Subject: [Koha-bugs] [Bug 17314] Routes to create, list and delete a purchase suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314 --- Comment #41 from Arthur Suzuki --- Hi Tomas, Since you've been doing most of the rework on this patch i thought maybe it would be best to have you as assignee. I've just tried to test it and maybe signoff (also a good reason for not being assignee myself) but failed to apply on current master. Kr, Arthur
    arthur at carl9000:~/repos/koha$ git bz apply 17314
    Bug 17314 - Routes to create, list and delete a purchase suggestion
    
    93761 - Bug 17314: Routes to handle purchase suggestions
    93762 - Bug 17314: Migration from Swagger2 to OpenApi
    93763 - Bug 17314: QA Followup
    93764 - Bug 17314 : Added _to_model and _to_api methods and changed attirbutes
    naming
    93765 - Bug 17314: (QA follow-up) Adjust spec
    
    Apply? [(y)es, (n)o, (i)nteractive] y
    Application de  Bug 17314: Routes to handle purchase suggestions
    Utilisation de l'information de l'index pour reconstruire un arbre de base...
    M       Koha/Patron.pm
    M       api/v1/swagger/definitions.json
    M       api/v1/swagger/parameters.json
    M       api/v1/swagger/paths.json
    Retour à un patch de la base et fusion à 3 points...
    Fusion automatique de api/v1/swagger/paths.json
    CONFLIT (contenu) : Conflit de fusion dans api/v1/swagger/paths.json
    Fusion automatique de api/v1/swagger/parameters.json
    Fusion automatique de api/v1/swagger/definitions.json
    CONFLIT (contenu) : Conflit de fusion dans api/v1/swagger/definitions.json
    Fusion automatique de Koha/Patron.pm
    CONFLIT (contenu) : Conflit de fusion dans Koha/Patron.pm
    error: Échec d'intégration des modifications.
    le patch a échoué à 0001 Bug 17314: Routes to handle purchase suggestions
    astuce: Utilisez 'git am --show-current-patch' pour visualiser le patch en
    échec
    When you have resolved this problem run "git bz apply --continue".
    If you would prefer to skip this patch, instead run "git bz apply --skip".
    To restore the original branch and stop patching run "git bz apply --abort".
    Patch left in /tmp/Bug-17314-Routes-to-handle-purchase-suggestions-OvK0GF.patch
    arthur at carl9000:~/repos/koha$
    
    -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 04:48:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 02:48:33 +0000 Subject: [Koha-bugs] [Bug 25943] New: Haii Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25943 Bug ID: 25943 Summary: Haii Change sponsored?: --- Product: Koha Version: 19.11 Hardware: HP OS: Other Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: chresstivenrodo at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 106622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106622&action=edit Halo -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 06:09:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 04:09:33 +0000 Subject: [Koha-bugs] [Bug 25889] Increase performance of debian/list-deps script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |martin.renvoize at ptfs-europe | |.com, tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 08:23:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 06:23:23 +0000 Subject: [Koha-bugs] [Bug 20065] perennial identifier implementation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20065 Pablo AB changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pablo.bianchi at gmail.com --- Comment #1 from Pablo AB --- Also called persistent identifier (PI or PID). Al those PIDs (ARK, DOI, Handle, PURL) don't exclude each other. Frédéric Demians wrote about ARK on Koha, using a local syspref called ARK_CONF: https://metacpan.org/pod/distribution/Koha-Contrib-ARK/bin/koha-ark The record ID should be chosen carefully, maybe related 1-to-1 to (003)001 since biblionumber are volatile (could change, is a system-related ID) Also related to Bug 18410 about using cool URIs/permalinks. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 08:39:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 06:39:42 +0000 Subject: [Koha-bugs] [Bug 25943] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25943 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED Summary|Haii |SPAM -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 08:50:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 06:50:54 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #240 from Martin Renvoize --- Tomas and I have been discussing the possibilities to rename the tables here so we can reuse the current table names for the views and thus nicely sidestep the reports challenges. I didn't get the failures you mention Victor... Wonder how our setups differ. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 09:10:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 07:10:10 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 --- Comment #11 from Julian Maurice --- (In reply to Nick Clemens from comment #10) > Renamed to OpacHiddenNotes (like OpacHiddenItems) Is this only for OPAC ? Syspref description mentions staff interface too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 10:28:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 08:28:38 +0000 Subject: [Koha-bugs] [Bug 25792] Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792 --- Comment #10 from Mason James --- > > when the unrequired ttf-dejavu package's symlinks are removed (eg: apt > > autoremove) the paths will need to be manually corrected > > keeping the ttf-dejavu reference in debian/control would postpone this > > problem until the system is upgraded to deb11/bullseye (which is probably a > > good thing?) > > > > good news, i tested my theory and found it to be incorrect :) there does not seem to be any problem when upgrading on bullseye. bullseye will allow both packages to be installed together 'apt autoremove' does not remove the ttf-dejavu* packages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 12:15:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 10:15:42 +0000 Subject: [Koha-bugs] [Bug 13961] Option to include patron's total amount of fines in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13961 --- Comment #27 from Emmi Takkinen --- Created attachment 106623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106623&action=edit Bug 13961: Fix QA issues This patch fixes following QA issues: FAIL C4/Letters.pm FAIL critic # Variables::ProhibitConditionalDeclarations: Got 1 violation(s). FAIL t/db_dependent/Letters.t FAIL critic # Variables::ProhibitConditionalDeclarations: Got 1 violation(s). Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 12:16:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 10:16:31 +0000 Subject: [Koha-bugs] [Bug 13961] Option to include patron's total amount of fines in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13961 --- Comment #28 from Emmi Takkinen --- Created attachment 106624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106624&action=edit Bug 13961: Check that borrowernumber isn't a reference Some SendAlerts() tests in Letters.t failed due SQL::Abstract errors, caused by HASH sometimes set as borrowernumber. Added code to check if borrowernumber is defined and it isn't a reference. To test prove t/db_dependent/Letters.t Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 12:16:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 10:16:45 +0000 Subject: [Koha-bugs] [Bug 13961] Option to include patron's total amount of fines in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13961 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 12:45:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 10:45:42 +0000 Subject: [Koha-bugs] [Bug 25113] Make CirculationRules.t flexible for new scope combinations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25113 --- Comment #4 from Lari Taskula --- (In reply to Joonas Kylmälä from comment #3) > In the patch you mention > > > This also obsoletes the "Get effective issuing rule in correct order" > > test in t/db_dependent/Koha/IssuingRules.t > > why is it obsole(In reply to Joonas Kylmälä from comment #3) > In the patch you mention > > > This also obsoletes the "Get effective issuing rule in correct order" > > test in t/db_dependent/Koha/IssuingRules.t > > why is it obsoleted? It is the test I refer to in the original post of this Bug. > We used to test rule scopes by explicitly defining each combination. > When adding new scopes, it is much easier if these tests are auto- > generated for you so that you don't have to repeat similar code. > Remove those "duplicates" ... Manually adding 2^n tests, where n is the number of scopes, is no longer needed because wiith this patch we are autogenerating those test cases. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 13:05:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 11:05:04 +0000 Subject: [Koha-bugs] [Bug 25242] Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25242 Henry Bolshaw changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bolshawh at parliament.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 13:05:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 11:05:32 +0000 Subject: [Koha-bugs] [Bug 25240] Accessibility: The 'Basket' page contains an inaccessible table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25240 Henry Bolshaw changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bolshawh at parliament.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 13:35:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 11:35:04 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106601|0 |1 is obsolete| | --- Comment #12 from Nick Clemens --- Created attachment 106625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106625&action=edit Bug 25709: Rename systempreference to NotesToHide To test: 1 - Apply patch and updatedatabase 2 - git grep NotesBlacklist 3 - Note all remaining occurrences are translations, db updates, and release notes 4 - Add a field (e.g. '520' ) to the NotesToHide systempreference 5 - View a record with a 520 field on the opac 6 - Confirm the field does not show in the 'Title notes' tab -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 13:57:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 11:57:14 +0000 Subject: [Koha-bugs] [Bug 25801] Add itemnumber parameter to opac-detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801 --- Comment #19 from Marcel de Rooy --- (In reply to David Cook from comment #18) > RDF subjects was my first thought, although reading more about RPC and REST > APIs and thinking that having a canonical item URL (or PID) could be useful > for a REST API (better to return a URL rather than an itemnumber for > instance). > I was wondering if you had a particular use case that you plan to use this > for in the short term is all. Like is the HTML representation important in > your use case? Or is it just to uniquely identify the resource (say for a > RDF subject or REST API)? Yes, the landing page of the item persistent identifier (URL) is not that important, but I do want to be able to dereference it. Including an HTML representation when that would be the result of content negotiation. But surely the main thing is a unique resource identifier in the form of a URL. We will be using something like https://id.rijksmuseum.nl/3012345 Our institutional PID resolver knows (as a partial or meta resolver) how to pass library PIDs to the library PID resolver. Which would use opac-detail for HTML in case of a biblio or item. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:06:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:06:57 +0000 Subject: [Koha-bugs] [Bug 25850] CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850 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 Tue Jul 7 14:07:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:07:00 +0000 Subject: [Koha-bugs] [Bug 25850] CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106381|0 |1 is obsolete| | --- Comment #14 from Nick Clemens --- Created attachment 106626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106626&action=edit Bug 25850: Add tests for weekday holidays 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 Tue Jul 7 14:07:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:07:04 +0000 Subject: [Koha-bugs] [Bug 25850] CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106382|0 |1 is obsolete| | --- Comment #15 from Nick Clemens --- Created attachment 106627 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106627&action=edit Bug 25850: Regression Test This patch adds a unit test to test for an infinite loop as highlighted by the bug. Test plan 1/ Run the test before applying the fix 2/ The test should fail for 'Sundays' 3/ Apply the subsquent patch 4/ Re-run the test 5/ It should now pass 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 Tue Jul 7 14:07:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:07:07 +0000 Subject: [Koha-bugs] [Bug 25850] CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106383|0 |1 is obsolete| | --- Comment #16 from Nick Clemens --- Created attachment 106628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106628&action=edit Bug 25850: Adapt day of week in Koha::Calendar::get_push_amt to 0..6 with 0 being Sunday. 1. Go to tools -> calendar and make sure Sundays are holidays by adding a holiday on a Sunday and selecting "Holiday repeated every same day of the week" and "Copy to all libraries" and save. 2. Go to administration -> system preferences and select "Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise" for the system preference "useDaysMode" and save the system preferences. 3. Put the below code in a file name test.pl and execute it using the command "sudo koha-shell -c 'perl test.pl' kohadev" use Koha::Calendar; my $calendar = Koha::Calendar->new( branchcode => 'CPL' ); $dt = DateTime->new( year => 2020, month => 06, day => 21 ); print "This is a sunday: " . $dt->day_of_week . "\n"; my $ndt = $calendar->next_open_days($dt, 0); print "This is a monday: " . $ndt->day_of_week . "\n"; 4. Without the patch applied, this script will freeze after printing "This is a sunday ...". Abort using ctrl-c. 5. Apply patch and run the script again. The test script will now complete. 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 Tue Jul 7 14:07:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:07:10 +0000 Subject: [Koha-bugs] [Bug 25850] CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106384|0 |1 is obsolete| | --- Comment #17 from Nick Clemens --- Created attachment 106629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106629&action=edit Bug 25850: (QA follow-up) Match logic in is_holiday Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:07:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:07:13 +0000 Subject: [Koha-bugs] [Bug 25850] CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850 --- Comment #18 from Nick Clemens --- Created attachment 106630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106630&action=edit Bug 25850: (QA follow-up) use dt_from_string Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:12:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:12:45 +0000 Subject: [Koha-bugs] [Bug 25944] New: Bug in ill_requests patch schema Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Bug ID: 25944 Summary: Bug in ill_requests patch schema 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: martin.renvoize at ptfs-europe.com Updating Mojo + OpenAPI dependencies has improved the strictness of the validator and highlighted some missing fields on the 'embed' enum. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:19:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:19:53 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:20:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:20:11 +0000 Subject: [Koha-bugs] [Bug 24544] Add a script for inserting persistent identifiers to MARC records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24544 --- Comment #13 from Marcel de Rooy --- (In reply to David Cook from comment #11) Thanks for your feedback. > Personally, I think that it would be better to add a plugin to the > authority/biblio/item records and allow you to mint PIDs while cataloguing. > That's how most systems I've used have worked. See also comment9. I chose here to not add stuff directly to core Koha routines. But work my way thru the data with a cron job. Surely this would be a next step. Problem with a cataloguing plugin is that you just know the record number only after saving it. Although a PID generator might theoretically not need it, many implementations, including my own, do use it. > That said, sometimes you want to batch mint PIDs, but I think that would be > up to the entity doing the batch work. I don't see why we'd need anything > special for that in Koha. Not sure how much you saw from the patches, but this patch set provides an interface via plugins to an external PID service. > Or are you trying to create a local Koha PID minting service? If that's the > case, I think storing the data in MARC fields is not a wise direction. It > would be better to have a Koha PID lookup table mapping the PID to the > record, so that PID resolution could be handled that way. See before. No Koha should not mint its own PIDs. Formally the PID generator may have its own PID lookup table. We do not really care here. (My local generator does not, since it is based on a Koha identifier. Its result can be found with a Standard-identifier index in Koha or even another future ILS. In that way actually turning my ES or Zebra index into a PID lookup table..) But even with a full resolver having its own table, I would still argue to save a copy of the PID in the MARC record too for optimization, while respecting the lookup table as authoritative. As a side note: Could you give me another example of vital data on biblio level that we do not store in MARC? Not meaning optimization or calculated aggregates etc. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:20:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:20:36 +0000 Subject: [Koha-bugs] [Bug 24544] Add a script for inserting persistent identifiers to MARC records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24544 --- Comment #14 from Marcel de Rooy --- (In reply to David Cook from comment #12) > And if we do want to store the PID at the record level, I think it would be > best to put that into the relational database (we could export it into the > MARC at indexing/exporting time). See ^^ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:24:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:24:02 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 --- Comment #1 from Martin Renvoize --- Created attachment 106631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106631&action=edit Bug 25944: Schema fix for illrequests route The illrequests path was missing the `comments` and `status_alias` embedable relations in the path specification. Test plan: 1/ Ensure you have the latest Mojolicious + OpenAPI modules installed. 2/ Navigate to the ill requests page and note that the table is empty. 3/ Note that under the networking tab in your browsers developer tools that the api call fails with a 400 error. 4/ Apply the patch 5/ Refresh the page 6/ The table should now load and the api route should return a proper 200 response. 7/ Signoff Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:24:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:24:12 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:24:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:24:18 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:24:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:24:26 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:24:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:24:38 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:24:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:24:47 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:25:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:25:11 +0000 Subject: [Koha-bugs] [Bug 25944] Bug in ill_requests patch schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex at komputilo.eu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:30:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:30:28 +0000 Subject: [Koha-bugs] [Bug 14648] Batch remove reserve items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14648 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Signed Off |Failed QA --- Comment #17 from Nick Clemens --- (In reply to Katrin Fischer from comment #16) > QA team ... I signed off, can one of you take over here please? These patches keep things simple and work as expected. Blocker: 1 - If I enter barcodes that are not in any courses I report successful deletion from all courses - I don't think that's right Couple questions: 1 - Why not a bulk option to remove from a single course? 2 - Could the results report which courses the items were deleted from, at the very least maybe the number of courses it was removed from? 3 - I would rather see this use Objects, but CourseReserves could use a refactor as a whole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 14:36:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 12:36:16 +0000 Subject: [Koha-bugs] [Bug 24544] Add a script for inserting persistent identifiers to MARC records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24544 --- Comment #15 from Marcel de Rooy --- Adding a local comment in our discussion basket ;) What is the right moment for a biblio record to receive a persistent identifier btw? Thinking about local procedures around acquisition etc. The choice in this patch set is still influenced by the partial/meta resolving (see former comments). A replace by Z3950/SRU might result in two PIDs in the authoritative table and one local copy (the newest) in Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 15:11:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 13:11:08 +0000 Subject: [Koha-bugs] [Bug 22843] Finer control of who receives purchase suggestion notifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22843 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22823 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 15:11:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 13:11:08 +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=22843 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 15:41:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 13:41:38 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 15:41:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 13:41:41 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesDenylist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106625|0 |1 is obsolete| | --- Comment #13 from Owen Leonard --- Created attachment 106632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106632&action=edit Bug 25709: Rename systempreference to NotesToHide To test: 1 - Apply patch and updatedatabase 2 - git grep NotesBlacklist 3 - Note all remaining occurrences are translations, db updates, and release notes 4 - Add a field (e.g. '520' ) to the NotesToHide systempreference 5 - View a record with a 520 field on the opac 6 - Confirm the field does not show in the 'Title notes' tab Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 15:48:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 13:48:19 +0000 Subject: [Koha-bugs] [Bug 25798] Copyright year to Holds to pull report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25798 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 15:48:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 13:48:26 +0000 Subject: [Koha-bugs] [Bug 25798] Copyright year to Holds to pull report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25798 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106354|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 106633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106633&action=edit Bug 25798: Add copyright year to "Holds to pull" report Display copyright year (publication year) of book together with title in "Holds to pull" report. Copyright year is fetched from biblio -table as "copyrightyear" and displayed when the preferred marc is set to MARC21. Publication year is fetched from biblioitems -table as "publicationyear" and displayed when the preferred marc is set to UNIMARC. 1. Place a hold on book with known copyright year. 2. Go to /cgi-bin/koha/circ/pendingreserves.pl and check the "title" table of that book that you placed hold on. 3. Observe that there's no information about publication year in that field. 4. Apply patch. 5. Repeat step 2. 6. Observe that copyright year (publication year) of book appeared in the title table after book's title and author. Mentored-by: Andrew Nugged Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 15:49:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 13:49:43 +0000 Subject: [Koha-bugs] [Bug 25680] When adding a new patron and missing to fill a field, on saving, the invalidFocus should show the focused field clearly in view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25680 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |nick at bywatersolutions.com --- Comment #17 from Nick Clemens --- This works for me in Firefox, but fails in both Chrome and Chromium - it works for surname, but cardnumber ends up under the save bar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:02:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:02:44 +0000 Subject: [Koha-bugs] [Bug 25293] Don't call escapeHtml on null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293 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 Tue Jul 7 16:02:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:02:47 +0000 Subject: [Koha-bugs] [Bug 25293] Don't call escapeHtml on null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103862|0 |1 is obsolete| | --- Comment #9 from Owen Leonard --- Created attachment 106634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106634&action=edit Bug 25293: Don't call escapeHtml on null Test Plan: 1) Create two Checkouts 2) view patron's checkout list cgi-bin/koha/members/moremember.pl?borrowernumber=pp 3) in mysql shell delete a checkout home branch: update items set homebranch = null where itemnumber = xx; 4) view patron's checkout list, again Without this patch the list is empty. Same if biblio title is null (update biblio set title = null where biblionumber = yy;). Javascript error: TypeError: oObj.title is null Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:13:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:13:55 +0000 Subject: [Koha-bugs] [Bug 25629] Fix capitalization in sample notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25629 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:13:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:13:58 +0000 Subject: [Koha-bugs] [Bug 25629] Fix capitalization in sample notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25629 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105442|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 106635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106635&action=edit Bug 25629: Fix capitalization in sample notices This fixes the capitalization in sample notices files to follow coding-guidelines. Only applies to English, translations remain unchanged. Additional fixes: - Overdues slip added the letter code as subject instead of the description - Opac changed to OPAC for self-registration verification emails German (de-DE) file was not changed, as there is a pending translation bug that will take care of these (bug 25129). To test: - Verify changes by running the web installer for the changed files and verify sample notices install without error - Verify subjects and notice descriptions are correct - Run tests in t/db_dependent/Letters* Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:14:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:14:47 +0000 Subject: [Koha-bugs] [Bug 25541] Add ability to prevent checkin via SIP of items with holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25541 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:14:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:14:50 +0000 Subject: [Koha-bugs] [Bug 25376] Use LANG authorised values for language facet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25376 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 Tue Jul 7 16:38:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:38:35 +0000 Subject: [Koha-bugs] [Bug 20988] Internationalization: wrap all translatable text inside t() calls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20988 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #50 from Owen Leonard --- I think it would be better to have some patches on this bug which are proof-of-concept rather than trying to update everything at once. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:52:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:52:39 +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 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105294|0 |1 is obsolete| | --- Comment #6 from ByWater Sandboxes --- Created attachment 106636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106636&action=edit Bug 25499: Fix fund code column when closing a budget When closing a budget the fund code column in the table is always empty. This is due to a TT variable not being correct. 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 - Apply patch and reload the patch - Verify fund codes are now showing correctly Bonus: Changes the column heading Fund id to Fund ID. Signed-off-by: Abbey Holt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:53:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:53:47 +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 #7 from Katrin Fischer --- Thanks a lot, Abbey! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 16:57:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 14:57:41 +0000 Subject: [Koha-bugs] [Bug 20988] Internationalization: wrap all translatable text inside t() calls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20988 --- Comment #51 from Julian Maurice --- (In reply to Owen Leonard from comment #50) > I think it would be better to have some patches on this bug which are > proof-of-concept rather than trying to update everything at once. I was thinking maybe one template at a time in separate bugs ? Easier to test and QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 17:18:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 15:18:29 +0000 Subject: [Koha-bugs] [Bug 14648] Batch remove reserve items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14648 --- Comment #18 from Joe Sikowitz --- Hi Nick, These patches keep things simple and work as expected. Blocker: 1 - If I enter barcodes that are not in any courses I report successful deletion from all courses - I don't think that's right I'm going to fix this one and readd the patch. Couple questions: 1 - Why not a bulk option to remove from a single course? I've already submitted this patch and it has been signed off as bug 25606. 2 - Could the results report which courses the items were deleted from, at the very least maybe the number of courses it was removed from? This sounds reasonable. I'll look into adding it. 3 - I would rather see this use Objects, but CourseReserves could use a refactor as a whole I'm not sure what Objects you are referring to. Any information you can provide would be great. Thanks, Joe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 17:34:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 15:34:26 +0000 Subject: [Koha-bugs] [Bug 22728] Manual for BorrowerMandatoryField should include note on extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22728 --- Comment #17 from Christopher Brannon --- I'm not seeing this point here, so I will just add to the mix. It DOES seem like it is currently a side-effect. The one problem with implementing this is that it is based off field names, and those names vary, depending on whether some of the patron attributes are used for all libraries. This can cause problems with those libraries that don't use a certain attribute, as it offsets the attribute names. I haven't tested, but this could also be complicated by those attributes that allow more than one instance of the field. Seems like a mandatory setting that can stick to the specific field would be better than trying to make it mandatory through the field name. I would suggest that the mandatory option be unavailable to those fields that can be duplicated, or only make the first instance mandatory? Just some thoughts. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 17:54:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 15:54:27 +0000 Subject: [Koha-bugs] [Bug 25879] Border for guarantor is larger than the container In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 17:58:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 15:58:27 +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 Abbey Holt changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aholt at dubuque.lib.ia.us Status|Needs Signoff |Signed Off --- Comment #8 from Abbey Holt --- It worked great! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 18:11:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 16:11:25 +0000 Subject: [Koha-bugs] [Bug 25945] New: Description of AuthoritySeparator is misleading Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945 Bug ID: 25945 Summary: Description of AuthoritySeparator is misleading 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: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com The current description of AuthoritySeparator is 'Separate multiple displayed authors, series or subjects with' But it is not used to separate multiple authors, series or subjects, it is used to separate the main entry and its subdivisions for subjects and contributors only. Not authors nor series. It should also be specified that it is used only in non-XSLT views. To test: 1. Change the value in AuthoritySeparator for something crazy (ex. -a-a- ) 2. Change the value of OPACXSLTDetailsDisplay to empty 3. Add or modify a record and enter - an author in 1XX (with multiple subfields) - several series in 440 (with multiple subfields each) - several contributors in 7XX (with multiple subfields each) - several subject headings in 6XX (with multiple subfields each) 4. Add the record to the cart 5. Open the cart and click on 'More details' 6. Note that only subjects use your crazy separator and not in between each subject but between main headings and subdivisions. 7. Open the record in the OPAC 8. Note that only subjects and contributors use your crazy separator, again not in between each entry but between main entries and subfields. It seems to be used differently across modules. I think that should be a discussion, but right now, I suggest we change the description to 'Separate main entry and subdivisions with ___ (non-XSLT view only)'. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 18:45:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 16:45:28 +0000 Subject: [Koha-bugs] [Bug 17661] Differences in field ending (whitespace, punctuation) cause duplicate facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661 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 Tue Jul 7 18:45:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 16:45:32 +0000 Subject: [Koha-bugs] [Bug 17661] Differences in field ending (whitespace, punctuation) cause duplicate facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68897|0 |1 is obsolete| | --- Comment #10 from Nick Clemens --- Created attachment 106637 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106637&action=edit Bug 17661 - Ending punctuation causes duplicate facets To test: 1 - Do search and pull up some records 2 - Edit some of the records to have authors like: Date, C.J. Date, C.j. Date, C.J . 3 - Edit the records to have some series statments like: 830 $aDate, C.J. ;$v5 830 $aDate, C.J. ; $v5 830 $aDate, C.J.; $v5 4 - Search again and note you have 3 facets each for authr and series 5 - Apply patch 6 - Repeat 7 - Now you get 2 facets for author, period not removed when following Upper case immediately, is otherwise 8 - Now you should have a single series facet 9 - Switch search engine to ES (index before applying patch) 10 - Note facets are separate again 11 - Reset mappings and reindex perl misc/search_tools/rebuild_elasticsearch -v -r 12 - Repeat search, facets combined as above -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 18:47:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 16:47:53 +0000 Subject: [Koha-bugs] [Bug 17661] Differences in field ending (whitespace, punctuation) cause duplicate facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661 --- Comment #11 from Nick Clemens --- (In reply to Katrin Fischer from comment #9) > 1) Your regex always removes the first occurence, but we need the last. > 2) . is not removed as it's not escaped in the regex (I think). > 2) In case of "Date, C. J." we don't want the last, when it's preceded by a > capital letter (very likely to be an initial). 1 - I had two different regexes, one was wrong 2 - period does not need to be escaped 3 - Done I added eliminating spaces on either side of punctuation as well Tested and played here to find cases: https://regex101.com/ This is the base right now: \s*(? References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #3 from Andrew Fuerste-Henry --- +1, we definitely have libraries that would make use of this if it could key off of dates other than dateaccessioned. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 19:00:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 17:00:33 +0000 Subject: [Koha-bugs] [Bug 25946] New: borrowerRelationship can no longer be empty Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946 Bug ID: 25946 Summary: borrowerRelationship can no longer be empty Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: alex.arnaud at biblibre.com, andrew at bywatersolutions.com, david.roberts at ptfs-europe.com, gmcharlt at gmail.com, hc at interleaf.ie, jonathan.druart at bugs.koha-community.org, kyle.m.hall at gmail.com, martin.renvoize at ptfs-europe.com, nugged at gmail.com, stalkernoid at gmail.com Depends on: 25322 Since Bug 25322 it is not possible to have an empty borrowerRelationship system preference. The empty relationship dropdown is treated as mandatory. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322 [Bug 25322] Adding a guarantor with no relationship defaults to first available relationship name -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 19:00:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 17:00:33 +0000 Subject: [Koha-bugs] [Bug 25322] Adding a guarantor with no relationship defaults to first available relationship name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25946 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946 [Bug 25946] borrowerRelationship can no longer be empty -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 19:04:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 17:04:12 +0000 Subject: [Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Border for guarantor is |Improve display of |larger than the container |guarantor information in | |the patron entry form -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 19:13:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 17:13:40 +0000 Subject: [Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 19:13:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 17:13:43 +0000 Subject: [Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 --- Comment #1 from Owen Leonard --- Created attachment 106638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106638&action=edit Bug 25879: Improve display of guarantor information in the patron entry form This patch makes some changes to the patron entry template to improve the display of guarantor information. To test, apply the patch and locate a patron with a "Child" type category. - Edit the patron's record - Under "Guarantor information," click the "Search to add" button. - Search for and select a patron. - The guarantor information should be added to the patron edit form. The information should be correct and well formatted. - Click the "Remove" link. The guarantor information should be removed. - Search for an select a guarantor again and save the record. - Edit the patron record again. The saved guarantor information should look correct. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 19:23:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 17:23:35 +0000 Subject: [Koha-bugs] [Bug 25469] Typo: Item does not belongs to your library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25469 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 20:47:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 18:47:04 +0000 Subject: [Koha-bugs] [Bug 23797] Convert OpacLoginInstructions system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 20:47:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 18:47:07 +0000 Subject: [Koha-bugs] [Bug 23797] Convert OpacLoginInstructions system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106326|0 |1 is obsolete| | Attachment #106396|0 |1 is obsolete| | --- Comment #9 from Owen Leonard --- Created attachment 106639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106639&action=edit Bug 23797: Convert OpacLoginInstructions system preference to news block This patch builds on Bug 22318 to move the OpacLoginInstructions 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 OpacLoginInstructions system preference. Apply the patch and run the database update process. - Go to the OPAC and click the login link. - In the login modal, confirm that the content which was previously in the OpacLoginInstructions system preference displays correctly below the login form. - While not logged in to the OPAC, navigate directly to /cgi-bin/koha/opac-user.pl. The OpacLoginInstructions content should display correctly here as well. - In the staff client, go to Tools -> News and verify that the content from OpacLoginInstructions is now stored in news items. There should be one entry for each of the enabled translations in your system, for instance 'OpacLoginInstructions_en', 'OpacLoginInstructions_fr-FR', 'OpacLoginInstructions_cs-CZ' - Go to Administration -> System preferences and confirm that the OpacLoginInstructions preference has been removed. - To test the correct selection of language-specific content you must run the translation update/install process for the languages you're updating. Signed-off-by: Sally -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 20:47:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 18:47:10 +0000 Subject: [Koha-bugs] [Bug 23797] Convert OpacLoginInstructions system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797 --- Comment #10 from Owen Leonard --- Created attachment 106640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106640&action=edit Bug 23797: (follow-up) Increase the size of opac_news.lang This patch adds a database update to increase the size of the opac_news.lang column in order to accommodate longer values. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 20:47:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 18:47:14 +0000 Subject: [Koha-bugs] [Bug 23797] Convert OpacLoginInstructions system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797 --- Comment #11 from Owen Leonard --- Created attachment 106641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106641&action=edit Bug 23797: (follow-up) Enable OpacLoginInstructions in header The OpacLoginInstructions information should be available in the login modal which is displayed when the login link in the header menu is clicked. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 21:13:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 19:13:11 +0000 Subject: [Koha-bugs] [Bug 15448] OPACHiddenItems show in OPAC when patron places a hold on a specific item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448 Chris Kirby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris.kirby at ilsleypubliclib | |rary.org --- Comment #11 from Chris Kirby --- I would like to add another vote to seeing this bug fixed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 21:16:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 19:16:33 +0000 Subject: [Koha-bugs] [Bug 25846] Improve handling of multiple covers on catalog search results in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 21:17:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 19:17:17 +0000 Subject: [Koha-bugs] [Bug 25846] Improve handling of multiple covers on catalog search results in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 21:17:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 19:17:20 +0000 Subject: [Koha-bugs] [Bug 25846] Improve handling of multiple covers on catalog search results in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846 --- Comment #1 from Owen Leonard --- Created attachment 106642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106642&action=edit Bug 25846: Improve handling of multiple covers on catalog search results in the staff client This patch modifies the template, JS, and CSS for the staff interface catalog search results in order to gracefully handle multiple cover images. The changed version loops through any cover images which might be embedded and checks that they are successfully loaded. Only successfully-loaded images are shown. Only the first image is shown, and the others can be "paged through" using generated navigation controls. To test, apply the page and rebuild the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). Enable multiple cover image services. The patch was developed with these services available: - Amazon - Local cover images (including multiple local cover images) - Coce (serving up Amazon, Google, and OpenLibrary images) - Images from the CustomCoverImages preference Perform a variet of searches and confirm that cover images are displaying correctly, whether there be 0, 1, 2, or more covers available for each. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 21:46:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 19:46:40 +0000 Subject: [Koha-bugs] [Bug 25947] New: Improve locked account message Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25947 Bug ID: 25947 Summary: Improve locked account message 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: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 106643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106643&action=edit Warning messages in the patron details When using FailedLoginAttempts, a patron's account is blocked after X many failed login attempts on the OPAC. When that happens, a message 'Account has been locked.' appears on the patron account details page. This message does not indicate why or how it was blocked. I suggest we change it to 'Account has been locked due to too many failed login attempts'. Furthermore, the font is dark red whereas the font for other warnings (such as wrong category or unpaid fines) is bright red and bold. To test: 1. Change FailedLoginAttempts to a small number, like 2 2. Go to a patron's account and copy their username (while you're there, change the password and add some fines, too) 3. In the OPAC, try to log in with the username and a wrong password several times 4. Go back to the patron's account in the staff interface 5. Note that there is no indication as to why the patron's account is locked and that the font color and weight does not match the other warnings. Also, there is no button to change the password next to the warning. When a patron has unpaid fines or is in the wrong category, there is a button to either pay/writeoff the fines or change the category next to the warning. I would add a button that says 'Change password' next to the locked account warning. This might be outside the scope of this bug, but I think it would improve usability. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 21:50:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 19:50:43 +0000 Subject: [Koha-bugs] [Bug 15448] OPACHiddenItems show in OPAC when patron places a hold on a specific item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448 --- Comment #12 from Christopher Brannon --- (In reply to Chris Kirby from comment #11) > I would like to add another vote to seeing this bug fixed. +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 Tue Jul 7 21:51:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 19:51:30 +0000 Subject: [Koha-bugs] [Bug 25947] Improve locked account message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25947 --- Comment #1 from Caroline Cyr La Rose --- Again, this might be outside the scope, but I also think the OPAC message could be improved. Right now, it says 'You entered an incorrect username or password. Please try again! But note that passwords are case sensitive and that your account will be locked out after a fixed number of failed login attempts. Please contact a library staff member if you continue to have problems.' I would add the number of failed attempts rather than 'after a fixed number of failed login attempts' And I would also change the message once the account is blocked. Right now, even if FailedLoginAttempts is at 2, you can try to log in 10 times and it will never tell you that your account is now blocked. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 22:11:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 20:11:15 +0000 Subject: [Koha-bugs] [Bug 25945] Description of AuthoritySeparator is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 22:11:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 20:11:19 +0000 Subject: [Koha-bugs] [Bug 25945] Description of AuthoritySeparator is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945 --- Comment #1 from Caroline Cyr La Rose --- Created attachment 106644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106644&action=edit Attachment to Bug 25945 - Description of AuthoritySeparator is misleading Bug 25945: Description of AuthoritySeparator is misleading This patch changes the description of the AuthoritySeparator system preference To test: 1. Apply patch 2. Go to Administration > Global system preferences > Cataloging and locate the AuthoritySeparator preference 3. Read the description and make sure it makes sense and that there are no typos or grammatical errors -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 22:11:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 20:11:47 +0000 Subject: [Koha-bugs] [Bug 25945] Description of AuthoritySeparator is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Assignee|koha-bugs at lists.koha-commun |caroline.cyr-la-rose at inlibr |ity.org |o.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 22:18:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 20:18:32 +0000 Subject: [Koha-bugs] [Bug 20783] Cannot embed some YouTube videos due to 403 errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20783 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 Tue Jul 7 23:14:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 21:14:06 +0000 Subject: [Koha-bugs] [Bug 25948] New: Clean up apache protocols and ciphers Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25948 Bug ID: 25948 Summary: Clean up apache protocols and ciphers Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs at lists.koha-community.org Reporter: mtompset at hotmail.com QA Contact: testopia at bugs.koha-community.org SSLCipherSuite was truncated and different between the OPAC and Intranet sections. While cleaning that up, removed TLSv1 as it is supposed to be deprecated already. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 23:28:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 21:28:36 +0000 Subject: [Koha-bugs] [Bug 25948] Clean up apache protocols and ciphers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25948 --- Comment #1 from M. Tompsett --- Created attachment 106645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106645&action=edit Bug 25948: Clean up apache-site-https a little - removed ECDHE-RSA-AES256-SHA384, as it downgrades to CBC use https://ciphersuite.info/cs/TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384/ - added DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256 - added ECDHE-ECDSA-AES256-SHA384 - removed cut-off ECDHE-RSA-SA- and ECDHE-RSA-AES - made OPAC and Intranet sections match - removed TLSv1 https://tools.ietf.org/id/draft-ietf-tls-oldversions-deprecate-02.html https://blogs.windows.com/msedgedev/2020/03/31/tls-1-0-tls-1-1-schedule-update-edge-ie11/ https://www.entrustdatacard.com/blog/2018/november/deprecating-tls - did not remove TLSv1.1 as this would break support for older browsers probably still in use. - did not add TLSv1.3 as it depends on OS used and version of openSSL if it is supported or not. This may break support for some things, but nothing semi-current. I don't care about ie 11 on windows 8.1 phones, or safari 6-8. Also, people using letsencrypt.org should look into using a DNS CAA record for their opac site URL, issued by letsencrypt.org with flags set to 0. This affects the installation using: sudo koha-create --letsencrypt --create-db instance BEFORE using this command recently, I needed to disable the 000-default site, and had to create a directory /usr/share/koha/intranet/htdocs/.well-known/acme-challenge which I also softlinked from /usr/share/koha/opac/htdocs/.well-known/acme-challenge to the intranet one. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 7 23:29:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 21:29:09 +0000 Subject: [Koha-bugs] [Bug 25948] Clean up apache protocols and ciphers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25948 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |mtompset at hotmail.com |ity.org | Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 00:06:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 22:06:56 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #241 from Victor Grousset/tuxayo --- with koha-testing-docker (images up to date, including DB and ES) Debian 9 with MariaDB 10.1 Debian 10 with MariaDB 10.3 (and ES 6 in case that matters) prove t/db_dependent/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 01:07:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 23:07:23 +0000 Subject: [Koha-bugs] [Bug 25946] borrowerRelationship can no longer be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946 --- Comment #1 from David Roberts --- I can't think of a reason why you would want to leave this empty - if the patron has a guarantor then they automatically must have some sort of relationship with the guarantee, even if it isn't a familial one. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 01:49:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Jul 2020 23:49:19 +0000 Subject: [Koha-bugs] [Bug 25946] borrowerRelationship can no longer be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946 --- Comment #2 from Owen Leonard --- (In reply to David Roberts from comment #1) > I can't think of a reason why you would want to leave this empty It's not unreasonable to think that a library might not want to or care about storing the relationship information. But the bottom line is that the system preference can be empty so we should expect that it might be empty. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 03:38:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 01:38:35 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #57 from Victor Grousset/tuxayo --- Ticket opened upstream (Debian) to have the cache (not really cache) files included in the package. As upstream's(Debian) upstream's(json-validator) upstream (OpenAPI/Swagger) confirmed the license of these files. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964496 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 03:46:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 01:46:48 +0000 Subject: [Koha-bugs] [Bug 6815] Capture member photo via webcam In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815 --- Comment #41 from M. Tompsett --- (In reply to Jonathan Druart from comment #40) > It does not work for me/my webcam: > * Firefox: > I see "Take", but then the modal displays with "No permission to use camera" > in an alert. If I close it, I see the "Take the patron's picture" button in > the modal, but it generates a black picture. > > * Chromium: No "Take" > > > The browsers does not ask me if I want to allow the webcam for this page. > > The webcam seems to work with cheese and hangout. Greetings. I ran in Chrome (Version 83.0.4103.116 (Official Build) (64-bit) on Ubuntu 20.04 LTS vagrant up'd to stretch and accessed by localhost:8081), and it worked just fine. I then run in Chromium (Version 81.0.4044.138 (Official Build) Built on Ubuntu , running on Ubuntu 20.04 (64-bit) same localhost:8081), without closing the Chrome, and it gave me the error you got in Firefox. Once I closed Chrome, and retried in Chromium, it worked. It worked for me in Opera (69.0.3686.49) too. I even tried firefox (78.0.1 (64-bit)). And while it was much noisier (Are you sure you want permissions for this? Really? What about this?), it worked for me too. Did you have cheese and hangout open when you tested this? I think there may be some "Give me exclusive control!" type issues between the various programs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 04:04:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 02:04:01 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 --- Comment #5 from David Cook --- (In reply to Katrin Fischer from comment #3) > I think a stronger default for new installations should be agreeable, but we > can't change behaviour for existing ones. That's a good point, although it would be good to force users to change their passwords after policy changes. So libraries with knowledgeable administrators could update their existing installations to more secure settings. (In reply to George Williams (NEKLS) from comment #4) Those are interesting points. >From my perspective as a vendor/sysadmin, I'd prefer to mandate strong security across the board to give the library the best protection. But from the library perspective, I can understand wanting flexibility. >From the vendor perspective, so long as there isn't a bug that can compromise the underlying server, then I suppose the onus is on the library to manage their own application security settings. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 04:08:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 02:08:10 +0000 Subject: [Koha-bugs] [Bug 25801] Add itemnumber parameter to opac-detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801 --- Comment #20 from David Cook --- (In reply to Marcel de Rooy from comment #19) > Yes, the landing page of the item persistent identifier (URL) is not that > important, but I do want to be able to dereference it. Including an HTML > representation when that would be the result of content negotiation. But > surely the main thing is a unique resource identifier in the form of a URL. > Cool. That sounds good to me. > We will be using something like https://id.rijksmuseum.nl/3012345 > Our institutional PID resolver knows (as a partial or meta resolver) how to > pass library PIDs to the library PID resolver. Which would use opac-detail > for HTML in case of a biblio or item. Could you explain this part a bit more? Is the idea that you'll mint institution level PIDs (like https://id.rijksmuseum.nl/3012345) and those will resolve to Koha PIDs/URLs? That would be cool. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 04:39:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 02:39:33 +0000 Subject: [Koha-bugs] [Bug 24544] Add a script for inserting persistent identifiers to MARC records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24544 --- Comment #16 from David Cook --- (In reply to Marcel de Rooy from comment #13) > See also comment9. I chose here to not add stuff directly to core Koha > routines. But work my way thru the data with a cron job. Surely this would > be a next step. Problem with a cataloguing plugin is that you just know the > record number only after saving it. Although a PID generator might > theoretically not need it, many implementations, including my own, do use it. > I could see the utility of that cronjob for you, but maybe not for all Koha users? That's a good point about the PID generator. > Not sure how much you saw from the patches, but this patch set provides an > interface via plugins to an external PID service. > I skimmed through that code, but found it a bit difficult to read. > No Koha should not mint its own PIDs. Ok excellent. > Formally the PID generator > may have its own PID lookup table. We do not really care here. (My local > generator does not, since it is based on a Koha identifier. Its result can > be found with a Standard-identifier index in Koha or even another future > ILS. In that way actually turning my ES or Zebra index into a PID lookup > table..) I'm not sure that I understand this part. So you use the Koha identifier to mint a PID with a local non-Koha generator, then you store that in the Koha record and index it. Your organisation resolver then forward to a local non-Koha resolver which then queries Zebra/ES to get the record that matches... I assume not a full URL but a partial path? > But even with a full resolver having its own table, I would still argue to > save a copy of the PID in the MARC record too for optimization, while > respecting the lookup table as authoritative. > As a side note: Could you give me another example of vital data on biblio > level that we do not store in MARC? Not meaning optimization or calculated > aggregates etc. I don't know what you mean by "vital data" in this case, but some standouts are biblio.frameworkcode, biblio.datecreated (debateable), biblio_metadata.format, biblio_metadata.schema. To be honest, I think that I see where you're coming from. In the past, I wanted to store OAI-PMH identifiers in the 024 field for imported MARC bibliographic records and then look them up with a Zebra index search, but then I realized was problematic for me. While those MARC fields exist, the data in those fields aren't descriptive metadata about the record. They're metadata about the metadata record. In my case, I ended up putting the OAI-PMH identifier in the relational database, as it was much more robust than putting it in the MARC record and indexing it into Zebra (especially since there can be a lag for index updates). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:00:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:00:42 +0000 Subject: [Koha-bugs] [Bug 24544] Add a script for inserting persistent identifiers to MARC records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24544 --- Comment #17 from David Cook --- (In reply to Marcel de Rooy from comment #15) > What is the right moment for a biblio record to receive a persistent > identifier btw? Thinking about local procedures around acquisition etc. > > The choice in this patch set is still influenced by the partial/meta > resolving (see former comments). A replace by Z3950/SRU might result in two > PIDs in the authoritative table and one local copy (the newest) in Koha. That's an interesting question. In my mind, a biblionumber represents a conceptual metadata entity. While the actual metadata can change, that entity is tied to the point in time that the biblionumber is created. While we use the MySQL/MariaDB autonumber for that at the moment, in theory we could use a UUID or some other generated number (like we do for the item barcode rather than the item number). For me, the MARCXML isn't the bibliographic record, but rather a view of it. In the future, that bibliographic record might have a RDF/XML view as well. They're both describing the same bibliographic entity, and that entity is the thing that should have the PID. After all, HTML, MARCXML, RDF/XML, they're just different content types available via content negotiation, right? The replacement by Z3950/SRU is interesting. If we had versioned records, it might make sense to have a PID per version I suppose... It could be interesting to see how DSpace manages this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:02:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:02:01 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #58 from David Cook --- (In reply to Victor Grousset/tuxayo from comment #57) > Ticket opened upstream (Debian) to have the cache (not really cache) files > included in the package. > As upstream's(Debian) upstream's(json-validator) upstream (OpenAPI/Swagger) > confirmed the license of these files. > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964496 Nice one, Victor! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:09:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:09:16 +0000 Subject: [Koha-bugs] [Bug 25948] Clean up apache protocols and ciphers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25948 --- Comment #2 from David Cook --- Comment on attachment 106645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106645 Bug 25948: Clean up apache-site-https a little Review of attachment 106645: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25948&attachment=106645) ----------------------------------------------------------------- ::: debian/templates/apache-site-https.conf.in @@ +12,4 @@ > # OPAC > #https > # SSLEngine on > +# SSLProtocol -all +TLSv1.2 +TLSv1.1 TLSv1.1 is deprecated now too Should include +TLSv1.3 @@ +39,4 @@ > # Intranet > #https > # SSLEngine on > +# SSLProtocol -all +TLSv1.2 +TLSv1.1 TLSv1.1 is deprecated now too Should include +TLSv1.3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:10:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:10:38 +0000 Subject: [Koha-bugs] [Bug 6815] Capture member photo via webcam In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815 --- Comment #42 from M. Tompsett --- I see the attempt to javascript the picture up, but it is failing, because the click() hijacks and returns, never to run the ajaxiness. I have an idea... perhaps I'll play with it a bit this week. It would be nice to solve a 4 digit bugzilla. Sorry I have been distracted with other projects lately. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:10:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:10:55 +0000 Subject: [Koha-bugs] [Bug 25948] Clean up apache protocols and ciphers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25948 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- It's great to see some updates here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:14:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:14:23 +0000 Subject: [Koha-bugs] [Bug 25947] Improve locked account message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25947 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- I don't 100% understand these comments. I think that I agree that the Staff Client could be more descriptive about why the account is locked. As for the OPAC, we shouldn't indicate that the account has been locked, as that indicates to an attacker that the account exists, which is not a good idea from a security perspective. -- You are receiving 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 Jul 8 05:16:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:16:07 +0000 Subject: [Koha-bugs] [Bug 21468] Plugins need hooks for checkin and checkout actions. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:16:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:16:40 +0000 Subject: [Koha-bugs] [Bug 25712] Add plugin hooks to transform patron and item barcodes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25712 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 05:16:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 03:16:55 +0000 Subject: [Koha-bugs] [Bug 25855] Add hook to AddRenewal using a new _after_circ_actions method in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 07:24:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 05:24:33 +0000 Subject: [Koha-bugs] [Bug 25949] New: Date and time displaying AM when it should show PM Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25949 Bug ID: 25949 Summary: Date and time displaying AM when it should show PM Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org When TimeFormat is 12 hours, 07/08/2020 03:23 AM is being shown instead of 07/08/2020 03:23 PM. At a glance, it's because we use output_pref both in about.pl and about.tt and it's getting confused. -- You are receiving 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 Jul 8 07:24:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 05:24:54 +0000 Subject: [Koha-bugs] [Bug 25949] Date and time displaying AM when it should show PM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25949 --- Comment #1 from David Cook --- Note so far I've only tested this with an undefined timezone but I doubt it's relevant -- You are receiving 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 Jul 8 07:25:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 05:25:00 +0000 Subject: [Koha-bugs] [Bug 25949] Date and time displaying AM when it should show PM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25949 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 Wed Jul 8 07:36:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 05:36:34 +0000 Subject: [Koha-bugs] [Bug 25949] Date and time displaying AM when it should show PM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25949 --- Comment #2 from David Cook --- I tried to reproduce this in koha-testing-docker but I couldn't... I'm just noticing it on normal 19.11 instances... >From a code perspective, they look the same. I have no idea why this is only happening on Debian Stretch with 19.11 and OpenSuse with 19.11. But I guess for now I'll just close it Test Plan: 1. Set TimeFormat to "12 hour format" 2. Set timezone in koha-conf.xml to a timezone that should be currently in the PM 3. restart_all (in koha-testing-docker) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 07:36:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 05:36:46 +0000 Subject: [Koha-bugs] [Bug 25949] Date and time displaying AM when it should show PM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25949 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 08:25:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 06:25:33 +0000 Subject: [Koha-bugs] [Bug 25950] New: REMOTE_ADDR set to undef if client IP matches a koha_trusted_proxies value Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 Bug ID: 25950 Summary: REMOTE_ADDR set to undef if client IP matches a koha_trusted_proxies value 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: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org If you have a koha_trusted_proxies value of 192.168.1.0/24 and your client IP is 192.168.1.100, it'll set REMOTE_ADDR to undef. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 08:32:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 06:32:02 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|REMOTE_ADDR set to undef if |REMOTE_ADDR if client_ip in |client IP matches a |X-Forwarded-For matches a |koha_trusted_proxies value |koha_trusted_proxies value -- You are receiving 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 Jul 8 08:33:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 06:33:15 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | --- Comment #1 from David Cook --- Actually, if your REMOTE_ADDR is 1.1.1.1 and your X-Forwarded-For is 1.1.1.1 and your koha_trusted_proxies is 1.1.1.0/24, then your REMOTE_ADDR will be reset to null. If there is only 1 value in the X-Forwarded-For, we shouldn't be looking for proxies. -- You are receiving 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 Jul 8 08:36:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 06:36:11 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook 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 Jul 8 09:14:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:14:04 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 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. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:14:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:14:06 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 --- Comment #2 from David Cook --- Created attachment 106646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106646&action=edit Bug 25950: Remove in X-Forwarded-For from proxy tests This patch removes the ip address in the X-Forwarded-For header from being tested against koha_trusted_proxies. Without this patch, REMOTE_ADDR will be set to null, if the ip address matches against koha_trusted_proxies. To Test: 1. Run the unit test t/Koha/Middleware/RealIP.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:14:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:14:47 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23068 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:14:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:14:47 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25950 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:15:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:15:04 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24538 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:15:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:15:04 +0000 Subject: [Koha-bugs] [Bug 24538] REMOTE_USER set to undef if koha_trusted_proxies contains invalid value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24538 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25950 -- You are receiving 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 Jul 8 09:15:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:15:58 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|REMOTE_ADDR if client_ip in |REMOTE_ADDR set to null if |X-Forwarded-For matches a |client_ip in |koha_trusted_proxies value |X-Forwarded-For matches a | |koha_trusted_proxies value -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:32:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:32:00 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106646|0 |1 is obsolete| | --- Comment #3 from David Cook --- Created attachment 106647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106647&action=edit Bug 25950: Remove in X-Forwarded-For from proxy tests This patch removes the ip address in the X-Forwarded-For header from being tested against koha_trusted_proxies. Without this patch, REMOTE_ADDR will be set to null, if the ip address matches against koha_trusted_proxies. To Test: 1. Run the unit test t/Koha/Middleware/RealIP.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:36:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:36:08 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 --- Comment #4 from David Cook --- I probably am not doing a great job of explaining this one. Without the patch, the "" in the X-Forwarded-For will be tested against koha_trusted_proxies, even though it's not a proxy. So if the "" matches against koha_trusted_proxies, it won't be used to set REMOTE_ADDR, which means it'll be left as null. With the patch, the "" is extracted from the X-Forwarded-For header data, and then the REMOTE_ADDR (the proxy that set the X-Forwarded-For) and any "" values from the X-Forwarded-For header are evaluated against koha_trusted_proxies. If REMOTE_ADDR and "" are all trusted, then the "" is used to re-write REMOTE_ADDR. If they're not trusted, the last value not trusted will be used to re-write REMOTE_ADDR. So while you might trust your reverse proxy at REMOTE_ADDR, you might not trust the "" values in X-Forwarded-For. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:36:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:36:28 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 09:53:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 07:53:36 +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 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 10:02:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 08:02:44 +0000 Subject: [Koha-bugs] [Bug 24412] Attach waiting reserve to desk In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 10:02:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 08:02:48 +0000 Subject: [Koha-bugs] [Bug 24412] Attach waiting reserve to desk In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412 --- Comment #31 from Nicolas Legrand --- Created attachment 106648 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106648&action=edit Bug 24412: (follow-up) QA Following Josef Moravec QA comments : - rewrite Koha::Hold->desk according to Object Oriented Koha Guidelines and use it to fetch desk name in various templates - remove unused Desks.GetName - Check for columns existence in db update -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 10:28:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 08:28:34 +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 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 10:39:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 08:39:28 +0000 Subject: [Koha-bugs] [Bug 25905] REST API: create endpoint for importing OAI-PMH records from external OAI-PMH clients In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25905 --- Comment #6 from David Cook --- Ok I've done a little RFC. Referenced at: https://wiki.koha-community.org/wiki/REST_api_RFCs#Endpoints Found at: https://wiki.koha-community.org/wiki/Import_biblios_oaipmh_endpoint_RFC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 11:01:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 09:01:30 +0000 Subject: [Koha-bugs] [Bug 25951] New: Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25951 Bug ID: 25951 Summary: Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item 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: nicolas.legrand at bulac.fr QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Blocks: 22407 Those changes focus on intranet pages /reserve/request.pl, circ/waitingreserves.pl and opac page koha/opac-user.pl. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22407 [Bug 22407] OMNIBUS: Use DBIC relations to fetch related object rather than searching for the 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 Wed Jul 8 11:01:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 09:01:30 +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 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25951 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25951 [Bug 25951] Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 11:07:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 09:07:53 +0000 Subject: [Koha-bugs] [Bug 25951] Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25951 Nicolas Legrand 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 Wed Jul 8 11:07:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 09:07:56 +0000 Subject: [Koha-bugs] [Bug 25951] Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25951 --- Comment #1 from Nicolas Legrand --- Created attachment 106649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106649&action=edit Bug 25951: Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item Those changes focus on intranet pages /reserve/request.pl, circ/waitingreserves.pl and opac page koha/opac-user.pl. Plan test: 1. make a hold on a checkouted item and check it in. It should be in waiting reserves now. 2. go have a look to /reserve/request.pl, circ/waitingreserves.pl, koha/opac-user.pl (while logged as the user having the hold) pages. 3. it should be errorless, you should see the library names and the forms should prompt the correct branchcode. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 11:33:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 09:33:26 +0000 Subject: [Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 --- Comment #16 from Martin Renvoize --- (In reply to Katrin Fischer from comment #15) > Is there a situation currently where date requested and date sent will be > different? Stock rotation use a cronjob to trigger transfers.. I think there's at least one other case too.. I've got a branch ongoing where I update the logic codebase wide (via a bunch of bugs linked to this one) to utilise this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 12:29:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 10:29:10 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Administrators should be |Administrators should be |able to disable client-side |able to disable client-side |and enable server-side |plugin upload |plugin management | -- You are receiving 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 Jul 8 12:35:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 10:35:43 +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 --- Comment #36 from David Cook --- I'm noticing that the plugin_repos isn't appearing in /etc/koha/sites/kohadev/koha-conf.xml in koha-testing-docker. I'm guessing that it just hasn't been added into a Docker image yet? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 12:46:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 10:46:08 +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 --- Comment #37 from David Cook --- Trying this out for the first time and I really like the idea of fetching plugins from a repository and installing them, but I don't like how you have to know exactly what you're looking for. I think it would be nicer if you could get a list of all available plugins. Hmm searching for '%' or 'koha-plugin' is generating errors. I'll create a new issue for that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 12:48:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 10:48:07 +0000 Subject: [Koha-bugs] [Bug 25952] New: Github search for plugin throwing errors for % and koha-plugin search terms Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 Bug ID: 25952 Summary: Github search for plugin throwing errors for % and koha-plugin search terms Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org I was trying to get a full list of the available plugins so I tried '%' and 'koha-plugin' as search terms, but they created errors in Koha. Note that the 'koha-plugin' query works directly: https://api.github.com/search/repositories?q=koha-plugin+user:thekesolutions+in:name,description -- You are receiving 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 Jul 8 12:52:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 10:52:06 +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 --- Comment #38 from David Cook --- Wow... looks like it may have been due to rate limiting. You're supposed to get 60 requests per hour. I don't think that I've done that many... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 12:55:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 10:55:53 +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 --- Comment #39 from David Cook --- Interestingly, I can do lots of queries to the search API... https://api.github.com/search/repositories?q=coverflow+user:bywatersolutions+in:name,description But I am blocked for this: https://api.github.com/repos/bywatersolutions/koha-plugin-coverflow/releases/latest I was just messing around for 5 minutes. This seems like it would never be feasible for production? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 13:01:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:01:43 +0000 Subject: [Koha-bugs] [Bug 25952] Github search for plugin throwing errors for % and koha-plugin search terms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 --- Comment #1 from David Cook --- It looks like it's due to rate limiting. I can use the search API: https://api.github.com/search/repositories?q=koha-plugin+user:bywatersolutions+in:name,description But I can't get the releases: https://api.github.com/repos/bywatersolutions/koha-plugin-coverflow/releases/latest I guess that's because I've done < 60 searches, but each search has to do X release API calls, so it would be easy to exceed 60 API calls quickly if a person was looking for "koha-plugin" which would retrieve everything. -- You are receiving 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 Jul 8 13:05:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:05:45 +0000 Subject: [Koha-bugs] [Bug 25952] Github search for plugin throwing errors for % and koha-plugin search terms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 13:05:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:05:48 +0000 Subject: [Koha-bugs] [Bug 25952] Github search for plugin throwing errors for % and koha-plugin search terms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 --- Comment #2 from David Cook --- Created attachment 106650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106650&action=edit Bug 25952: Add error-handling to prevent errors from rate limiting This patch makes sure there is a successful response before trying to decode the response. If you search for "koha-plugin" in the Bywater and Theke repos, you'll quickly exceed your API rate limit, and you'll stop getting successful responses. To test: 0) Don't apply patch yet 1) Enable plugins 2) Enable plugin_repos 3) Search for koha-plugin a few times 4) Notice how Plack crashes with a visible error in the browser 5) Apply the patch 6) restart_all (in koha-testing-docker) 7) Search for koha-plugin 8) Observe that no search results are returned and there are no errors in the browser -- You are receiving 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 Jul 8 13:05:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:05:56 +0000 Subject: [Koha-bugs] [Bug 25952] Github search for plugin throwing errors for % and koha-plugin search terms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23975 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23975 [Bug 23975] Add ability to search and install plugins from GitHub -- You are receiving 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 Jul 8 13:05:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:05:56 +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 ---------------------------------------------------------------------------- Blocks| |25952 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 [Bug 25952] Github search for plugin throwing errors for % and koha-plugin search terms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 13:06:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:06:55 +0000 Subject: [Koha-bugs] [Bug 25952] Github search for plugin throwing errors due to API rate limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Github search for plugin |Github search for plugin |throwing errors for % and |throwing errors due to API |koha-plugin search terms |rate limits -- You are receiving 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 Jul 8 13:08:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:08:09 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23975 -- You are receiving 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 Jul 8 13:08:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:08:10 +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 ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25672 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 13:17:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:17:06 +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 ---------------------------------------------------------------------------- Blocks|25952 | --- Comment #40 from David Cook --- I'll stop spamming in a moment... I'm actually thinking a bit about making a plugin that manages plugins. I was inspired by the "Game Package Registry for Unity". It's a package you can add to the Unity IDE, and it lets you then import all Google packages into Unity IDE without having to manually find, download, and import into Unity IDE... Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 [Bug 25952] Github search for plugin throwing errors due to API rate limits -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 13:17:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 11:17:06 +0000 Subject: [Koha-bugs] [Bug 25952] Github search for plugin throwing errors due to API rate limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|23975 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23975 [Bug 23975] Add ability to search and install plugins from GitHub -- You are receiving 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 Jul 8 14:00:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:00:23 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 14:00:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:00:27 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 --- Comment #1 from David Cook --- Created attachment 106651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106651&action=edit Bug 25672: use enable_plugin_browser_upload flag to control plugin upload This patch adds a enable_plugin_browser_upload flag to koha-conf.xml, which controls whether or not Koha intranet users can upload Koha plugins via their browser. Like "enable_plugins", it defaults to 0 for new installs. This is useful when you want to provide Koha intranet users with plugins that are pre-installed by administrators (by CLI) or restricting them to plugins from a Github repo. See the following for more information: Bug 23975 - Add ability to search and install plugins from GitHub Bug 23191 - Administrators should be able to install plugins from the command line To test: 1) Apply the patch 2) Set 1 in koha-conf.xml 3) Add 0 in koha-conf.xml 4) restart_all (in koha-testing-docker) 5) Go to /cgi-bin/koha/plugins/plugins-home.pl and note that you don't see an option to upload plugins 6) Go to /cgi-bin/koha/plugins/plugins-upload.pl and note that it says "Plugin browser upload disabled!" and gives instructions on how to enable browser upload -- You are receiving 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 Jul 8 14:03:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:03:33 +0000 Subject: [Koha-bugs] [Bug 25952] Github search for plugin throwing errors due to API rate limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 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 Wed Jul 8 14:04:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:04:07 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 14:04:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:04:27 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com 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 Wed Jul 8 14:09:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:09:33 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Kyle M Hall --- Looks good, but the default should be to allow plugin uploads to keep in line with current behavior. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 14:16:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:16:30 +0000 Subject: [Koha-bugs] [Bug 25671] Administrators should be able to add/upload plugins from the command line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | --- Comment #2 from David Cook --- Actually, I think the syntax would be "koha-plugin --install " -- You are receiving 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 Jul 8 14:17:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:17:35 +0000 Subject: [Koha-bugs] [Bug 25671] Install 1 Koha plugin for X Koha instances using the CLI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Administrators should be |Install 1 Koha plugin for X |able to add/upload plugins |Koha instances using the |from the command line |CLI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 14:32:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:32:35 +0000 Subject: [Koha-bugs] [Bug 25953] New: Change "Plugins" to "Installed plugins" on plugins-home.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 Bug ID: 25953 Summary: Change "Plugins" to "Installed plugins" on plugins-home.pl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org It would be more exact to say "Installed plugins" instead of "Plugins" on plugins-home.pl. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 14:35:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:35:50 +0000 Subject: [Koha-bugs] [Bug 25953] Label installed plugins and add class to table to ease styling and DOM mods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Change "Plugins" to |Label installed plugins and |"Installed plugins" on |add class to table to ease |plugins-home.pl |styling and DOM mods --- Comment #1 from David Cook --- Ah, but right now the "Search results" are shown as a h2 under the h1 of 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 Wed Jul 8 14:37:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:37:45 +0000 Subject: [Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Label installed plugins and |Add class to installed |add class to table to ease |plugins table to ease |styling and DOM mods |styling and DOM mods -- You are receiving 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 Jul 8 14:39:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:39:14 +0000 Subject: [Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 14:39:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:39:17 +0000 Subject: [Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 --- Comment #2 from David Cook --- Created attachment 106652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106652&action=edit Bug 25953: Add class to installed plugins table on plugins-home.pl This patch adds a "installed_plugins" class to the table of installed plugins. The idea is that it will ease styling and DOM mods through Javascript. -- You are receiving 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 Jul 8 14:39:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:39:26 +0000 Subject: [Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 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 Wed Jul 8 14:42:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:42:48 +0000 Subject: [Koha-bugs] [Bug 24539] Build generic authentication module interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #2 from David Cook --- (In reply to David Cook from comment #1) > I'm not using the existing Koha plugin system, as I'm still not 100% sure I > want to implement these as plugins that end-users can upload... but still > thinking. If https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 is pushed, then I think it would be reasonable to do auth plugins as Koha 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 Wed Jul 8 14:56:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:56:44 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103441|0 |1 is obsolete| | --- Comment #85 from Martin Renvoize --- Created attachment 106653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106653&action=edit Bug 17499: Add Koha-objects for messaging preferences This patch adds Koha-objects for messaging preferences. Adds simple validation for messaging preferences. The validation includes - throw exception if both borrowernumber or categorycode is given for a new pref - throw exception if patron for the given borrowernumber is not found - throw exception if category for the given categorycode is not found - throw exception if days in advance cannot be configured but is given - throw exception if days in advance configuration is invalid (value between 0-30) - throw exception if digest is not available but attempted to set on - throw exception if digest must be enabled but attempted to set off - throw exception on duplicate messaging preference Adds a method for getting available messaging options. Adds a method for setting default messaging preferenes. $patron->set_default_messaging_preferences (where $patron is a Koha::Patron) ...or... Koha::Patron::Message::Preference->new_from_default({ borrowernumber => 123, categorycode => "ABC", message_attribute_id => 1, }); Since messaging preference is a feature that has multiple related database tables, usage via Koha-objects is sometimes frustrating. This patch adds easy access to message transport types via $preference->message_transport_types (for getting) $preference->set({ message_transport_types => ['email', 'sms'] }) (for setting) (also supports other calling conventions, see documentation for more) Adds optional parameter message_name for Koha::Patron::Message::Preferences->find and ->search. Simplifies the Koha-object usage by allowing developer to skip joins and / or querying the message name via attribute_id from message_attributes table. Includes test coverage for basic usage. To test: 1. prove t/db_dependent/Koha/Patron/Message/* Following Bug 17499, check also Bug 18595 that replaces C4::Members::Messaging with these new Koha-objects. Signed-off-by: Dominic Pichette Signed-off-by: David Nind 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 Jul 8 14:56:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:56:48 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103442|0 |1 is obsolete| | --- Comment #86 from Martin Renvoize --- Created attachment 106654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106654&action=edit Bug 17499: Define koha_object(s)_class where needed This patch adds koha_object(s)_class for needed modules to fix issues with tests. Sponsored-by: Koha-Suomi Oy Signed-off-by: David Nind 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 Jul 8 14:56:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:56:52 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103443|0 |1 is obsolete| | --- Comment #87 from Martin Renvoize --- Created attachment 106655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106655&action=edit Bug 17499: Replace test subroutines with build_object This patch replaces subroutines used to build test objects with call to $builder->build_object. To test prove that tests are still running with: prove t/db_dependent/Koha/Patron/Message/* Sponsored-by: Koha-Suomi Oy Signed-off-by: David Nind 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 Jul 8 14:56:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:56:56 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 --- Comment #88 from Martin Renvoize --- Created attachment 106656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106656&action=edit Bug 17499: (QA follow-up) Fix Licence Statements 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 Jul 8 14:57:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:57:00 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 --- Comment #89 from Martin Renvoize --- Created attachment 106657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106657&action=edit Bug 17499: (QA follow-up) Fix POD errors 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 Jul 8 14:58:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 12:58:32 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 15:00:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 13:00:13 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 --- Comment #90 from Martin Renvoize --- Rescued.. I've sorted the licence issues and added some POD.. Remaining QA script failure are false negatives. I've not QA'd as a whole as I'm not close enough to the area of code to really have an opinion whether it's good or not.. back to NQA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 15:36:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 13:36:34 +0000 Subject: [Koha-bugs] [Bug 25954] New: Header search forms should be labeled Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954 Bug ID: 25954 Summary: Header search forms should be labeled Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org The markup for the header search forms in the staff interface use a

    tag to show descriptive text about the form. For instance:

    Enter patron card number or partial name:

    In most cases this can be replaced with a label: This will improve accessibility and eliminate errors raised by WCAG checks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 16:24:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 14:24:26 +0000 Subject: [Koha-bugs] [Bug 25955] New: compare_es_to_db.pl broken by drop of Catmandu dependency Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 Bug ID: 25955 Summary: compare_es_to_db.pl broken by drop of Catmandu dependency Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Bug 24823 removed catmandu, but code in compare_es_to_db was not updated -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 16:25:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 14:25:51 +0000 Subject: [Koha-bugs] [Bug 25955] compare_es_to_db.pl broken by drop of Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 16:25:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 14:25:54 +0000 Subject: [Koha-bugs] [Bug 25955] compare_es_to_db.pl broken by drop of Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 --- Comment #1 from Nick Clemens --- Created attachment 106658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106658&action=edit Bug 25955: Fix getting index_name To test: 1 - Have a site running ES 2 - perl misc/maintenance/compare_es_to_db.pl 3 - Lots of output, all bad 4 - Apply patch 5 - Repeate 6 - Whew, looks correct -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 16:26:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 14:26:15 +0000 Subject: [Koha-bugs] [Bug 25955] compare_es_to_db.pl broken by drop of Catmandu dependency In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |24823 Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 [Bug 24823] Drop Catmandu dependency -- You are receiving 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 Jul 8 16:26:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 14:26: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 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25955 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 [Bug 25955] compare_es_to_db.pl broken by drop of Catmandu dependency -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 17:39:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 15:39:31 +0000 Subject: [Koha-bugs] [Bug 25954] Header search forms should be labeled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 17:39:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 15:39:34 +0000 Subject: [Koha-bugs] [Bug 25954] Header search forms should be labeled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954 --- Comment #1 from Owen Leonard --- Created attachment 106659 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106659&action=edit Bug 25954: Replace paragraph tags with labels in header search forms This patch replaces instances of

    with

    is kept. To test, apply the patch and rebuild the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client) Test the header search forms on the following pages: - Staff interface home page - Acquisitions home - Acquisitions -> Vendor -> Contracts - Acquisitions -> Vendor -> Add to basket -> From a suggestion - Advanced catalog search - Authorities - Administration - Administration -> Funds - Administration -> Desks (UseCirculationDesks must be enabled) - Administration -> Cities and towns - Administration -> Currencies and exchange rates - Administration -> Patron categories - Administration -> Z39.50/SRU servers - Catalog -> Search results - Cataloging - Circulation - Circulation -> Check in - Patrons - Serials - Tools -> Notices and Slips In each case, check that the search form labels work as expected to move focus to the corresponding form field. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 17:55:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 15:55:05 +0000 Subject: [Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 madamyk at ckls.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madamyk at ckls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 17:55:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 15:55:54 +0000 Subject: [Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 17:56:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 15:56:06 +0000 Subject: [Koha-bugs] [Bug 25864] Case sensitivity breaks searching of some fields in ES5 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25864 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 17:56:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 15:56:30 +0000 Subject: [Koha-bugs] [Bug 25758] Items scheduled for automatic renewal do not show that they will not renew due to a hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:00:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:00:44 +0000 Subject: [Koha-bugs] [Bug 25631] Adding ability to alter the expiration date of the hold from the Patron's Account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25631 Rebecca Coert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us --- Comment #1 from Rebecca Coert --- This would save front-line staff a lot of time when helping a patron at the service desk. Less clicks & page loads = faster service = happier patrons. -- You are receiving 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 Jul 8 18:02:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:02:27 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:07:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:07:42 +0000 Subject: [Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:08:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:08:06 +0000 Subject: [Koha-bugs] [Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12617 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:09:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:09:23 +0000 Subject: [Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:10:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:10:20 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get an 'on_reserve' notification if the due date is far into the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 koha-US bug tracker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:44:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:44:59 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 Fred King changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fred.king at medstar.net --- Comment #6 from Fred King --- While I agree that your password criteria would be useful for many Koha institutions, they would not be for all of them. My Koha system used to be behind my institution's firewall, and we didn't need such strict security. I had to move it to a cloud server so all our staff could access it while they worked from home, but I think that for us, your proposed changes would be far too strict. #1: That's a lot of characters to remember. I work in a hospital where medical staff have access to extremely confidential information. Our minimum is eight characters. Even then, I usually end up writing mine down (in transliterated Cyrillic, so I think I'm minimizing the danger). #2: See https://xkcd.com/936/. I think he has a good point. #3: This one I agree with. I'd also recommend a minimum number of days before you can change it again, if you're considering letting people reuse passwords after x number of changes. ("Time to change my password, and I can't use my past three passwords. Well, I'll change it to cat, then owl, then cow, and then back to dog.") #4: Also challenging to low-spec systems that use more than one language. I'd really, really urge you to make this one optional. #5: Well, it's really useful on an in-house test system, but OK. I'm all in favor of protection, and I know full well that any online system can be attacked from anywhere. I'd just like the option to choose how many bars to put on the windows. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:47:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:47:55 +0000 Subject: [Koha-bugs] [Bug 25872] Advanced search on OPAC with limiter but no search term fails when re-sorted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25872 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 Wed Jul 8 18:50:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:50:18 +0000 Subject: [Koha-bugs] [Bug 25872] Advanced search on OPAC with limiter but no search term fails when re-sorted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25872 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 18:52:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 16:52:24 +0000 Subject: [Koha-bugs] [Bug 25861] [19.11] Cannot copy MARC frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25861 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #6 from Victor Grousset/tuxayo --- Tried the test plan: not needed for 19.05.x, even if it backported and reverted Bug 17232, same as 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 19:28:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 17:28:08 +0000 Subject: [Koha-bugs] [Bug 25956] New: Confirm button is greyed out on write off selected page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25956 Bug ID: 25956 Summary: Confirm button is greyed out on write off selected page Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: daniel.gaghan at pueblolibrary.org QA Contact: testopia at bugs.koha-community.org The Confirm button on the Write Off Selected page is greyed out so fines cannot be written off on this page. To test, 1. Select user who has a fine. 2. Go to transactions 3. Select several fines and press the Write Off Selected button. 4. On the Make a Payment tab note that Confirm button is greyed out so no write off can be done through this page. -- You are receiving 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 Jul 8 19:29:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 17:29:26 +0000 Subject: [Koha-bugs] [Bug 25957] New: Elasticsearch 5.X - empty subfields cause error on suggestible fields Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 Bug ID: 25957 Summary: Elasticsearch 5.X - empty subfields cause error on suggestible fields Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com To recreate: 1 - Load the sample DB or edit a record (using advanced cataloging editor) to have a blank subfield in a field that is indexed as suggestible 2 - For example 'author' / 100a 100 _ _ ‡a 3 - Index that record into Elasticsearch 5.X: perl misc/search_tools/rebuild_elasticsearch.pl -v -bn 115 -b -d 4 - Note error 'value must have length > 0' 5 - Edit mappings to set author 100a not suggestible 6 - perl misc/search_tools/rebuild_elasticsearch.pl -v -bn 115 -b -d 7 - Success -- You are receiving 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 Jul 8 19:31:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 17:31:37 +0000 Subject: [Koha-bugs] [Bug 25957] Elasticsearch 5.X - empty subfields cause error on suggestible fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 19:31:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 17:31:40 +0000 Subject: [Koha-bugs] [Bug 25957] Elasticsearch 5.X - empty subfields cause error on suggestible fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 --- Comment #1 from Nick Clemens --- Created attachment 106660 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106660&action=edit Bug 25957: Unit test -- You are receiving 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 Jul 8 19:31:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 17:31:43 +0000 Subject: [Koha-bugs] [Bug 25957] Elasticsearch 5.X - empty subfields cause error on suggestible fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 --- Comment #2 from Nick Clemens --- Created attachment 106661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106661&action=edit Bug 25957: Don't push blank field values to ES document To test: 1 - Load the sample DB or edit a record (using advanced cataloging editor) to have a blank subfield in a field that is indexed as suggestible 2 - For example 'author' / 100a 100 _ _ ‡a 3 - Index that record into Elasticsearch 5.X: perl misc/search_tools/rebuild_elasticsearch.pl -v -bn 115 -b -d 4 - Note error 'value must have length > 0' 5 - Edit mappings to set author 100a not suggestible 6 - perl misc/search_tools/rebuild_elasticsearch.pl -v -bn 115 -b -d 7 - Success 8 - Set field to suggestible again 9 - Apply patch 10 - perl misc/search_tools/rebuild_elasticsearch.pl -v -bn 115 -b -d 11 - Success! -- You are receiving 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 Jul 8 20:32:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 18:32:23 +0000 Subject: [Koha-bugs] [Bug 25958] New: Allow LongOverdue cron to include/exclude specified lost values Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958 Bug ID: 25958 Summary: Allow LongOverdue cron to include/exclude specified lost values 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 When lost items are not marked as returned, they are still subject to the long overdue cron, so an item that has already been marked Lost may automatically roll to Long Overdue. In some cases, a library may not want that lost value to change. This becomes especially important with the introduction of Claims Returned, which uses a variety of lost. I'd like to see two options added to the cron. The first to take a list of lost values that are subject to long overdue, the second to take a list of lost values that are not subject to long overdue. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 20:32:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 18:32:44 +0000 Subject: [Koha-bugs] [Bug 25958] Allow LongOverdue cron to include/exclude specified lost values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 20:48:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 18:48:54 +0000 Subject: [Koha-bugs] [Bug 25959] New: Memek Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25959 Bug ID: 25959 Summary: Memek Change sponsored?: --- Product: Koha Version: master Hardware: HP OS: Mac OS Status: NEW Severity: major Priority: P5 - low Component: contribs.koha-community.org Assignee: koha-bugs at lists.koha-community.org Reporter: farhanart010503 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 106662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106662&action=edit Farhan Is Real -- You are receiving 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 Jul 8 21:11:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:11:51 +0000 Subject: [Koha-bugs] [Bug 23086] Search for collection is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 21:11:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:11:53 +0000 Subject: [Koha-bugs] [Bug 23086] Search for collection is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #92940|0 |1 is obsolete| | --- Comment #5 from Nick Clemens --- Created attachment 106664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106664&action=edit Bug 23086 - Search for collection is broken It appears that we are quoting the ccode values deep in the search code. Under ICU chains this breaks searching by limits To recreate 1 - Setup Koha using Zebra and icuchains 2 - Add ccode to AdvancedSearchTypes 3 - In koha-conf.xml set zebra debug level to include request none,fatal,warn,request,info 4 - Set some items into different ccodes 5 - On opac perform a search for: ccode:NFIC 6 - It works 7 - tail -n 50 /var/log/koha/kohadev/zebra-output.log 8 - Note search request like: Search biblios OK 26 1 1+0 RPN @attrset Bib-1 @attr 1=8009 NFIC 9 - On opac go to advanced search, select Collection, and limit to smae code a s above 10 - No results 11 - Check the zebra-output.log: Search biblios OK 0 1 1+0 RPN @attrset Bib-1 @attr 1=8009 'NFIC' 12 - Apply patch 13 - Restart all 14 - Repeat search by collection limit 15 - Success! -- You are receiving 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 Jul 8 21:12:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:12:15 +0000 Subject: [Koha-bugs] [Bug 23086] Search for collection is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | CC| |nick at bywatersolutions.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 21:15:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:15:04 +0000 Subject: [Koha-bugs] [Bug 25961] New: Add hooks for plugins to inject variables to XSLT Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Bug ID: 25961 Summary: Add hooks for plugins to inject variables to XSLT Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 21:15:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:15:33 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano at theke.io, | |kyle at bywatersolutions.com, | |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 Wed Jul 8 21:28:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:28:01 +0000 Subject: [Koha-bugs] [Bug 22873] C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #2 from Andrew Fuerste-Henry --- I'm looking at a couple patrons on a 19.11 install where payments were double-submitted. The first payment set the amountoutstanding on the fine to 0. The second payment posted to their account and tied to the fine via account_offsets, but with $0 applied. So the payment wasn't refused, but Koha knew enough not to make the fine have a negative amount due. -- You are receiving 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 Jul 8 21:43:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:43:33 +0000 Subject: [Koha-bugs] [Bug 25861] [19.11] Cannot copy MARC frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25861 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.11.08 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #7 from Aleisha Amohia --- Backported to 19.11.x for 19.11.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 21:54:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 19:54:10 +0000 Subject: [Koha-bugs] [Bug 11461] Added functionality for batch Z39.50 searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11461 --- Comment #1 from Marjorie Barry-Vila --- +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 22:10:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:10:44 +0000 Subject: [Koha-bugs] [Bug 25959] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25959 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|Memek |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 Wed Jul 8 22:15:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:15:42 +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 Caroline Cyr La Rose 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 Jul 8 22:15:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:15:45 +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 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #104243|0 |1 is obsolete| | --- Comment #3 from Caroline Cyr La Rose --- Created attachment 106665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106665&action=edit Bug 25336: Show checkouts/fines to guarantor is in the wrong section of the patron file This patch moves the "Show checkouts to guarantor" and "Show fines to guarantor" data to display under the Contact information block To test: 1) Enable the AllowStaffToSetCheckoutsVisibilityForGuarantor and AllowStaffToSetFinesVisibilityForGuarantor system preferences to Allow 2) View a patron record. 3) The "Show checkouts to guarantor" and "Show fines to guarantor" field will be on the right hand side of the screen under the Library use block. 4) Apply patch 5) Check that this data has now moved to the Contact information block on the left hand side of the patron record. Works for me! Signed-off-by: Caroline Cyr La Rose -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 22:20:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:20:20 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 106666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106666&action=edit [DO NOT PUSH] Bug 25961: Sample usage of the OPAC XSLT variables hooks 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 Wed Jul 8 22:20:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:20:25 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 106667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106667&action=edit Bug 25961: Add hooks for plugins to inject variables to OPAC XSLT This patch adds the following plugin hooks: - opac_results_xslt_variables - opac_detail_xslt_variables This hooks will inject variables returned by the plugin in the form of a hashref, into the ones that are passed to the XSLT processing code. To test: 1. Apply the 'DO NOT PUSH' commit 2. Install the Kitchensink plugin 3. Restart all 4. Search biblios in the OPAC => SUCCESS: A text is injected in front of the biblio title 5. Enter the detail page of any of the results => SUCCESS: A text is injected in front of the biblio title 6. Sign off :-D 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 Wed Jul 8 22:21:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:21:04 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff 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 Jul 8 22:31:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:31:13 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/bywaters | |olutions/koha-plugin-kitche | |n-sink/pull/12 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 22:31:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:31:30 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 --- Comment #3 from Tomás Cohen Arazi --- Only to clarify the test plan: you need to apply both patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 22:50:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 20:50:22 +0000 Subject: [Koha-bugs] [Bug 25962] New: In Advanced Editor mandatory subfields are not enforced if tag is not mandatory Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25962 Bug ID: 25962 Summary: In Advanced Editor mandatory subfields are not enforced if tag is not mandatory Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl To recreate: - set your framework so the 100$a is mandatory but the 100 as a whole is not - open a new record in the advanced editor - save the record without a 100$a - edit framework to make the 100 mandatory as well as the 100$a - open a new record - try to save without a 100$a, get an error It doesn't break anything to have to mark the tag required as well as the subfield, but it's more work and it's confusingly different from how we enforce these in the regular editor. -- You are receiving 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 Jul 8 23:03:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 21:03:54 +0000 Subject: [Koha-bugs] [Bug 23086] Search for collection is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 23:03:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 21:03:57 +0000 Subject: [Koha-bugs] [Bug 23086] Search for collection is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106664|0 |1 is obsolete| | --- Comment #6 from Liz Rea --- Created attachment 106668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106668&action=edit Bug 23086 - Search for collection is broken It appears that we are quoting the ccode values deep in the search code. Under ICU chains this breaks searching by limits To recreate 1 - Setup Koha using Zebra and icuchains 2 - Add ccode to AdvancedSearchTypes 3 - In koha-conf.xml set zebra debug level to include request none,fatal,warn,request,info 4 - Set some items into different ccodes 5 - On opac perform a search for: ccode:NFIC 6 - It works 7 - tail -n 50 /var/log/koha/kohadev/zebra-output.log 8 - Note search request like: Search biblios OK 26 1 1+0 RPN @attrset Bib-1 @attr 1=8009 NFIC 9 - On opac go to advanced search, select Collection, and limit to smae code a s above 10 - No results 11 - Check the zebra-output.log: Search biblios OK 0 1 1+0 RPN @attrset Bib-1 @attr 1=8009 'NFIC' 12 - Apply patch 13 - Restart all 14 - Repeat search by collection limit 15 - Success! Signed-off-by: Liz Rea https://bugs.koha-community.org/show_bug.cgi?id=23806 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 23:13:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 21:13:07 +0000 Subject: [Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Caroline Cyr La Rose 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 Jul 8 23:13:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 21:13:09 +0000 Subject: [Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106638|0 |1 is obsolete| | --- Comment #2 from Caroline Cyr La Rose --- Created attachment 106669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106669&action=edit Bug 25879: Improve display of guarantor information in the patron entry form This patch makes some changes to the patron entry template to improve the display of guarantor information. To test, apply the patch and locate a patron with a "Child" type category. - Edit the patron's record - Under "Guarantor information," click the "Search to add" button. - Search for and select a patron. - The guarantor information should be added to the patron edit form. The information should be correct and well formatted. - Click the "Remove" link. The guarantor information should be removed. - Search for an select a guarantor again and save the record. - Edit the patron record again. The saved guarantor information should look correct. Looks great! Signed-off-by: Caroline Cyr La Rose -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 23:30:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 21:30:14 +0000 Subject: [Koha-bugs] [Bug 15461] Add staff equivalent for OpacLocationOnDetail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15461 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #2 from Andrew Fuerste-Henry --- +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 Wed Jul 8 23:48:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 21:48:19 +0000 Subject: [Koha-bugs] [Bug 25718] Correct typo in additem.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 8 23:48:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 21:48:21 +0000 Subject: [Koha-bugs] [Bug 25718] Correct typo in additem.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718 --- Comment #1 from Caroline Cyr La Rose --- Created attachment 106670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106670&action=edit Bug 25718: Correct typo in additem.tt This patch corrects a typo found in additem.tt The original sentence is ": Last item for bibliographic record wich biblio-level hold on it." It is now corrected to ": Last item for bibliographic record with biblio-level hold on it." To test: 1. Apply patch 2. Restart plack 3. Find or create a record with two items 4. Place a hold on the record (biblio-level) 5. In the record details, in the holdings table, check both items 6. Click on 'Delete selected items' 7. Click again on 'Delete selected items' 8. It should say that one of the two items could not be deleted and the sentence should appear -- You are receiving 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 Jul 9 01:05:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 23:05:03 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 --- Comment #3 from David Cook --- (In reply to Kyle M Hall from comment #2) > Looks good, but the default should be to allow plugin uploads to keep in > line with current behavior. Agreed. I was thinking about that late last night and early this morning. While enable_plugins is 0 by default, all the in-Koha documentation says they just need to change it to enable_plugins 1. If they did that, and enable_plugin_browser_upload is 0, they won't even know they need to enable it. So I'll do a follow-up to enable it by default. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 01:08:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 23:08:50 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook 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 Jul 9 01:08:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Jul 2020 23:08:53 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 --- Comment #4 from David Cook --- Created attachment 106671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106671&action=edit Bug 25672: Enable enable_plugin_browser_upload by default This patch enables enable_plugin_browser_upload by default, since the current behaviour for Koha is to enable browser upload when enable_plugins is 1. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 02:12:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:12:20 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 --- Comment #7 from David Cook --- (In reply to Fred King from comment #6) > While I agree that your password criteria would be useful for many Koha > institutions, they would not be for all of them. My Koha system used to be > behind my institution's firewall, and we didn't need such strict security. I > had to move it to a cloud server so all our staff could access it while they > worked from home, but I think that for us, your proposed changes would be > far too strict. > Nothing would change for existing installs - only new ones. New installs could turn off the enhanced security. > #1: That's a lot of characters to remember. I work in a hospital where > medical staff have access to extremely confidential information. Our minimum > is eight characters. Even then, I usually end up writing mine down (in > transliterated Cyrillic, so I think I'm minimizing the danger). > Encrypted password managers can be good for this. Although if a person doesn't have a dedicated workstation (like in a clinic), this can admittedly be problematic, but that really points to a problem with hospital computer security practices. But this problem can also be ameliorated by the use of Single Sign On to reduce the number of different passwords, and to make it easier to update passwords. > #2: See https://xkcd.com/936/. I think he has a good point. There's been lots of online debate about this, but a person could do worse. > #3: This one I agree with. I'd also recommend a minimum number of days > before you can change it again, if you're considering letting people reuse > passwords after x number of changes. ("Time to change my password, and I > can't use my past three passwords. Well, I'll change it to cat, then owl, > then cow, and then back to dog.") > Yeah, in practice I find people often just increment a number at the end of the password to try to workaround this requirement. Users have shown me all kinds of very similar systems that they thought were unique/difficult to crack. > #4: Also challenging to low-spec systems that use more than one language. > I'd really, really urge you to make this one optional. Yeah, this one is really a "nice to have" rather than a must have. Even in a default situation, I wouldn't enable this because there are too many variables. > #5: Well, it's really useful on an in-house test system, but OK. That makes me think about all those airplanes that have the same usernames and passwords from when they were on the in-house test system though. > I'm all in favor of protection, and I know full well that any online system > can be attacked from anywhere. I'd just like the option to choose how many > bars to put on the windows. It's true. Koha is all about choice. I'll keep that in mind once I start on this work. It's great getting all these different perspectives. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 02:18:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:18:28 +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 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #13 from David Cook --- Honest question: Why do this: sub guarantor { my $self = shift; my $guarantor_rs = $self->_result->guarantorid; return unless $guarantor_rs; return Koha::Patron->_new_from_dbic($gaurantor_rs); } Instead of this: sub guarantor { my $self = shift; my $guarantor; my $guarantor_rs = $self->_result->guarantorid; if ($guarantor_rs){ $guarantor = Koha::Patron->_new_from_dbic($gaurantor_rs); } return $guarantor; } I admit that the latter has 3 more lines than the former, but the latter is way easier to read, easier to debug, and easier to add error-handling. Actually, that latter should probably double-check the output of Koha::Patron->_new_from_dbic() before returning. I've noticed a lot of Koha code directly returning the output of a method call, and it drives me crazy. We should do more data validation. It'll mean fewer bugs and easier maintenance. -- You are receiving 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 Jul 9 02:21:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:21:59 +0000 Subject: [Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25934 CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 02:21:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:21:59 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23816 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 02:24:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:24:01 +0000 Subject: [Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816 --- Comment #21 from David Cook --- Wow this is intimidating. I want to make the password policy much more complex via Bug 25934, but it looks like a lot of the password code needs refactoring. Kudos to you for doing all this work O_O. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 02:24:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:24:44 +0000 Subject: [Koha-bugs] [Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12617 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25934 CC| |dcook at prosentient.com.au -- You are receiving 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 Jul 9 02:24:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:24:44 +0000 Subject: [Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12617 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 02:24:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:24:55 +0000 Subject: [Koha-bugs] [Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12617 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23816 -- You are receiving 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 Jul 9 02:24:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:24:55 +0000 Subject: [Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12617 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 02:26:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 00:26:23 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 03:08:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 01:08:20 +0000 Subject: [Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 --- Comment #3 from Mason James --- > 5/ confirm liblocale-codes-perl pkg is now installed :) > $ apt-cache policy liblocale-codes-perl | grep Installed > Installed: 3.62-1 until this patch is pushed, you can manually fix this problem with the following command $ sudo apt install liblocale-codes-perl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 03:09:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 01:09:19 +0000 Subject: [Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.05 |master CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |martin.renvoize at ptfs-europe | |.com Priority|P5 - low |P1 - high -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 03:33:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 01:33:25 +0000 Subject: [Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 --- Comment #4 from Mason James --- Created attachment 106672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106672&action=edit pic of error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 03:38:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 01:38:44 +0000 Subject: [Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 --- Comment #5 from Mason James --- (In reply to Mason James from comment #0) > This bug tracks the task of adding the liblocale-codes-perl package, to fix > ubuntu-stable (focal) > > looks like perl-5.30 on debian needs liblocale-codes-perl hmm, problem exists on debian 11 too -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 04:48:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 02:48:03 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #242 from Victor Grousset/tuxayo --- >From what I understand cleanup_database.pl (and maybe other things) still rely on the original table names, so with the patchset, the views. It would be in a follow up to use the new tables right? (and check if deleted) To work incrementally and not further add to this patchset. Or maybe that's a good use of views that it would be better to keep? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 06:06:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 04:06:18 +0000 Subject: [Koha-bugs] [Bug 25963] New: Koha converts ":" to "=" in search terms for Zebra which causes search to fail Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25963 Bug ID: 25963 Summary: Koha converts ":" to "=" in search terms for Zebra which causes search to fail Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au Koha changes : to = because Zebra uses = to separate indexes from search terms, but this is problematic, because it transforms all colons. For instance, "title : subtitle" will become "title = subtitle" and that will cause a Zebra error. Here's the bug removed: buildQuery eb6b10f8 (Chris Nighswonger 2010-02-01 23:18:09 -0500 1768) # $query =~ s/:/=/g; Here's the bug re-introduced. getRecords 08c15831 (Joe Atzberger 2009-07-08 15:27:45 -0500 381) $query_to_use =~ s/\:/\=/g; # change : to = last minute (FIXME) -- You are receiving 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 Jul 9 07:02:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 05:02:49 +0000 Subject: [Koha-bugs] [Bug 22018] Add an option to 'AllowEarlyRenewal' to enable users to renew before the autorenew date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22018 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #4 from David Cook --- I agree that patrons need to be able to manually renew items even when autorenewals is turned on. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 07:16:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 05:16:15 +0000 Subject: [Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #11 from David Cook --- (In reply to Jonathan Druart from comment #9) > I have tried on both master and 19.11.x and login_attempts contains "0" I have tried on 19.11.05 and login_attempts is null. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 07:23:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 05:23:03 +0000 Subject: [Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 --- Comment #12 from David Cook --- No change to login_attempts between 19.11.05 and 19.11.07... No change to login_attempts between 19.11.05 and origin/19.11.x... Ah, but this is an upgraded database. I see in kohastructure.sql that login_attempts has "default 0" but in my actual upgraded database it has "default null". In 16.12.00.037, there is the following (for Bug 18314 - Add FailedLoginAttempts and borrowers.login_attempts): ALTER TABLE borrowers ADD COLUMN login_attempts INT(4) DEFAULT 0 AFTER lastseen In 17.06.00.009, the DEFAULT 0 was removed (for Bug 19344 - Reorder lang and login_attempts in the [deleted]borrowers tables): ALTER TABLE borrowers MODIFY COLUMN login_attempts int(4) AFTER lang; So that explains that. New databases will be fine, but upgraded databases will not be. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 07:28:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 05:28:01 +0000 Subject: [Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 --- Comment #13 from David Cook --- At a glance, these patches look good. They're a bit of a pain to test though. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 07:29:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 05:29:34 +0000 Subject: [Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #14 from David Cook --- Sorry, Nick, but can't apply the patch: error: sha1 information is lacking or useless (installer/data/mysql/kohastructure.sql). error: could not build fake ancestor Patch failed at 0001 Bug 24379: Make login_attempts not nullable The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-24379-Make-loginattempts-not-nullable-I8ewqG.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 07:41:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 05:41:21 +0000 Subject: [Koha-bugs] [Bug 25950] REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 --- Comment #5 from David Cook --- I am pretty keen to get this going, so I'm going to apply it locally rather than wait. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 08:02:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 06:02:14 +0000 Subject: [Koha-bugs] [Bug 25958] Allow LongOverdue cron to include/exclude specified lost values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958 --- Comment #1 from Katrin Fischer --- Please keep in mind that there are also system preferences for the long overdue job, so we should use the same logic when adding new features! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:02:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:02:49 +0000 Subject: [Koha-bugs] [Bug 25697] Tinymce doesn't load in IE 11 (due to Koha adding version number suffix to Javascript) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25697 --- Comment #12 from David Cook --- Actually, in a different patch, I think I said I'm now advocating that all IE 11 users use Edge instead, so I wouldn't mind us closing this as a WONTFIX. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:10:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:10:58 +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 --- Comment #14 from Julian Maurice --- (In reply to David Cook from comment #13) > I've noticed a lot of Koha code directly returning the output of a method > call, and it drives me crazy. We should do more data validation. It'll mean > fewer bugs and easier maintenance. What is there to check in this particular situation ? _new_from_dbic either dies or return a blessed object. If it dies then Koha::Patron::guarantor should die too, if it returns a blessed object, then there is nothing to check. -- You are receiving 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 Jul 9 09:13:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:13:07 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #59 from Julian Maurice --- Failing QA to get an answer to comment 49 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:15:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:15:37 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:15:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:15:39 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106651|0 |1 is obsolete| | --- Comment #5 from Nicolas Legrand --- Created attachment 106673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106673&action=edit Bug 25672: use enable_plugin_browser_upload flag to control plugin upload This patch adds a enable_plugin_browser_upload flag to koha-conf.xml, which controls whether or not Koha intranet users can upload Koha plugins via their browser. Like "enable_plugins", it defaults to 0 for new installs. This is useful when you want to provide Koha intranet users with plugins that are pre-installed by administrators (by CLI) or restricting them to plugins from a Github repo. See the following for more information: Bug 23975 - Add ability to search and install plugins from GitHub Bug 23191 - Administrators should be able to install plugins from the command line To test: 1) Apply the patch 2) Set 1 in koha-conf.xml 3) Add 0 in koha-conf.xml 4) restart_all (in koha-testing-docker) 5) Go to /cgi-bin/koha/plugins/plugins-home.pl and note that you don't see an option to upload plugins 6) Go to /cgi-bin/koha/plugins/plugins-upload.pl and note that it says "Plugin browser upload disabled!" and gives instructions on how to enable browser upload Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:15:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:15:42 +0000 Subject: [Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106671|0 |1 is obsolete| | --- Comment #6 from Nicolas Legrand --- Created attachment 106674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106674&action=edit Bug 25672: Enable enable_plugin_browser_upload by default This patch enables enable_plugin_browser_upload by default, since the current behaviour for Koha is to enable browser upload when enable_plugins is 1. Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:45:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:45:54 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106424|0 |1 is obsolete| | --- Comment #51 from Martin Renvoize --- Created attachment 106675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106675&action=edit Bug 22818: Add notices sysprefs and DB column This patch adds two new sysprefs. 'ILLDefaultEmail', 'ILLSendStaffNotices' and a new column to the branches table called 'branchillemail'. It also adds five ILL related notices. Here we are providing the ability for a branch to have a dedicated email address for it's ILL staff, the idea being that any notices sent by ILL to staff need to go to specific staff, rather than the general branch email address. If no branch specific address is defined, the address specified in the ILLDefaultEmail syspref is used. We're also providing a syspref 'ILLSendStaffNotices' to allow the user to specify which notices should be sent to staff upon certain events. We are also providing patron messaging preferences for the two patron bound notices We are also providing five notices for various ILL related events. Sponsored-by: PTFS Europe Signed-off-by: Niamh Walker-Headon Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:45:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:45:58 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106425|0 |1 is obsolete| | --- Comment #52 from Martin Renvoize --- Created attachment 106676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106676&action=edit Bug 22818: Add support for ILL notices Here we're just adding ILL notices to the existing "letters" infrastructure so notices can be displayed and edited Sponsored-by: PTFS Europe Signed-off-by: Niamh Walker-Headon Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:46:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:46:02 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106426|0 |1 is obsolete| | --- Comment #53 from Martin Renvoize --- Created attachment 106677 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106677&action=edit Bug 22818: Add generation and sending of notices This patch adds the ability for ILL to send notices, both triggered by staff and triggered by events. Staff can trigger notices to patrons from the "Manage ILL request" screen: - ILL request ready for pickup - ILL request unavailable - Place request with partners The following notices to staff are triggered automatically: - Request has been modified by patron - Request has been cancelled by patron Branches can now specify an "ILL email" address to which notices intended to inform staff of changes to requests by patrons can be sent. The sending of notices is controlled by a few new sysprefs: - "ILLDefaultStaffEmail" - Fallback email address for staff ILL notices to be sent to in the absence of a branch address - "ILLSendStaffNotices" - To specify which staff notices should be sent automatically when requests are manipulated by patrons Patron notices are also controlled by the patron's messaging preferences Sponsored-by: PTFS Europe Signed-off-by: Niamh Walker-Headon Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:46:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:46:06 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106427|0 |1 is obsolete| | --- Comment #54 from Martin Renvoize --- Created attachment 106678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106678&action=edit Bug 22818: Add MessageAttribut{e,es}.pm We need to be able to access individual message attributes in tests, so adding accessors for them Sponsored-by: PTFS Europe Signed-off-by: Niamh Walker-Headon Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:46:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:46:10 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106428|0 |1 is obsolete| | --- Comment #55 from Martin Renvoize --- Created attachment 106679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106679&action=edit Bug 22818: Unit tests This patch adds unit tests for the new methods in Illrequest.pm Sponsored-by: PTFS Europe Signed-off-by: Niamh Walker-Headon Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 09:46:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 07:46:15 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #56 from Martin Renvoize --- Created attachment 106680 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106680&action=edit Bug 22818: (QA follow-up) Email addressing corrections This patch updates the patchset to use recnetly introduced methods for obtaining the correct inbound and reply email addresses for branches. We also move get_staff_to_address into Koha::Library alongside inbound_email_address and rename it to inbound_ill_address. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:30:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:30:56 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #57 from Martin Renvoize --- Created attachment 106681 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106681&action=edit Bug 22818: (QA follow-up) Licence and POD fixes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:34 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106589|0 |1 is obsolete| | --- Comment #54 from Hugo Agud --- Created attachment 106682 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106682&action=edit Bug 24860: Add reserves.volume_id This feature builds upon bug 24857 and allows placing holds that target a specific volume of a record. It is patterned after the feature that allows limiting hold selection by itemtype ( AllowHoldItemTypeSelection ). Test Plan: 1) Apply bug 24857 and this bug's patches 2) Run updatedatabase.pl 3) Restart all the things! 4) Enable the sysprefs EnableVolumes and EnableVolumeHolds 5) Create a record, items and volumes, with each item being assigned to a volume 6) Place a hold for a patron 7) Note the new selector to choose a volume in addition to record and item level holds 8) Place a volume level hold 9) Check in an item from the record that is not part of that volume 10) Note the hold is not trapped for that item 11) Check in an item from the record that *is* part of that volume 12) Note the hold is trapped for that item 13) Place a volume level hold for another item 14) Run the holds queue builder 15) Note the holds queue targets only items from that volume 16) Check out all the items of that volume to other patrosn 17) Re-run the holds queue builder 18) Note the holds queue no longer has a line for that hold, as all items that could fill that hold are now unavailable Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Hugo Agud (hagud at orex.es Current status: Signed Off Current depends: 24857 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:37 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106590|0 |1 is obsolete| | --- Comment #55 from Hugo Agud --- Created attachment 106683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106683&action=edit Bug 24860: Add new syspref EnableVolumeHolds Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:41 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106591|0 |1 is obsolete| | --- Comment #56 from Hugo Agud --- Created attachment 106684 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106684&action=edit Bug 24860: Implement reserves.volume_id Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:45 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106592|0 |1 is obsolete| | --- Comment #57 from Hugo Agud --- Created attachment 106685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106685&action=edit Bug 24860: Add ability to select a volume when placing a hold Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:49 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106593|0 |1 is obsolete| | --- Comment #58 from Hugo Agud --- Created attachment 106686 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106686&action=edit Bug 24860: Add ability to select a volume when placing a hold - OPAC Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:52 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106594|0 |1 is obsolete| | --- Comment #59 from Hugo Agud --- Created attachment 106687 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106687&action=edit Bug 24860: Skip non-matching volume holds in CheckReserves Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:56 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106595|0 |1 is obsolete| | --- Comment #60 from Hugo Agud --- Created attachment 106688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106688&action=edit Bug 24860: Skip non-matching volume holds in HoldsQueue Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:33:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:33:59 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106596|0 |1 is obsolete| | --- Comment #61 from Hugo Agud --- Created attachment 106689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106689&action=edit Bug 24860: Add hold's volume to holds table on circulation.pl and moremember.pl Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:34:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:34:04 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106597|0 |1 is obsolete| | --- Comment #62 from Hugo Agud --- Created attachment 106690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106690&action=edit Bug 24860: Update existing Schema files [DO NOT PUSH] Signed-off-by: Your Full Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:43:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:43:16 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #58 from Martin Renvoize --- Created attachment 106691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106691&action=edit Bug 22818: (QA follow-up) Template CASE correction -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 10:47:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 08:47:07 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place volume level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es --- Comment #63 from Hugo Agud --- I have already signed this patch, the patch does what it promises, but I wish to share some doubts. When you talk about volume, you're talking about Bindings items? We only can add a volume to an intem if the items is not created, there is no way of assign volumes to already created items? Volume is shown in a new colum, but in fact the value is also copied in enumchrom, that it can manage this and other values what happens if there is already another value at enumchrom? At opac-detail at staff we are seeing twice de value (Volume and enumchrom), however at edit items page, we are not seeing volume column, just enumchron that it can be modified by a librarian without any problem. There is no info on volume on opac-detail.tt page, then the user can't know there is a volume, although it can place a hold at volume level, without knowing anything kindest regards -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:07:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:07:45 +0000 Subject: [Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 Joonas Kylmälä changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:07:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:07:49 +0000 Subject: [Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 Joonas Kylmälä changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105707|0 |1 is obsolete| | --- Comment #66 from Joonas Kylmälä --- Created attachment 106692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106692&action=edit Bug 11175: (follow-up) Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:11:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:11:19 +0000 Subject: [Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #67 from Joonas Kylmälä --- (In reply to Joonas Kylmälä from comment #65) > I will do some more testing with the unit test issue to make sure its not a > bug in the test code, so changing the status to "In discussion" until that > is resolved. The issue was with the test's handling of C4::AddBiblio() results: it was missing parentheses around $host_bibnum so it was treated as an array. I have fixed this now. The patches are ready for someone to sign-off! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:27:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:27:34 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106691|0 |1 is obsolete| | --- Comment #59 from Martin Renvoize --- Created attachment 106693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106693&action=edit Bug 22818: (QA follow-up) Template CASE correction -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:27:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:27:38 +0000 Subject: [Koha-bugs] [Bug 22818] ILL should be able to send notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #60 from Martin Renvoize --- Created attachment 106694 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106694&action=edit Bug 22818: (QA follow-up) Translation fix + Branch notices This patch removes the hard coded 'N/A' being passed to GetPreparedLetter and passes in the branchcode of the ILLRequest so notices can be branch specific. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:30:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:30:53 +0000 Subject: [Koha-bugs] [Bug 25964] New: Data loss possible when items are modified Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964 Bug ID: 25964 Summary: Data loss possible when items are modified Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: critical Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 23463 Coming from: Bug 23463: Use new method Koha::Object->set_or_blank We have DB fields that are not mapped with MARC fields, for instance paidfor. They are not handled correctly. In ModItemFromMarc, we get a MARC record in parameter and update the item in DB. But we are loosing the fields that are not in the MARC record. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23463 [Bug 23463] Move C4::Items CRUD subroutines to Koha::Item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:30:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:30:53 +0000 Subject: [Koha-bugs] [Bug 23463] Move C4::Items CRUD subroutines to Koha::Item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23463 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25964 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964 [Bug 25964] Data loss possible when items are modified -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:33:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:33:06 +0000 Subject: [Koha-bugs] [Bug 25964] Data loss possible when items are modified In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964 --- Comment #1 from Jonathan Druart --- Created attachment 106695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106695&action=edit Bug 25964: Prevent data loss when editing items from a MARC record Coming from: Bug 23463: Use new method Koha::Object->set_or_blank We have DB fields that are not mapped with MARC fields, for instance paidfor. They are not handled correctly. In ModItemFromMarc, we get a MARC record in parameter and update the item in DB. But we are loosing the fields that are not in the MARC record -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:34:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:34:23 +0000 Subject: [Koha-bugs] [Bug 25964] Data loss possible when items are modified In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com, | |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |tomascohen at gmail.com Status|ASSIGNED |Needs Signoff --- Comment #2 from Jonathan Druart --- I don't have much time to investigate the consequence of this bug but it sounds quite bad. Could you have a look? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:36:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:36:04 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #243 from Jonathan Druart --- The failure from t/db_dependent/Items.t should be fixed by bug 25964. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:39:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:39:58 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #244 from Jonathan Druart --- (In reply to Victor Grousset/tuxayo from comment #242) > From what I understand cleanup_database.pl (and maybe other things) still > rely on the original table names, so with the patchset, the views. > > It would be in a follow up to use the new tables right? (and check if > deleted) To work incrementally and not further add to this patchset. > > Or maybe that's a good use of views that it would be better to keep? We missed it, should be corrected in this patchset. Fixed in a new commit "Bug 20271: Correct occurrences in cleanup_database.pl" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:44:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:44:31 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #39 from Hugo Agud --- I hae tested the patch and it works fine! however the code applied to opac is not applied to staff xslt and it shows the links always, even when there is not analytics. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:46:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:46:40 +0000 Subject: [Koha-bugs] [Bug 25443] Improve translation of "Select the host record to link%s to" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25443 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Attachment #105316|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 Jul 9 11:52:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:52:05 +0000 Subject: [Koha-bugs] [Bug 25826] Hiding biblionumber in the frameworks breaks links in result list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25826 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 11:53:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 09:53:51 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |major --- Comment #60 from Jonathan Druart --- IIUC this is no longer blocker, lowering severity. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 12:00:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 10:00:03 +0000 Subject: [Koha-bugs] [Bug 25752] Current directory not kept when using koha-shell In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25752 --- Comment #13 from Jonathan Druart --- root at 615331e1369d:koha(master)$ cd /tmp root at 615331e1369d:tmp$ koha-shell -c pwd kohadev /tmp root at 615331e1369d:tmp$ koha-shell kohadev kohadev-koha at 615331e1369d:/tmp$ pwd /tmp -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 12:02:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 10:02:22 +0000 Subject: [Koha-bugs] [Bug 25914] Relative's checkouts have empty title in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25914 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |14570 --- Comment #4 from Jonathan Druart --- Caused by commit 109334102fbb29c60fa9a7a762c5e68f4b2ce0be Bug 14570: Make it possible to add multiple guarantors to a record Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 [Bug 14570] Make it possible to add multiple guarantors to a record -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 12:02:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 10:02:22 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25914 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25914 [Bug 25914] Relative's checkouts have empty title in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 12:02:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 10:02:39 +0000 Subject: [Koha-bugs] [Bug 25964] Data loss possible when items are modified In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- Sounds bad. I haven't looked either. Trying to remember where ModItemFromMarc gets called... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 12:04:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 10:04:30 +0000 Subject: [Koha-bugs] [Bug 25728] Add the ability to create a new authorised value within the cataloguing module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25728 Hugo Agud 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 Jul 9 12:04:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 10:04:33 +0000 Subject: [Koha-bugs] [Bug 25728] Add the ability to create a new authorised value within the cataloguing module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25728 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105837|0 |1 is obsolete| | --- Comment #10 from Hugo Agud --- Created attachment 106696 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106696&action=edit Bug 25728: Create AV when cataloguing a bibliographic record This whole patch set adds the ability to create a new authorised value directly from the cataloguing module. It will prevent the cataloger to leave and reload the page if they need a new one. Test plan: If you are logged in with a patron with the manage_authorised_values subpermission you will be able to: * Edit a bibliographic record * Search for a subfield linked to an authorised values (not the "fake" AV like itemtypes, branches, cn) * Click the dropdown list and start searching for a value that does not exist * Click enter * Fill the fields in the popup * Save => Your dropdown list has the new AV :) Note: This does not work for the advanced editor. It does not have select2 applied to the selects. I have hardly tried but failed. Sponsored-by: Orex Digital Signed-off-by:Hugo Agud -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 9 12:04:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 09 Jul 2020 10:04:36 +0000 Subject: [Koha-bugs] [Bug 25728] Add the ability to create a new authorised value within the cataloguing module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25728 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105838|0 |1 is obsolete| | --- Comment #11 from Hugo Agud --- Created attachment 106697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106697&action=edit Bug 25728: Create AV when adding a new item We do a bit of refactoring to make the code reusable. Test plan: Same as the first patch but when adding/editing an item QA note: There is a warning from the QA tools FAIL koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt FAIL js_in_body A Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26113 Bug ID: 26113 Summary: Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: darkcode4676 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 107631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107631&action=edit -- You are receiving 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 Jul 31 12:42:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:42:25 +0000 Subject: [Koha-bugs] [Bug 26111] Serials module does not appear in reports dictionnary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26111 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 Jul 31 12:42:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:42:27 +0000 Subject: [Koha-bugs] [Bug 26111] Serials module does not appear in reports dictionnary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26111 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107627|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 107632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107632&action=edit Bug 26111: Add "Serials" (SER) to the reports dictionnary It's missing in the template Test plan: Go go Home › Reports › Guided reports wizard › Dictionary At step 2, notice that with this patch you have "Serials" in the dropdown list (instead of an empty entry) Signed-off-by: Sally 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 Jul 31 12:43:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:43:47 +0000 Subject: [Koha-bugs] [Bug 26084] ConsiderOnSiteCheckoutsAsNormalCheckouts description is unclear In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26084 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 Jul 31 12:43:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:43:50 +0000 Subject: [Koha-bugs] [Bug 26084] ConsiderOnSiteCheckoutsAsNormalCheckouts description is unclear In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26084 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107629|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 107633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107633&action=edit Bug 26084: Clarify language on ConsiderOnSiteSheckoutsAsNormalCheckouts To test: - apply patch - confirm explanation reads as suggested Signed-off-by: Sally 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 Jul 31 12:45:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:45:55 +0000 Subject: [Koha-bugs] [Bug 25873] Elasticsearch - Records with malformed data are not indexed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25873 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |nick at bywatersolutions.com --- Comment #3 from Nick Clemens --- Trivial config change that can be overridden if desired, passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 12:47:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:47:43 +0000 Subject: [Koha-bugs] [Bug 25762] Typo in linkitem.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107493|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes --- Created attachment 107634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107634&action=edit Bug 25762: Typo in linkitem.tt This patch corrects the same typo in two different templates: ’ -> › If you want to test beyond examining the patch, apply the patch and go to Tools -> Rotating collections. - Add an item to a rotating collection. - In the browser's title bar (or the tab title if the title bar isn't shown) the separator between the rotating collection name and "Add or remove items" should be ">" instead of "`" - Enable the EasyAnalyticalRecords system preference. - View the detail page for a bibliographic record. - From the "Edit" menu, choose "Link to host record" - Check the title bar as you did previously. 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 Jul 31 12:47:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:47:54 +0000 Subject: [Koha-bugs] [Bug 25762] Typo in linkitem.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762 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 Jul 31 12:56:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:56:19 +0000 Subject: [Koha-bugs] [Bug 25811] authentication.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811 --- Comment #12 from Jonathan Druart --- Created attachment 107635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107635&action=edit Bug 25811: (follow-up) Debug - Paste the source of the page Wide character in syswrite at /usr/share/perl5/File/Slurp.pm line 506. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 12:57:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 10:57:25 +0000 Subject: [Koha-bugs] [Bug 25811] authentication.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811 --- Comment #13 from Jonathan Druart --- Last patch pushed to master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 13:03:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 11:03:14 +0000 Subject: [Koha-bugs] [Bug 26085] Add the copy, print and export DataTables buttons to lost items report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107497|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes --- Created attachment 107636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107636&action=edit Bug 26085: Add the copy, print and export DataTables buttons to lost items report This patch removes the in-page DataTables DOM configuration option so that the default option is used. This will allow all the standard controls to appear, including copy/print/export. Since the default DataTables information includes the number of results in the table, the template markup showing this information is removed. To test, apply the patch and go to Reports. - Run the "Items lost" report using parameters which will return multiple results. - On the results page confirm that the standard controls are present: Result count, search form, columns filter, export buttons. - Confirm that the "Activate filters" feature works, and that selecting results activates the option to download a CSV using a CSV export profile. Note that the "Activate filters" feature doesn't play well with hidden columns. However this issue predates the patch. Signed-off-by: Sally -- 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 Jul 31 13:03:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 11:03:27 +0000 Subject: [Koha-bugs] [Bug 26085] Add the copy, print and export DataTables buttons to lost items report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk Status|Needs Signoff |Signed Off -- 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 Jul 31 13:15:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 11:15:36 +0000 Subject: [Koha-bugs] [Bug 25408] CanBookBeReserved & CanItemBeReserved should check "opacitemholds" policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Signed Off |Failed QA --- Comment #20 from Nick Clemens --- Needs a minor rebase I am not sure this is the best way to go. With these patches we fetch every item from the db and check the hold rule - but this doubles work we do in CanItemBeReserved and feels unnecessary Currently the loop in CanBookBeReserved returns as soon as it finds one 'OK' - you loop over all items to check the holds policy first - I think if we return the holds policy too from CanItemBeReserved we can return if one item is OK and item level holds not forced. I believe this would allow removal of the caller check too The code on the patches returns 'RecordHoldNotAllowed' if any items have item level holds forced, but shouldn't it only return that if all items on the biblio are forced? You add an extra fetch for the item which has already been fetched in the code: 429 $item = Koha::Items->find( $itemnumber ); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 13:37:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 11:37:48 +0000 Subject: [Koha-bugs] [Bug 24160] Short loan collection holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24160 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |nick at bywatersolutions.com --- Comment #8 from Nick Clemens --- I am not sure this behaviour is correct. In the scenario you describe it makes sense, however, consider: 1 - Library has 'New books' 2 - They are not holdable, but they do circulate 3 - Patron should not be able to place the hold for pickup at this library because they can come pickup the book Current behaviour works like this and makes sense - the staff can force the hold, but not the patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 13:44:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 11:44:53 +0000 Subject: [Koha-bugs] [Bug 26113] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26113 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary| | 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 Jul 31 14:00:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:00:26 +0000 Subject: [Koha-bugs] [Bug 25626] Translation issues with OPAC problem reports (status and 'sent to') In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25626 didier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |didier.gautheron at biblibre.c | |om --- Comment #2 from didier --- Hi Maybe it should use a default case for report.recipient too, if db enum is modified? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 14:22:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:22:46 +0000 Subject: [Koha-bugs] [Bug 26108] Checkins should not require item to have been checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 14:23:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:23:22 +0000 Subject: [Koha-bugs] [Bug 26112] Errors in marc21_authorities files for uk-UA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26112 Bohdan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |b.pastern4k at gmail.com |ity.org | Status|NEW |ASSIGNED --- Comment #1 from Bohdan --- Created attachment 107637 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107637&action=edit Patch for uk-UA fix of authority SQL queries Could not upload unzipped, got 413 nginx error for some reason -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 14:24:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:24:50 +0000 Subject: [Koha-bugs] [Bug 26112] Errors in marc21_authorities files for uk-UA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26112 Bohdan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107637|0 |1 is obsolete| | --- Comment #2 from Bohdan --- Created attachment 107638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107638&action=edit Patch for uk-UA fix of authority SQL queries Could not upload as patch, got 413 error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 14:41:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:41:44 +0000 Subject: [Koha-bugs] [Bug 15563] Add option to regularly delete patroncard and label batches to cleanup_database.pl cronjob In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563 Andrew Fuerste-Henry 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 Jul 31 14:41:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:41:46 +0000 Subject: [Koha-bugs] [Bug 15563] Add option to regularly delete patroncard and label batches to cleanup_database.pl cronjob In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107115|0 |1 is obsolete| | --- Comment #17 from Andrew Fuerste-Henry --- Created attachment 107639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107639&action=edit Bug 15563: add label and card creator batch deletion to cleanup_database To test: For item label batches: 1- Create 3 item label batches of at least 2 items each 2- Perform the following updates via the database 3- In Batch 1, set all items' timestamps to 10+ days prior to today 4- In Batch 2, set 1 item's timestamp to 10+ days prior to today 5- In Batch 3, do not update any timestamps 6- Run cron with --labels 9 7- Confirm batch 1 is deleted, batches 2 and 3 are not Repeat with card creator batches 8- Create 3 card creator batches of at least 2 items each 9- Perform the following updates via the database 10- In Batch 1, set all cards' timestamps to 10+ days prior to today 11- In Batch 2, set 1 card's timestamp to 10+ days prior to today 12- In Batch 3, do not update any timestamps 13- Run cron with --cards 9 14- Confirm batch 1 is deleted, batches 2 and 3 are noti -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 14:56:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:56:07 +0000 Subject: [Koha-bugs] [Bug 26108] Checkins should not require item to have been checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108 --- Comment #4 from Tomás Cohen Arazi --- Created attachment 107640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107640&action=edit Bug 26108: Regression tests The current implementation makes the assumption that if $issue is defined, then it is the 'return' use case. This is correct, but incomplete: after verifying that there's actually an issue, the return can be rejected for various reasons. This patch introduces a regression test for one of those situations (which I consider enough for testing purposes) . It highlights that the hook shouldn't be called if there hasn't been an actual checkin. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Plugins/Circulation_hooks.t => FAIL: Tests fail because there's an unexpected warining printed by the erroneous plugin call (i.e. there's been no return but the plugin is called anyway). 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 Jul 31 14:56:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:56:11 +0000 Subject: [Koha-bugs] [Bug 26108] Checkins should not require item to have been checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108 --- Comment #5 from Tomás Cohen Arazi --- Created attachment 107641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107641&action=edit Bug 26108: Only call the plugin hook if a return took place This patch makes the hooks be called only if the checkin is effective (i.e. if it is not rejected for some reason. To test: 1. Apply the regression tests patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Plugins/Circulation_hooks.t => FAIL: Tests fail 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! 5. 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 Jul 31 14:57:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 12:57:11 +0000 Subject: [Koha-bugs] [Bug 26108] Checkins should not require item to have been checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108 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 Fri Jul 31 15:09:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:09:14 +0000 Subject: [Koha-bugs] [Bug 26108] Checkins should not require item to have been checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:13:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:13:07 +0000 Subject: [Koha-bugs] [Bug 26114] New: ILL should mark status=RET only if a return happened Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114 Bug ID: 26114 Summary: ILL should mark status=RET only if a return happened Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: ILL Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com When the C4::Circulation::AddReturn reaches the ILL request update, there are many circumstances under which no return happened, and the ILL code doesn't check that. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:14:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:14:00 +0000 Subject: [Koha-bugs] [Bug 26114] ILL should mark status=RET only if a return happened In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23112 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23112 [Bug 23112] Add circulation process to inter-library loans -- You are receiving 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 Jul 31 15:14:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:14:00 +0000 Subject: [Koha-bugs] [Bug 23112] Add circulation process to inter-library loans In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23112 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26114 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114 [Bug 26114] ILL should mark status=RET only if a return happened -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:14:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:14:24 +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 --- Comment #11 from Owen Leonard --- I've rebased and updated the remote branch with some fixes: - Fixed markup of navbar item "Log in to create your own lists" - Improved consistency of input and link focus borders (needs more improvement). - Corrected style of disabled link buttons in the Cart. (In reply to Lucas Gass from comment #10) > On the item details page the More Searches dropdown (inside > #ulactioncontainer) is not a dropdown. This is a problem because the Bootstrap dropdown markup changed in version 4. I'm still puzzling over this... There is probably a CSS solution, preferable to trying to add a db update which tries to correct existing values in the system preference. Currently for it to work properly you have to update the OPACSearchForTitleIn preference with this text, removing the

  • 's and adding a "dropdown-item" class to the links: Other Libraries (WorldCat) Other Databases (Google Scholar) Online Stores (Bookfinder.com) Open Library (openlibrary.org) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:16:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:16:13 +0000 Subject: [Koha-bugs] [Bug 26115] New: Remove leftover Carp::Always Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115 Bug ID: 26115 Summary: Remove leftover Carp::Always Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org There's a leftover from bug 23112 on t/db_dependent/Illrequests.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:16:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:16:25 +0000 Subject: [Koha-bugs] [Bug 26115] Remove leftover Carp::Always In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |tomascohen at gmail.com Depends on| |23112 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23112 [Bug 23112] Add circulation process to inter-library loans -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:16:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:16:25 +0000 Subject: [Koha-bugs] [Bug 23112] Add circulation process to inter-library loans In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23112 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26115 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115 [Bug 26115] Remove leftover Carp::Always -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:16:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:16:29 +0000 Subject: [Koha-bugs] [Bug 26116] New: Allow multiple suppression values Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26116 Bug ID: 26116 Summary: Allow multiple suppression values Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Right now, Koha will only suppress records where 942$n=1. It would be good to be able to suppress on multiple values in order to reflect a variety of reasons for suppression. -- You are receiving 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 Jul 31 15:17:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:17:24 +0000 Subject: [Koha-bugs] [Bug 26115] Remove leftover Carp::Always In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:17:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:17:27 +0000 Subject: [Koha-bugs] [Bug 26115] Remove leftover Carp::Always In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 107642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107642&action=edit Bug 26115: Remove leftover Carp::Always 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 Jul 31 15:19:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:19:23 +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 ---------------------------------------------------------------------------- Depends on|25335 |26116 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25335 [Bug 25335] Use of an authorised value in a marc subfield causes strict mode SQL error https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26116 [Bug 26116] Allow multiple suppression values -- You are receiving 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 Jul 31 15:19:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:19:23 +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 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|23406 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406 [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:19:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:19:23 +0000 Subject: [Koha-bugs] [Bug 26116] Allow multiple suppression values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26116 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23406 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406 [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:34:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:34:46 +0000 Subject: [Koha-bugs] [Bug 25532] Add a wikipedia-style search suggestion feature to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25532 Joonas Kylmälä changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala at helsinki.fi --- Comment #10 from Joonas Kylmälä --- Instead of depending on Wikipedia being online and transferring users' queries there I think we should use instead one of the search engines Koha supports to do this, Elasticsearch seems to have support for auto completion and correction: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:41:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:41:07 +0000 Subject: [Koha-bugs] [Bug 26116] Allow multiple suppression values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26116 George Williams (NEKLS) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 15:41:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:41:37 +0000 Subject: [Koha-bugs] [Bug 26116] Allow multiple suppression values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26116 --- Comment #1 from George Williams (NEKLS) --- +1 - good idea -- You are receiving 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 Jul 31 15:55:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:55:03 +0000 Subject: [Koha-bugs] [Bug 26015] Terminology: staff interface should be used everywhere In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015 Joonas Kylmälä 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 Jul 31 15:55:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 13:55:06 +0000 Subject: [Koha-bugs] [Bug 26015] Terminology: staff interface should be used everywhere In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015 Joonas Kylmälä changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107226|0 |1 is obsolete| | --- Comment #4 from Joonas Kylmälä --- Created attachment 107643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107643&action=edit Bug 26015: Terminology: Use staff interface instead of staff client We have agreed to use 'staff interface' instead of 'staff client' and similar terms. This fixes the template files where staff client appears: To test: - Check Administration > Patron categories - Check the title of the staff interface start page in your browser tab - Check the description of hte catalogue permission - One more: this changes the message shown when someone managed to log in as the database user - as we no longer allow that, I am not sure if it can be triggered. Signed-off-by: Owen Leonard Signed-off-by: Joonas Kylmälä -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 16:13:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 14:13:37 +0000 Subject: [Koha-bugs] [Bug 26114] ILL should mark status=RET only if a return happened In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood at ptfs-europ | |e.com, | |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 16:18:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 14:18:31 +0000 Subject: [Koha-bugs] [Bug 26114] ILL should mark status=RET only if a return happened In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 107644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107644&action=edit Bug 26114: Regression 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 Jul 31 16:18:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 14:18:35 +0000 Subject: [Koha-bugs] [Bug 26114] ILL should mark status=RET only if a return happened In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 107645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107645&action=edit Bug 26114: ILL should mark status=RET only if a return happened The original code assumed every codepath should be trated as a successful check-in. Such is not the case and the regression tests verify that the code acknowledges this. To test: 1. Apply the regression tests patch 2. Run: $ kshell k$ prove t/db_dependent/Illrequests.t => FAIL: Tests fail 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! 5. 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 Jul 31 16:18:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 14:18:49 +0000 Subject: [Koha-bugs] [Bug 26114] ILL should mark status=RET only if a return happened In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 16:48:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 14:48:04 +0000 Subject: [Koha-bugs] [Bug 26012] Date in 'Paid for' information not formatted to Time/DateFormat system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26012 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107513|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes --- Created attachment 107646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107646&action=edit Bug 26012: Correctly format "paid for" info on the item details view The string is built controller side, which does not let the template format the info nicely. We want to display patron's info using patron-title.inc and the date with the KohaDates plugin Test plan: - Make sure there is a replacement cost in the item - check it out - Mark it lost - Pay the lost item fee - Go to the detail page and look on the items tab for the item - It will show an entry with "Paid for?" label The patron's info and date must be correctly formatted 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 Jul 31 16:48:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 14:48:20 +0000 Subject: [Koha-bugs] [Bug 26012] Date in 'Paid for' information not formatted to Time/DateFormat system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26012 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk 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 Jul 31 17:05:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:05:53 +0000 Subject: [Koha-bugs] [Bug 26010] Remove the use of jquery.checkboxes plugin from staff interface cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26010 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107045|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes --- Created attachment 107647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107647&action=edit Bug 26010: Remove the use of jquery.checkboxes plugin from staff interface cart This patch removes the use of the jquery.checkboxes plugin from the staff interface cart and replaces its functionality with "plain" jQuery. To test, apply the patch and add some items to the Cart in the staff interface. - Open the Cart window in the staff interface by clicking the "Cart" link in the header. - Test that the "Select all" and "Clear all" links work correctly to check and uncheck all checkboxes. - Test that the "Remove" or "Place hold" controls work correctly, applying to only the checked checkboxes whether they were checked using "Select all" or by manually checking them. 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 Jul 31 17:07:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:07:20 +0000 Subject: [Koha-bugs] [Bug 26010] Remove the use of jquery.checkboxes plugin from staff interface cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26010 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk 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 Jul 31 17:12:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:12:09 +0000 Subject: [Koha-bugs] [Bug 26008] Remove the use of jquery.checkboxes plugin from OPAC cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26008 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107024|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes --- Created attachment 107648 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107648&action=edit Bug 26008: Remove the use of jquery.checkboxes plugin from OPAC cart This patch removes the use of the jquery.checkboxes plugin from the OPAC cart and replaces its functionality with "plain" jQuery. To test, apply the patch and add some items to the Cart in the OPAC. - Open the Cart window in the OPAC by clicking the "Cart" link in the header. - Test that the "Select all" and "Clear all" links work correctly to check and uncheck all checkboxes. - Controls like "Remove" and "Place hold" should be enabled or disabled according to whether there are any checked checkboxes. - Test that manually checking a checkbox correctly enables or disables the link options too. - Test that the "Remove" or "Place hold" controls work correctly, applying to only the checked checkboxes. 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 Jul 31 17:12:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:12:20 +0000 Subject: [Koha-bugs] [Bug 26008] Remove the use of jquery.checkboxes plugin from OPAC cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26008 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 Jul 31 17:24:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:24:27 +0000 Subject: [Koha-bugs] [Bug 25946] borrowerRelationship can no longer be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Sally --- Sorry, couldn't get this one to work - it fails at step 7 below: To reproduce (borrowerRelationship can be empty): 5) Apply the patch. 6) Repeat steps above. 7) Observe that it allows you to save the form now. Invalid relationship passed, '' is not defined. at /usr/share/perl5/Exception/Class/Base.pm line 88 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 17:27:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:27:35 +0000 Subject: [Koha-bugs] [Bug 26094] "Suggest for Purchase" button missing unique CSS class In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26094 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 Jul 31 17:27:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:27:38 +0000 Subject: [Koha-bugs] [Bug 26094] "Suggest for Purchase" button missing unique CSS class In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26094 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107622|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 107649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107649&action=edit Bug 26094: Add class to the "Suggest for purchase" button Bug 14963 added a new "Suggest for purchase" button on the detail page of bibliographic records at the OPAC. This patch adds a specific CSS class to make it reachable easily Like others button in this action list Test plan: Go to the detail page of a bibliographic record at the OPAc Notice the new CSS class Signed-off-by: Sally 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 Jul 31 17:44:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:44:23 +0000 Subject: [Koha-bugs] [Bug 25112] Koha::CirculationRules->set_rules should handle scopes per rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25112 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105787|0 |1 is obsolete| | --- Comment #9 from Lari Taskula --- Created attachment 107650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107650&action=edit Bug 25112: Add a failing test for CirculationRules.t To reproduce the problem, do: 1. prove t/db_dependent/Koha/CirculationRules.t 2. Observe a failing test set_rule cannot set 'holdallowed' for a 'categorycode'! at t/db_dependent/Koha/CirculationRules.t line 304. Sponsored-by: The National Library of Finland -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 17:44:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:44:27 +0000 Subject: [Koha-bugs] [Bug 25112] Koha::CirculationRules->set_rules should handle scopes per rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25112 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105788|0 |1 is obsolete| | --- Comment #10 from Lari Taskula --- Created attachment 107651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107651&action=edit Bug 25112: Make set_rules() handle rule scopes Koha::CirculationRules->set_rules is currently too complicated to use. Right now, in order to specify multiple rules at once, they must all be rules that accept the same set of scopes. Otherwise we can get this type of errors: 1/9 set_rule cannot set 'holds_per_record' for a 'checkout_type'! at t/db_dependent/Circulation/GetHardDueDate.t line 215. Validating scopes at set_rule() is good, but set_rules() should examine each rule and pass the correct scope to set_rule() instead of passing all scopes to every rule like it is doing now. To test: 1. prove t/db_dependent/Koha/CirculationRules.t 2. Observe success Sponsored-by: The National Library of Finland -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 17:46:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 15:46:08 +0000 Subject: [Koha-bugs] [Bug 26062] Membership Expiry can not be limited by Patron Category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26062 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #3 from Liz Rea --- I agree with Katrin here - from a sysadmin standpoint it's much better for libraries to be able to configure these from the interface (it's easier for package maintenance/upgrades too, since users won't be inclined to modify the default cron files and then have to resolve those differences at upgrade time in apt) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 18:09:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 16:09:32 +0000 Subject: [Koha-bugs] [Bug 26117] New: itemlost_on value should be updated when item changes from one lost value to another Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26117 Bug ID: 26117 Summary: itemlost_on value should be updated when item changes from one lost value to another Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl To recreate: - set an item to lost=1 - get the itemlost_on value for your item from the database - change the item to lost=2 - get the itemlost_on value again, confirm that the time hasn't changed I'm sort of torn on this. Just now, we ran into an issue where it we needed to know when a lost value was changed. But I can also imagine a situation where one would want to know when an item became lost originally. -- You are receiving 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 Jul 31 18:19:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 16:19:37 +0000 Subject: [Koha-bugs] [Bug 26085] Add the copy, print and export DataTables buttons to lost items report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Jul 31 18:19:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 16:19:40 +0000 Subject: [Koha-bugs] [Bug 26085] Add the copy, print and export DataTables buttons to lost items report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107636|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 107652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107652&action=edit Bug 26085: Add the copy, print and export DataTables buttons to lost items report This patch removes the in-page DataTables DOM configuration option so that the default option is used. This will allow all the standard controls to appear, including copy/print/export. Since the default DataTables information includes the number of results in the table, the template markup showing this information is removed. To test, apply the patch and go to Reports. - Run the "Items lost" report using parameters which will return multiple results. - On the results page confirm that the standard controls are present: Result count, search form, columns filter, export buttons. - Confirm that the "Activate filters" feature works, and that selecting results activates the option to download a CSV using a CSV export profile. Note that the "Activate filters" feature doesn't play well with hidden columns. However this issue predates the patch. Signed-off-by: Sally Signed-off-by: Nick Clemens -- 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 Jul 31 18:24:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 16:24:10 +0000 Subject: [Koha-bugs] [Bug 24610] Let user switch between 'Pay' and 'Write off' mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24610 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 Jul 31 18:24:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 16:24:13 +0000 Subject: [Koha-bugs] [Bug 24610] Let user switch between 'Pay' and 'Write off' mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24610 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102006|0 |1 is obsolete| | --- Comment #9 from Nick Clemens --- Created attachment 107653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107653&action=edit Bug 24610: Let user switch between 'Pay' and 'Write off' mode In patron's accounting section, under 'Make a payment' tab, you have the choice between 'Pay' and 'Write off'. It takes you to another form, but once there you cannot change mode. You have to click on Cancel, re-select the lines you had selected (if you made a selection) and click on the right button. This patch adds link above the form to easily switch between the two modes. Also fixes a CSS bug to be able to use Bootstrap's nav pills inside .statictabs Test plan: 1. Create some manual invoices 2. Go to 'Make a payment' tab 3. Click on the 'Pay' button in a table row 4. Above the form you should see two links ('Pay' and 'Write off'). Click on 'Write off', confirm the write off and verify that it did make a 'write off'. 5. Go to 'Make a payment' tab 6. Click on the 'Write off' button in a table row 7. Click 'Pay', confirm the pay and verify that it did make a 'pay' 8. Go to 'Make a payment' tab 9. Select some lines and click on 'Pay selected' 10. Click on 'Write off', confirm the 'write off' and verify that it did make a 'write off' 11. Go to 'Make a payment' tab 12. Select some lines and click on 'Write off selected' 13. Click on 'Pay', confirm the pay and verify that it did make a 'pay' Signed-off-by: Christofer 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 Jul 31 18:29:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 16:29:46 +0000 Subject: [Koha-bugs] [Bug 24134] Add placeholder for 2 digit years to allow autogeneration of dates in 008 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24134 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #10 from Nick Clemens --- (In reply to Katrin Fischer from comment #9) > Unblocking as dependency is in now. With Lucas SO and your SO, should it be PQA? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 19:05:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:05:55 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #37 from Nick Clemens --- This works as described, I do see that we have checks for this in reserve.pl and opac-reserve.pl - can they be removed now that they are being added to the modules? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 19:08:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:08:32 +0000 Subject: [Koha-bugs] [Bug 26118] New: Move translatable strings out of tags/review.tt and into tags-review.js Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118 Bug ID: 26118 Summary: Move translatable strings out of tags/review.tt and into tags-review.js Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr, testopia at bugs.koha-community.org Depends on: 21156 Strings defined for translation in tags/review.tt can now be wrapped in the new translation function and put in tags-review.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 the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 19:08:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:08:32 +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| |26118 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118 [Bug 26118] Move translatable strings out of tags/review.tt and into tags-review.js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 19:08:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:08:43 +0000 Subject: [Koha-bugs] [Bug 26118] Move translatable strings out of tags/review.tt and into tags-review.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 19:11:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:11:20 +0000 Subject: [Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |nick at bywatersolutions.com --- Comment #3 from Nick Clemens --- This looks good Owen, but if I start from an adult patron and click 'Add guarantee' I still get the problem in the initial comment -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 19:17:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:17:13 +0000 Subject: [Koha-bugs] [Bug 25867] Label holdingbranch as Current library rather than Current location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25867 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Signed Off |In Discussion --- Comment #4 from Nick Clemens --- Would it be worth a database update to correct frameworks for existing installations? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 19:25:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:25:13 +0000 Subject: [Koha-bugs] [Bug 25762] Typo in linkitem.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762 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 Jul 31 19:25:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:25:16 +0000 Subject: [Koha-bugs] [Bug 25762] Typo in linkitem.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107634|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 107654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107654&action=edit Bug 25762: Typo in linkitem.tt This patch corrects the same typo in two different templates: ’ -> › If you want to test beyond examining the patch, apply the patch and go to Tools -> Rotating collections. - Add an item to a rotating collection. - In the browser's title bar (or the tab title if the title bar isn't shown) the separator between the rotating collection name and "Add or remove items" should be ">" instead of "`" - Enable the EasyAnalyticalRecords system preference. - View the detail page for a bibliographic record. - From the "Edit" menu, choose "Link to host record" - Check the title bar as you did previously. Signed-off-by: Sally 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 Jul 31 19:45:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:45:07 +0000 Subject: [Koha-bugs] [Bug 26035] AutoMemberNum fails on very large cardnumbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26035 ByWater Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107522|0 |1 is obsolete| | --- Comment #6 from ByWater Sandboxes --- Created attachment 107655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107655&action=edit Bug 26035: AutoMemberNum should support cardnumbers up to 32 characters To test: 1- create a patron with cardnumber 12345678901234567890123456789012 (or any 32 character number) 2- turn on AutoMemberNum 3- create a new patron, save without a cardnumber 4- confirm that new patron has a cardnumber one more than the number from step 1 Signed-off-by: Donna Bachowski -- You are receiving 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 Jul 31 19:45:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 17:45:28 +0000 Subject: [Koha-bugs] [Bug 26035] AutoMemberNum fails on very large cardnumbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26035 Donna changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |bwsdonna 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 Jul 31 20:15:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 18:15:29 +0000 Subject: [Koha-bugs] [Bug 26119] New: Patron Attribute Option to Display in OPAC Not Compatible with PatronSelfRegistrationVerifyByEmail Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26119 Bug ID: 26119 Summary: Patron Attribute Option to Display in OPAC Not Compatible with PatronSelfRegistrationVerifyByEmail Change sponsored?: --- Product: Koha Version: 20.05 Hardware: PC OS: Windows Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: erohlfs at equinoxinitiative.org QA Contact: testopia at bugs.koha-community.org Within the Patron Attribute Type User Interface (Home › Administration › Patron attribute types), there is a parenthetical note indicating that the option to Editable in OPAC "does not work with [System Preference] PatronSelfRegistrationVerifyByEmail." The patron attribute option to Display in OPAC also does not work with System Preference PatronSelfRegistrationVerifyByEmail. It would be ideal for the attribute to display. However, the quicker alternative would be to include the same parenthetical warning to users that the display will not work with the system preference (like the Editable in OPAC value indicates). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 20:24:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 18:24:41 +0000 Subject: [Koha-bugs] [Bug 23678] Cancel Holds in bulk In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678 Michelle Carrillo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcarrillo at roseville.ca.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 20:39:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 18:39:17 +0000 Subject: [Koha-bugs] [Bug 25969] Checking in a found hold at a different branch then confirming the hold causes internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25969 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com Status|Needs Signoff |Failed QA --- Comment #4 from Andrew Fuerste-Henry --- I'm still getting an error with the patch applied. "Can't call method "biblio" on an undefined value at /kohadevbox/koha/circ/returns.pl line 148" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 20:56:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 18:56:40 +0000 Subject: [Koha-bugs] [Bug 26118] Move translatable strings out of tags/review.tt and into tags-review.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 20:56:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 18:56:42 +0000 Subject: [Koha-bugs] [Bug 26118] Move translatable strings out of tags/review.tt and into tags-review.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118 --- Comment #1 from Owen Leonard --- Created attachment 107656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107656&action=edit Bug 26118: Move translatable strings out of tags/review.tt and into tags-review.js This patch removes the section of the tags review template which defined strings for translation. They can now be embedded in the JavaScript file, wrapped in the __() function. To test, apply the patch and clear your browser cache if necessary. - Go to Tools -> Tags and perform some actions which will trigger the use of translated strings in the interface. For instance: - Approving and rejecting tags - Testing tags which are approved, rejected, or unclassified. - Status messages for these operations should work correctly. TESTING TRANSLATABILITY - Update a translation, e.g. fr-FR: > cd misc/translator > perl translate update fr-FR - Open the corresponding .po file for JavaScript strings, e.g. misc/translator/po/fr-FR-messages-js.po - Locate strings pulled from koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js for translation, e.g.: msgid "Both subfield values should be filled or empty." msgstr "" - Edit the "msgstr" string however you want (it's just for testing). - Install the updated translation: > perl translate install fr-FR - Switch to your newly translated language in the staff client and repeat the test plan above. The translated strings should appear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 21:01:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 19:01:54 +0000 Subject: [Koha-bugs] [Bug 26120] New: Remove the use of jquery.checkboxes plugin from tags review template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120 Bug ID: 26120 Summary: Remove the use of jquery.checkboxes plugin from tags review template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 26006 As described in Bug 26006 the jquery.checkboxes plugin is old and unmaintained. Its use should replaced in the staff interface tags review template. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26006 [Bug 26006] OMNIBUS: Remove the use of jquery.checkboxes plugin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 21:01:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 19:01:54 +0000 Subject: [Koha-bugs] [Bug 26006] OMNIBUS: Remove the use of jquery.checkboxes plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26006 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26120 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120 [Bug 26120] Remove the use of jquery.checkboxes plugin from tags review template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 21:03:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 19:03:31 +0000 Subject: [Koha-bugs] [Bug 26120] Remove the use of jquery.checkboxes plugin from tags review template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26118 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118 [Bug 26118] Move translatable strings out of tags/review.tt and into tags-review.js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 21:03:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 19:03:31 +0000 Subject: [Koha-bugs] [Bug 26118] Move translatable strings out of tags/review.tt and into tags-review.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26120 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120 [Bug 26120] Remove the use of jquery.checkboxes plugin from tags review template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 21:35:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 19:35:39 +0000 Subject: [Koha-bugs] [Bug 25758] Items scheduled for automatic renewal do not show that they will not renew due to a hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758 --- Comment #27 from Barbara Johnson --- Jonathan - I retested with a new sandbox and the test plan worked. https://snipboard.io/vzET9N.jpg -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 21:58:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 19:58:31 +0000 Subject: [Koha-bugs] [Bug 23797] Convert OpacLoginInstructions system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #17 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:06:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:06:40 +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 --- Comment #21 from Lucas Gass --- This is awesome but I will not backport the enhancement to 20.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:10:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:10:50 +0000 Subject: [Koha-bugs] [Bug 23696] build_oai_sets.pl should take biblios from deletedbiblio_metadata too In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23696 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #9 from Lucas Gass --- small enchacement, choosing to backport to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:14:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:14:00 +0000 Subject: [Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #23 from Lucas Gass --- not backporting enhancement to 20.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:15:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:15:03 +0000 Subject: [Koha-bugs] [Bug 20799] Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #17 from Lucas Gass --- not backporting enhancement to 20.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:17:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:17:54 +0000 Subject: [Koha-bugs] [Bug 26016] Capitalization: MARC Preview In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26016 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | --- Comment #5 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:25:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:25:18 +0000 Subject: [Koha-bugs] [Bug 26033] framapic is closing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26033 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | --- Comment #7 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:28:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:28:59 +0000 Subject: [Koha-bugs] [Bug 25889] Increase performance of debian/list-deps script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | Status|Pushed to master |Pushed to stable --- Comment #7 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:36:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:36:47 +0000 Subject: [Koha-bugs] [Bug 25729] Charges/Fees.t is failing on slow servers due to wrong date comparison In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25729 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | --- Comment #6 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 22:45:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:45:33 +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 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #37 from Lucas Gass --- Doesn't apply clean to 20.05.x branch, 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 Jul 31 22:50:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 20:50:47 +0000 Subject: [Koha-bugs] [Bug 25724] Transferred item checked in to shelving cart has cart location removed when transfer is filled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25724 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:01:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:01:58 +0000 Subject: [Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | --- Comment #7 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:06:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:06:36 +0000 Subject: [Koha-bugs] [Bug 23086] Search for collection is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #19 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:11:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:11:26 +0000 Subject: [Koha-bugs] [Bug 25811] authentication.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #14 from Lucas Gass --- I'm not too sure whats going on here. I see this bug has a status of assigned and its dependency, 25824, is set to NEW. not backporting, yet. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:23:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:23:03 +0000 Subject: [Koha-bugs] [Bug 25709] Rename systempreference from NotesBlacklist to NotesToHide In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #18 from Lucas Gass --- I feel like this enhancement should be backported backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:23:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:23:40 +0000 Subject: [Koha-bugs] [Bug 24157] Additional acquisitions permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24157 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #45 from Lucas Gass --- enhancement will not be backported to 20.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:30:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:30:58 +0000 Subject: [Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|20.11.00 |20.11.00, 20.05.03 released in| | --- Comment #19 from Lucas Gass --- backported to 20.05.x for 20.05.03 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:32:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:32:27 +0000 Subject: [Koha-bugs] [Bug 26109] Update list-deps for Koha 19.05.x to support Debian 8 and 10 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26109 --- Comment #2 from Victor Grousset/tuxayo --- I'm out of the loop about this. So 19.05.x will be able to support Debian 10 now? :D About Debian 8 the support has been dropped, should this be tested even though not advertised? Should it be done for the existing installs that might break (if a bug goes undetected) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:32:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:32:37 +0000 Subject: [Koha-bugs] [Bug 25855] Add hook to AddRenewal using a new _after_circ_actions method in circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #32 from Lucas Gass --- I will backport this but first I will wait until bZ26108 is pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:34:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:34:49 +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 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #22 from Lucas Gass --- enhancement not backported to 20.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:35:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:35:40 +0000 Subject: [Koha-bugs] [Bug 21468] Plugins need hooks for checkin and checkout actions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #27 from Lucas Gass --- enhancement will not be backported to 20.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 31 23:56:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:56:19 +0000 Subject: [Koha-bugs] [Bug 26098] JS error on the fund list view if no fund displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26098 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 Jul 31 23:56:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 31 Jul 2020 21:56:23 +0000 Subject: [Koha-bugs] [Bug 26098] JS error on the fund list view if no fund displayed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26098 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107566|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 107657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107657&action=edit Bug 26098: Fix JS error on the fund list view when no fund displayed TypeError: this.data(...) is undefined in jquery.treetable.js Test plan: Go to the fund list view Select a filter that will return no result => With this patch applied there is no JS error in the console Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes.