From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 00:16:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:16:47 +0000 Subject: [Koha-bugs] [Bug 30359] GetBudgetHierarchy is slow on order receive page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30359 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 Dec 1 00:16:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:16:50 +0000 Subject: [Koha-bugs] [Bug 32377] GetBudgetHierarchy slows down acqui/histsearch.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32377 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 Dec 1 00:19:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:19:10 +0000 Subject: [Koha-bugs] [Bug 32369] Two factor authentication can be bypassed if catalog and staff interface URL aren't properly configured In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32369 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- (In reply to Jonathan Druart from comment #1) > Not sure this is considered a bug. It's a configuration issue in my opinion. I'm inclined to say the same. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 00:23:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:23:55 +0000 Subject: [Koha-bugs] [Bug 32095] Remove bullets from statuses in inventory tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32095 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 00:24:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:24:00 +0000 Subject: [Koha-bugs] [Bug 32095] Remove bullets from statuses in inventory tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32095 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144344|0 |1 is obsolete| | --- Comment #4 from David Nind --- Created attachment 144367 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144367&action=edit Bug 32095: Remove bullets from inventory tool status The new design included bullet points in a list where the elements were aligned to the right. The bullets have now been removed using "list-style: none;" to make the styling much cleaner. Test plan: 1) Navigate to Cataloging > Inventory 2) Observe that in the "Optional filters for inventory list or comparing barcodes" section there are bullet points in the listed items 3) Apply patch 4) Navigate to the same window and observe that the bullet points are now missing 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 Thu Dec 1 00:24:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:24:30 +0000 Subject: [Koha-bugs] [Bug 28633] Add a preferred_name field and an effective_name method to patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28633 Juliet Heltibridle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle at rcplib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 00:55:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:55:47 +0000 Subject: [Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 00:55:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:55:52 +0000 Subject: [Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144366|0 |1 is obsolete| | --- Comment #5 from David Nind --- Created attachment 144368 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144368&action=edit Bug 32302: Hide "ISBN" label when no ISBN data when sending list There is a logic mistake in the opac-sendshelf.tt template where we test if the "ISBN" key exists in the "BIBLIO_RESULT" hash when we should really be testing if the arrayref returned by "ISBN" is empty or not, since that "ISBN" key always exists and contains at least an empty arrayref. Test plan: 1. Apply patch and restart your Koha Starman 2. Create a public list containing records with 020 MARC fields and records without 020 MARC fields 3. View the list in the OPAC 4. Click "Send list" and email it to yourself 5. Note that only records with 020 MARC fields with show "ISBN:" in the email output 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 Thu Dec 1 00:55:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:55:58 +0000 Subject: [Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302 --- Comment #6 from David Nind --- Created attachment 144369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144369&action=edit Bug 32302: (follow-up) Hide ISBN label when list sent from the staff interface This makes the same change to the staff interface. Lists sent from the staff interface hide the ISBN label in the email message when there are no ISBNs for a record. 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 Thu Dec 1 00:59:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Nov 2022 23:59:28 +0000 Subject: [Koha-bugs] [Bug 32375] 22.05.07 failing t/AuthoritiesMarc_MARC21.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32375 --- Comment #3 from Danyon Sewell --- Created attachment 144370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144370&action=edit bug 32375: moving t/AuthoritiesMarc_MARC21.t to t/db_dependent t/AuthoritiesMarc_MARC21.t is now db dependent so it needs to be in t/db_dependent to pass the tests Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 01:00:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 00:00:22 +0000 Subject: [Koha-bugs] [Bug 32375] 22.05.07 failing t/AuthoritiesMarc_MARC21.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32375 Danyon Sewell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |danyonsewell 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 Thu Dec 1 01:06:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 00:06:29 +0000 Subject: [Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes email messages release notes| |sent when sending lists so | |that if there are no ISBNs | |for a record, an empty | |label is not shown. CC| |david at davidnind.com --- Comment #7 from David Nind --- Hi David. I added a follow-up for lists sent from the staff interface, as they were doing exactly the same thing - I didn't read the test plan correctly, and wondered why it wasn't working from the staff interface. Hope you don't mind! David Testing notes using KTD (koha-testing-docker): 1. Created a list from the search results for 'perl' (11 results, 2 don't have ISBNs, some results have multiple ISBNs). 2. To setup KTD to send email using a Google account: 2.1 Edit your /etc/koha/sites/kohadev/koha-conf.xml file 2.2 Add this configuration near the end: . = your Google email address . = an APP password that you need to create in your Google account, not your Google account password smtp.gmail.com 587 5 STARTTLS GOOGLEACCOUNTUSER GOOGLEAPPPASSWORD 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 01:21:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 00:21:29 +0000 Subject: [Koha-bugs] [Bug 32384] New: Form for sending lists from the OPAC is misaligned Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32384 Bug ID: 32384 Summary: Form for sending lists from the OPAC is misaligned Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Lists Assignee: koha-bugs at lists.koha-community.org Reporter: david at davidnind.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Created attachment 144371 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144371&action=edit Screenshot - OPAC form for sending a list The form used to send a list from the OPAC needs tidying up - the fields go across the page (see the attached screenshot). Note that the staff interface form displays correctly. To replicate: 1. In the staff interface, create a public list (for example, from a search for perl). 2. In the OPAC, view the list and select the 'Send list' option. 3. Note that the form to enter the email address and comment: 3.1 Opens in a new browser window that expands to fill the whole screen. 3.2 The labels and input fields go across the page, instead of down. -- You are receiving 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 Dec 1 01:21:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 00:21:50 +0000 Subject: [Koha-bugs] [Bug 32384] Form for sending lists from the OPAC is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32384 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 01:37:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 00:37:58 +0000 Subject: [Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302 --- Comment #8 from David Cook --- (In reply to David Nind from comment #7) > Hope you don't mind! Not at all! Thanks for testing and for the follow-up :). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 01:38:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 00:38:43 +0000 Subject: [Koha-bugs] [Bug 32384] Form for sending lists from the OPAC is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32384 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 Dec 1 01:46:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 00:46:07 +0000 Subject: [Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302 --- Comment #9 from Adam Styles --- Hi David and David, Firstly, apologies if my questions on your initial bug report were not as coherent as they were in my head lol. I am new to the Koha dev community and will work on my communication skills. Thanks for the patch, I was looking for something to fix and this looked like a quick one, I will look around for others 8-) Thanks again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 02:06:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 01:06:27 +0000 Subject: [Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302 --- Comment #10 from David Cook --- (In reply to Adam Styles from comment #9) > Firstly, apologies if my questions on your initial bug report were not as > coherent as they were in my head lol. I am new to the Koha dev community and > will work on my communication skills. No worries at all. I think my initial description was pretty vague! Glad to have you aboard. Always good to see other Australians working on Koha! It's not often I get to share a timezone with another Koha dev ;). > Thanks for the patch, I was looking for something to fix and this looked > like a quick one, I will look around for others 8-) Good instinct. It was a quick one! If you're looking for easy bugs, you might considering doing a Bugzilla search on the keyword "Academy". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 02:09:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 01:09:57 +0000 Subject: [Koha-bugs] [Bug 31208] "Check for embedded item record data" should default to "No" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31208 --- Comment #1 from David Cook --- I suppose since this would change existing behaviour, this would need a system preference... -- You are receiving 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 Dec 1 04:38:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 03:38:08 +0000 Subject: [Koha-bugs] [Bug 31675] Remove packages from debian/control that are no longer used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675 Danyon Sewell 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 Dec 1 04:38:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 03:38:12 +0000 Subject: [Koha-bugs] [Bug 31675] Remove packages from debian/control that are no longer used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675 Danyon Sewell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #141329|0 |1 is obsolete| | --- Comment #2 from Danyon Sewell --- Created attachment 144372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144372&action=edit Bug 31675: Remove packages from debian/control that are no longer used As far as I can tell, we are no longer using CGI::Session::Serialize::YAML or YAML::Syck, but they are still marked dependencies for the Debian package. Signed-off-by: Danyon Sewell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 05:45:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 04:45:17 +0000 Subject: [Koha-bugs] [Bug 28911] Bcrypt settings are required for pseudonymization but are not set on upgrade In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28911 --- Comment #7 from David Cook --- Created attachment 144373 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144373&action=edit Example script for koha-conf.xml fixup This is a script I did that uses a reference koha-conf.xml to update some configuration, or just generates missing config (like bcrypt_settings - including comments) -- I don't think it's particularly robust, so I wouldn't rely on it. I wrote it for a once-off point in time update. But maybe it could inspire someone to write a koha-conf.xml upgrade tool. That said, I don't love the idea of automatically upgrading koha-conf.xml. It seems a bit dangerous. Although if a backup mechanism is used (like in my script), then I suppose risk is less as you can always fall back. -- You are receiving 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 Dec 1 08:11:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 07:11:05 +0000 Subject: [Koha-bugs] [Bug 32351] Fix all TestBuilder calls failing due to wrong column names (see 32350) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32351 --- Comment #25 from Marcel de Rooy --- (In reply to Tomás Cohen Arazi from comment #24) > Pushed to master for 22.11. > > Nice work everyone, thanks! Thx Tomas for your acceleration here :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 08:27:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 07:27:37 +0000 Subject: [Koha-bugs] [Bug 32385] New: OPAC and staff (intranet) should not share the same session and cookie Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32385 Bug ID: 32385 Summary: OPAC and staff (intranet) should not share the same session and cookie Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org See also bug 32369. A login via OPAC should imo not allow you to access staff too when you share the same domain (and cookies) between them. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 08:28:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 07:28:22 +0000 Subject: [Koha-bugs] [Bug 32385] OPAC and staff (intranet) should not share the same session and cookie In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32385 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cslone at camdencountylibrary. | |org, | |dcook at prosentient.com.au, | |jonathan.druart+koha at gmail. | |com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 08:28:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 07:28:50 +0000 Subject: [Koha-bugs] [Bug 32369] Two factor authentication can be bypassed if catalog and staff interface URL aren't properly configured In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32369 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #3 from Marcel de Rooy --- No, this is not a bug. This is design :) It always worked that way already. If you log in via the OPAC, you have a session (+cookie) that allows you access to staff too [when having sufficient permissions] when sharing the same domain between OPAC and staff. So, 2FA works here as expected. If you do not want that to happen, it is indeed a matter of configuration. Make sure that OPAC and staff are not using the same domain. They wont share the cookie, problem solved. Thats not the final word imo though. We already have reports asking for e.g. separate timeout settings for OPAC and staff/intranet sessions. We should imo create a separate OPAC and staff session and session cookie. This probably wont happen before refactoring/rewriting C4::Auth? I couldnt find a report for separating the session so quickly, so I opened a new one. But I think that it must have been submitted already in the past, only with some other terms or so.. Bug 32385. Closing this 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 Thu Dec 1 08:30:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 07:30:09 +0000 Subject: [Koha-bugs] [Bug 32385] OPAC and staff (intranet) should not share the same session and cookie In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32385 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32369 -- You are receiving 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 Dec 1 08:30:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 07:30:09 +0000 Subject: [Koha-bugs] [Bug 32369] Two factor authentication can be bypassed if catalog and staff interface URL aren't properly configured In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32369 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32385 -- You are receiving 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 Dec 1 08:39:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 07:39:26 +0000 Subject: [Koha-bugs] [Bug 32351] Fix all TestBuilder calls failing due to wrong column names (see 32350) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32351 --- Comment #26 from Martin Renvoize --- Awesome work here, thanks :) -- You are receiving 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 Dec 1 09:23:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 08:23:09 +0000 Subject: [Koha-bugs] [Bug 32351] Fix all TestBuilder calls failing due to wrong column names In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32351 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Summary|Fix all TestBuilder calls |Fix all TestBuilder calls |failing due to wrong column |failing due to wrong column |names (see 32350) |names --- Comment #27 from Jonathan Druart --- Thanks, Tomas! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 11:22:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 10:22:40 +0000 Subject: [Koha-bugs] [Bug 32349] Remove TEST_QA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 11:22:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 10:22:44 +0000 Subject: [Koha-bugs] [Bug 32349] Remove TEST_QA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144226|0 |1 is obsolete| | --- Comment #3 from Mason James --- Created attachment 144374 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144374&action=edit Bug 32349: Remove TEST_QA There is an env var that we are passing from koha-testing-docker, TEST_QA. It's used in Koha from a single test file, t/00-testcritic.t. If not set, no test is run. Do we really need this? libtest-perl-critic-perl is packaged and automatically installed. Signed-off-by: Mason James -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 11:23:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 10:23:16 +0000 Subject: [Koha-bugs] [Bug 32349] Remove TEST_QA In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 --- Comment #4 from Mason James --- (In reply to Jonathan Druart from comment #2) > Mason, you are the only one this removal could affect. Do you agree with > this? hiya, patch looks good to me :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 12:47:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 11:47:52 +0000 Subject: [Koha-bugs] [Bug 29716] [DOCS] Automated screenshots using Cypress.io testing framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29716 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[DOCS] Automated |[DOCS] Automated |screenshots |screenshots using | |Cypress.io testing | |framework URL|https://gitlab.com/davidnin |https://codeberg.org/davidn |d/koha-automated-screenshot |ind/koha-automated-screensh |s |ots --- Comment #2 from David Nind --- I've been experimenting with using Cypress.io to generate screenshots - it seems to work OK. It uses Node.js and the Cypress.io testing framework library. See the repository https://codeberg.org/davidnind/koha-automated-screenshots Just some basic examples for the moment, more to add to more comprehensively test and generate a wider range of screenshots. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:28:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:28:22 +0000 Subject: [Koha-bugs] [Bug 32300] Add page-section to cataloguing plugins (cat) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:28:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:28:35 +0000 Subject: [Koha-bugs] [Bug 32300] Add page-section to cataloguing plugins (cat) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300 --- Comment #1 from Owen Leonard --- Created attachment 144375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144375&action=edit Bug 32300: Add page-section to cataloguing plugins (cat) This patch adds a "page-section" container div around the main section of cataloging plugins which lack it. The patch also adds a "btn btn-primary" buttons. This patch contains indentation changes, so please ignore whitespace when looking at the diff. These changes are simple enough that checking the diff is probably enough, but if you want to test a plugin in action, you go to Administration -> MARC bibliographic framework. - Choose Actions -> MARC structure on the framework you want to modify - Choose Actions -> Edit subfields on the tag you want to modify - Select the tab for the subfield you want to change. - In the "Other options" section near the bottom, use the "Plugin" dropdown to select the plugin you want to associate with that subfield. - In the basic MARC editor the subfield you updated should now have an icon next to it for triggering the plugin. Clicking it should trigger a popup window which shows the updated template. For plugins with "authorities" in the name, configure the Authorities structure under Administration -> Authority types. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:28:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:28:41 +0000 Subject: [Koha-bugs] [Bug 32350] We should die if TestBuilder is passed a column we're not expecting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32350 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:29:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:29:35 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144347|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 Dec 1 13:29:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:29:39 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144332|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 Dec 1 13:29:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:29:42 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144333|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 Dec 1 13:30:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:30:54 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #14 from Tomás Cohen Arazi --- Created attachment 144376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144376&action=edit Bug 32370: Unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:30:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:30:59 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #15 from Tomás Cohen Arazi --- Created attachment 144377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144377&action=edit Bug 32370: Provide a generic set of tools for JSON fields This patch introduces a new class for extending Koha::Object-based classes so they have reusable ways to deal with JSON encoded fields. As documented in the POD, classes can now ```perl use base qw(Koha::Object Koha::Object::JSONFields); ``` and will have the following methods available: * decode_json_field * set_encoded_json_field For convenience, the Koha::Auth::Identity::Provider class is tweaked to make use of this, and also to prove the behavior is correct (expected results, exceptions, encoding, etc). To test: 1. Run: $ kshell k$ prove t/db_dependent/Koha/Auth/Identity/Provider.t \ t/db_dependent/api/v1/idp.t => SUCCESS: Identity provider related tests pass! 2. Apply this patches 3. Repeat 1 => SUCCESS: Tests still pass! 4. Run the specific tests: k$ prove t/db_dependent/Koha/Object/JSONField.t => SUCCESS: Tests pass! 5. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:31:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:31:05 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #16 from Tomás Cohen Arazi --- Created attachment 144378 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144378&action=edit Bug 32370: (follow-up) Make Koha::BackgroundJob use Koha::Object::JSONFields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:56:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 12:56:11 +0000 Subject: [Koha-bugs] [Bug 32350] We should die if TestBuilder is passed a column we're not expecting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32350 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00, 22.11.01 released in| | --- Comment #37 from Martin Renvoize --- Thanks everyone, pushing to 22.11.x for 22.11.01. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:18 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:23 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 --- Comment #7 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:28 +0000 Subject: [Koha-bugs] [Bug 30963] Automatically refresh the curbside pickups list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30963 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:33 +0000 Subject: [Koha-bugs] [Bug 30963] Automatically refresh the curbside pickups list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30963 --- Comment #7 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:37 +0000 Subject: [Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:42 +0000 Subject: [Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 --- Comment #7 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:46 +0000 Subject: [Koha-bugs] [Bug 32366] BatchDeleteBiblio task should have tests to prove indexing all takes place in one step In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:04:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:04:50 +0000 Subject: [Koha-bugs] [Bug 32366] BatchDeleteBiblio task should have tests to prove indexing all takes place in one step In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 14:10:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:10:55 +0000 Subject: [Koha-bugs] [Bug 32386] New: Record Matching rules not being created Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32386 Bug ID: 32386 Summary: Record Matching rules not being created Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: manishalibtech at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Created attachment 144379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144379&action=edit error 500 Creating new record matching rules is not working. Getting error 500 at attached. Even editing the sample record matching rules is not working. -- You are receiving 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 Dec 1 14:24:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:24:05 +0000 Subject: [Koha-bugs] [Bug 28756] Select values by exclusion in facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28756 Aude Charillon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |aude.charillon at ptfs-europe. | |com Resolution|--- |DUPLICATE --- Comment #1 from Aude Charillon --- Duplicate of Bug 27678 - Add option to exclude facets in search results *** This bug has been marked as a duplicate of bug 27678 *** -- You are receiving 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 Dec 1 14:24:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 13:24:05 +0000 Subject: [Koha-bugs] [Bug 27678] Add option to exclude facets in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27678 Aude Charillon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com --- Comment #1 from Aude Charillon --- *** Bug 28756 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 15:10:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 14:10:46 +0000 Subject: [Koha-bugs] [Bug 32369] Two factor authentication can be bypassed if catalog and staff interface URL aren't properly configured In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32369 --- Comment #4 from Chris Slone --- Fair enough, just wanted make sure it was known if it wasn't already. Sounds good on the new bug about the session cookies. -- You are receiving 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 Dec 1 15:25:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 14:25:11 +0000 Subject: [Koha-bugs] [Bug 27678] Add option to exclude facets in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27678 Susan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |susan.merner at nhs.net --- Comment #2 from Susan --- I would find this a useful feature and it would help save time in viewing results. Normally we would want in search results (on Catalogue in KOHA Staff interface) to see Books and Ebooks. We would not want to see ILL Journals, ILL Ebooks, On Order. as none of those are available to borrow. Tick boxes beside each item would help to determine what to include/exclude. -- You are receiving 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 Dec 1 16:10:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 15:10:40 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144336|0 |1 is obsolete| | --- Comment #151 from Hammat wele --- Created attachment 144380 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144380&action=edit This patch adds 'XSL-Simple Export' when saving a bibliographic record To test: 1) Search for a record in the intranet. 2) Click on the 'Save' button and observe the dropdown menu. 3) Notice that 'XSL- Simple Export' is not in the menu. 4) Apply the patch. 5) In System preferences search for OpacExportOptions and enable XSL 6) Repeat the steps 1 and 2. 7) Notice that 'XSL - Simple Export' is in the menu. 8) Click on 'XSL - Simple Export'. A .html file should be downloaded. 9) Open the .html file. You should see the record's informations. 10) Add some items to your Cart 11) Open the Cart 12) Click on the 'Download' button and observe the dropdown menu. 13) Notice that 'XSL - Simple Export' is in the menu. 14) Click on 'XSL - Simple Export'. A .html file should be downloaded. 15) Open the .html file. You should see the record's informations. 16) Add some items to a List 17) Open the List 18) Click on the 'Download' button and observe the dropdown menu. 19) Notice that 'XSL - Simple Export' is in the menu. 20) Click on 'XSL - Simple Export'. A .html file should be downloaded. 21) Open the .html file. You should see the record's informations. 22) Do the same steps in OPAC 23) In System preferences search for OpacExportOptions and disable XSL 24) Repeat all steps 25) Notice that 'XSL - Simple Export' is no more in the menus. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 16:48:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 15:48:03 +0000 Subject: [Koha-bugs] [Bug 32387] New: "Image from Amazon.com" displayed even if AmazonLocale is not set to american Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32387 Bug ID: 32387 Summary: "Image from Amazon.com" displayed even if AmazonLocale is not set to american Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface 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 I noticed that, in the record details in the staff interface, the message under the amazon cover image is "Image from Amazon.com" even when AmazonLocale is set to another site than american. The message should either be "Image from Amazon" for all locales, or the message should change depending on the locale. To test: Note: I attached a file of sample records that I use for various image sources, you can import this file into Koha, if needed - Download the attached marc file (coverimages.mrc) - In the Koha staff interface, go to Cataloging > Stage records for import - Click the "Choose file" or "Browse" button and choose the downloaded file - Click "Upload file" - Click "Stage for import" - Click "View detail of the enqueued job" - Click "View batch" - Click "Import this batch into the catalog" 1. Enable AmazonCoverImages 1.1. Go to Administration > Global system preferences 1.2. Search for Amazon 1.3. Select "Show" in AmazonCoverImages 1.4. Click "Save all Enhanced content preferences" 2. Set AmazonLocale to canadian (or other locale than american) 2.1. Select "Canadian" in AmazonLocale 2.2. Click "Save all Enhanced content preferences" 3. If using the attached records, search the catalog for "Two gentlemen of Verona"; if not using the file, search for a record with an ISBN than has an image on Amazon.ca (or chosen locale) --> Note that under the image, it says simply "Amazon cover image", this is ok 4. Click on the title that has an image from Amazon to access the detailed record --> In the image box, notice that it says "Image from Amazon.com" even if AmazonLocale is set to Canadian 5. Click on the image --> Note that under the image, it says simply "Amazon cover image", this is ok Maybe we could use the same message ("Amazon cover image") everywhere? -- You are receiving 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 Dec 1 17:13:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 16:13:30 +0000 Subject: [Koha-bugs] [Bug 32387] "Image from Amazon.com" displayed even if AmazonLocale is not set to american In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32387 --- Comment #1 from Caroline Cyr La Rose --- Created attachment 144381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144381&action=edit Sample records Oops, I had forgotten the sample records file! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:17:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 16:17:28 +0000 Subject: [Koha-bugs] [Bug 32388] New: "Image from Amazon.com" displayed even if AmazonLocale is not set to american (OPAC) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32388 Bug ID: 32388 Summary: "Image from Amazon.com" displayed even if AmazonLocale is not set to american (OPAC) Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org This is the same as bug 32387 but for the OPAC. In the records details in the OPAC, the message under the amazon cover image is "Image from Amazon.com" even when AmazonLocale is set to another site than american. To test: Note: I attached a file of sample records that I use for various image sources, you can import this file into Koha, if needed - Download the attached marc file (coverimages.mrc) - In the Koha staff interface, go to Cataloging > Stage records for import - Click the "Choose file" or "Browse" button and choose the downloaded file - Click "Upload file" - Click "Stage for import" - Click "View detail of the enqueued job" - Click "View batch" - Click "Import this batch into the catalog" 1. Enable AmazonCoverImages 1.1. Go to Administration > Global system preferences 1.2. Search for Amazon 1.3. Select "Show" in AmazonCoverImages 1.4. Click "Save all Enhanced content preferences" 2. Set AmazonLocale to canadian (or other locale than american) 2.1. Select "Canadian" in AmazonLocale 2.2. Click "Save all Enhanced content preferences" 3. If using the attached records, search the OPAC for "Two gentlemen of Verona"; if not using the file, search for a record with an ISBN than has an image on Amazon.ca (or chosen locale) 4. Click on the title that has an image from Amazon to access the detailed record --> In the image box, notice that it says "Image from Amazon.com" even if AmazonLocale is set to Canadian 5. Click on the image --> Note that under the image, it says simply "Amazon cover image", this is ok -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:17:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 16:17:54 +0000 Subject: [Koha-bugs] [Bug 32388] "Image from Amazon.com" displayed even if AmazonLocale is not set to american (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32388 --- Comment #1 from Caroline Cyr La Rose --- Created attachment 144382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144382&action=edit Sample records File with sample records -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:18:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 16:18:05 +0000 Subject: [Koha-bugs] [Bug 32387] "Image from Amazon.com" displayed even if AmazonLocale is not set to american In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32387 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32388 -- You are receiving 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 Dec 1 17:18:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 16:18:05 +0000 Subject: [Koha-bugs] [Bug 32388] "Image from Amazon.com" displayed even if AmazonLocale is not set to american (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32388 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32387 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:41:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 16:41:36 +0000 Subject: [Koha-bugs] [Bug 32325] Valid 006/00 values should not depend on Type of Material selection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32325 Heather changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:55:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 16:55:12 +0000 Subject: [Koha-bugs] [Bug 26482] Add macros ability to basic editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26482 Heather changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:33:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 17:33:35 +0000 Subject: [Koha-bugs] [Bug 32389] New: Syndetics links are built wrong on the staff results page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 Bug ID: 32389 Summary: Syndetics links are built wrong on the staff results page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org TO recreate: 1. Have SyndeticsCoverImages on and Syndetics setup. 2. Do a search that will return some results with Syndetics images 3. Click on the image link and you will get a 404 4. Notice the page you are being directed to is something like: http://localhost:8081/cgi-bin/koha/catalogue/?biblionumber=117 -- You are receiving 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 Dec 1 18:33:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 17:33:43 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:39:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 17:39:41 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 --- Comment #1 from Lucas Gass --- We are attempting to pass in this template variable: [% DetailPage | url %] I can't find this anywhere else in the codebase, so maybe we should just hardcode this bit? -- You are receiving 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 Dec 1 18:43:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 17:43:05 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:43:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 17:43:08 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 --- Comment #2 from Lucas Gass --- Created attachment 144383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144383&action=edit Bug 32389: Fix Syndetics link on staff results page To test: 1. Have SyndeticsCoverImages on and Syndetics setup. 2. Do a search that will return some results with Syndetics images 3. Click on the image link and you will get a 404 4. Apply patch 5. Link works! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:47:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 17:47:28 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:17:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 18:17:09 +0000 Subject: [Koha-bugs] [Bug 21699] Allow circulation messages to be editable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21699 Suzanne changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smhodson123extra at yahoo.com --- Comment #12 from Suzanne --- Thank you so much for the quick help and work on this! Looking forward to it! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:57:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 18:57:58 +0000 Subject: [Koha-bugs] [Bug 32275] Fill blank record in basic editor using ISBN with Google Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32275 Lauren Denny changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lauren_denny at sil.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:58:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 18:58:25 +0000 Subject: [Koha-bugs] [Bug 31742] Highlight logged-in library holdings on add/edit items screen (additem.pl) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31742 Lauren Denny changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lauren_denny at sil.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:58:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 18:58:37 +0000 Subject: [Koha-bugs] [Bug 26482] Add macros ability to basic editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26482 Lauren Denny changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lauren_denny at sil.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 20:50:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 19:50:51 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hammat.wele at inlibro.com Attachment #141160|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 Dec 1 20:52:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 19:52:34 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #141161|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 Dec 1 20:53:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 19:53:31 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #141163|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 Dec 1 20:54:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 19:54:01 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #141164|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 Dec 1 20:59:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 19:59:46 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #141162|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 Dec 1 21:13:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 20:13:49 +0000 Subject: [Koha-bugs] [Bug 32390] New: Allow one to set an override value for CSVDelimiter per report Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32390 Bug ID: 32390 Summary: Allow one to set an override value for CSVDelimiter per report Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: andrewfh at dubcolib.org QA Contact: testopia at bugs.koha-community.org The syspref CSVDelimiter allows one to pick a delimiter to be used when exporting CSV results for all reports. Based on the data included and the intended use, different reports require different delimiters. It would be helpful to add the field saved_sql.delimiter and save an optional delimiter value for each report. Reports could default to following the syspref but allow one to select an alternate value when saving/editing a report. -- You are receiving 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 Dec 1 22:19:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 21:19:48 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144380|0 |1 is obsolete| | --- Comment #152 from Hammat wele --- Created attachment 144384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144384&action=edit This patch adds 'XSL-Simple Export' when saving a bibliographic record To test: 1) Search for a record in the intranet. 2) Click on the 'Save' button and observe the dropdown menu. 3) Notice that 'XSL- Simple Export' is not in the menu. 4) Apply the patch. 5) In System preferences search for OpacExportOptions and enable XSL 6) Repeat the steps 1 and 2. 7) Notice that 'XSL - Simple Export' is in the menu. 8) Click on 'XSL - Simple Export'. A .html file should be downloaded. 9) Open the .html file. You should see the record's informations. 10) Add some items to your Cart 11) Open the Cart 12) Click on the 'Download' button and observe the dropdown menu. 13) Notice that 'XSL - Simple Export' is in the menu. 14) Click on 'XSL - Simple Export'. A .html file should be downloaded. 15) Open the .html file. You should see the record's informations. 16) Add some items to a List 17) Open the List 18) Click on the 'Download' button and observe the dropdown menu. 19) Notice that 'XSL - Simple Export' is in the menu. 20) Click on 'XSL - Simple Export'. A .html file should be downloaded. 21) Open the .html file. You should see the record's informations. 22) Do the same steps in OPAC 23) In System preferences search for OpacExportOptions and disable XSL 24) Repeat all steps 25) Notice that 'XSL - Simple Export' is no more in the menus. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 22:51:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 21:51:58 +0000 Subject: [Koha-bugs] [Bug 14911] Item search: Display additional 245 subfields in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911 --- Comment #4 from Lucas Gass --- Like Katrin said, bcnp are easy because they are now DB fields. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 22:52:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 21:52:19 +0000 Subject: [Koha-bugs] [Bug 14911] Item search: Display additional 245 subfields in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 22:59:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 21:59:49 +0000 Subject: [Koha-bugs] [Bug 14911] Item search: Display additional 245 subfields in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 22:59:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 21:59:54 +0000 Subject: [Koha-bugs] [Bug 14911] Item search: Display additional 245 subfields in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911 --- Comment #5 from Lucas Gass --- Created attachment 144385 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144385&action=edit Bug 14911: Add 245 fields to itemsearch title column To test: 1. Have some records that have these 245 fields: -Title 245$a -Subtitle 245$b -Medium 245$h -Part number 245$n -Part name 245$p Note: IN KTD I have to run batchRebuildBiblioTables.pl -c 2. Apply patch and do an item search that will turn up items with the 245 fields lists above 3. Notice that those subfields are now included in the title column. I added them in this manner because it seemed right to be: -Subfield, included in the title link -Medium -Part number -Part name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 23:03:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 22:03:22 +0000 Subject: [Koha-bugs] [Bug 32375] 22.05.07 failing t/AuthoritiesMarc_MARC21.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32375 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 Thu Dec 1 23:08:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 22:08:02 +0000 Subject: [Koha-bugs] [Bug 32375] 22.05.07 failing t/AuthoritiesMarc_MARC21.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32375 --- Comment #4 from Lucas Gass --- Hey all, I am having trouble making t/AuthoritiesMarc_MARC21.t fail on my 22.05.x branch. Maybe I missing a specific configuration that will make this fail? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 23:21:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 22:21:06 +0000 Subject: [Koha-bugs] [Bug 32375] 22.05.07 failing t/AuthoritiesMarc_MARC21.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32375 --- Comment #5 from wainuiwitikapark at catalyst.net.nz --- (In reply to Lucas Gass from comment #4) > Hey all, > > I am having trouble making t/AuthoritiesMarc_MARC21.t fail on my 22.05.x > branch. > > Maybe I missing a specific configuration that will make this fail? Hi Lucas, Can you start mysql and see if it fails then? Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 23:21:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 22:21:20 +0000 Subject: [Koha-bugs] [Bug 32381] Koha should be able to receive and record reasons for failed SMS notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32381 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org --- Comment #1 from Christopher Brannon --- Yes, I agree. This would be extremely helpful. -- You are receiving 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 Dec 1 23:25:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 22:25:34 +0000 Subject: [Koha-bugs] [Bug 32300] Add page-section to cataloguing plugins (cat) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300 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 Thu Dec 1 23:25:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 22:25:42 +0000 Subject: [Koha-bugs] [Bug 32300] Add page-section to cataloguing plugins (cat) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144375|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 144386 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144386&action=edit Bug 32300: Add page-section to cataloguing plugins (cat) This patch adds a "page-section" container div around the main section of cataloging plugins which lack it. The patch also adds a "btn btn-primary" buttons. This patch contains indentation changes, so please ignore whitespace when looking at the diff. These changes are simple enough that checking the diff is probably enough, but if you want to test a plugin in action, you go to Administration -> MARC bibliographic framework. - Choose Actions -> MARC structure on the framework you want to modify - Choose Actions -> Edit subfields on the tag you want to modify - Select the tab for the subfield you want to change. - In the "Other options" section near the bottom, use the "Plugin" dropdown to select the plugin you want to associate with that subfield. - In the basic MARC editor the subfield you updated should now have an icon next to it for triggering the plugin. Clicking it should trigger a popup window which shows the updated template. For plugins with "authorities" in the name, configure the Authorities structure under Administration -> Authority types. 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 Thu Dec 1 23:39:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2022 22:39:20 +0000 Subject: [Koha-bugs] [Bug 32381] Koha should be able to receive and record reasons for failed SMS notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32381 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 Fri Dec 2 01:26:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 00:26:08 +0000 Subject: [Koha-bugs] [Bug 32382] Fund input misaligned on invoice summary page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 01:26:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 00:26:12 +0000 Subject: [Koha-bugs] [Bug 32382] Fund input misaligned on invoice summary page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382 --- Comment #1 from Lucas Gass --- Created attachment 144387 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144387&action=edit Bug 32382: Fix alignment on invoice summary page To test: 1. Apply patch 2. Have some funds from budgets that are both active and inactive 3. Receive a basket and click 'Finish receiving' to get to the invoice page 4. Look at the Fund/Show inactive line and make sure it is aligned right 5. With some inactive funds click 'Show inactive' and make sure they appear in this dropdown 6. Click 'Add an adjustment'. Make sure the Fund/Show inactive line looks correct there as well/ 7. Make an adjustment and click 'Update adjustments' make sure the line also looks right in the table that appears. 8. Inside that table make sure you can click the 'Show inactive' checkbox and the inactive budgets appears. Note: Some of the HTML was ouside of the HTML body, so I moved it into the HTML body so it will be valid. -- You are receiving 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 Dec 2 01:26:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 00:26:31 +0000 Subject: [Koha-bugs] [Bug 32382] Fund input misaligned on invoice summary page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | CC| |lucas at bywatersolutions.com 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 Fri Dec 2 01:29:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 00:29:03 +0000 Subject: [Koha-bugs] [Bug 32382] Fund input misaligned on invoice summary page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382 --- Comment #2 from Lucas Gass --- Maybe this is for another bug but we build an HTML element called 'all_fund_dropdown'. This is never actually shown, we just use the inner HTML to build all the other '.fund_dropdown' dropdowns on the page. Would it not be better to handle that all with JS? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:07:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:07:43 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #5 from David Cook --- Currently testing this and using the following to point to the Keycloak provided by my customized docker-compose.sso.yml http://host.docker.internal:8082/realms/test/.well-known/openid-configuration -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:10:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:10:50 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #6 from David Cook --- (In reply to David Cook from comment #5) > Currently testing this and using the following to point to the Keycloak > provided by my customized docker-compose.sso.yml > > http://host.docker.internal:8082/realms/test/.well-known/openid-configuration Note that this is me using Docker Desktop on Windows, so your mileage may vary... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:16:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:16:45 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 David Cook 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 Dec 2 02:16:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:16:51 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144274|0 |1 is obsolete| | --- Comment #7 from David Cook --- Created attachment 144388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144388&action=edit Bug 32354: Accept session_state param given by OAuth IdP This patch ensures Koha doesn't throw an error if the IdP hands back a session_state parameter. To test: 1) Set up an identity provider 2) On the IdP's configuration, make it hand back a session_state 3) Confirm authentication using OIDC works with and without the session_state Sponsored-by: Plant & Food Research Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:18:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:18:30 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #8 from Tomás Cohen Arazi --- (In reply to David Cook from comment #5) > Currently testing this and using the following to point to the Keycloak > provided by my customized docker-compose.sso.yml > > http://host.docker.internal:8082/realms/test/.well-known/openid-configuration The one in KTD, documented in the README should be usable as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:22:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:22:57 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #9 from David Cook --- I'm happy with this patch. If anyone needs help QAing this or wants to add their signoff and count mine towards QA, just let me know... -- Out of scope side note: It doesn't look like /oauth/login/{provider_code}/{interface} actually gets used. It looks like the staff interface uses the /public/oauth/login/{provider_code}/{interface} endpoint same as the OPAC. I don't know whether or not this is by design. Agustin and Tomas might be able to clarify that one... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:25:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:25:30 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #10 from David Cook --- (In reply to Tomás Cohen Arazi from comment #8) > The one in KTD, documented in the README should be usable as well. That's true. I don't like meddling with my /etc/hosts too much but maybe I should just for the sake of consistency with other KTD users... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:29:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:29:57 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #11 from David Cook --- (In reply to Tomás Cohen Arazi from comment #8) > The one in KTD, documented in the README should be usable as well. Hmmm that doesn't seem to work, since on the workstation it's sso:8082 but in koha-testing-docker it's sso:8080 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:31:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:31:02 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #12 from David Cook --- (In reply to David Cook from comment #11) > Hmmm that doesn't seem to work, since on the workstation it's sso:8082 but > in koha-testing-docker it's sso:8080 Ah, I'm using an old docker-compose.sso.yml. Nevermind me ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 02:44:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 01:44:06 +0000 Subject: [Koha-bugs] [Bug 32375] 22.05.07 failing t/AuthoritiesMarc_MARC21.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32375 --- Comment #6 from Chris Cormack --- Thats right you have to have no db, so if you stop mariadb, or mysqlserver and run it will fail. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 03:00:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 02:00:34 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #13 from David Cook --- Pulled the latest koha-testing-docker and the http://sso:8082/auth/ URL works well, so a "test" realm would be http://sso:8082/auth/realms/test/.well-known/openid-configuration -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 03:25:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 02:25:50 +0000 Subject: [Koha-bugs] [Bug 31897] New hook when indexing with Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31897 --- Comment #15 from Fridolin Somers --- Ah we should give to the plugin the index name 'biblios' or 'authorities'. Maybe with $self->index. > a plugin can change the record so that it better suits the index In this case we may better hook in Koha::SearchEngine::Elasticsearch::marc_records_to_documents(). There already is feature for ISBN forms and IncludeSeeFromInSearches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 08:37:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 07:37:26 +0000 Subject: [Koha-bugs] [Bug 32391] New: Reorganise the manual contents Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32391 Bug ID: 32391 Summary: Reorganise the manual contents Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: david at davidnind.com QA Contact: testopia at bugs.koha-community.org The contents of the manual need reorganising/restructuring. Currently, the contents is a long list of modules/features/topics in a randomish order. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 08:37:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 07:37:53 +0000 Subject: [Koha-bugs] [Bug 32391] Reorganise the manual contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32391 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |david at davidnind.com |ity.org | Priority|P5 - low |P1 - high -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:22:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:22:45 +0000 Subject: [Koha-bugs] [Bug 32305] Background worker doesn't check jobs receive from rabbitmq are in 'new' state In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305 --- Comment #6 from Martin Renvoize --- I think Jonathans approach is the right way to go.. Though I must admit, I found it confusing when looking at the 'start' helper method too.. that already checks status and throws an exception if the status isn't new. Having both 'process' and 'start' methods is a tad confusing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:24:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:24:05 +0000 Subject: [Koha-bugs] [Bug 32305] Background worker doesn't check jobs receive from rabbitmq are in 'new' state In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305 --- Comment #7 from Martin Renvoize --- Created attachment 144389 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144389&action=edit Bug 32305: Don't process a job if its status is not 'new' Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:25:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:25:05 +0000 Subject: [Koha-bugs] [Bug 32330] Table background_jobs is missing indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32330 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144186|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize --- Created attachment 144390 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144390&action=edit Bug 32330: Add indexes to table background_jobs Table background_jobs should have indexes to optimize queries. Query on borrowernumber : mainpage.pl: my $already_ran_jobs = Koha::BackgroundJobs->search( mainpage.pl- { borrowernumber => $logged_in_user->borrowernumber } )->count ? 1 : 0; Query on status and queue : misc/background_jobs_worker.pl: my $jobs = Koha::BackgroundJobs->search({ status => 'new', queue => \@queues }); Test plan : Run updatedatabase and play with background jobs Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:25:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:25:17 +0000 Subject: [Koha-bugs] [Bug 32330] Table background_jobs is missing indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32330 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off 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 Fri Dec 2 09:25:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:25:34 +0000 Subject: [Koha-bugs] [Bug 32330] Table background_jobs is missing indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32330 --- Comment #5 from Martin Renvoize --- Good call -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:27:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:27:26 +0000 Subject: [Koha-bugs] [Bug 32305] Background worker doesn't check jobs receive from rabbitmq are in 'new' state In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305 --- Comment #8 from Martin Renvoize --- Should we force a refetch from the DB just prior to checking this status.. just in case we have a stale object? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:28:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:28:48 +0000 Subject: [Koha-bugs] [Bug 30943] Make background job classes use helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943 --- Comment #7 from Martin Renvoize --- OK.. I think this patchset if solid as is if we push the process fix first that checks for status... Having both process and start methods is slightly confusing at first ;P -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:32:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 08:32:56 +0000 Subject: [Koha-bugs] [Bug 32391] Reorganise the manual contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32391 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from David Nind --- Here is a rough outline of what I am thinking about. Tasks: - Fine tune the revised contents/structure - Make available in a shared document for comments/interactive feedback - Reorganise the index page for feedback (make available as a static site) Potentially each of the sections could be separate guides, rather than one big manual, with the contents page organising and linking these together. Initial focus would be on reorganising the contents, and then later reorganising content in individual sections/chapters/guides where required - including adding new sections. Revised contents outline, with notes ==================================== Using this manual/documentation [about the documentation and how it is organised] - Conventions - Change log [quick notes on what has changed in the documentation, for example a new guide on a new feature added] What's new in Koha [more user-friendly 'release' notes] Koha overview [brief introduction to Koha - key features, modules and tools; the community] Getting help Part X - Getting started [brief outline of process to consider when implementing, with links to more detailed information/guides/tutorials] - Implementation [including links to the checklists] - Data migration - Installation - System setup and configuration - System administration [including managing upgrades] Part X - Using Koha [sections/chapters/guides on each of the modules, tools and other features - not sure of the best way to group or organise this yet] - Finding your way around [getting familiar with the OPAC and staff interface] - Searching [may be an advanced search guide as well?] - Patron guide to using the OPAC - The core modules: . Circulation . Patrons . Cataloging . Authorities [combine with cataloguing?] . Serials . Acquisitions . Reports .... - Other modules, features, and tools [not sure how to group yet] . Course reserves . ERM . Interlibrary loans . Lists . News . Notices and slips . Patrons . Point of sale .... - Enhanced content, integration, and web services [separate sections or part of above topics where appropriate] - Customising the OPAC and staff interface . Look and feel [theming] . JavaScript and CSS Part X - Implementation guide Part X - Data migration guide [getting your data into Koha] Part X - Installation guide Part X - System setup and configuration - Using languages other than English Part X - System administration - Backups - Security - Scheduled jobs [cron jobs] - Search engines - Upgrades Part X - System preferences [Reference] Part X - Cron jobs [Reference] Part X - Package commands [Reference] Index Glossary License information -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:12:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 09:12:43 +0000 Subject: [Koha-bugs] [Bug 32392] New: Ability to skip forward serial issues when receiving double (or more) issue Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32392 Bug ID: 32392 Summary: Ability to skip forward serial issues when receiving double (or more) issue Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Serials Assignee: koha-bugs at lists.koha-community.org Reporter: bjorn.nylen at ub.lu.se QA Contact: testopia at bugs.koha-community.org When an unexpected double issue is received there needs to be an easy way to skip forward to generate the next expected issue. Eg I receive no 6/7 so the next generated issue should be No 8 rather than having to generate No 7 and 8 and then delete No 7. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:23:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 09:23:37 +0000 Subject: [Koha-bugs] [Bug 32392] Ability to skip forward serial issues when receiving double (or more) issue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32392 Björn Nylén changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |bjorn.nylen at ub.lu.se |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 Dec 2 11:41:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:41:31 +0000 Subject: [Koha-bugs] [Bug 31381] Searching patrons by letter broken when using non-mandatory extended attributes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31381 Jacob O'Mara changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacob.omara at ptfs-europe.com Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00, 22.11.01 released in| | --- Comment #22 from Jacob O'Mara --- Nice work! Pushed to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:48:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:48:48 +0000 Subject: [Koha-bugs] [Bug 19220] Allow XSLT processing for Z39.50 authority targets like for bibliographic targets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19220 --- Comment #17 from Filippos Kolovos --- Dear Fridolin Goodmorning, As far as I am concerned, I have tested it in branches 20.x and 21.x and it works as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:50:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:50:28 +0000 Subject: [Koha-bugs] [Bug 32334] Sync comments in database with schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:50:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:50:32 +0000 Subject: [Koha-bugs] [Bug 32334] Sync comments in database with schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 --- Comment #1 from Marcel de Rooy --- Created attachment 144391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144391&action=edit Bug 32334: Exceptions - Add parameter to WrongParameter Test plan: Run t/Koha/Exceptions.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:50:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:50:36 +0000 Subject: [Koha-bugs] [Bug 32334] Sync comments in database with schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 --- Comment #2 from Marcel de Rooy --- Created attachment 144392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144392&action=edit Bug 32334: Add general exception FileNotFound No test plan. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:50:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:50:40 +0000 Subject: [Koha-bugs] [Bug 32334] Sync comments in database with schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 --- Comment #3 from Marcel de Rooy --- Created attachment 144393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144393&action=edit Bug 32334: Introduce Koha::Database::Commenter Test plan: [1] Make a backup of your database. Just for precaution. [2] Run t/db_dependent/Koha/Database/Commenter.t. * Note: This test script adds and removes a test table. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:50:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:50:44 +0000 Subject: [Koha-bugs] [Bug 32334] Sync comments in database with schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 --- Comment #4 from Marcel de Rooy --- Created attachment 144394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144394&action=edit Bug 32334: Add sync_db_comments script Test plan: [1] Backup your database, if not done already. [2] Check output of dry_run when clearing a table: misc/maintenance/sync_db_comments.pl -clear -table items -dry [3] Save output of misc/devel/update_dbix_class_files before changing comments in order to compare later. (Commit your changes.) You may not have changes after running (at least on a fresh database). That's fine. [4] Clear all comments: misc/maintenance/sync_db_comments.pl -clear [5] Renumber all comments: misc/maintenance/sync_db_comments.pl -renum [6] Reset all comments to schema. Make sure that script finds your structure in installer/data/mysql folder. misc/maintenance/sync_db_comments.pl -reset [7] Run update_dbix_class_files again and inspect changes as compared to previous run. Can you explain them? You should only see changes related to column comments. If you did not have changes in step 3, you should not have them here too. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:56:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:56:52 +0000 Subject: [Koha-bugs] [Bug 32334] Sync comments in database with schema In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, tomascohen at gmail.com --- Comment #5 from Marcel de Rooy --- A few excerpts from the POD of the new module and script: === SYNOPSIS perl sync_db_comments.pl [-h] [-v] [-database DB_NAME] [-table TABLE_NAME] [-dry_run] [-clear|-reset|-renumber] Synchronize column comments in database with Koha schema. Allows you to clear comments too. Operates additionally on specific tables only. And provides a dry run mode that prints sql statements. This script may prove helpful to track synchronization issues between Koha schema and actual database structure due to inconsistencies in database revisions. It reduces the noise from missing column comments when running script update_dbix_class_files.pl. and The advantage of keeping in sync is that you can easily track differences between schema and database with the maintenance script update_dbix_class_files.pl. === Yes, it adds another module. But keeping track of schema issues is imo important enough. The noise of missing or changed comments can be handled in various ways. This approach was the most practical one for me in the end. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:57:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 10:57:53 +0000 Subject: [Koha-bugs] [Bug 32351] Fix all TestBuilder calls failing due to wrong column names In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32351 Jacob O'Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |jacob.omara at ptfs-europe.com Version(s)|23.05.00 |23.05.00, 22.11.01 released in| | --- Comment #28 from Jacob O'Mara --- Nice work! Pushed to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:05:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 11:05:15 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 --- Comment #1 from Matt Blenkinsop --- Created attachment 144395 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144395&action=edit Bug 32074: Edit vendor has two save buttons When editing a vendor there is a floating toolbar with options to save and cancel. There is also an additional save and cancel button set at the bottom of the page and this is superfluous. This has now been removed to leave the floating toolbar as the only toolbar. Test plan: 1) Navigate to Acquisitions and select a Vendor. 2) Click edit vendor 3) Scroll down the page and observe that there is a floating save/cancel toolbar as well as the buttons to save/cancel at the bottom of the page 4) Apply patch 5) Observe that the duplicate buttons at the bottom of the page are now gone -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:07:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 11:07:09 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |matt.blenkinsop at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:45:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 11:45:30 +0000 Subject: [Koha-bugs] [Bug 32381] Koha should be able to receive and record reasons for failed SMS notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32381 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi --- Comment #2 from Emmi Takkinen --- Could this be a duplicate of bug 31481? -- You are receiving 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 Dec 2 12:59:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 11:59:57 +0000 Subject: [Koha-bugs] [Bug 30943] Make background job classes use helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943 --- Comment #8 from Tomás Cohen Arazi --- (In reply to Martin Renvoize from comment #7) > OK.. I think this patchset if solid as is if we push the process fix first > that checks for status... > > Having both process and start methods is slightly confusing at first ;P I agree the terminology is confusing. But they are really different things, as ->process is really the overloaded method in the job class, and ->start is just marking the task as started. i.e. if we rename process => start, we will still want a (say) ->mark_started method that does what this method does. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:18:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:18:23 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:18:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:18:25 +0000 Subject: [Koha-bugs] [Bug 14911] Item search: Display additional 245 subfields in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Owen Leonard --- I think biblio-title.inc should be used here instead -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:21:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:21:28 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:21:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:21:33 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144395|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 144396 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144396&action=edit Bug 32074: Edit vendor has two save buttons When editing a vendor there is a floating toolbar with options to save and cancel. There is also an additional save and cancel button set at the bottom of the page and this is superfluous. This has now been removed to leave the floating toolbar as the only toolbar. Test plan: 1) Navigate to Acquisitions and select a Vendor. 2) Click edit vendor 3) Scroll down the page and observe that there is a floating save/cancel toolbar as well as the buttons to save/cancel at the bottom of the page 4) Apply patch 5) Observe that the duplicate buttons at the bottom of the page are now gone Signed-off-by: Owen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:21:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:21:41 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:32:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:32:40 +0000 Subject: [Koha-bugs] [Bug 17385] Add custom export formats for bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:39:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:39:15 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:39:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:39:21 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144383|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 144397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144397&action=edit Bug 32389: Fix Syndetics link on staff results page To test: 1. Have SyndeticsCoverImages on and Syndetics setup. 2. Do a search that will return some results with Syndetics images 3. Click on the image link and you will get a 404 4. Apply patch 5. Link works! Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:40:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:40:54 +0000 Subject: [Koha-bugs] [Bug 32389] Syndetics links are built wrong on the staff results page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389 --- Comment #4 from Owen Leonard --- Signed off based on the content of the patch even though I don't have Syndetics credentials to test live. I suspect the origin of this bug was some variation on handling the BiblioDefaultView system preference. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:56:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:56:31 +0000 Subject: [Koha-bugs] [Bug 31490] Terminology: change "staff client" to "staff interface" in marc-overlay-rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31490 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |caroline.cyr-la-rose at inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:59:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:59:22 +0000 Subject: [Koha-bugs] [Bug 31326] Koha::Biblio->get_components_query fetches too many component parts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #138886|0 |1 is obsolete| | CC| |emmi.takkinen at koha-suomi.fi --- Comment #3 from Emmi Takkinen --- Created attachment 144398 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144398&action=edit Bug 31326: Koha::Biblio->get_components_query fetches too many component parts This patch adds double quotes to rcn and cni when searching component parts with get_components_query. Test plan: 1) Apply the patch 2) prove Koha/t/db_dependent/Koha/Biblio.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 Fri Dec 2 13:59:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 12:59:30 +0000 Subject: [Koha-bugs] [Bug 31326] Koha::Biblio->get_components_query fetches too many component parts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326 Emmi Takkinen 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 Dec 2 14:03:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:03:26 +0000 Subject: [Koha-bugs] [Bug 32341] OPAC - Mobile - Items table columns are too thin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Daphne Hoolahan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dch at interleaf.ie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:10:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:10:29 +0000 Subject: [Koha-bugs] [Bug 32291] "library category" messages should be removed (not used) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291 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 Fri Dec 2 14:10:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:10:35 +0000 Subject: [Koha-bugs] [Bug 32291] "library category" messages should be removed (not used) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144191|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 144399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144399&action=edit Bug 32291: (bug 16735 follow-up) Remove ref to library category in branches.tt On bug 16735 we rewrite the library groups system. Those references in branches.tt were part of the previous code, and they can be removed. Test plan: Confirm the above and that those code errors are never sent to the template. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:20:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:20:17 +0000 Subject: [Koha-bugs] [Bug 32393] New: background job worker explodes if JSON is incorrect Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Bug ID: 32393 Summary: background job worker explodes if JSON is incorrect Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org If a message that is not (or incorrect) JSON is received by the worker, the script will explode. Additionally, it will restart and get the same frame, over and over again, which means no other job will be processed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:28:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:28:10 +0000 Subject: [Koha-bugs] [Bug 25314] Make OPAC facets collapse In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25314 --- Comment #18 from Owen Leonard --- I notice the Bootstrap Collapse component uses pseudo elements but adds the "aria-expanded" attribute: https://getbootstrap.com/docs/3.4/javascript/#collapse Would that solve the issue? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:39:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:39:38 +0000 Subject: [Koha-bugs] [Bug 32394] New: Long tasks queue is never used Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Bug ID: 32394 Summary: Long tasks queue is never used Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 27783 We are sending "queue" as parameter, but "job_queue" is retrieved in Koha::BackgroundJob->enqueue... Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 [Bug 27783] Introduce background job queues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:39:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:39:38 +0000 Subject: [Koha-bugs] [Bug 27783] Introduce background job queues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32394 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 [Bug 32394] Long tasks queue is never used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:44:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:44:31 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #1 from Tomás Cohen Arazi --- Aren't the parameter confusing but the outcome correct? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:45:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:45:52 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 --- Comment #2 from Jonathan Druart --- This one could be considered critical actually. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:46:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:46:33 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:46:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:46:37 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 --- Comment #3 from Jonathan Druart --- Created attachment 144400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144400&action=edit Bug 32394: Restore long tasks queue We are sending "queue" as parameter, but "job_queue" is retrieved in Koha::BackgroundJob->enqueue... Test plan: Read code and confirm the above. More fun for test plan will be found on bug 32393 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:46:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:46:53 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 --- Comment #4 from Jonathan Druart --- (In reply to Tomás Cohen Arazi from comment #1) > Aren't the parameter confusing but the outcome correct? All jobs are using the default queue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:47:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:47:17 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32393 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 [Bug 32393] background job worker explodes if JSON is incorrect -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:47:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:47:17 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32394 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 [Bug 32394] Long tasks queue is never used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:55:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:55:13 +0000 Subject: [Koha-bugs] [Bug 31631] Optionally choose for tax-exclusive values to be used for calculating fund values (spent, ordered) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31631 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:58:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:58:00 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:58:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:58:05 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 --- Comment #1 from Jonathan Druart --- Created attachment 144401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144401&action=edit Bug 32393: Prevent invalid job to block the job queue I have faced a problem when testing an incorrect version of bug 32370. The frame sent to the message broker was not a correct JSON encoded string, and its decoding was obviously failing, exploding the worker script. Additionally, as we don't send a ack for this frame, the next pull will result in processing the same message, and so in the same explosion. No more messages can be processed! This patch is logging the error and ack the message to the broker, in order to not get stuck. Test plan: 0. Dont' apply this patch 1. Enqueue a bad message a. Apply 32370 b. Comment the following line in Koha::BackgroundJob::enqueue $self->set_encoded_json_field( { data => $job_args, field => 'data' } ); c. restart_all d. Use the batch item modification tool to enqueue a new job => Notice the error in the log => Note that the status of the job is "new" => Inspect rabbitmq queue: % rabbitmq-plugins enable rabbitmq_management % rabbitmqadmin get queue=koha_kohadev-long_tasks You will notice there is a message in the "long_tasks" queue 2. Enqueue a good message a. Remove the change from 1.b b. restart_all c. Enqueue another job => Same error in the log => Both jobs are new => Inspect rabbitmq, there are 2 messages 3. Apply this patch 4. restart_all => Second (good) job is finished => rabbitmq long_tasks queue is empty We cannot mark the first job as done, we have no idea which job it was! QA: Note that this patch is dealing with another problem, not tested in this test plan. If an exception is not correctly caught by the ->process method of the job, we won't crash the worker. The job will be marked as failed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:58:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:58:51 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au, | |m.de.rooy at rijksmuseum.nl, | |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 Fri Dec 2 14:58:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 13:58:54 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au, | |m.de.rooy at rijksmuseum.nl, | |martin.renvoize at ptfs-europe | |.com, tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:02:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:02:26 +0000 Subject: [Koha-bugs] [Bug 31631] Optionally choose for tax-exclusive values to be used for calculating fund values (spent, ordered) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31631 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #12 from Kyle M Hall --- Unit tests are failing randomly: root at kohadevbox:koha(bug31631-qa)$ prove t/db_dependent/Budgets.t t/db_dependent/Budgets.t .. 153/154 Use of uninitialized value in multiplication (*) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 515. Use of uninitialized value in numeric eq (==) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 526. Use of uninitialized value in multiplication (*) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 515. Use of uninitialized value in numeric eq (==) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 526. # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1243. # got: '157.6' # expected: '147.36' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1247. # got: '169.44' # expected: '157.6' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1270. # got: '157.6' # expected: '147.36' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1272. # got: '157.6' # expected: '147.36' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1276. # got: '169.44' # expected: '157.6' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1278. # got: '169.44' # expected: '157.6' # Looks like you failed 6 tests of 34. t/db_dependent/Budgets.t .. 154/154 # Failed test 'GetBudgetSpent GetBudgetOrdered GetBudgetsPlanCell FieldsForCalculatingFundValues tests' # at t/db_dependent/Budgets.t line 1290. # Looks like you failed 1 test of 154. t/db_dependent/Budgets.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/154 subtests Test Summary Report ------------------- t/db_dependent/Budgets.t (Wstat: 256 Tests: 154 Failed: 1) Failed test: 154 Non-zero exit status: 1 Files=1, Tests=154, 4 wallclock secs ( 0.02 usr 0.00 sys + 3.43 cusr 0.65 csys = 4.10 CPU) Result: FAIL root at kohadevbox:koha(bug31631-qa)$ git log commit 2a3c15c91467b01802c31a65f3436c9175ef1103 (HEAD -> bug31631-qa) Author: Aleisha Amohia Date: Tue Oct 25 03:08:03 2022 +0000 Bug 31631: (follow-up) Use CalculateFundValuesIncludingTax when modifying existing order This patch depends on Bug 31840. To test: 1) Edit an order and increase the price so that you would expect it to trigger a warning that you will exceed the amount allowed for this Fund 2) Confirm the warning is triggered Signed-off-by: David Nind commit cc6bcfe54ea55691bd4ed749b58fac2f9331f8fd Author: Alex Buckley Date: Tue Sep 27 17:01:51 2022 +1300 Bug 31631: Unit tests Test plan: 1. Run tests in koha-shell sudo koha-shell prove t/db_dependent/Budgets.t Sponsored-by: Waikato Institute of Technology, New Zealand Signed-off-by: David Nind commit a50a301eacde061376c6a3c0cafc03b56e8d1604 Author: Alex Buckley Date: Tue Sep 27 16:59:00 2022 +1300 Bug 31631: Optionally use tax-exclusive values for calculating fund values Test plan: 1. Apply patches 2. sudo koha-upgrade-schema 3. Restart services 4. Set TaxRates syspref = 0.15 5. Create a new fund with amount = 1000 6. Add an order to a basket with the following values: - Fund = Choose the fund from step #5 - Quantity = 1 - Vendor price = 10 - Tax rate = 15% - Discount = 20% - Retail price = 10.00 - Replacement cost = 10.00 - Actual cost = 10.00 7. Go to the Acquisitions home page 8. Confirm the 'Ordered' column for the step #5 fund contains 9.20 9. Click on the 9.20 link and confirm the ordered.pl page that loads also contains 9.20 as the 'Subtotal' 10. Change 'CalculateFundValuesIncludingTax' = 'Exclude' root at kohadevbox:koha(bug31631-qa)$ prove t/db_dependent/Budgets.t t/db_dependent/Budgets.t .. 153/154 Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. t/db_dependent/Budgets.t .. ok All tests successful. Files=1, Tests=154, 4 wallclock secs ( 0.02 usr 0.01 sys + 2.99 cusr 0.54 csys = 3.56 CPU) Result: PASS root at kohadevbox:koha(bug31631-qa)$ prove t/db_dependent/Budgets.t t/db_dependent/Budgets.t .. 153/154 Use of uninitialized value in multiplication (*) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 515. Use of uninitialized value in numeric eq (==) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 526. Use of uninitialized value in multiplication (*) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 515. Use of uninitialized value in numeric eq (==) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 526. # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1243. # got: '157.6' # expected: '147.36' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1247. # got: '169.44' # expected: '157.6' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1270. # got: '157.6' # expected: '147.36' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1272. # got: '157.6' # expected: '147.36' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1276. # got: '169.44' # expected: '157.6' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1278. # got: '169.44' # expected: '157.6' # Looks like you failed 6 tests of 34. t/db_dependent/Budgets.t .. 154/154 # Failed test 'GetBudgetSpent GetBudgetOrdered GetBudgetsPlanCell FieldsForCalculatingFundValues tests' # at t/db_dependent/Budgets.t line 1290. # Looks like you failed 1 test of 154. t/db_dependent/Budgets.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/154 subtests Test Summary Report ------------------- t/db_dependent/Budgets.t (Wstat: 256 Tests: 154 Failed: 1) Failed test: 154 Non-zero exit status: 1 Files=1, Tests=154, 5 wallclock secs ( 0.02 usr 0.01 sys + 3.41 cusr 0.68 csys = 4.12 CPU) Result: FAIL root at kohadevbox:koha(bug31631-qa)$ prove t/db_dependent/Budgets.t t/db_dependent/Budgets.t .. 2/154 Use of uninitialized value in multiplication (*) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 515. Use of uninitialized value in numeric eq (==) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 526. Use of uninitialized value in multiplication (*) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 515. Use of uninitialized value in numeric eq (==) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 526. # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1243. # got: '157.6' # expected: '147.36' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1247. # got: '169.44' # expected: '157.6' # Looks like you failed 2 tests of 34. t/db_dependent/Budgets.t .. 154/154 # Failed test 'GetBudgetSpent GetBudgetOrdered GetBudgetsPlanCell FieldsForCalculatingFundValues tests' # at t/db_dependent/Budgets.t line 1290. # Looks like you failed 1 test of 154. t/db_dependent/Budgets.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/154 subtests Test Summary Report ------------------- t/db_dependent/Budgets.t (Wstat: 256 Tests: 154 Failed: 1) Failed test: 154 Non-zero exit status: 1 Files=1, Tests=154, 2 wallclock secs ( 0.02 usr 0.00 sys + 2.17 cusr 0.24 csys = 2.43 CPU) Result: FAIL root at kohadevbox:koha(bug31631-qa)$ prove t/db_dependent/Budgets.t t/db_dependent/Budgets.t .. 100/154 Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1270. # got: '157.6' # expected: '147.36' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1272. # got: '157.6' # expected: '147.36' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1276. # got: '169.44' # expected: '157.6' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1278. # got: '169.44' # expected: '157.6' # Looks like you failed 4 tests of 34. t/db_dependent/Budgets.t .. 154/154 # Failed test 'GetBudgetSpent GetBudgetOrdered GetBudgetsPlanCell FieldsForCalculatingFundValues tests' # at t/db_dependent/Budgets.t line 1290. # Looks like you failed 1 test of 154. t/db_dependent/Budgets.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/154 subtests Test Summary Report ------------------- t/db_dependent/Budgets.t (Wstat: 256 Tests: 154 Failed: 1) Failed test: 154 Non-zero exit status: 1 Files=1, Tests=154, 3 wallclock secs ( 0.03 usr 0.00 sys + 2.31 cusr 0.37 csys = 2.71 CPU) Result: FAIL root at kohadevbox:koha(bug31631-qa)$ prove t/db_dependent/Budgets.t t/db_dependent/Budgets.t .. 2/154 Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1270. # got: '157.6' # expected: '147.36' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1272. # got: '157.6' # expected: '147.36' # Failed test 'We expect this to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1276. # got: '169.44' # expected: '157.6' # Failed test 'We expect this value to be the tax exclusive value' # at t/db_dependent/Budgets.t line 1278. # got: '169.44' # expected: '157.6' # Looks like you failed 4 tests of 34. t/db_dependent/Budgets.t .. 154/154 # Failed test 'GetBudgetSpent GetBudgetOrdered GetBudgetsPlanCell FieldsForCalculatingFundValues tests' # at t/db_dependent/Budgets.t line 1290. # Looks like you failed 1 test of 154. t/db_dependent/Budgets.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/154 subtests Test Summary Report ------------------- t/db_dependent/Budgets.t (Wstat: 256 Tests: 154 Failed: 1) Failed test: 154 Non-zero exit status: 1 Files=1, Tests=154, 2 wallclock secs ( 0.03 usr 0.00 sys + 2.09 cusr 0.28 csys = 2.40 CPU) Result: FAIL root at kohadevbox:koha(bug31631-qa)$ prove t/db_dependent/Budgets.t t/db_dependent/Budgets.t .. 2/154 Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. Use of uninitialized value in addition (+) at /kohadevbox/koha/Koha/Acquisition/Order.pm line 490. t/db_dependent/Budgets.t .. ok All tests successful. Files=1, Tests=154, 2 wallclock secs ( 0.01 usr 0.00 sys + 2.15 cusr 0.23 csys = 2.39 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:07:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:07:43 +0000 Subject: [Koha-bugs] [Bug 32395] New: Why do we send job's params to the broker Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 Bug ID: 32395 Summary: Why do we send job's params to the broker Change sponsored?: --- Product: Koha Version: unspecified 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: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: dcook at prosentient.com.au, m.de.rooy at rijksmuseum.nl, martin.renvoize at ptfs-europe.com, tomascohen at gmail.com We are: - Building the parameters - Insert a job and its parameters in DB - Send a message to the broken with the parameters - Retrieve the message from the worker - Process the job using the parameter from the broker Why don't we simply pass the job_id to the broker, then retrieve the parameters from the DB in the worker? -- You are receiving 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 Dec 2 15:09:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:09:29 +0000 Subject: [Koha-bugs] [Bug 31481] Pass message_id to SMS drivers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31481 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32381 CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:09:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:09:29 +0000 Subject: [Koha-bugs] [Bug 32381] Koha should be able to receive and record reasons for failed SMS notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32381 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31481 -- You are receiving 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 Dec 2 15:09:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:09:31 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send job's params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22417 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 [Bug 22417] Add a task queue -- You are receiving 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 Dec 2 15:09:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:09:31 +0000 Subject: [Koha-bugs] [Bug 22417] Add a task queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32395 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 [Bug 32395] Why do we send job's params to the broker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:10:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:10:04 +0000 Subject: [Koha-bugs] [Bug 31561] Background jobs stuck at "New" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31561 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |jonathan.druart+koha at gmail. | |com Status|NEW |RESOLVED --- Comment #10 from Jonathan Druart --- *** This bug has been marked as a duplicate of bug 31245 *** -- You are receiving 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 Dec 2 15:10:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:10:04 +0000 Subject: [Koha-bugs] [Bug 31245] Job detail view for batch mod explode if job not started In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31245 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no --- Comment #22 from Jonathan Druart --- *** Bug 31561 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:10:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:10:14 +0000 Subject: [Koha-bugs] [Bug 28975] Holds queue lists can show holds from all libraries even with IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:10:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:10:43 +0000 Subject: [Koha-bugs] [Bug 31090] Background jobs needs highlights and searchability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31090 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30982 -- You are receiving 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 Dec 2 15:10:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:10:43 +0000 Subject: [Koha-bugs] [Bug 30982] Use the REST API for background job list view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31090 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:11:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:11:08 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send job's params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:11:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:11:26 +0000 Subject: [Koha-bugs] [Bug 32381] Koha should be able to receive and record reasons for failed SMS notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32381 --- Comment #3 from Andrew Fuerste-Henry --- (In reply to Emmi Takkinen from comment #2) > Could this be a duplicate of bug 31481? I don't *think* so, but I'm really not certain. I've got only the vaguest explanation of why Twilio's unsubscribed user response can't make its way into Koha. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:12:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:12:21 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send job's params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32393 --- Comment #1 from Jonathan Druart --- We would have avoided all the JSON encoding/decoding stuffs we had recently, and bug 32393. -- You are receiving 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 Dec 2 15:12:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:12:21 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32395 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:18:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:18:44 +0000 Subject: [Koha-bugs] [Bug 28975] Holds queue lists can show holds from all libraries even with IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:18:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:18:48 +0000 Subject: [Koha-bugs] [Bug 28975] Holds queue lists can show holds from all libraries even with IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #137170|0 |1 is obsolete| | --- Comment #9 from Kyle M Hall --- Created attachment 144402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144402&action=edit Bug 28975: Holds queue lists can show holds from all libraries even with IndependentBranches When using IndependentBranches, usually all branches are removed from the drop-down menus. But in the Holds Queue page, there is the possibility to choose "All branches". From there, you can see holds from all libraries. To recreate : 1) Activate IndependentBranches, IndependentBranchesPatronModifications and IndependentBranchesTransfers 2) Create a staff user with limited permissions (NOT a superlibrarian), including holds permissions. Here are mine as an example - circulate (all) - catalogue - borrowers - delete_borrowers - edit_borrowers - reserveforothers (all) - reports (all) 3) Create (or make sure you already have) a patron in another branch (we'll call them patron X) 4) Place a hold for patron X on an available item from their own library 5) Run misc/cronjobs/holds/build_holds_queue.pl 6) Go to Circulation > Holds queue and make sure you can see the hold 7) Log in as your limited staff patron 8) Go to Circulation > Holds queue 9) In the drop-down menu, choose "All" and click Submit -- Notice you see the hold of the patron from another branch under Patron column: "A patron from library " 11) Apply the patch. 12) Notice that the "All" option is no longer available for the limited patron. Limited patrons can't see holds from other libraries anymore. Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:19:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:19:04 +0000 Subject: [Koha-bugs] [Bug 28975] Holds queue lists can show holds from all libraries even with IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975 --- Comment #10 from Kyle M Hall --- Created attachment 144403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144403&action=edit Bug 28975: (QA follow-up) Fix indentation, simplify if statement Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:21:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:21:50 +0000 Subject: [Koha-bugs] [Bug 32134] Show the bundle size when checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:26:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:26:52 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #17 from Jonathan Druart --- 108 $self->set_encoded_json_field( { data => $job_args, field => 'data' } ); 120 $job_args->{job_id} = $self->id; 130 my $json_args = $self->data; # we pass the JSON string 137 my $encoded_args = Encode::encode_utf8( $json_args ); # FIXME We should better leave this to Net::Stomp? This is terribly wrong, we are loosing job_id... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:29:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:29:00 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |matt.blenkinsop at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:43:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:43:34 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:44:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:44:44 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #18 from Jonathan Druart --- I think attention must be on bug 32393, bug 32394 and bug 32395 first. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:48:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:48:27 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #19 from Jonathan Druart --- (In reply to Jonathan Druart from comment #12) > (In reply to Jonathan Druart from comment #11) > > malformed JSON string, neither tag, array, object, number, string or atom, > > at character offset 0 (before "HASH(0x55ae880d9628)") at > > /kohadevbox/koha/misc/background_jobs_worker.pl line 93. > > Hum, forget that, I guess I need to copy the new version of the misc script. I have faced some very weird behaviours testing this (and linked bugs). At some point I got background_jobs.pl processes that were not attached to the koha-worker daemon, and were using an old version of the code (like this message that was because of this bug, but was also in the log after a checkout master && restart_all). Just noting, but good to keep in mind. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:49:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:49:36 +0000 Subject: [Koha-bugs] [Bug 31994] Clicking the next button of a DataTable loading its data from the HTML does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net Version|master |21.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:56:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:56:53 +0000 Subject: [Koha-bugs] [Bug 27783] Introduce background job queues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #60 from Jonathan Druart --- Why do we need the DB column background_jobs.queue exactly? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:59:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 14:59:12 +0000 Subject: [Koha-bugs] [Bug 27783] Introduce background job queues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #61 from Jonathan Druart --- (In reply to Jonathan Druart from comment #60) > Why do we need the DB column background_jobs.queue exactly? ... In case we are defaulting to the DB (no broker). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:32:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 15:32:17 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #20 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #19) > (In reply to Jonathan Druart from comment #12) > > (In reply to Jonathan Druart from comment #11) > > > malformed JSON string, neither tag, array, object, number, string or atom, > > > at character offset 0 (before "HASH(0x55ae880d9628)") at > > > /kohadevbox/koha/misc/background_jobs_worker.pl line 93. > > > > Hum, forget that, I guess I need to copy the new version of the misc script. > > I have faced some very weird behaviours testing this (and linked bugs). > > At some point I got background_jobs.pl processes that were not attached to > the koha-worker daemon, and were using an old version of the code (like this > message that was because of this bug, but was also in the log after a > checkout master && restart_all). Just noting, but good to keep in mind. Not having the job_id might be a good source for weirdness :-D well spotted, Jonathan. I should've put the background jobs related change on a separate bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:46:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 15:46:07 +0000 Subject: [Koha-bugs] [Bug 32134] Show the bundle size when checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:46:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 15:46:11 +0000 Subject: [Koha-bugs] [Bug 32134] Show the bundle size when checked out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143625|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 144404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144404&action=edit Bug 32134: Show the bundle size when checked out When checking out a bundle, it can be useful to know the number of items in this bundle, so that librarians can quickly check if items are missing. Test plan: 1. Create a bundle (see bug 28854 comment 458) 2. Check out the bundle. 3. Verify that you have the bundle size in the message below the barcode input ("Checked out: [...]. Bundle of X items. Due on [...]") 4. Checkout an item that is not a bundle. 5. Verify that the bundle message does not appear Signed-off-by: David Nind Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:04:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:04:25 +0000 Subject: [Koha-bugs] [Bug 32396] New: CMS page default language link should still allow to the change language Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32396 Bug ID: 32396 Summary: CMS page default language link should still allow to the change language Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: pascal.uphaus at gwdg.de QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr Test plan: 1. Install a second language to the koha instance 2. Enable the language via the systempreferences (language, OPAClanguages and opaclanguagesdisplay) 3. Adding a page via koha-domain/cgi-bin/koha/tools/additional-contents.pl?category=pages 4. added the translations default, english and the second language 5. Opening the default link for OPAC or for the Staff Interface 6. Change the Language and go back to the same url and reload the page. 7. Result: the language of the opac is still the default one Is this intended that the Link always resets the language to the default language, when accessing the page via link or go back and reload the page? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:04:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:04:32 +0000 Subject: [Koha-bugs] [Bug 32391] Reorganise the manual contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32391 --- Comment #2 from David Nind --- I've created a document that anyone should be able to comment on (no login required): https://docs.google.com/document/d/1KyrsMVWG_kcVvbFsUkysRC9oovIbFCNTNgCwSyM4SL0/edit?usp=sharing If you prefer not to use a Google document, you can use https://annuel.framapad.org/p/koha-manual-contents-reorganisation Quite a few changes from comment #1 - more a narrowing down of the top-level items: Introduction Koha overview What's new in Koha Getting started Using Koha [where most of the content is]: - Core modules: Circulation, patrons, etc - Other modules, tools and features - Enhanced content - Customising the OPAC and staff interface - System configuration - System administration Implementing Koha Installing Koha System preference [reference] Glossary Index -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:04:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:04:47 +0000 Subject: [Koha-bugs] [Bug 32391] Reorganise the manual contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32391 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://docs.google.com/doc | |ument/d/1KyrsMVWG_kcVvbFsUk | |ysRC9oovIbFCNTNgCwSyM4SL0/e | |dit?usp=sharing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:19:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:19:01 +0000 Subject: [Koha-bugs] [Bug 32396] CMS page default language link should still allow to the change language In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32396 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #1 from Victor Grousset/tuxayo --- Got confused as well. On the rest of the Koha, when changing the language, one is redirected to the homepage. Then it's usual use the back button of the browser, and with additional content(CMS pages) it's necessary for the OPAC to have the direct URL otherwise it's not possible to find back the page. But then one triggers the language reset. I think the confusion is that the default language URL is meant to reset the language. But then if one wants to check the translation of the additional content, it's expected to use the language switches instead of the link in the additional content interface. And then when using the language switch it's expected to back to the page to check if the right language is shown and oops it's reset and the language. I don't know how the UX should be avoid this but this is at least to document the confusion that can arise, we though the translation mechanism of additional content was broken and didn't notice the two URL in the additional content interface are different. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:19:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:19:56 +0000 Subject: [Koha-bugs] [Bug 32396] Pages/Additional contents/CMS page default language link should still allow to the change language In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32396 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|CMS page default language |Pages/Additional |link should still allow to |contents/CMS page default |the change language |language link should still | |allow to the change | |language -- You are receiving 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 Dec 2 17:26:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:26:08 +0000 Subject: [Koha-bugs] [Bug 32397] New: Language falls back to default if changing the language to german and try to access the tools in the staff interface Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 Bug ID: 32397 Summary: Language falls back to default if changing the language to german and try to access the tools in the staff interface Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: pascal.uphaus at gwdg.de QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr Test plan: 1. Install the german language to the koha instance running the main/master version 2. Enable the language via the systempreferences (language, OPAClanguages and opaclanguagesdisplay) 3. Changing the language to german 4. Access the tools in the staff interface 5. Result: the complete language of the staff interface is english I tested it with the french language and it works -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:44:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:44:20 +0000 Subject: [Koha-bugs] [Bug 32251] opac-page.pl: Add a fallback for when language cookie was removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32251 PTFS Europe Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144045|0 |1 is obsolete| | --- Comment #2 from PTFS Europe Sandboxes --- Created attachment 144405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144405&action=edit Bug 32251: Add a fallback for when language cookie was removed Since we remove cookies after logout now, the language cookie might not be there yet. It is friendlier to add the template language fallback here now too before switching to 'default' in the Additional contents (AC)-context. Note: The cookie will not be removed when you added it to the list in koha-conf.xml. Note2: This only pertains to the use of opac-page with code param. Test plan: [1] Create a CMS page with AC. Add two languages (say en, nl-NL). Add different text to default and both languages. [2] Remove the KohaOPACLanguage cookie from your browser (via dev console). [3] Without this patch, copy the Current language URL from the AC overview page. (Note that the Default URL always refers you to 'default'.) [4] Go to that page with the selected (Current..) URL. Observe that you still see the 'default' text. [5] Remove the cookie again if it might be there already. [6] With this patch, observe that you get the language of the interface now on the CMS page using the same URL. Signed-off-by: Marcel de Rooy Signed-off-by: Pascal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:45:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:45:27 +0000 Subject: [Koha-bugs] [Bug 32251] opac-page.pl: Add a fallback for when language cookie was removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32251 Pascal Uphaus changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pascal.uphaus at gwdg.de 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 Dec 2 17:48:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 16:48:36 +0000 Subject: [Koha-bugs] [Bug 31212] Datelastseen should be a datetime In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31212 Emily Lamancusa changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 18:10:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 17:10:24 +0000 Subject: [Koha-bugs] [Bug 14911] Item search: Display additional 245 subfields in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911 --- Comment #7 from Lucas Gass --- (In reply to Owen Leonard from comment #6) > I think biblio-title.inc should be used here instead That is a reasonable request. However, when I attempt to add that include into the JSON include ( itemsearch_item.json.inc ) it crashes! I'm not seeing why or getting an useful errors to help. It is finding the include but the itemseach page won't properly load. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 18:26:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 17:26:42 +0000 Subject: [Koha-bugs] [Bug 32396] Pages/Additional contents/CMS page default language link should still allow to the change language In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32396 --- Comment #2 from Victor Grousset/tuxayo --- Actually the link doesn't reset the UI language, we got confused. It just the additional contents part of the page. Which made us think that the additional contents translation logic didn't work. -- You are receiving 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 Dec 2 19:32:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 18:32:55 +0000 Subject: [Koha-bugs] [Bug 13976] Sorting search results by popularity is alphabetical In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976 PTFS Europe Sandboxes changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144115|0 |1 is obsolete| | --- Comment #10 from PTFS Europe Sandboxes --- Created attachment 144406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144406&action=edit Bug 13976: Sort popularity numerically in Zebra To test: 1 - Create a new template at Tools->Marc modification template 2 - Add action: Copy 999$c to 942$0 3 - Create a report: SELECT biblionuber FROM biblios 4 - Run report, show all, do a batch modification to all records using template above 5 - Search for 'a' (make sure you are using Zebra) 6 - Sort by popularity 7 - Note records are sorted wrong 8 - Apply patch 9 - Restart all 10 - Reload search results 11 - Success! Sorted correctly Signed-off-by: Anke -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 19:38:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 18:38:23 +0000 Subject: [Koha-bugs] [Bug 13976] Sorting search results by popularity is alphabetical In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976 Anke Bruns changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anke.bruns at gwdg.de Status|Needs Signoff |Signed Off --- Comment #11 from Anke Bruns --- Note for testers: The aim of the batch modification is to populate the number of totalissues in the biblioitems tab to have some entries there without having to perform manual checkouts; the biblionumber is used to populate this field. This means also that checking if the sorting was correct can be done by just looking at the results' URLs where the biblionumber also appears. Thanks to Victor and his patch testing session! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 19:48:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 18:48:48 +0000 Subject: [Koha-bugs] [Bug 32397] Language falls back to default if changing the language to german and try to access the tools in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #1 from Victor Grousset/tuxayo --- I have almost the same thing on my local Koha (using koha-testing-docker), when trying to switch the UI to German, it fails an goes back to English. It's certainly related to the error I got when deploying the translation: root at kohadevbox:koha(testing-SO-QA)$ cd misc/translator ; ./translate update de-DE ; cd - /kohadevbox/koha root at kohadevbox:koha(testing-SO-QA)$ cd misc/translator ; ./translate install de-DE ; cd - %s: Completely confused parametrizing -- msgid: Unbekannter Status "%s% Koha directories hierarchy for de-DE must be created first /kohadevbox/koha It interferes with testing patches related to translation and if not fixed will likely to be a problem for 23.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 19:50:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 18:50:45 +0000 Subject: [Koha-bugs] [Bug 32397] Language falls back to default if changing the language to german and try to access the tools in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 --- Comment #2 from Victor Grousset/tuxayo --- Nothing wrong in any log (/var/log/koha/kohadev/*) -- You are receiving 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 Dec 2 20:05:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 19:05:47 +0000 Subject: [Koha-bugs] [Bug 13976] Sorting search results by popularity is alphabetical In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976 --- Comment #12 from Nick Clemens --- (In reply to Anke Bruns from comment #11) > Note for testers: The aim of the batch modification is to populate the > number of totalissues in the biblioitems tab to have some entries there > without having to perform manual checkouts; the biblionumber is used to > populate this field. > > This means also that checking if the sorting was correct can be done by just > looking at the results' URLs where the biblionumber also appears. > > Thanks to Victor and his patch testing session! Thanks Anke, and Victor, for explaining the bit I forgot to explain :-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 20:22:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 19:22:59 +0000 Subject: [Koha-bugs] [Bug 32398] New: Patron import may partially delete restrictions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32398 Bug ID: 32398 Summary: Patron import may partially delete restrictions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: andrewfh at dubcolib.org QA Contact: testopia at bugs.koha-community.org To recreate: 1 - have a patron, put a manual restriction on their account 2 - create a CSV for patron import that matches your patron 3 - add the debarred and debarredcomment columns to your CSV, but don't put any values into them for your test patron 4 - import your file, matching your patron, and overwriting the existing patron with the new data 5 - reload your patron's record 6 - confirm your patron is allowed to check out but that the Restrictions tab still lists the restriction created in step 1 The patron import nulls out borrowers.debarred and borrowers.debarredcomment but does not update the borrower_debarments table. This leaves the patron with a zombie debarment that doesn't get enforced. I'm not entirely sure what the right answer here is. Either we should not allow patron imports to delete debarments at all or we should make sure it does the deletion properly and completely. For comparison, if one uses batch patron modification to clear the debarred and debarredcomment fields, Koha deletes ALL debarments on that account. -- You are receiving 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 Dec 2 20:25:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 19:25:06 +0000 Subject: [Koha-bugs] [Bug 31095] Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32398 CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 20:25:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 19:25:06 +0000 Subject: [Koha-bugs] [Bug 32398] Patron import may partially delete restrictions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32398 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31095 -- You are receiving 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 Dec 2 20:53:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 19:53:44 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Shi Yao Wang changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142579|0 |1 is obsolete| | --- Comment #10 from Shi Yao Wang --- Created attachment 144407 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144407&action=edit Bug 31694: MARC overlay rules presets don't change anything if presets are translated This patch uses the text of option (which is translated) instead of the value (which is not translated) for the process. Test plan: 1. Install a new language 1.1. In a terminal, run the following commands gulp po:update cd misc/translator ./translate install xx-XX 1.2. Go to Administration > Global system preferences 1.3. Search for language 1.4. In the language syspref check the box for the language you just installed 1.5. Save 2. In the staff interface in English, go to Administration > Record overlay rules 3. In the column 'Preset' try the various options, note that the 'Added', 'Appended', 'Removed', and 'Deleted' settings change depending on the chosen preset 4. Change the interface language 5. Redo step 3, notice that if the preset name is translated, the other settings don't change 6. Apply patch 7. Redo step 3, the presets should now change the settings -- You are receiving 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 Dec 2 20:54:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 19:54:08 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Shi Yao Wang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shi-yao.wang at inLibro.com Attachment #142598|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:02:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 20:02:38 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 --- Comment #11 from Katrin Fischer --- Hm, a little sad to see my patch just thrown out without comment. I think we still need a lot of fixes there for translatability. -- You are receiving 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 Dec 2 21:04:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 20:04:42 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Shi Yao Wang changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142598|1 |0 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:26:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 20:26:01 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Shi Yao Wang changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144407|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:26:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 20:26:14 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Shi Yao Wang changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142579|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:27:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 20:27:44 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Shi Yao Wang changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |shi-yao.wang at inLibro.com |ity.org | --- Comment #12 from Shi Yao Wang --- Sorry. The patch I added is supposed to fix this bug, but I'll try to add on what is already done. -- You are receiving 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 Dec 2 21:35:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 20:35:32 +0000 Subject: [Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 Emily Lamancusa changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 22:11:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 21:11:52 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 --- Comment #13 from Shi Yao Wang --- Created attachment 144408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144408&action=edit Bug 31694: (follow-up) Fix preset display issue Preset column should now display the right preset. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 22:21:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 21:21:29 +0000 Subject: [Koha-bugs] [Bug 32397] Language falls back to default if changing the language to german and try to access the tools in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 --- Comment #3 from Katrin Fischer --- It's not falling back I think, but you have run into the translation bug that ws fixed in the most recent packages but not on master yet I believe - it will be fixed in .01. There are 2 fatal errors in the po files currently that prevent all template files form being created. If you fix them locally, remove the language and install the language again, it should be fixed: #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt:145 #, c-format msgid "Are you sure you want to delete \"%s\"?" -msgstr "Sind Sie sicher, dass Sie \"%s% löschen möchten?" +msgstr "Sind Sie sicher, dass Sie '%s' löschen möchten?" #. For the first occurrence, #. SCRIPT @@ -66875,7 +66875,7 @@ msgstr "Unbekannter Datensatztyp, kann nicht importiert werden" #: koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc:272 #, c-format msgid "Unknown status \"%s\"" -msgstr "Unbekannter Status \"%s%" +msgstr "Unbekannter Status \"%s\"" Not: REMOVE the language, there also is a bug in update right now we are about to fix. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 22:24:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 21:24:55 +0000 Subject: [Koha-bugs] [Bug 32397] Language falls back to default if changing the language to german and try to access the tools in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 --- Comment #4 from Katrin Fischer --- Well, it IS falling back, because the German file is just not there. :( Sorry for that mess. -- You are receiving 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 Dec 2 22:25:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 21:25:05 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 --- Comment #14 from Shi Yao Wang --- Created attachment 144409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144409&action=edit wrong preset caused by different fr-CA translation On a side note, there is a small issue in fr-CA preset display. The word "Remove" is translated into "Retirer" in column "Retiré" ("Removed" in en), but other instances of "Remove" are translated to "Enlever" so it messes up the preset display. The problem is fixed if instead of "Retirer" it's "Enlever". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 22:25:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2022 21:25:38 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Shi Yao Wang 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 Sat Dec 3 04:15:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 03:15:35 +0000 Subject: [Koha-bugs] [Bug 32305] Background worker doesn't check jobs receive from rabbitmq are in 'new' state In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305 --- Comment #9 from Fridolin Somers --- (In reply to Martin Renvoize from comment #8) > Should we force a refetch from the DB just prior to checking this status.. > just in case we have a stale object? Sounds like a good idea to me -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 13:39:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 12:39:50 +0000 Subject: [Koha-bugs] [Bug 31950] Page section on library view is too wide / not aligned with toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31950 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jacob.omara at ptfs-europe.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 Sat Dec 3 21:12:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:12:14 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Blocks| |32312 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312 [Bug 32312] Complete database column descriptions for circulation module in guided reports -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 21:12:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:12:14 +0000 Subject: [Koha-bugs] [Bug 32312] Complete database column descriptions for circulation module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32292 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 [Bug 32292] Update and add database column descriptions used in guided reports -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 21:18:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:18:05 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 21:18:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:18:10 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144137|0 |1 is obsolete| | --- Comment #8 from David Nind --- Created attachment 144410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144410&action=edit Bug 32292: Add column descriptions to subscriptions table / complete items table * Adds proper labels to the database columns for suggestions * Adds missing item columns: * coded_location_qualifier * deleted_on * exclude_form_local_holds_priority * Fixes spelling of item type, Uniform resource identifier To test: * Go to reports > Guided reports * Select acquisition or another module using the items * Make sure all entries for the tables items up with nice descriptions * Changes to subscriptions: verify reading the patch, these don't seem to show up yet in guided reports. Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 21:18:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:18:16 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144138|0 |1 is obsolete| | --- Comment #9 from David Nind --- Created attachment 144411 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144411&action=edit Bug 32292: Add column descriptions to aqorders table This adds nice descriptions to the aqorders database columns. To test: * Go to Guided reports * Start a new report for acquisitions module * Verify that all aqorders columns show with nice descriptions None should be missing. Signed-off-by: David Nind -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 21:18:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:18:21 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144139|0 |1 is obsolete| | --- Comment #10 from David Nind --- Created attachment 144412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144412&action=edit Bug 32292: Add column descriptions to biblio table This adds nice descriptions to the aqorders database columns. To test: * Go to Guided reports * Start a new report for acquisitions module * Verify that all aqorders columns show with nice descriptions None should be missing. Signed-off-by: David Nind -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 21:18:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:18:26 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144140|0 |1 is obsolete| | --- Comment #11 from David Nind --- Created attachment 144413 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144413&action=edit Bug 32291: Add missing column descriptions to borrowers table Adds missing column descriptions for new features etc. to the existing entry for borrowres columns descriptions. To test: * Go to reports > Guided reports * Select patrons module * Make sure all entries for the tables items and suggestions show up with nice descriptions https://bugs.koha-community.org/show_bug.cgi?id=32292 Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 21:18:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 20:18:31 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144141|0 |1 is obsolete| | --- Comment #12 from David Nind --- Created attachment 144414 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144414&action=edit Bug 32292: Fix POD POD had a typo in suggestions and was missing the new aqorders. Signed-off-by: David Nind -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 22:21:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 21:21:18 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | --- Comment #13 from David Nind --- Testing notes using KTD (koha-testing-docker): 1. Added Katrin as the assignee :) 2. I couldn't see the suggestions descriptions or fields in any of the guided reports available - I am assuming that they are used/show elsewhere in Koha, and not just the guided reports. 3. I confused myself when testing, so I recorded what this bug takes care of for each of the guided reports, and the other bugs that will fix the remaining descriptions. 4. This bug takes care of all descriptions for items, acqorders, biblio, and borrowers. 5. These bugs will take care of all the other descriptions: - Bug 32312: Circulation - statistics (remaining items) - Bug 32313: Catalog - biblioitems (remaining items) - Bug 32314: Accounts - accountlines (all missing) - Bug 32315: Serials - serial (all missing), serialitems (all missing), subscription (most missing), subscriptionhistory (all missing), subscriptionroutinglist (all missing), acqbooksellers (all missing) 6. Bugs by guided report category: Circulation: - statistics: some missing, bug 32312 - items: OK, fixed by this bug - biblioitems: some missing, bug 32313 Catalog: - items: OK, fixed by this bug - biblioitems: some missing, bug 32313 - biblio: OK, fixed by this bug Patrons: - borrowers: OK, fixed by this bug Acquisitions: - acqorders: OK, fixed by this bug - biblio: OK, fixed by this bug - items: OK, fixed by this bug Accounts: - borrowers: OK, fixed by this bug - accountlines: all missing, bug 32314 Serials: - serial: all missing, bug 32315 - serialitems: all missing, bug 32315 - subscription: most missing, bug 32315 - subscriptionhistory: all missing, bug 32315 - subscriptionroutinglist: all missing, bug 32315 - biblioitems: some missing, bug 32313 - biblio: OK, fixed by this bug - acqbooksellers: all missing, bug 32315 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 23:09:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 22:09:58 +0000 Subject: [Koha-bugs] [Bug 30483] Do not allow NULL in issues.borrowernumber and issues.itemnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32399 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 [Bug 32399] Database update for bug 30483 is failing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 23:09:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 22:09:58 +0000 Subject: [Koha-bugs] [Bug 32399] New: Database update for bug 30483 is failing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Bug ID: 32399 Summary: Database update for bug 30483 is failing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Depends on: 30483 We have had 2 reports recently of this database update failing: 22.06.00.041 [09:45:46]: Bug 30483 - Make issues.borrowernumber and issues.itemnumber NOT NULLERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Cannot change column 'borrowernumber': used in a foreign key constraint 'issues_ibfk_1' at /usr/share/koha/lib/C4/Installer.pm line 739 And: Upgrade to 22.05.06.001 [19:37:23]: Bug 30483 - Make issues.borrowernumber and itemnumber NOT NULL ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Cannot change column 'borrowernumber': used in a foreign key constraint 'issues_ibfk_1' at /usr/share/koha/lib/C4/Installer.pm line 739 Both refer to the same bug/SQL statements, but backported to different versions. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483 [Bug 30483] Do not allow NULL in issues.borrowernumber and issues.itemnumber -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 23:51:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 22:51:05 +0000 Subject: [Koha-bugs] [Bug 32400] New: Add page-section to tables for end of year rollover (acq) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32400 Bug ID: 32400 Summary: Add page-section to tables for end of year rollover (acq) Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/acqui/parcel.pl?invoiceid=1 OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Depends on: 30952 Blocks: 31757 When closing a budget, you will see a list of all funds with the pending orders in each. This one needs a page section. When you have picked a budget and submit that page, it shows you a table with the orders that have been moved to the new budget's funds. This also needs one. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952 [Bug 30952] New design for staff interface https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 [Bug 31757] Add 'page-section' where it's missing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 23:51:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 22:51:05 +0000 Subject: [Koha-bugs] [Bug 30952] New design for staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32400 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32400 [Bug 32400] Add page-section to tables for end of year rollover (acq) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 23:51:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 22:51:05 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32400 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32400 [Bug 32400] Add page-section to tables for end of year rollover (acq) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 23:51:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2022 22:51:15 +0000 Subject: [Koha-bugs] [Bug 32400] Add page-section to tables for end of year rollover (acq) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32400 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- URL|/cgi-bin/koha/acqui/parcel. | |pl?invoiceid=1 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 02:49:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 01:49:12 +0000 Subject: [Koha-bugs] [Bug 32312] Complete database column descriptions for circulation module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312 David Nind 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 Sun Dec 4 02:49:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 01:49:18 +0000 Subject: [Koha-bugs] [Bug 32312] Complete database column descriptions for circulation module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312 --- Comment #2 from David Nind --- Created attachment 144415 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144415&action=edit Bug 32312: Add missing column descriptions to the statistics table This adds missing descriptions to the existing statistics database columns. It also improves some existing descriptions. 1. Go to Reports > Guided reports > Create guided report. 2. Choose 'Circulation' for the module to report on and select 'Next'. 3. Choose 'Tabular' for the type of report and select 'Next'. 4. Scroll down to the statistics table section and note that there are no descriptions for: - statistics.other - statistics.location - statistics.ccode - statistics.categorycode 5. Note that: - the description for statistics.type is 'Type' - the description for statistics.itemtype is 'Item type' 6. Apply the patch. 7. Restart all the things (restart_all). 8. Reload the page. 9. Note that: . there are now descriptions for the columns in step 4 . the description for statistics.type is now 'Transaction type' (to more clearly indicate what it contains) . the description for statistics.itemtype is now 'Koha item type' (consistent with other tables where this is used, such as items) 10. Sign off :D Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 02:58:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 01:58:02 +0000 Subject: [Koha-bugs] [Bug 32312] Complete database column descriptions for circulation module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This adds and clarifies release notes| |database column | |descriptions shown for the | |statistics table when | |creating a guided report | |for the circulation module. | |Previously, some columns | |didn't have a description | |or were ambiguous. Assignee|koha-bugs at lists.koha-commun |david at davidnind.com |ity.org | CC| |david at davidnind.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 Sun Dec 4 03:05:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 02:05:12 +0000 Subject: [Koha-bugs] [Bug 32312] Complete database column descriptions for circulation module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312 --- Comment #3 from David Nind --- For the statistics.other description: 1. C4/Stats.pm and C4/Circulation.pm indicate that the other field is used to record "sipmode". 2. The database schema comment is "used by SIP". I used the description 'SIP mode', although I'm not sure exactly what this means or records for a SIP transaction. I tried a checkout and a check in using SIP, but it didn't record anything additional in the column. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 03:13:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 02:13:09 +0000 Subject: [Koha-bugs] [Bug 31326] Koha::Biblio->get_components_query fetches too many component parts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 03:13:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 02:13:18 +0000 Subject: [Koha-bugs] [Bug 31326] Koha::Biblio->get_components_query fetches too many component parts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144398|0 |1 is obsolete| | --- Comment #4 from David Nind --- Created attachment 144416 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144416&action=edit Bug 31326: Koha::Biblio->get_components_query fetches too many component parts This patch adds double quotes to rcn and cni when searching component parts with get_components_query. Test plan: 1) Apply the patch 2) prove Koha/t/db_dependent/Koha/Biblio.t Sponsored-by: Koha-Suomi Oy 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 Dec 4 03:45:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 02:45:22 +0000 Subject: [Koha-bugs] [Bug 32376] selenium/authentication_2fa.t produces artefact In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32376 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 03:45:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 02:45:27 +0000 Subject: [Koha-bugs] [Bug 32376] selenium/authentication_2fa.t produces artefact In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32376 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144338|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 144417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144417&action=edit Bug 32376: Remove creation of selenium_failure_2.png This was for debugging purpose. Test plan: Run the tests and confirm that the screenshot is not generated when the patch is applied 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 Dec 4 12:21:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 11:21:53 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #1 from Katrin Fischer --- While we first thought this to be a data issue, it might not be the case, from the mailing list: Nope. In fact, issues has only one row, with its integer on borrowernumber: issue_id: 2. borrowernumber: 53805. issuer_id: NULL. itemnumber: 1581. date_due: 2020-10-08 23:59:00. branchcode: BC. returndate: NULL. lastreneweddate: NULL. renewals: 0. unseen_renewals: 0. auto_renew: 0. auto_renew_error: NULL. timestamp: 2020-10-07 15:29:52. issuedate: 2020-10-07 borrowernumber (and itemnumber) are not NULL in the only row of issues table. Also, the borrowernumber (53805) exists on borrowers table. Could be something else? -- You are receiving 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 Dec 4 13:10:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:10:19 +0000 Subject: [Koha-bugs] [Bug 14784] Missing checkin message for debarred patrons when issuing rules 'fine days = 0' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14784 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #77 from Katrin Fischer --- (In reply to Katrin Fischer from comment #75) > Not sure about the date, actually: > > If you create an unrestricted debarment you get: > > borrowers_debarments.expiration = NULL > borrowers.debarred = 9999-12-31 Looking at the code, it checked borrowers.debarred: + } elsif ($patron->debarred) { + if ( $patron->debarred eq "9999-12-31") { So this would be the correct checked for an unlimited restriction indeed. There is some history there as in that debarred and debarredcomment where kept around when borrowers_debarments were added for backwards compatibility. It should always contain the longest restriction at that moment with more than one restriction. And it's also still used in patron import for adding a restriction. And in borrowers.debarred we can't use NULL to indicate an unlimited debarment... as that would mean NO restriction. So the 'magic' date is still used there. Setting back to Signed off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:12:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:12:02 +0000 Subject: [Koha-bugs] [Bug 14784] Missing checkin message for debarred patrons when issuing rules 'fine days = 0' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14784 --- Comment #78 from Katrin Fischer --- @Kyle: could you maybe weigh in here? IIRC you were the one to write a part of this code at least? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:16:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:16:54 +0000 Subject: [Koha-bugs] [Bug 14911] Item search: Display additional 245 subfields in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911 --- Comment #8 from Katrin Fischer --- Just a +1 for the efforts here. This would be super helpful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:24:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:24:39 +0000 Subject: [Koha-bugs] [Bug 19419] 008 Material type reverts Book In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19419 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32325 --- Comment #22 from Katrin Fischer --- I believe this to be fixed/resolved with the bug 30871 and bug 32325. We have a clearer understanding now of how it should work and have taken steps to make it more visible to users. If there are other things we could do, those could still be filed as separate bugs. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:24:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:24:39 +0000 Subject: [Koha-bugs] [Bug 32325] Valid 006/00 values should not depend on Type of Material selection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32325 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19419 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:30:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:30:15 +0000 Subject: [Koha-bugs] [Bug 24179] Preserve subfield order when linking authority In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24179 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- I believe this is a duplicate to bug 22666 that hasn't been backported yet. Could you please check in 22.11? *** This bug has been marked as a duplicate of bug 22666 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:30:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:30:15 +0000 Subject: [Koha-bugs] [Bug 22666] When using authority records in a bibliographic record, the order of the subfields is not sent over In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22666 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org --- Comment #6 from Katrin Fischer --- *** Bug 24179 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:32:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:32:29 +0000 Subject: [Koha-bugs] [Bug 22666] When using authority records in a bibliographic record, the order of the subfields is not sent over In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22666 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #7 from Katrin Fischer --- Has this been considered for backporting yet? I think it might be more of a bug than an enh. It also was reported as an issue with older versions on bug 24179. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:33:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:33:25 +0000 Subject: [Koha-bugs] [Bug 24262] Translate installer data in YAML format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262 --- Comment #18 from Katrin Fischer --- (In reply to Jonathan Druart from comment #17) > Bernardo, do yo remember why you added that? > > > It will not create a installer directory if it already exists. > > 379 if ( -d $langdir ) { > 380 say "$self->{lang} installer dir $langdir already > exists.\nDelete it if you want to recreate it." if $self->{verbose}; > 381 return; > 382 } > > > On upgrade we want to update the directory. I agree, we want/need to update the files on update. I don't think we could/should handle this differently than other files that are overwritten. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:33:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:33:47 +0000 Subject: [Koha-bugs] [Bug 32356] fr-FR installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|fr-FR installer dir |fr-FR installer dir |/kohadevbox/koha/installer/ |/kohadevbox/koha/installer/ |data/mysql/fr-FR already |data/mysql/xx-XX already |exists. |exists. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:34:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:34:06 +0000 Subject: [Koha-bugs] [Bug 32356] xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|fr-FR installer dir |xx-XX installer dir |/kohadevbox/koha/installer/ |/kohadevbox/koha/installer/ |data/mysql/xx-XX already |data/mysql/xx-XX already |exists. |exists. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:39:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:39:59 +0000 Subject: [Koha-bugs] [Bug 32356] xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:40:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:40:04 +0000 Subject: [Koha-bugs] [Bug 32356] xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144311|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer --- Created attachment 144418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144418&action=edit Bug 32356: Install installer translated files on update If the installer files exist for a given language, the translate script won't update it. We should get a confirmation from Bernardo (author of bug 24262), but I don't understand why it could be needed (side-effects?) Test plan: Installer several times the same language, drop the DB and run the installer+onboarding process. Check files installed by the installer (yaml for notice templates, biblio frameworks) have inserted the data properly in DB. Signed-off-by: Katrin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:46:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:46:23 +0000 Subject: [Koha-bugs] [Bug 27678] Add option to exclude facets in search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27678 --- Comment #3 from Katrin Fischer --- I am not sure a checkbox would be clear enough, but maybe we could come up with an icon/visual that could work. Also when clicked, we could maybe display as "NOT xxx" or so, so it's clear to the user what happened. -- You are receiving 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 Dec 4 13:49:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:49:32 +0000 Subject: [Koha-bugs] [Bug 28235] Custom cover images are very large in staff search results and OPAC details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235 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 Dec 4 13:49:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:49:37 +0000 Subject: [Koha-bugs] [Bug 28235] Custom cover images are very large in staff search results and OPAC details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144177|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 144419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144419&action=edit Bug 28235: Correct CSS governing max width of custom cover images Images shown in the OPAC and staff interface when the OPACCustomCoverImages and CustomCoverImages preferences are enabled should be getting a max-width set in the current CSS, but the order of the declarations is preventing the correct specificity. This patch moves the CSS to the correct place in each file so that the max-width is applied. To test, apply the patch and rebuild both the staff and OPAC CSS. If you get an error during the build process you may need to run 'yarn install.' - Go to Administration -> System preferences, and enable the OPACCustomCoverImages and CustomCoverImages preferences. - If you're testing with the default test database you can set the CustomCoverImagesURL preference to https://static.myacpl.org/public/covers/{normalized_isbn}.jpg - Perform a catalog search in both OPAC and staff client limiting by itemtype = 'Book'. - The search results in both interface should show several covers supplied from the external URL. - In the staff client, these images should be limited to 140px wide even if the source image is larger. - In the OPAC, view the detail page for one of the results with cover images. The image shown on the detail page should be constrained to 140px wide even if the source image is larger. Signed-off-by: David Nind Signed-off-by: Katrin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:50:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:50:56 +0000 Subject: [Koha-bugs] [Bug 30254] New overdue fine applied to incorrectly when using "Refund lost item charge and charge new overdue fine" option in circ rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30254 --- Comment #12 from Katrin Fischer --- Happy for someone else to take this on - please don't wait on me! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:53:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:53:23 +0000 Subject: [Koha-bugs] [Bug 30991] [% ELSE %]0[% END %] will break translations if used for assigning variables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30991 --- Comment #9 from Katrin Fischer --- (In reply to Jonathan Druart from comment #8) > I mean, it's not solid for future changes, another author can put the > statement back on one line. Maybe this would be a little more solid? - var OD_password_required = [% IF Koha.Preference('OverDrivePasswordRequired') %]1[% ELSE %]0[% END %]; + [%- IF Koha.Preference('OverDrivePasswordRequired') -%] + var OD_password_required = 1; + [%- ELSE -%] + var OD_password_required = 0; + [%- END -%] I have an open issue with those 0 too: Bug 31563 - Numbers on claims tab not showing in translated templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:54:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:54:25 +0000 Subject: [Koha-bugs] [Bug 31221] Buttons overflow in OPAC search results in mobile view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221 --- Comment #3 from Katrin Fischer --- Hi Hammat, I see that you attached a patch, but the bug is not assigned to you and the status was not changed. Could you please check and tell us if this is ready for testing? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:55:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:55:46 +0000 Subject: [Koha-bugs] [Bug 31969] Options for cleanup_database.pl to remove finished jobs from the background job queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969 --- Comment #22 from Katrin Fischer --- (In reply to Jonathan Druart from comment #21) > Created attachment 144190 [details] [review] > Bug 31969: Use filter_by_last_update > > This script has a pattern to delete rows depending on a given > date/number of days, we should use the filter_by_last_update > Koha::Objects method. > No need for another method and tests, everything is already tested > there. > > This patch also suggests to rename the reference to "background" and > "bg" with "jobs", which seems more appropriate and not an abbreviation Can we move this to a different bug? This has already been released so I think we need to tackle it from a new bug now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 13:57:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 12:57:14 +0000 Subject: [Koha-bugs] [Bug 32105] Patron lists needs to share to specific people or groups In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32105 --- Comment #2 from Katrin Fischer --- I also think that the plugin doesn't make a strong enough use case here as it's basically a work around for a feature we are missing. But: I think having the option to add 'users' to a list like we can for example to for acq orders would make a nice addition. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 14:00:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:00:26 +0000 Subject: [Koha-bugs] [Bug 32398] Patron import may partially delete restrictions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32398 --- Comment #1 from Katrin Fischer --- I think we should not allow to undebar with the patron import or have a more solid way to indicate it than leaving columns empty. Like indicating the restriction codes that you want to lift. There can be multiple restrictions added for very different reasons, not only one, I think that's the main issue. So I think empty columns should just be ignored on import. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 14:03:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:03:05 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer --- This improves the situation, but there is a remaining alignment issue: When you click on the plus, the Delete link shows far to the right. Matt, could you maybe have another look here? Thx! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 14:06:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:06:29 +0000 Subject: [Koha-bugs] [Bug 32282] Capitalization: User id In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32282 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 Dec 4 14:06:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:06:36 +0000 Subject: [Koha-bugs] [Bug 32282] Capitalization: User id In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32282 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144163|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 144420 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144420&action=edit Bug 32282: Fixed capitalisation of ID in User ID Test plan Step 1: go to admin>identity providers Step 2: click 'new identity provider' Step 3: check map point drop-down Step 4: verify that User id is written 'User id' Step 5: apply patch Step 6: repeat 1-3 Step 7: verify that User ID is written 'User ID' Signed-off-by: Amit Gupta 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 Dec 4 14:07:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:07:34 +0000 Subject: [Koha-bugs] [Bug 28235] Custom cover images are very large in staff search results and OPAC details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144419|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 144421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144421&action=edit Bug 28235: Correct CSS governing max width of custom cover images Images shown in the OPAC and staff interface when the OPACCustomCoverImages and CustomCoverImages preferences are enabled should be getting a max-width set in the current CSS, but the order of the declarations is preventing the correct specificity. This patch moves the CSS to the correct place in each file so that the max-width is applied. To test, apply the patch and rebuild both the staff and OPAC CSS. If you get an error during the build process you may need to run 'yarn install.' - Go to Administration -> System preferences, and enable the OPACCustomCoverImages and CustomCoverImages preferences. - If you're testing with the default test database you can set the CustomCoverImagesURL preference to https://static.myacpl.org/public/covers/{normalized_isbn}.jpg - Perform a catalog search in both OPAC and staff client limiting by itemtype = 'Book'. - The search results in both interface should show several covers supplied from the external URL. - In the staff client, these images should be limited to 140px wide even if the source image is larger. - In the OPAC, view the detail page for one of the results with cover images. The image shown on the detail page should be constrained to 140px wide even if the source image is larger. 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 Sun Dec 4 14:08:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:08:34 +0000 Subject: [Koha-bugs] [Bug 32356] xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144418|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 144422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144422&action=edit Bug 32356: Install installer translated files on update If the installer files exist for a given language, the translate script won't update it. We should get a confirmation from Bernardo (author of bug 24262), but I don't understand why it could be needed (side-effects?) Test plan: Installer several times the same language, drop the DB and run the installer+onboarding process. Check files installed by the installer (yaml for notice templates, biblio frameworks) have inserted the data properly in DB. 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 Dec 4 14:13:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:13:44 +0000 Subject: [Koha-bugs] [Bug 32283] Capitalization: opac users of this domain to login with this identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 14:13:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:13:51 +0000 Subject: [Koha-bugs] [Bug 32283] Capitalization: opac users of this domain to login with this identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144181|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 144423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144423&action=edit Bug 32283: Correct capitalisation of opac > OPAC Test plan Step 1: Navigate to admin>Identity Providers Step 2: Add new domain Step 3: For 'Allow opac' setting, verify that opac is lower case in both label and description Step 4: Apply patch Step 5: Navigate to admin>Identity Providers Step 6: Add new domain Step 7: For 'Allow OPAC' setting, verify that OPAC is upper case in both label and description 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 Sun Dec 4 14:13:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:13:58 +0000 Subject: [Koha-bugs] [Bug 32283] Capitalization: opac users of this domain to login with this identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144182|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 144424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144424&action=edit Bug 32283: (follow-up) Fix in two other places Fix two other occurences where the capitalization of OPAC is incorrect: - Identity provider email domains table column heading - 'New email domain' form label 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 Sun Dec 4 14:14:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:14:34 +0000 Subject: [Koha-bugs] [Bug 32291] "library category" messages should be removed (not used) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 14:16:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:16:43 +0000 Subject: [Koha-bugs] [Bug 32291] "library category" messages should be removed (not used) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291 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 Dec 4 14:16:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:16:48 +0000 Subject: [Koha-bugs] [Bug 32291] "library category" messages should be removed (not used) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144399|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 144425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144425&action=edit Bug 32291: (bug 16735 follow-up) Remove ref to library category in branches.tt On bug 16735 we rewrite the library groups system. Those references in branches.tt were part of the previous code, and they can be removed. Test plan: Confirm the above and that those code errors are never sent to the template. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 14:17:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 13:17:42 +0000 Subject: [Koha-bugs] [Bug 32292] Update and add database column descriptions used in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292 --- Comment #14 from Katrin Fischer --- (In reply to David Nind from comment #13) > Testing notes using KTD (koha-testing-docker): > > 1. Added Katrin as the assignee :) Hope Nick doesn't see this :) Great summary, thx David! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 18:55:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 17:55:25 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 23:41:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 22:41:11 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send job's params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 --- Comment #2 from David Cook --- (In reply to Jonathan Druart from comment #0) > Why don't we simply pass the job_id to the broker, then retrieve the > parameters from the DB in the worker? In theory, a loosely coupled message consumer might not have database access to the app, so you'd want to encapsulate everything it needs in the message. However, the system designed for Koha is tightly coupled, so yeah... we could just pass the job_id in the message and have the worker fetch the details. It adds more database I/O, but it probably wouldn't be significant. In some cases, it could actually be more efficient. I don't know what the best practice is, and I imagine we should just do whatever makes sense for us. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 23:44:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 22:44:48 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send job's params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 --- Comment #3 from David Cook --- In the context of bug 32393 I see your point even more clearly. Since we're tracking jobs in the database and not doing a fire and forget pattern, it probably does make sense to just pass the job_id, because the message really is just "oh hey, I've got a job. Here's it's ID. Grab it and do stuff with it." -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 23:45:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 22:45:02 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send jobs params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Why do we send job's params |Why do we send jobs params |to the broker |to the broker -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 23:46:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 22:46:25 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 --- Comment #5 from David Cook --- (In reply to Jonathan Druart from comment #4) > All jobs are using the default queue. I thought ES indexing was supposed to use the long one? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 23:47:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 22:47:16 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 --- Comment #6 from David Cook --- (In reply to David Cook from comment #5) > (In reply to Jonathan Druart from comment #4) > > All jobs are using the default queue. > > I thought ES indexing was supposed to use the long one? Maybe I had that backwards. I see now on the patch... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 00:03:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2022 23:03:59 +0000 Subject: [Koha-bugs] [Bug 32305] Background worker doesn't check jobs receive from rabbitmq are in 'new' state In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305 --- Comment #10 from David Cook --- (In reply to Martin Renvoize from comment #8) > Should we force a refetch from the DB just prior to checking this status.. > just in case we have a stale object? I suppose this goes back to what Jonathan was saying at bug 32395... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 01:35:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 00:35:36 +0000 Subject: [Koha-bugs] [Bug 1724] Add Sys Pref to force search for existing items before placing order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1724 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- I don't know how this would work at the moment, since there are a lot more options than just "From an existing record" and "From a new (empty) record" -- 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 Dec 5 01:45:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 00:45:52 +0000 Subject: [Koha-bugs] [Bug 3150] Move emails for sending cart and list contents into notices tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #125 from David Cook --- Looking forward to this one... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 02:26:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 01:26:07 +0000 Subject: [Koha-bugs] [Bug 32313] Complete database column descriptions for cataloguing module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32313 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #1 from David Nind --- There are a couple of columns I'm not sure about for this. Columns with no descriptions ============================ biblioitems.ean biblioitems.collectiontitle biblioitems.collectionissn biblioitems.collectionvolume biblioitems.editionstatement biblioitems.editionresponsibility biblioitems.cn_source biblioitems.cn_class biblioitems.cn_item biblioitems.cn_suffix biblioitems.cn_sort biblioitems.totalissues Column descriptions I have identified ===================================== I've identified these ones, and a reasonably comfortable with them - notes are in brackets and footnotes (these won't be included as part of the column description). biblioitems.ean => EAN biblioitems.collectiontitle => Series statement [1] biblioitems.collectionissn => Series ISSN [2] biblioitems.editionstatement => Edition statement (250$a) [3] biblioitems.cn_source => Source of classification/shelving scheme (942$2) [3][4] biblioitems.cn_class => Classification part (942$h) [3] biblioitems.cn_item => Item part (942$i) [3] biblioitems.cn_suffix => Call number suffix (942$m) [3] biblioitems.cn_sort => Koha normalized classification for sorting (942$6) [3] [5] biblioitems.totalissues => Total checkouts (942$0) [3] [6] [1] Could reword as "Series title" [2] See Bug 29635 - Map biblioitems.collectionissn to 490$x by default (MARC21) [3] Description from Koha to MARC mappings [4] Description from 942$2 is "Source of classification or shelving scheme", have used the same as the items table. [5] The items table uses "Koha normalized classification for sorting", so have kept the same for consistency. [6] Name used in Koha to MARC mappings is "Koha issues (borrowed), all copies". Have used the same description used for items. Columns I am not sure about =========================== I'd welcome some information on these items. I couldn't figure out where these came from - which just reflects my limited MARC and Koha reporting knowledge! biblioitems.collection* ~~~~~~~~~~~~~~~~~~~~~~ I've mapped collectiontitle and collectionissn as above, however I noted using a git grep search that for UNIMARC: - 225$a Series title: is mapped to field biblioitems.collectiontitle - 225$v Volume Designation: is mapped to biblioitems.collectionvolume - 225$x ISSN of Series: is mapped to biblioitems.collectionissn In UNIMARC, 225 is for "Series". biblioitems.collectionvolume ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Possibly "Series volume number"? The title for 490$v (MARC21), if that is the related field, is "Volume/sequential designation". However, biblioitems already has "Volume number" for biblioitems.volume, that is mapped in the Koha to MARC mappings to 440$v and 490$v. When using UNIMARC, 225$v is mapped to the biblioitems.collectionvolume field and called "Volume Designation". biblioitems.editionresponsibility ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Possibly "Edition responsibility"? In UNIMARC, 225$f Statement of Responsibility is mapped to Koha field biblioitems.editionresponsibility. (From installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml) Note that 250 in MARC21 has $b - Remainder of edition statement: Usually, a statement of personal or corporate responsibility and/or a parallel edition statement. https://www.loc.gov/marc/bibliographic/bd250.html Koha/Bibliotem.pm has this (line 48): editionresponsibility => undef, # obsolete, not mapped -- You are receiving 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 Dec 5 02:26:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 01:26:28 +0000 Subject: [Koha-bugs] [Bug 32313] Complete database column descriptions for cataloguing module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32313 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |david at davidnind.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 02:34:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 01:34:57 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Pablo AB changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pablo.bianchi at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 03:55:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 02:55:23 +0000 Subject: [Koha-bugs] [Bug 32401] New: DataTable search can't handle UTF-8 when receiving orders Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Bug ID: 32401 Summary: DataTable search can't handle UTF-8 when receiving orders Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org If you try to search pending orders in acquisitions using Arabic like خمسة it will silently fail. Nothing changes on the screen. No "Processing" or obvious Javascript errors. However, if you turn on "Pause on caught exceptions", you'll see the following: TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': String contains non ISO-8859-1 code point. -- You are receiving 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 Dec 5 03:57:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 02:57:51 +0000 Subject: [Koha-bugs] [Bug 32401] DataTable search can't handle UTF-8 when receiving orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 --- Comment #1 from David Cook --- Note that this issue exists in older versions of Koha too. The error is caught in the jQuery library, but I imagine the problem will be in the DataTables library. If you try it out at https://datatables.net/examples/api/multi_filter.html you'll see that there's no problem on the DataTables site, so I imagine it's either... a bug in our (old) version of DataTables, or a Koha bug... I'll take a bit more of a look to see if there's anything I can do... -- You are receiving 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 Dec 5 04:07:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 03:07:37 +0000 Subject: [Koha-bugs] [Bug 32401] DataTable search can't handle UTF-8 when receiving orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 --- Comment #2 from David Cook --- Ah, the problem is "x-koha-query". It looks like browsers don't like headers with non ISO-8859-1 values: "{"-and":[{"basket.vendor_id":46},[[{"basket.name":{"like":"%خمسة%"}}],[{"basket.basket_group.name":{"like":"%خمسة%"}}],[{"me.order_id":{"like":"%خمسة%"}}],[{"biblio.title":{"like":"%خمسة%"}},{"biblio.author":{"like":"%خمسة%"}},{"biblio.isbn":{"like":"%خمسة%"}},{"biblio.publisher":{"like":"%خمسة%"}},{"me.internal_note":{"like":"%خمسة%"}},{"me.vendor_note":{"like":"%خمسة%"}}],[{"me.replacement_price":{"like":"%خمسة%"}}],[{"me.quantity":{"like":"%خمسة%"}}],[{"me.ecost":{"like":"%خمسة%"}}],[{"fund.name":{"like":"%خمسة%"}}]]]}" According to https://www.rfc-editor.org/rfc/rfc7230#section-3.2.4 Historically, HTTP has allowed field content with text in the ISO-8859-1 charset [ISO-8859-1], supporting other charsets only through use of [RFC2047] encoding. In practice, most HTTP header field values use only a subset of the US-ASCII charset [USASCII]. Newly defined header fields SHOULD limit their field values to US-ASCII octets. A recipient SHOULD treat other octets in field content (obs-text) as opaque data. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 04:12:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 03:12:06 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical Summary|DataTable search can't |x-koha-query cannot contain |handle UTF-8 when receiving |non-ISO-8859-1 values |orders | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 06:27:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 05:27:02 +0000 Subject: [Koha-bugs] [Bug 6710] (Optionally) sort lists in OPAC pull down alphabetically instead of ordering by last changed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6710 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from David Cook --- Closing this one due to age and I think Owen's argument is convincing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 06:33:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 05:33:32 +0000 Subject: [Koha-bugs] [Bug 32402] New: "Modification date" missing from OPAC Lists table Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 Bug ID: 32402 Summary: "Modification date" missing from OPAC Lists table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl I've had a library highlight that OPAC users may want to know when a List has been updated. It's a very simple change to add it so I think it's a reasonable thing to do. -- You are receiving 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 Dec 5 06:48:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 05:48:58 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC Lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 --- Comment #1 from David Cook --- Created attachment 144426 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144426&action=edit Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs -- You are receiving 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 Dec 5 06:49:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 05:49:10 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC Lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 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 Mon Dec 5 06:50:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 05:50:11 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC Lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Cook 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 Dec 5 08:18:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 07:18:52 +0000 Subject: [Koha-bugs] [Bug 1724] Add option to force search for existing items before placing order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1724 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add Sys Pref to force |Add option to force search |search for existing items |for existing items before |before placing order |placing order -- 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 Dec 5 08:46:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 07:46:52 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #2 from Marcel de Rooy --- Could you provide details on the exact SQL version used here ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:09:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:09:31 +0000 Subject: [Koha-bugs] [Bug 32092] Improve circulation rules cache utilization In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32092 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=29623 CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:09:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:09:31 +0000 Subject: [Koha-bugs] [Bug 29623] Cache effective circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32092 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:10:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:10:51 +0000 Subject: [Koha-bugs] [Bug 26393] Add cache on Koha::CirculationRules::get_effective_rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26393 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|In Discussion |RESOLVED --- Comment #8 from Fridolin Somers --- *** This bug has been marked as a duplicate of bug 29623 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:10:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:10:51 +0000 Subject: [Koha-bugs] [Bug 29623] Cache effective circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #44 from Fridolin Somers --- *** Bug 26393 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 Dec 5 09:12:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:12:10 +0000 Subject: [Koha-bugs] [Bug 32092] Improve circulation rules cache utilization In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32092 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29623 --- Comment #2 from Fridolin Somers --- If I understand right : Depends on Bug 29623 that created get_effective_rule_value() Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623 [Bug 29623] Cache effective circulation rules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:12:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:12:10 +0000 Subject: [Koha-bugs] [Bug 29623] Cache effective circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32092 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32092 [Bug 32092] Improve circulation rules cache utilization -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:12:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:12:17 +0000 Subject: [Koha-bugs] [Bug 32092] Improve circulation rules cache utilization In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32092 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=29623 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:12:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:12:17 +0000 Subject: [Koha-bugs] [Bug 29623] Cache effective circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32092 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:26:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 08:26:49 +0000 Subject: [Koha-bugs] [Bug 32332] bulkmarcimport.pl -insert fails to add MARC field 999 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32332 --- Comment #4 from Magnus Enger --- Thanks for looking at this! I find it kind of hard to get my head around the logic of this script too. > Maybe we need a "next" in the "search for a match" block? I *think* it makes sense to skip to the next record if we have -insert, and we have found a matching record. But if we skip as early as line ~351, we miss the logging that happens on line 457: printlog( { id => $id || $originalid || $biblionumber, op => "insert", status => "warning : already in database" } ) if ($logfile); So that should probably be moved to before the "next". > Or, another option, more inline with your diagnostic, could be to... > > - ModBiblioMarc( $clone_record, $biblionumber ); > + ModBiblioMarc( $clone_record, $biblionumber ) if $insert; Just before this we do this: my $clone_record = $record->clone(); This seems to be unnecessary if are not updating anything anyway. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:13:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:13:37 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Status|NEW |ASSIGNED -- You are receiving 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 Dec 5 10:13:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:13:59 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Marcel de Rooy 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 Dec 5 10:48:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:48:36 +0000 Subject: [Koha-bugs] [Bug 30687] Unable to override hold policy if no pickup locations are available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143457|0 |1 is obsolete| | --- Comment #19 from Julian Maurice --- Created attachment 144427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144427&action=edit Bug 30687 (alternative patch): Always allow to force hold pickup location If AllowHoldPolicyOverride is enabled and only some pickup locations are available, you still have the possibility to force one of the others pickup locations. But when there are zero pickup locations available, that is not possible. This patch change that by always displaying the list of pickup locations when AllowHoldPolicyOverride is enabled. Test plan: 1. Apply patch 2. Disable AllowHoldPolicyOverride 3. Create a biblio B with an item I at library A. 4. Configure this library A to not be a pickup location 5. Add a "Default holds policy by item type" for item I type where "Hold pickup library match" is "item's home library" 6. Try to place a hold on biblio B You should not be able to place a hold because there is no valid pickup locations 7. Enable AllowHoldPolicyOverride 8. Try to place a hold on biblio B You should now see all valid pickup locations in a dropdown list (with an exclamation mark in front of each option) with none selected by default 9. Verify you can place a title-level hold and an item-level hold -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:49:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:49:18 +0000 Subject: [Koha-bugs] [Bug 30687] Unable to override hold policy if no pickup locations are available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #20 from Julian Maurice --- Rebased the alternative patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:50:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:50:53 +0000 Subject: [Koha-bugs] [Bug 30687] Unable to override hold policy if no pickup locations are available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687 --- Comment #21 from Julian Maurice --- (In reply to Catrina Berka from comment #18) > Patch didn't apply in sandbox I'm not sure if a sandbox can be used to test this bug, because it has two sets of patches that try to fix the bug in different ways. It doesn't make sense to apply all patches in this case. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:55:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:55:43 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:55:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:55:47 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #3 from Marcel de Rooy --- Created attachment 144428 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144428&action=edit Bug 32399: Unset foreign key checks while changing issues constraint Some users have reported that the dbrev of bug 30483 fails. This might depend on bad data, SQL server version, etc. The easiest workaround is now to unset the check temporarily. Maybe we should also warn for issues without itemnumber or borrowernumber on About? Or remove them? Test plan: Reset your version in order to pass this dbrev again. So below 22.06.00.041. * update systempreferences set value='22.0600040' where variable = 'Version'; Run updatedatabase. Bonus: Create an issues record with invalid itemnumber (set FK check off when doing so). Verify that dbrev prints warning about it. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:58:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:58:43 +0000 Subject: [Koha-bugs] [Bug 30483] Do not allow NULL in issues.borrowernumber and issues.itemnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483 --- Comment #14 from Marcel de Rooy --- Follow-up on bug 32399 to prevent failures. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:59:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 09:59:13 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #4 from Marcel de Rooy --- This needs a backport to 22.11 and 22.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:08:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 10:08:51 +0000 Subject: [Koha-bugs] [Bug 26558] Guarantor information is lost when an error occurs during new account creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi --- Comment #1 from Emmi Takkinen --- Tested, this is still an issue on current master. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:16:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 10:16:55 +0000 Subject: [Koha-bugs] [Bug 26597] Transfer information from guarantor when adding a guarantor to an existing patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26597 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:37:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 10:37:56 +0000 Subject: [Koha-bugs] [Bug 31948] Add timestamp to tmp_holdsqueue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed CC| |m.de.rooy at rijksmuseum.nl --- Comment #8 from Marcel de Rooy --- + $dbh->do(q{ALTER TABLE `tmp_holdsqueue` ADD `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP AFTER item_level_request}); Hmm. No check if column exists? Not idempotent.. Resulting in: Upgrade to 22.06.00.075 [09:27:16]: Bug 31948 - Add timestamp to tmp_holdsqueue table ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate column name 'timestamp' at /usr/share/koha/C4/Installer.pm line 739 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:41:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 10:41:12 +0000 Subject: [Koha-bugs] [Bug 31948] Add timestamp to tmp_holdsqueue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948 --- Comment #9 from Katrin Fischer --- (In reply to Marcel de Rooy from comment #8) > + $dbh->do(q{ALTER TABLE `tmp_holdsqueue` ADD `timestamp` timestamp > NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP AFTER > item_level_request}); > > Hmm. No check if column exists? Not idempotent.. > > Resulting in: > Upgrade to 22.06.00.075 [09:27:16]: Bug 31948 - Add timestamp to > tmp_holdsqueue table > ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate column > name 'timestamp' at /usr/share/koha/C4/Installer.pm line 739 Hi Marcel, you are right, we should add the check. Sorry for missing it. I probably won't be able to provide the patch today or tomorrow tho :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:42:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 10:42:35 +0000 Subject: [Koha-bugs] [Bug 30025] Split BiblioAddsAuthorities into 2 preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30025 --- Comment #34 from Marcel de Rooy --- my $biblio_adds_authorities = C4::Context->preference('BiblioAddsAuthorities'); # Do you stuffs here $dbh->do(q{ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('RequireChoosingExistingAuthority',?,NULL,'Require selecting existing authority entry in controlled fields during cataloging.','YesNo'), ('AutoLinkBiblios',?,NULL,'If enabled, link biblio to authorities on creation and edit','YesNo') },undef,($biblio_adds_authorities eq '1' ? '0' : '1', $biblio_adds_authorities)); Use of uninitialized value $biblio_adds_authorities in string eq at /usr/share/koha/installer/data/mysql/db_revs/220600047.pl line 11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:26:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:26:54 +0000 Subject: [Koha-bugs] [Bug 24113] guarantor info lost when a duplicate is found In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24113 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26558 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:26:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:26:54 +0000 Subject: [Koha-bugs] [Bug 26558] Guarantor information is lost when an error occurs during new account creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24113 -- You are receiving 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 Dec 5 12:29:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:29:27 +0000 Subject: [Koha-bugs] [Bug 32242] The job has not been sent to the message broker: (Wide character in syswrite ... ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical CC| |lucas at bywatersolutions.com --- Comment #21 from Jonathan Druart --- This should have been backported into 22.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:41:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:41:36 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #5 from Pablo AB --- (In reply to Marcel de Rooy from comment #2) > Could you provide details on the exact SQL version used here ? innodb_version 5.6.44-86.0 protocol_version 10 version 10.1.41-MariaDB-0+deb9u1 version_comment Debian 9.9 version_compile_machine x86_64 version_compile_os debian-linux-gnu version_malloc_library system jemalloc version_ssl_library YaSSL 2.4.4 wsrep_patch_version wsrep_25.24 Debian 10 (lsb_release -a) koha-common 22.05.07-1 (upgrading from 20.05) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:54:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:54:20 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:54:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:54:22 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 --- Comment #8 from Matt Blenkinsop --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:54:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:54:55 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Version(s)|23.05.00,22.11 |23.05.00,22.11.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:55:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 11:55:41 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #6 from Marcel de Rooy --- (In reply to Pablo AB from comment #5) > > innodb_version 5.6.44-86.0 > protocol_version 10 > version 10.1.41-MariaDB-0+deb9u1 > version_comment Debian 9.9 > version_compile_machine x86_64 > version_compile_os debian-linux-gnu > version_malloc_library system jemalloc > version_ssl_library YaSSL 2.4.4 > wsrep_patch_version wsrep_25.24 > > Debian 10 (lsb_release -a) > koha-common 22.05.07-1 (upgrading from 20.05) Ah, thanks. We seem to bump on SQL version differences. I tested with MariaDB 10.4/10.5 without the issues you reported. But 10.1 apparently has. The attached patch should address it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:06:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:06:11 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.01 |23.05.00,22.11.Koha::Releas released in| |e=HASH(0x13480a010)->versio | |n->{release},22.11.01 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:06:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:06:14 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 --- Comment #9 from Matt Blenkinsop --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:06:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:06:16 +0000 Subject: [Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.Koha::Releas released in| |e=HASH(0x13480a010)->versio | |n->{release} Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:06:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:06:20 +0000 Subject: [Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 --- Comment #8 from Matt Blenkinsop --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:08:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:08:22 +0000 Subject: [Koha-bugs] [Bug 29274] z_reset.t is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.Koha::Releas |23.05.00,22.11.01 released in|e=HASH(0x13480a010)->versio | |n->{release},22.11.01 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:09:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:09:03 +0000 Subject: [Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Version(s)|23.05.00,22.11.Koha::Releas |23.05.00,22.11.01 released in|e=HASH(0x13480a010)->versio | |n->{release} | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:17:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:17:53 +0000 Subject: [Koha-bugs] [Bug 30963] Automatically refresh the curbside pickups list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30963 Jacob O'Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |jacob.omara at ptfs-europe.com --- Comment #8 from Jacob O'Mara --- ENHANCEMENT: Won't be back-ported to 22.11.x Apologies! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:19:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:19:16 +0000 Subject: [Koha-bugs] [Bug 32366] BatchDeleteBiblio task should have tests to prove indexing all takes place in one step In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366 Jacob O'Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor CC| |jacob.omara 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 Dec 5 13:21:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:21:30 +0000 Subject: [Koha-bugs] [Bug 32366] BatchDeleteBiblio task should have tests to prove indexing all takes place in one step In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366 Jacob O'Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.00 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:21:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 12:21:33 +0000 Subject: [Koha-bugs] [Bug 32366] BatchDeleteBiblio task should have tests to prove indexing all takes place in one step In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366 --- Comment #5 from Jacob O'Mara --- Nice work, thanks everyone! Pushed to 22.11.x for the next release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 14:37:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 13:37:05 +0000 Subject: [Koha-bugs] [Bug 31969] Options for cleanup_database.pl to remove finished jobs from the background job queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969 --- Comment #23 from Jonathan Druart --- (In reply to Katrin Fischer from comment #22) > (In reply to Jonathan Druart from comment #21) > > Created attachment 144190 [details] [review] [review] > > Bug 31969: Use filter_by_last_update > > > > This script has a pattern to delete rows depending on a given > > date/number of days, we should use the filter_by_last_update > > Koha::Objects method. > > No need for another method and tests, everything is already tested > > there. > > > > This patch also suggests to rename the reference to "background" and > > "bg" with "jobs", which seems more appropriate and not an abbreviation > > Can we move this to a different bug? This has already been released so I > think we need to tackle it from a new bug now. The patch has been pushed to master. commit 404c88fe87b27e4b4578e0bb6df2252a0bad9ed1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 14:37:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 13:37:20 +0000 Subject: [Koha-bugs] [Bug 31969] Options for cleanup_database.pl to remove finished jobs from the background job queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 14:45:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 13:45:29 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #7 from Jonathan Druart --- I don't think we should turn FOREIGN_KEY_CHECKS off. IMO we should add the warning and stop the upgrade process, wait for them to fix the data, then continue the upgrade. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:03:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:03:45 +0000 Subject: [Koha-bugs] [Bug 32403] New: On Demand Messaging Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32403 Bug ID: 32403 Summary: On Demand Messaging Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: christofer.zorn at ajaxlibrary.ca QA Contact: testopia at bugs.koha-community.org We are a library that relies on both email messaging (through Koha) along with SMS and Phone messaging (through Twilio). We are very happy with the messaging features involved in Koha, but for me, there is something missing that could be improved. With the right system permissions, we'd like to see the ability to generate on demand messages to specific patrons, or even tailored messages to groups. While I understand that this isn't specifically what Koha is meant for, there are wider benefits to this that I think warrant a discussion. This is a means of interacting with a patron. While individual email is normally an option, in a mid to larger sized system where multiple staff can reply to a communal message, Koha has a tracking mechanism that would allow staff to see what information was sent to a patron by looking at the Notice tab. This could also morph into a marketing aspect of Koha where we could leverage the history and make this similar to Patron Point. Symphony has an on demand message sending tool, however from what I remember it was spotty. The tweak would be creating an interface that allowed inputting of information into the messaging table ... Please let me know if this is possible. Our library has had the need for this a couple of times, where we could take one last stab at reaching out to expired patrons (beyond what Koha is already doing), or communicating back to a patron through SMS when leaving a voicemail isn't an option. Thanks! Chris -- You are receiving 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 Dec 5 15:07:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:07:00 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #8 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #7) > I don't think we should turn FOREIGN_KEY_CHECKS off. IMO we should add the > warning and stop the upgrade process, wait for them to fix the data, then > continue the upgrade. I agree. We should definitely give a better error message. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:17:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:17:36 +0000 Subject: [Koha-bugs] [Bug 32131] Cypress tests are failing if ERMModule is off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32131 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_22_11_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:25:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:25:12 +0000 Subject: [Koha-bugs] [Bug 17787] Hidden items included in count of search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17787 Jason Robb changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb at sekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:28:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:28:26 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #9 from Marcel de Rooy --- Yes, but could this be sql server/version specific ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:29:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:29:03 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #10 from Marcel de Rooy --- As reported, there should not have been bad data ?? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:56:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:56:14 +0000 Subject: [Koha-bugs] [Bug 32404] New: Two-factor authentication for staff client doesn't work for all staff accounts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Bug ID: 32404 Summary: Two-factor authentication for staff client doesn't work for all staff accounts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org With the new feature, Two-factor authentication for staff client - TOTP, staff permissions seem to be needed to activate this: my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { template_name => 'members/two_factor_auth.tt', query => $cgi, type => 'intranet', flagsrequired => { editcatalogue => '*' }, } ); which means that only staff with top-level catalogue permissions can activate their two-factor authentication. However, I believe this should be allowed by all staff accounts which would change this feature to allow staff to have just the "Staff access, allows viewing of catalogue in staff interface (catalogue) " permission. -- You are receiving 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 Dec 5 15:57:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:57:04 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Kelly McElligott changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:57:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:57:04 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Kelly McElligott changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:57:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:57:06 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Kelly McElligott changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:57:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:57:28 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Kelly McElligott changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzairo at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:57:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 14:57:41 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Kelly McElligott changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major -- You are receiving 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 Dec 5 16:05:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:05:11 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #11 from Katrin Fischer --- (In reply to Marcel de Rooy from comment #10) > As reported, there should not have been bad data ?? yes, we had a good report on it not being the data. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:05:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:05:58 +0000 Subject: [Koha-bugs] [Bug 32242] The job has not been sent to the message broker: (Wide character in syswrite ... ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_22_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:07:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:07:59 +0000 Subject: [Koha-bugs] [Bug 32403] On Demand Messaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32403 --- Comment #1 from Katrin Fischer --- Hi Christofer, are you aware of the patron-emailer plugin? https://github.com/bywatersolutions/koha-plugin-patron-emailer It allows to craft your own custom email to be sent based on reports, so to different groups of patrons like the expired accounts you mention. -- You are receiving 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 Dec 5 16:19:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:19:55 +0000 Subject: [Koha-bugs] [Bug 31412] Set focus for cursor to Name when adding a new SMTP server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31412 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #7 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:20:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:20:04 +0000 Subject: [Koha-bugs] [Bug 31412] Set focus for cursor to Name when adding a new SMTP server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31412 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:22:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:22:39 +0000 Subject: [Koha-bugs] [Bug 31528] Replace scss-lint configuration with one for stylelint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31528 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 16:22:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:22:39 +0000 Subject: [Koha-bugs] [Bug 31529] Fix errors in SCSS files raised by stylelint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31529 Bug 31529 depends on bug 31528, which changed state. Bug 31528 Summary: Replace scss-lint configuration with one for stylelint https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31528 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:23:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:23:13 +0000 Subject: [Koha-bugs] [Bug 31529] Fix errors in SCSS files raised by stylelint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31529 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 16:24:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:24:09 +0000 Subject: [Koha-bugs] [Bug 24127] Improve wording on location drop-down in advanced search in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24127 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:24:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:24:47 +0000 Subject: [Koha-bugs] [Bug 30571] Table z3950servers: Make host, syntax and encoding NOT NULL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 16:28:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:28:43 +0000 Subject: [Koha-bugs] [Bug 31653] jQuery upgrade broke search button hover effect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31653 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #7 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:28:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:28:54 +0000 Subject: [Koha-bugs] [Bug 31653] jQuery upgrade broke search button hover effect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31653 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:29:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:29:24 +0000 Subject: [Koha-bugs] [Bug 31601] Materials specified note should include an ID on both the check in and checkout pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31601 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:35:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:35:58 +0000 Subject: [Koha-bugs] [Bug 31540] Holds reminder cronjob should consider expiration date of holds, and not send notices if hold expired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31540 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #6 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:36:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:36:32 +0000 Subject: [Koha-bugs] [Bug 31540] Holds reminder cronjob should consider expiration date of holds, and not send notices if hold expired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31540 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:38:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:38:13 +0000 Subject: [Koha-bugs] [Bug 32137] Resend notices with updated info In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32137 Lucy Vaux-Harvey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucy.vaux-harvey at ptfs-europ | |e.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:40:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:40:25 +0000 Subject: [Koha-bugs] [Bug 32137] Resend notices with updated info In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32137 --- Comment #2 from Lucy Vaux-Harvey --- This would be a really great enhancement for a lot of libraries -- You are receiving 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 Dec 5 16:40:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:40:50 +0000 Subject: [Koha-bugs] [Bug 31441] Koha::Item::as_marc_field ignores subfields where kohafield is an empty string In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #7 from Lucas Gass --- Backported to 22.05.x for upcomiong 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:40:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:40:59 +0000 Subject: [Koha-bugs] [Bug 31441] Koha::Item::as_marc_field ignores subfields where kohafield is an empty string In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:41:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:41:42 +0000 Subject: [Koha-bugs] [Bug 31463] (Bug 31313 follow-up) Show item order status on opac-detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31463 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting 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 Mon Dec 5 16:44:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:44:31 +0000 Subject: [Koha-bugs] [Bug 28512] Quick spine label creator: Add CSS class with logged in library's branchcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28512 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:44:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:44:31 +0000 Subject: [Koha-bugs] [Bug 31633] Add home and holding data attributes to quick spine label print to help customizing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633 Bug 31633 depends on bug 28512, which changed state. Bug 28512 Summary: Quick spine label creator: Add CSS class with logged in library's branchcode https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28512 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:44:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:44:57 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28786 CC| |jonathan.druart+koha at gmail. | |com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 [Bug 28786] Two-factor authentication for staff client - TOTP -- You are receiving 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 Dec 5 16:44:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:44:57 +0000 Subject: [Koha-bugs] [Bug 28786] Two-factor authentication for staff client - TOTP In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32404 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:45:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:45:02 +0000 Subject: [Koha-bugs] [Bug 31475] Group system preferences for suggestions on OPAC tab under new heading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31475 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:45:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:45:34 +0000 Subject: [Koha-bugs] [Bug 30280] Support authority records with common subject headings from different thesaurus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 16:45:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:45:35 +0000 Subject: [Koha-bugs] [Bug 31924] AutoLinkBiblios with Zebra broken by patch from Bug 30280 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31924 Bug 31924 depends on bug 30280, which changed state. Bug 30280 Summary: Support authority records with common subject headings from different thesaurus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:45:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:45:35 +0000 Subject: [Koha-bugs] [Bug 31925] AutoCreateAuthorities needs to preserve subject heading thesaurus to not create duplicate authority records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31925 Bug 31925 depends on bug 30280, which changed state. Bug 30280 Summary: Support authority records with common subject headings from different thesaurus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:54:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:54:49 +0000 Subject: [Koha-bugs] [Bug 31594] Report results count of shown can be incorrect on last page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31594 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #7 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:54:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:54:59 +0000 Subject: [Koha-bugs] [Bug 31594] Report results count of shown can be incorrect on last page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31594 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:58:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:58:19 +0000 Subject: [Koha-bugs] [Bug 22115] Table of checkouts doesn't respect CurrencyFormat setting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED --- Comment #10 from Lucas Gass --- Doesn't apply cleanly to 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:58:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 15:58:20 +0000 Subject: [Koha-bugs] [Bug 22112] Omnibus: Use Price filter everywhere In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22112 Bug 22112 depends on bug 22115, which changed state. Bug 22115 Summary: Table of checkouts doesn't respect CurrencyFormat setting https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:00:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:00:52 +0000 Subject: [Koha-bugs] [Bug 31593] Remove Test::DBIx::Class from Context.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31593 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #5 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:01:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:01:01 +0000 Subject: [Koha-bugs] [Bug 31593] Remove Test::DBIx::Class from Context.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31593 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:01:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:01:31 +0000 Subject: [Koha-bugs] [Bug 23063] Item table in cataloguing doesn't respect CurrencyFormat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23063 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 17:06:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:06:56 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 --- Comment #1 from Jonathan Druart --- Correct, it should be { catalogue => 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 Mon Dec 5 17:09:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:09:27 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 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 Mon Dec 5 17:10:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:10:25 +0000 Subject: [Koha-bugs] [Bug 30517] Translation breaks editing parent type circulation rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #22 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:10:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:10:34 +0000 Subject: [Koha-bugs] [Bug 30517] Translation breaks editing parent type circulation rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:11:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:11:30 +0000 Subject: [Koha-bugs] [Bug 32137] Resend notices with updated info In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32137 Susan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |susan.merner at nhs.net --- Comment #3 from Susan --- This would be helpful if a user requests login details or when user has a new card (it does happen). More control over the sending out of notices with ability to see this "welcome" and "Expiry" in the user preferences would be very useful as well. The welcome gets missed if a user account is saved before an email is added so again the availability to force a welcome email to be sent after an email is added would help. Failed emails (bouncebacks) could also merit from being able to resend a welcome once the email is corrected.... -- You are receiving 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 Dec 5 17:12:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:12:32 +0000 Subject: [Koha-bugs] [Bug 30304] Reindent lists template in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30304 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:12:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:12:32 +0000 Subject: [Koha-bugs] [Bug 30309] Convert lists tabs in the staff interface to Bootstrap In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30309 Bug 30309 depends on bug 30304, which changed state. Bug 30304 Summary: Reindent lists template in the staff interface https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30304 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:13:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:13:02 +0000 Subject: [Koha-bugs] [Bug 31625] Reindent tools home and tools sidebar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31625 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:13:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:13:02 +0000 Subject: [Koha-bugs] [Bug 31402] Update tools sidebar to match tools start page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402 Bug 31402 depends on bug 31625, which changed state. Bug 31625 Summary: Reindent tools home and tools sidebar https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31625 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:13:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:13:34 +0000 Subject: [Koha-bugs] [Bug 31402] Update tools sidebar to match tools start page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:13:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:13:34 +0000 Subject: [Koha-bugs] [Bug 31162] Add a clear cataloguing module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31162 Bug 31162 depends on bug 31402, which changed state. Bug 31402 Summary: Update tools sidebar to match tools start page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:13:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:13:36 +0000 Subject: [Koha-bugs] [Bug 31411] [Omnibus] Set focus to first input field of an add/entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31411 Bug 31411 depends on bug 31402, which changed state. Bug 31402 Summary: Update tools sidebar to match tools start page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:14:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:14:09 +0000 Subject: [Koha-bugs] [Bug 30309] Convert lists tabs in the staff interface to Bootstrap In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30309 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:17:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:17:51 +0000 Subject: [Koha-bugs] [Bug 31559] Staff results page doesn't always use up full available screen width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31559 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #5 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:18:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:18:00 +0000 Subject: [Koha-bugs] [Bug 31559] Staff results page doesn't always use up full available screen width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31559 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:19:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:19:21 +0000 Subject: [Koha-bugs] [Bug 31603] Add search option for plugin page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31603 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:34:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:34:26 +0000 Subject: [Koha-bugs] [Bug 30944] Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30944 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #12 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:37:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:37:57 +0000 Subject: [Koha-bugs] [Bug 31643] Link authorities automatically requires ALL cataloging and authorities permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31643 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:38:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:38:06 +0000 Subject: [Koha-bugs] [Bug 31643] Link authorities automatically requires ALL cataloging and authorities permissions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31643 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:38:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:38:51 +0000 Subject: [Koha-bugs] [Bug 30646] Add option to send WELCOME notice for new patrons added at first login via LDAP/SAML In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30646 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 17:39:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:39:24 +0000 Subject: [Koha-bugs] [Bug 31633] Add home and holding data attributes to quick spine label print to help customizing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:46:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:46:25 +0000 Subject: [Koha-bugs] [Bug 29671] Dropbox mode is unchecked after check in confirm on item with Materials specified In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29671 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:51:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:51:45 +0000 Subject: [Koha-bugs] [Bug 20457] Overdue and pre-overdue cronjobs not skipping phone notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20457 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.07 released in| | --- Comment #11 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.07 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:51:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:51:59 +0000 Subject: [Koha-bugs] [Bug 20457] Overdue and pre-overdue cronjobs not skipping phone notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20457 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:52:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:52:17 +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 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 17:52:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:52:46 +0000 Subject: [Koha-bugs] [Bug 31586] Log basket number as object when an email order is sent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31586 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 17:53:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:53:07 +0000 Subject: [Koha-bugs] [Bug 31634] Add part_number and part_name in OPAC result browser In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31634 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:53:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:53:34 +0000 Subject: [Koha-bugs] [Bug 10950] Add pronoun field to patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:53:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:53:36 +0000 Subject: [Koha-bugs] [Bug 30981] Add option to configure preferred pronouns as a pull down In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30981 Bug 30981 depends on bug 10950, which changed state. Bug 10950 Summary: Add pronoun field to patron record https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:56:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:56:06 +0000 Subject: [Koha-bugs] [Bug 31660] MARC preview for authority search results comes up empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31660 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #7 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:56:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:56:31 +0000 Subject: [Koha-bugs] [Bug 28186] Use Koha::Authority in C4::AuthoritiesMarc::AddAuthority In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28186 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 17:56:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:56:56 +0000 Subject: [Koha-bugs] [Bug 31372] Value builder for UNIMARC field 325 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31372 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:57:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:57:19 +0000 Subject: [Koha-bugs] [Bug 31371] Value builder for UNIMARC field 283 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31371 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:57:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:57:39 +0000 Subject: [Koha-bugs] [Bug 31536] Add UNIMARC framework plugin to fetch PPN from sudoc.fr In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31536 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:58:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 16:58:07 +0000 Subject: [Koha-bugs] [Bug 31333] Add the ability to limit purchase suggestions by patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31333 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:01:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:01:17 +0000 Subject: [Koha-bugs] [Bug 31685] Article request count in table caption of opac-user missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31685 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #4 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:01:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:01:41 +0000 Subject: [Koha-bugs] [Bug 31666] Add job progress bar to stage-marc-import.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31666 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:01:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:01:42 +0000 Subject: [Koha-bugs] [Bug 31748] Restore progress bar on record import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31748 Bug 31748 depends on bug 31666, which changed state. Bug 31666 Summary: Add job progress bar to stage-marc-import.pl https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31666 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:02:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:02:05 +0000 Subject: [Koha-bugs] [Bug 30109] Wrong interface in logs when renewing patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30109 --- Comment #3 from Nick Clemens --- Checking production sites, I am not seeing this issue since August, so maybe something in 21.11.05 -> 21.11.10 fixed this -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:02:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:02:43 +0000 Subject: [Koha-bugs] [Bug 31203] Cronjobs should log completion as well as logging begin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31203 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 18:15:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:15:23 +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 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #16 from Lucas Gass --- As of 22.05 the jQuery Katrin provided will no longer work in Koha since we've removed jQueryUI and 'autocomplete'. Maybe it is time to revisit this as an ES implementation? Some libraries will miss the autocompete feature provided via jQuery. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:22:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:22:25 +0000 Subject: [Koha-bugs] [Bug 31336] In-progress background jobs give incorrect progress message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31336 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #1 from Nick Clemens --- Also true for deletion "All records have been deleted successfully!” -- You are receiving 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 Dec 5 18:39:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:39:18 +0000 Subject: [Koha-bugs] [Bug 30556] OPAC shows "Place hold" button on available items even if on shelf holds aren't allowed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30556 --- Comment #30 from Hammat wele --- Created attachment 144429 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144429&action=edit Bug 30556: Changing the logged-in user's branch by pick-up location -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:40:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:40:49 +0000 Subject: [Koha-bugs] [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 geraud.frappier at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:40:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:40:52 +0000 Subject: [Koha-bugs] [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 --- Comment #4 from geraud.frappier at inlibro.com --- Created attachment 144430 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144430&action=edit BUG 32271 : Fix overdue fines cap (amount) set to 0.00 when editing rule. To test: 0. Preliminary settings 0.1. finesMode system preference must be set to Calculate and charge 0.2. MaxFine system preference must be empty 0.3. In Tools > Calendar, today must not be a holiday 1. Add a circulation rule with fines but no fines cap 1.1. Go to Administration > Circulation and fines rules 1.2. Add or modify a circulation rule, make sure - There is a quantity in "Current checkouts allowed" - There is a number of days in "Loan period" - There is an amount in "Fine amount" - There is a number in "Fine charging interval" (usually 1) - "Overdue fines cap (amount)" is **empty** 1.3. Save the circulation rule --> Note that the amount in "Overdue fines cap (amount)" is displayed as 0.00 2. Checkout an item with a date in the past to create an overdue 2.1. Find an item barcode 2.1.1. Go to Item search 2.2.2. Click Search 2.2.3. Copy a barcode from the search results 2.2. Go to a patron's file 2.2.1. Go to Patrons 2.2.2. Click on "Search" 2.2.3. Click on a patron's name 2.3. Click on the "Check out" tab on the left of the patron's file 2.4. Click on the settings icon in the "Enter item barcode" field 2.5. Pick a due date in the past 2.6. Paste the item barcode in the field 2.7. Click "Check out" or press Enter 2.8. Click "Yes, check out" --> Patron should have an overdue 3. Run fines.pl 3.1. In a terminal, run ./misc/cronjobs/fines.pl 4. Check that the patron has fines 4.1. Go to the patron's file 4.2. Click on the "Accounting" tab on the left --> Patron should have a fine (accruing) 5. Modify the circulation rule, change any field except "Overdue fines cap (amount)" (let's say the quantity of current checkouts has gone up) 5.1. Go to Administration > Circulation and fines rules 5.2. Click "Edit" next to the rule created in step 1 --> Note that the amount in "Overdue fines cap (amount)" is 0.00 5.3. Change any setting except "Overdue fines cap (amount)", e.g. change Current checkouts allowed to another number 5.4. Click "Save" --> Note that the amount in "Overdue fines cap (amount)" is displayed as 0.00 Apply patch : 6. Redo step 2 7. Redo step 3 8. Redo step 4 --> Note that the patron has a fine -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 18:55:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 17:55:12 +0000 Subject: [Koha-bugs] [Bug 30556] OPAC shows "Place hold" button on available items even if on shelf holds aren't allowed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30556 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|shi-yao.wang at inLibro.com |hammat.wele at inlibro.com Status|Failed QA |Needs Signoff CC| |hammat.wele at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:00:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:00:44 +0000 Subject: [Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #60 from Heather --- I tried signing off on this bug and ran into trouble with this step: "10. click 'send' to email the cart. confirm the email contains the host item entry and the link sends you to the catalogue page for the record in the OPAC." This is the email from the email logs (with some spaces deleted to save space): Date: Mon, 5 Dec 2022 17:47:21 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Here is your cart, sent from our online catalog. Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite. --------------------------------------------------------------------- testing emailing --------------------------------------------------------------------- 1. Four metaphysical poets : an anthology of poetry by Donne, Herbert, Marvell, and Vaughan / Author(s): Donne, John, --1572-1631. ; Wilmott, Richard. Copyright year: 1985 Notes : Includes index. In: Li Po and Tu Fu In online catalog: http://h2sandboxes.biblibre.eu:8080/cgi-bin/koha/opac-detail.pl?bibl= ionumber=3D16 Items: * Centerville GEN 39999000000719 * Fairview GEN 39999000000696 ----------------------------------------------------------------- ---End quoted email And the record it should be linking to is this one: https://staff-h2.sandboxes.biblibre.eu/cgi-bin/koha/catalogue/detail.pl?biblionumber=16 But the link in the email has an extraneous equals sign: bibl= ionumber But if you take that out and make the link this one: http://h2sandboxes.biblibre.eu:8080/cgi-bin/koha/opac-detail.pl?bibl ionumber=3D16 It's still incorrect, a broken link. If you put in record number 3D16 into a correct record link, i.e.: https://staff-h2.sandboxes.biblibre.eu/cgi-bin/koha/catalogue/detail.pl?biblionumber=3D16 You get the wrong record ("Introduction to Attic Greek"). It should be this link, to "Four metaphysical poets:" https://staff-h2.sandboxes.biblibre.eu/cgi-bin/koha/catalogue/detail.pl?biblionumber=16 So there's an extraneous "3D" before the record number "16." Are the extraneous "=" and "3D" being inserted into the log transcript of the email, or are they really in a sent email? Cheerio! --h2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:00:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:00:52 +0000 Subject: [Koha-bugs] [Bug 31649] Acquisition basket CSV export fails if biblio does not exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31649 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #14 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:01:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:01:48 +0000 Subject: [Koha-bugs] [Bug 31519] Unused template parameters in request.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31519 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:02:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:02:17 +0000 Subject: [Koha-bugs] [Bug 17379] Add a man page for koha-passwd In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17379 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:05:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:05:25 +0000 Subject: [Koha-bugs] [Bug 31619] Cannot select title when setting non-default value for OPACSuggestionMandatoryFields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31619 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #12 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:07:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:07:18 +0000 Subject: [Koha-bugs] [Bug 31221] Buttons overflow in OPAC search results in mobile view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144205|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 Dec 5 19:07:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:07:32 +0000 Subject: [Koha-bugs] [Bug 31575] Missing warning for holds where AllowHoldPolicyOverride can be used to force a hold to be placed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31575 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #6 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:11:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:11:16 +0000 Subject: [Koha-bugs] [Bug 31587] Basket not accessible from ACQORDER notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31587 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #12 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:13:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:13:25 +0000 Subject: [Koha-bugs] [Bug 31420] Managing funds: Labels of statistic fields overlap with pull downs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31420 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #5 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:14:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:14:18 +0000 Subject: [Koha-bugs] [Bug 31485] Move ItemsDeniedRenewal checks from C4::Circulation to Koha::Item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31485 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 19:17:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:17:13 +0000 Subject: [Koha-bugs] [Bug 31682] Silence warn when using automatic linker in biblio editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31682 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #5 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:20:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:20:09 +0000 Subject: [Koha-bugs] [Bug 29561] Remove blank facet for languages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29561 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #18 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:24:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:24:34 +0000 Subject: [Koha-bugs] [Bug 29048] Incorrect search for linked authority records from authority search result list in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29048 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #15 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:26:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:26:01 +0000 Subject: [Koha-bugs] [Bug 28799] Action logs should capture lost items found In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28799 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #12 from Lucas Gass --- Doesn't apply cleanly to 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:26:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:26:25 +0000 Subject: [Koha-bugs] [Bug 31257] Add a new English 1 page layout to export a basket as PDF In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31257 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:26:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:26:52 +0000 Subject: [Koha-bugs] [Bug 30168] Use checkout object in GetSoonestRenewDate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30168 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:27:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:27:13 +0000 Subject: [Koha-bugs] [Bug 31555] Getting holds via REST API needs edit_borrowers permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31555 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:29:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:29:32 +0000 Subject: [Koha-bugs] [Bug 31678] Convert authority editor tabs to Bootstrap In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31678 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #9 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:33:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:33:53 +0000 Subject: [Koha-bugs] [Bug 31677] Convert basic MARC editor tabs to Bootstrap In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31677 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #5 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:35:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:35:47 +0000 Subject: [Koha-bugs] [Bug 31635] Empty title for current result in OPAC results browser's tooltip on paging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31635 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:36:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:36:10 +0000 Subject: [Koha-bugs] [Bug 31614] Add configurable timeout for Zebra connections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31614 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 19:46:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:46:05 +0000 Subject: [Koha-bugs] [Bug 26648] Prevent internal server error if item attached to old checkout has been removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26648 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #16 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:47:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:47:06 +0000 Subject: [Koha-bugs] [Bug 27136] Add additional languages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27136 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:47:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:47:07 +0000 Subject: [Koha-bugs] [Bug 31715] Add missing German translations for language descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31715 Bug 31715 depends on bug 27136, which changed state. Bug 27136 Summary: Add additional languages https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27136 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:54:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:54:10 +0000 Subject: [Koha-bugs] [Bug 31552] SIP2 option format_due_date not honored for AH field in item information response In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31552 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #8 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:57:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 18:57:07 +0000 Subject: [Koha-bugs] [Bug 31469] log4perl.conf: Plack logfiles need %n in conversionpattern In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31469 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- Backported to 22.05.x for 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:00:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:00:58 +0000 Subject: [Koha-bugs] [Bug 31749] Detail view broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31749 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:02:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:02:19 +0000 Subject: [Koha-bugs] [Bug 31221] Buttons overflow in OPAC search results in mobile view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221 --- Comment #4 from Hammat wele --- Created attachment 144431 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144431&action=edit Buttons overflow in OPAC search results in mobile view To reproduce: 1- Have at least 10 record of the same type that can be viewed from OPAC 2- Go to administration > system preferences > OPACnumSearchResults and set it to 1 3- Go to the OPAC and search for the type from step 1 4- Notice top and bottom page selections are numbered from 1 to 10 + Next >> + Last >> 5- Inspect the webpage and switch to mobile view 6- Reduce display width and notice the buttons (of step 4) on the right are overflowing the screen 7- Apply the patch 8- compile the .scss file 9- Clear your navigator caches 10- repeat step 3,5 and 6 11- Notice the buttons (of step 4) are no more overflowing the screen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:04:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:04:34 +0000 Subject: [Koha-bugs] [Bug 31221] Buttons overflow in OPAC search results in mobile view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221 Hammat wele 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 Dec 5 20:05:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:05:04 +0000 Subject: [Koha-bugs] [Bug 30661] Able to update more hold parameters via REST API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30661 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hammat.wele at inlibro.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 Mon Dec 5 20:05:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:05:15 +0000 Subject: [Koha-bugs] [Bug 23269] Long hold queues are slowing the service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23269 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hammat.wele at inlibro.com 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 Dec 5 20:06:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:06:35 +0000 Subject: [Koha-bugs] [Bug 30661] Able to update more hold parameters via REST API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30661 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:15:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:15:27 +0000 Subject: [Koha-bugs] [Bug 23269] Long hold queues are slowing the service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23269 Hammat wele 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 Mon Dec 5 20:20:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:20:43 +0000 Subject: [Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 Catrina Berka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |catrina at bywatersolutions.co | |m --- Comment #14 from Catrina Berka --- Could not get patches to apply in sandbox -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:30:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 19:30:49 +0000 Subject: [Koha-bugs] [Bug 31221] Buttons overflow in OPAC search results in mobile view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221 --- Comment #5 from Hammat wele --- Hi Katrin, yes this is ready for testing now following the previous steps. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:10:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:10:43 +0000 Subject: [Koha-bugs] [Bug 29554] neworderempty.pl may create records with biblioitems.itemtype NULL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29554 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #20 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:11:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:11:37 +0000 Subject: [Koha-bugs] [Bug 31437] ModItemTransfer triggers indexing twice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31437 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:12:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:12:28 +0000 Subject: [Koha-bugs] [Bug 31763] Add 'page-section' to patron lists page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31763 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:12:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:12:28 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31763, which changed state. Bug 31763 Summary: Add 'page-section' to patron lists page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31763 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:15:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:15:08 +0000 Subject: [Koha-bugs] [Bug 31785] Adding or editing library does not respect public flag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31785 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #15 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:17:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:17:07 +0000 Subject: [Koha-bugs] [Bug 31595] Import patrons tool should not process extended attributes if no attributes are being imported In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31595 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #5 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:17:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:17:36 +0000 Subject: [Koha-bugs] [Bug 31747] Round corners in boxes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:17:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:17:36 +0000 Subject: [Koha-bugs] [Bug 31762] Flat vs 3D or mixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31762 Bug 31762 depends on bug 31747, which changed state. Bug 31747 Summary: Round corners in boxes https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:17:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:17:37 +0000 Subject: [Koha-bugs] [Bug 31815] Remove round corners from tabbed sections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31815 Bug 31815 depends on bug 31747, which changed state. Bug 31747 Summary: Round corners in boxes https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:18:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:18:34 +0000 Subject: [Koha-bugs] [Bug 31758] Add 'page-section' to system preferences page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:18:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:18:35 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31758, which changed state. Bug 31758 Summary: Add 'page-section' to system preferences page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:18:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:18:35 +0000 Subject: [Koha-bugs] [Bug 31886] No side menu when searching for syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886 Bug 31886 depends on bug 31758, which changed state. Bug 31758 Summary: Add 'page-section' to system preferences page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:18:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:18:53 +0000 Subject: [Koha-bugs] [Bug 31767] Add 'page-section' to tags page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31767 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- 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 Mon Dec 5 21:18:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:18:53 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31767, which changed state. Bug 31767 Summary: Add 'page-section' to tags page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31767 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:19:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:19:16 +0000 Subject: [Koha-bugs] [Bug 31764] Add 'page-section' to patron clubs page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31764 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- 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 Mon Dec 5 21:19:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:19:16 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31764, which changed state. Bug 31764 Summary: Add 'page-section' to patron clubs page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31764 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:19:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:19:45 +0000 Subject: [Koha-bugs] [Bug 31766] Add 'page-section' to notices and slips page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31766 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:19:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:19:46 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31766, which changed state. Bug 31766 Summary: Add 'page-section' to notices and slips page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31766 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:20:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:20:10 +0000 Subject: [Koha-bugs] [Bug 31773] Add 'page-section' to manage MARC import page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31773 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:20:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:20:10 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31773, which changed state. Bug 31773 Summary: Add 'page-section' to manage MARC import page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31773 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:20:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:20:30 +0000 Subject: [Koha-bugs] [Bug 31762] Flat vs 3D or mixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31762 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 21:22:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:22:28 +0000 Subject: [Koha-bugs] [Bug 31807] Context for translation: Filter (verb) vs. Filter (noun) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31807 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:24:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:24:46 +0000 Subject: [Koha-bugs] [Bug 28967] Patrons with no checkouts report shows patrons from other libraries with IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28967 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com --- Comment #18 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:25:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:25:23 +0000 Subject: [Koha-bugs] [Bug 31780] Add 'page-section' to audio alerts ( audio_alerts.tt ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31780 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:29:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:29:56 +0000 Subject: [Koha-bugs] [Bug 31776] Typo in cleanup_database.pl cron's help/usage In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31776 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #8 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:30:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:30:24 +0000 Subject: [Koha-bugs] [Bug 31569] Remove GetImportsRecordRange from acqui/addorderiso2709 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 21:30:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:30:24 +0000 Subject: [Koha-bugs] [Bug 19358] Purchase suggestions - enhancements to linking to orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19358 Bug 19358 depends on bug 31569, which changed state. Bug 31569 Summary: Remove GetImportsRecordRange from acqui/addorderiso2709 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:30:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:30:26 +0000 Subject: [Koha-bugs] [Bug 31708] Remove SetImportRecordStatus from neworderempty.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31708 Bug 31708 depends on bug 31569, which changed state. Bug 31569 Summary: Remove GetImportsRecordRange from acqui/addorderiso2709 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:30:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:30:26 +0000 Subject: [Koha-bugs] [Bug 31709] Replace SetMatchedBiblionumber method with object method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31709 Bug 31709 depends on bug 31569, which changed state. Bug 31569 Summary: Remove GetImportsRecordRange from acqui/addorderiso2709 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:30:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:30:27 +0000 Subject: [Koha-bugs] [Bug 31710] Replace GetImportRecordsRange with object methods In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31710 Bug 31710 depends on bug 31569, which changed state. Bug 31569 Summary: Remove GetImportsRecordRange from acqui/addorderiso2709 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:30:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:30:27 +0000 Subject: [Koha-bugs] [Bug 32166] When adding to a basket from a staged file we may use the wrong inputs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32166 Bug 32166 depends on bug 31569, which changed state. Bug 31569 Summary: Remove GetImportsRecordRange from acqui/addorderiso2709 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:31:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:31:01 +0000 Subject: [Koha-bugs] [Bug 31808] When placing a hold patron name is not displaying correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31808 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:31:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:31:39 +0000 Subject: [Koha-bugs] [Bug 31775] Show opac_info of single library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31775 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 21:32:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:32:49 +0000 Subject: [Koha-bugs] [Bug 31252] Advanced search in staff interface should call barcodedecode if the search index is a barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31252 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #13 from Lucas Gass --- Missing 22.05.x dependencies, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:33:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:33:20 +0000 Subject: [Koha-bugs] [Bug 31781] Transferred items table (branchtransfers.tt) needs page-section class In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31781 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:33:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:33:47 +0000 Subject: [Koha-bugs] [Bug 21705] Map copyrightdate to both 260/264c by default for new MARC21 installations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21705 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:34:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:34:15 +0000 Subject: [Koha-bugs] [Bug 14783] Allow patrons to change pickup location for non-waiting holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:35:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:35:05 +0000 Subject: [Koha-bugs] [Bug 31835] Add page-section to holds queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31835 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:35:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:35:06 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31835, which changed state. Bug 31835 Summary: Add page-section to holds queue https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31835 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:35:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:35:35 +0000 Subject: [Koha-bugs] [Bug 28555] Improve output of verbose option for overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28555 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:38:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:38:47 +0000 Subject: [Koha-bugs] [Bug 27315] The man pages for the command line utilities do not display properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #14 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:39:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:39:16 +0000 Subject: [Koha-bugs] [Bug 27265] process_message_queue.pl cron should be able to take multiple types as a parameter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27265 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 21:41:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:41:35 +0000 Subject: [Koha-bugs] [Bug 25426] Allow return policy to be selected via syspref and not just home library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Needs documenting --- Comment #17 from Lucas Gass --- Unless I am mistaken this is an enhancement and shouldn't be backported to 22.05.x. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:42:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:42:23 +0000 Subject: [Koha-bugs] [Bug 31626] Add letter ID to the message queue table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |lucas at bywatersolutions.com --- Comment #13 from Lucas Gass --- Enhancement will not be backported to 22.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:43:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:43:10 +0000 Subject: [Koha-bugs] [Bug 31162] Add a clear cataloguing module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31162 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:43:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:43:36 +0000 Subject: [Koha-bugs] [Bug 31417] Re-instate the cataloguing sidebar menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:43:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:43:37 +0000 Subject: [Koha-bugs] [Bug 31864] Fix breadcrumbs for each link coming from the new cataloging module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864 Bug 31864 depends on bug 31417, which changed state. Bug 31417 Summary: Re-instate the cataloguing sidebar menu https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:43:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:43:37 +0000 Subject: [Koha-bugs] [Bug 31556] Correct breadcrumb for Cataloging module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31556 Bug 31556 depends on bug 31417, which changed state. Bug 31417 Summary: Re-instate the cataloguing sidebar menu https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:50:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:50:24 +0000 Subject: [Koha-bugs] [Bug 31883] Filter trim causes false warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31883 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #16 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:50:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:50:48 +0000 Subject: [Koha-bugs] [Bug 31842] admin/branches: DT search generates js error on col.data.split In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:50:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:50:48 +0000 Subject: [Koha-bugs] [Bug 31754] Improve appearance of behavior of DataTables controls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754 Bug 31754 depends on bug 31842, which changed state. Bug 31842 Summary: admin/branches: DT search generates js error on col.data.split https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:56:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:56:41 +0000 Subject: [Koha-bugs] [Bug 31884] In check in page submit button should be yellow In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:56:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:56:42 +0000 Subject: [Koha-bugs] [Bug 31947] [Omnibus] Add 'btn-primary' to the main action button where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31947 Bug 31947 depends on bug 31884, which changed state. Bug 31884 Summary: In check in page submit button should be yellow https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:57:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:57:04 +0000 Subject: [Koha-bugs] [Bug 31810] Place hold button should be yellow In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 21:57:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:57:04 +0000 Subject: [Koha-bugs] [Bug 31947] [Omnibus] Add 'btn-primary' to the main action button where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31947 Bug 31947 depends on bug 31810, which changed state. Bug 31810 Summary: Place hold button should be yellow https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:58:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:58:54 +0000 Subject: [Koha-bugs] [Bug 31738] Unstranslatable string in checkouts.js for recalls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31738 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #5 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:59:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:59:13 +0000 Subject: [Koha-bugs] [Bug 31811] Add 'page-section' to MARC modification templates pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31811 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 21:59:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:59:14 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31811, which changed state. Bug 31811 Summary: Add 'page-section' to MARC modification templates pages https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31811 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:59:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 20:59:43 +0000 Subject: [Koha-bugs] [Bug 31750] Need more padding in cataloguing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31750 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:00:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:00:03 +0000 Subject: [Koha-bugs] [Bug 31885] In renew page submit button should be yellow In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31885 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:00:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:00:03 +0000 Subject: [Koha-bugs] [Bug 31947] [Omnibus] Add 'btn-primary' to the main action button where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31947 Bug 31947 depends on bug 31885, which changed state. Bug 31885 Summary: In renew page submit button should be yellow https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31885 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:00:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:00:24 +0000 Subject: [Koha-bugs] [Bug 31829] Change password form in patron account is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31829 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:00:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:00:45 +0000 Subject: [Koha-bugs] [Bug 31803] "remove from cart" button displayed even if not in cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31803 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:04:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:04:46 +0000 Subject: [Koha-bugs] [Bug 10190] Overdue notices based on item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 echandler at clamsnet.org changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |Eileen, Chandler CC| |echandler at clamsnet.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:09:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:09:24 +0000 Subject: [Koha-bugs] [Bug 10190] Overdue notices based on item type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 --- Comment #5 from echandler at clamsnet.org --- This is important in our consortium of mainly public libraries as our Library of Things (LoT) items go out for shorter periods of time and are overdue on a different time schedule to regular items like books. We would like overdues to be based on item type not just patron type. We also have one college member library in our consortium and their items go out on for different time periods again based on Item type not just patron type. -- You are receiving 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 Dec 5 22:12:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:12:32 +0000 Subject: [Koha-bugs] [Bug 31684] Plugin versions starting with a "v" cause unnecessary warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31684 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #11 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:14:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:14:33 +0000 Subject: [Koha-bugs] [Bug 31714] Add a more generic way to print patron slips In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 22:14:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:14:33 +0000 Subject: [Koha-bugs] [Bug 31713] Allow easy printing of patron's fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31713 Bug 31713 depends on bug 31714, which changed state. Bug 31714 Summary: Add a more generic way to print patron slips https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:14:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:14:35 +0000 Subject: [Koha-bugs] [Bug 32344] Migrate print_overdues.pl to printnotice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32344 Bug 32344 depends on bug 31714, which changed state. Bug 31714 Summary: Add a more generic way to print patron slips https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:14:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:14:35 +0000 Subject: [Koha-bugs] [Bug 32345] Migrate checkinslip from printslip.pl to printnotice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32345 Bug 32345 depends on bug 31714, which changed state. Bug 31714 Summary: Add a more generic way to print patron slips https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:14:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:14:36 +0000 Subject: [Koha-bugs] [Bug 32346] Migrate issueslip from printslip.pl to printnotice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32346 Bug 32346 depends on bug 31714, which changed state. Bug 31714 Summary: Add a more generic way to print patron slips https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:18:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:18:00 +0000 Subject: [Koha-bugs] [Bug 29987] Manual credits are not recorded for a register In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29987 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #36 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:18:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:18:43 +0000 Subject: [Koha-bugs] [Bug 31753] Dialog boxes inside of modals don't seem wide enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31753 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:19:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:19:13 +0000 Subject: [Koha-bugs] [Bug 31848] Holds queue: Submit button for filters on the left is closer to nav than to its form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31848 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:19:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:19:29 +0000 Subject: [Koha-bugs] [Bug 31770] Add 'page-section' to rotating collections page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- 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 Mon Dec 5 22:19:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:19:30 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31770, which changed state. Bug 31770 Summary: Add 'page-section' to rotating collections page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:19:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:19:30 +0000 Subject: [Koha-bugs] [Bug 31911] Headings are inconsistent in rotating collections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31911 Bug 31911 depends on bug 31770, which changed state. Bug 31770 Summary: Add 'page-section' to rotating collections page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:19:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:19:50 +0000 Subject: [Koha-bugs] [Bug 31771] Add 'page-section' to stock rotation pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31771 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:19:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:19:51 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31771, which changed state. Bug 31771 Summary: Add 'page-section' to stock rotation pages https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31771 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:20:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:20:28 +0000 Subject: [Koha-bugs] [Bug 31830] Add page-section to budgets and funds table on acq start page (acq) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31830 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:20:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:20:28 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31830, which changed state. Bug 31830 Summary: Add page-section to budgets and funds table on acq start page (acq) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31830 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:20:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:20:35 +0000 Subject: [Koha-bugs] [Bug 32328] Add ability to specify how long an item stays on a library's holds queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32328 echandler at clamsnet.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |echandler at clamsnet.org Alias| |EC --- Comment #2 from echandler at clamsnet.org --- We are a multi location consortium and this is important to us. We would like to be able to determine how long a hold stays at one library before moving on to another location. Our libraries prefer, whenever possible, to fill their own patron holds. We have two islands in our consortium with 7 members on the islands. This affects delivery costs if an item jumps on to a different library just because the library is closed. Our libraries on the mainland are also geographically spread out. It is a resource saver if the hold stays at one location based on a timed setting of our choice, e.g., 72 hours and also based on hours open at the holding library. Such a waste of resources, time and money that if an item is available that it cannot be filled at the library due to this bug. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:20:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:20:55 +0000 Subject: [Koha-bugs] [Bug 17170] Add the ability to create 'saved searches' for use as filters when searching the catalog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 22:25:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:25:00 +0000 Subject: [Koha-bugs] [Bug 31588] Update cpanfile for new OpenAPI versions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31588 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #21 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:25:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:25:30 +0000 Subject: [Koha-bugs] [Bug 31687] Add see from and see also from tracings in Match index (Elasticsearch, MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31687 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:25:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:25:54 +0000 Subject: [Koha-bugs] [Bug 31691] Remove non-existent fields from the See-from index (Elasticsearch, MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31691 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:26:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:26:20 +0000 Subject: [Koha-bugs] [Bug 31693] Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31693 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Mon Dec 5 22:26:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:26:43 +0000 Subject: [Koha-bugs] [Bug 31672] Remove 'Your' from tab descriptions in OPAC patron account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31672 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 22:29:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:29:36 +0000 Subject: [Koha-bugs] [Bug 32403] On Demand Messaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32403 --- Comment #2 from Christofer Zorn --- For sure it allows me to send email addresses out, which I can also do from my Outlook. But I have no means of tracking custom SMS or Phone messages that go out. We had a patron the other day who only could be contacted through SMS and we have no means of sending out an SMS. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:31:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:31:45 +0000 Subject: [Koha-bugs] [Bug 31822] Add page-section to vendor detail page (acq) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31822 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 22:31:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:31:46 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31822, which changed state. Bug 31822 Summary: Add page-section to vendor detail page (acq) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31822 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:32:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:32:10 +0000 Subject: [Koha-bugs] [Bug 31765] Add 'page-section' to import patrons page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31765 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- 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 Mon Dec 5 22:32:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:32:10 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31765, which changed state. Bug 31765 Summary: Add 'page-section' to import patrons page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31765 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:32:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:32:31 +0000 Subject: [Koha-bugs] [Bug 31837] Add page-section to basket summary page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:32:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:32:31 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31837, which changed state. Bug 31837 Summary: Add page-section to basket summary page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:32:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:32:31 +0000 Subject: [Koha-bugs] [Bug 31932] The basket summary page template needs a cleanup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31932 Bug 31932 depends on bug 31837, which changed state. Bug 31837 Summary: Add page-section to basket summary page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:33:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:33:16 +0000 Subject: [Koha-bugs] [Bug 31886] No side menu when searching for syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:33:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:33:16 +0000 Subject: [Koha-bugs] [Bug 31917] Headings don't seem quite right for system preference search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31917 Bug 31917 depends on bug 31886, which changed state. Bug 31886 Summary: No side menu when searching for syspref https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:33:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:33:17 +0000 Subject: [Koha-bugs] [Bug 32065] Invalid YAML for some system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32065 Bug 32065 depends on bug 31886, which changed state. Bug 31886 Summary: No side menu when searching for syspref https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:35:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:35:58 +0000 Subject: [Koha-bugs] [Bug 31920] Unit test t/db_dependent/Holds.t leaves behind database cruft In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31920 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:37:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:37:40 +0000 Subject: [Koha-bugs] [Bug 31676] Make db_dependent/Circulation.t tests more robust In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31676 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #18 from Lucas Gass --- Does not apply cleanly to 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:37:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:37:41 +0000 Subject: [Koha-bugs] [Bug 31735] Circulation optimizations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31735 Bug 31735 depends on bug 31676, which changed state. Bug 31676 Summary: Make db_dependent/Circulation.t tests more robust https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31676 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:38:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:38:08 +0000 Subject: [Koha-bugs] [Bug 31754] Improve appearance of behavior of DataTables controls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:38:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:38:09 +0000 Subject: [Koha-bugs] [Bug 31861] Table controls on checkouts table are buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861 Bug 31861 depends on bug 31754, which changed state. Bug 31754 Summary: Improve appearance of behavior of DataTables controls https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:38:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:38:52 +0000 Subject: [Koha-bugs] [Bug 31861] Table controls on checkouts table are buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:38:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:38:53 +0000 Subject: [Koha-bugs] [Bug 31962] Standardize tooltips on datatable controls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31962 Bug 31962 depends on bug 31861, which changed state. Bug 31861 Summary: Table controls on checkouts table are buttons https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:39:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:39:20 +0000 Subject: [Koha-bugs] [Bug 31813] Specify white-space: normal for spans styled as labels In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31813 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:39:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:39:20 +0000 Subject: [Koha-bugs] [Bug 31974] Regression: Bug 31813 incorrectly affected labels in the header search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31974 Bug 31974 depends on bug 31813, which changed state. Bug 31813 Summary: Specify white-space: normal for spans styled as labels https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31813 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:41:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:41:37 +0000 Subject: [Koha-bugs] [Bug 31689] Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31689 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:42:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:42:20 +0000 Subject: [Koha-bugs] [Bug 31870] Cleaning up t/db_dependent/Context.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31870 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED CC| |lucas at bywatersolutions.com --- Comment #12 from Lucas Gass --- Enhancement won't be backported to 22.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:42:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:42:40 +0000 Subject: [Koha-bugs] [Bug 31888] In Elasticsearch mappings page save button should be yellow In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31888 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 22:42:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:42:41 +0000 Subject: [Koha-bugs] [Bug 31947] [Omnibus] Add 'btn-primary' to the main action button where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31947 Bug 31947 depends on bug 31888, which changed state. Bug 31888 Summary: In Elasticsearch mappings page save button should be yellow https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31888 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:44:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:44:48 +0000 Subject: [Koha-bugs] [Bug 18556] Message "Patron's address in doubt" is confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18556 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #9 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:45:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:45:24 +0000 Subject: [Koha-bugs] [Bug 31718] Change the IF ELSE values in MARC subfields structure breadcrumbs to facilitate translation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:45:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:45:54 +0000 Subject: [Koha-bugs] [Bug 31715] Add missing German translations for language descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31715 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:46:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:46:15 +0000 Subject: [Koha-bugs] [Bug 31847] Add page section to item search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:46:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:46:15 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31847, which changed state. Bug 31847 Summary: Add page section to item search results https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:48:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:48:44 +0000 Subject: [Koha-bugs] [Bug 31869] Unable to save thesaurus value to frameworks subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31869 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #6 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:49:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 21:49:30 +0000 Subject: [Koha-bugs] [Bug 31871] Due date not shown on items tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31871 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:20:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:20:10 +0000 Subject: [Koha-bugs] [Bug 32405] New: Add Mastodon account Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32405 Bug ID: 32405 Summary: Add Mastodon account Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Project website Assignee: wizzyrea at gmail.com Reporter: david at davidnind.com I've created a Mastodon account for Koha - @KohaILS at mastodon.world (https://mastodon.world/@KohaILS) If you are able to add it to the "Community Resources", along with the other social media accounts that would be great! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:28:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:28:22 +0000 Subject: [Koha-bugs] [Bug 31903] Article requests: Edit URLs link missing in the New tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31903 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #6 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:28:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:28:51 +0000 Subject: [Koha-bugs] [Bug 31864] Fix breadcrumbs for each link coming from the new cataloging module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:28:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:28:52 +0000 Subject: [Koha-bugs] [Bug 31882] Fix page title of pages in the new cataloging module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882 Bug 31882 depends on bug 31864, which changed state. Bug 31864 Summary: Fix breadcrumbs for each link coming from the new cataloging module home page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:29:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:29:19 +0000 Subject: [Koha-bugs] [Bug 31806] Add 'page-section' to holds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:29:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:29:20 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31806, which changed state. Bug 31806 Summary: Add 'page-section' to holds page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:29:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:29:20 +0000 Subject: [Koha-bugs] [Bug 31905] Buttons lack spacing on holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31905 Bug 31905 depends on bug 31806, which changed state. Bug 31806 Summary: Add 'page-section' to holds page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:29:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:29:44 +0000 Subject: [Koha-bugs] [Bug 31939] Add page-section to admin > libraries area In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:29:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:29:45 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31939, which changed state. Bug 31939 Summary: Add page-section to admin > libraries area https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:29:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:29:45 +0000 Subject: [Koha-bugs] [Bug 31950] Page section on library view is too wide / not aligned with toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31950 Bug 31950 depends on bug 31939, which changed state. Bug 31939 Summary: Add page-section to admin > libraries area https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:30:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:30:07 +0000 Subject: [Koha-bugs] [Bug 31941] Add page-section to admin > item types area In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED CC| |lucas at bywatersolutions.com -- 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 Mon Dec 5 23:30:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:30:08 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31941, which changed state. Bug 31941 Summary: Add page-section to admin > item types area https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:30:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:30:34 +0000 Subject: [Koha-bugs] [Bug 31952] Sending an empty system preference search breaks layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31952 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:30:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:30:34 +0000 Subject: [Koha-bugs] [Bug 32065] Invalid YAML for some system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32065 Bug 32065 depends on bug 31952, which changed state. Bug 31952 Summary: Sending an empty system preference search breaks layout https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31952 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:31:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:31:44 +0000 Subject: [Koha-bugs] [Bug 31936] Link to advanced search form in acquisitions is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31936 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Mon Dec 5 23:32:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:32:22 +0000 Subject: [Koha-bugs] [Bug 31879] Convert mainpage.css to SCSS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31879 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:32:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:32:48 +0000 Subject: [Koha-bugs] [Bug 31850] Patron import: welcome email option style as list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31850 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:35:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:35:21 +0000 Subject: [Koha-bugs] [Bug 31532] Zebra search results including 880 with original script incorrect because of Bug 15187 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31532 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #11 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:35:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:35:46 +0000 Subject: [Koha-bugs] [Bug 31690] Add see from tracings in See-from index (Elasticsearch, MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31690 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:36:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:36:07 +0000 Subject: [Koha-bugs] [Bug 31945] Add page-section to admin > patron categories area In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com -- 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 Mon Dec 5 23:36:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:36:07 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31945, which changed state. Bug 31945 Summary: Add page-section to admin > patron categories area https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:36:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:36:49 +0000 Subject: [Koha-bugs] [Bug 31115] Additional fields for invoices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #18 from Lucas Gass --- Enhancement will not be backported to 22.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:36:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:36:50 +0000 Subject: [Koha-bugs] [Bug 31956] Clean up headings/legends on invoice summary view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31956 Bug 31956 depends on bug 31115, which changed state. Bug 31115 Summary: Additional fields for invoices https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:39:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:39:52 +0000 Subject: [Koha-bugs] [Bug 31739] Password reset from staff fails if previous expired reset-entry exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31739 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #9 from Lucas Gass --- backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:40:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:40:27 +0000 Subject: [Koha-bugs] [Bug 31577] Use patron category multi-select for OpacHiddenItemsExceptions system preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31577 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:41:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:41:22 +0000 Subject: [Koha-bugs] [Bug 22678] Set 'Koha::Logger' as the default mojo logger for the REST API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22678 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:43:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:43:19 +0000 Subject: [Koha-bugs] [Bug 15048] Genre/Form (655) searches fail on searches with $x 'General subdivision' subfield values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15048 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |RESOLVED --- Comment #28 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:47:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:47:39 +0000 Subject: [Koha-bugs] [Bug 32406] New: Cannot search pending orders using non-latin-1 scripts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 Bug ID: 32406 Summary: Cannot search pending orders using non-latin-1 scripts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org Due to the flaw with x-koha-query mentioned in bug 32401, it's not possible to search pending orders in Acquisitions using characters outside the Latin-1 character set. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:49:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:49:07 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 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 --- The solution to this problem is to use the "q" parameter instead of the "x-koha-query" header. While the "q" parameter runs the risk of creating too long of a URL, it is more functional than the "x-koha-query" header. Really we should be doing POSTs to the REST API when using DataTables, but the "good enough" fix here is to just change "header_filter" from "true" to "false" in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:50:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:50:33 +0000 Subject: [Koha-bugs] [Bug 31459] Make order receive page faster on systems with many budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #21 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:51:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:51:09 +0000 Subject: [Koha-bugs] [Bug 25763] Allow update of order fund after receipt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25763 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting 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 Mon Dec 5 23:51:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:51:36 +0000 Subject: [Koha-bugs] [Bug 31955] Add page-section to additional fields (admin) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:51:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:51:37 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31955, which changed state. Bug 31955 Summary: Add page-section to additional fields (admin) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:52:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:52:14 +0000 Subject: [Koha-bugs] [Bug 31929] On vendor edit page options are not aligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31929 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:52:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:52:52 +0000 Subject: [Koha-bugs] [Bug 31917] Headings don't seem quite right for system preference search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31917 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:53:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:53:17 +0000 Subject: [Koha-bugs] [Bug 31882] Fix page title of pages in the new cataloging module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:53:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:53:17 +0000 Subject: [Koha-bugs] [Bug 31845] Move cataloging controllers and templates to fix URLs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31845 Bug 31845 depends on bug 31882, which changed state. Bug 31882 Summary: Fix page title of pages in the new cataloging module home page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:53:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:53:36 +0000 Subject: [Koha-bugs] [Bug 31831] Make inactive search options font slightly bigger In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31831 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:54:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:54:02 +0000 Subject: [Koha-bugs] [Bug 31812] Add yellow button to stage imports page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:54:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:54:03 +0000 Subject: [Koha-bugs] [Bug 31947] [Omnibus] Add 'btn-primary' to the main action button where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31947 Bug 31947 depends on bug 31812, which changed state. Bug 31812 Summary: Add yellow button to stage imports page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:54:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:54:29 +0000 Subject: [Koha-bugs] [Bug 31911] Headings are inconsistent in rotating collections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31911 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:54:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:54:54 +0000 Subject: [Koha-bugs] [Bug 31927] Use bigger font-size for bibliographic information on staff details page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31927 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:55:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:55:18 +0000 Subject: [Koha-bugs] [Bug 31834] Inconsistent table formatting for list of MARC imports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31834 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:55:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:55:18 +0000 Subject: [Koha-bugs] [Bug 31833] [Omnibus] Fix table inconsistencies In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31833 Bug 31833 depends on bug 31834, which changed state. Bug 31834 Summary: Inconsistent table formatting for list of MARC imports https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31834 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:55:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:55:40 +0000 Subject: [Koha-bugs] [Bug 31906] Managed by on basket summary page is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31906 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 23:58:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:58:21 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 David Cook 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 Dec 5 23:58:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 22:58:25 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 --- Comment #2 from David Cook --- Created attachment 144432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144432&action=edit Bug 32406: Switch acq datatable from headers to query param This patch changes the pending orders datatable from using the x-koha-query header to the "q" query parameter, so that it is able to support UTF-8 encoded scripts rather than just Latin-1 scripts. Test plan: 1. Apply patch 2. Go to http://localhost:8081/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=29 3. Change title from "Gairm" to "五" (alternatively use "cœur" or Arabic title) 4. Create a basket containing multiple records including bib 29 五 5. Close the basket 6. Receive shipment 7. You should be on a page like the following: http://localhost:8081/cgi-bin/koha/acqui/parcel.pl?invoiceid=3 8. In the search box, type in 五 9. Note that you see a "Processing..." box and then the results are filtered to just show the order for 五 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:00:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:00:28 +0000 Subject: [Koha-bugs] [Bug 19693] Update of an authority record creates inconsistency when the heading tag is changed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19693 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #17 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:00:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:00:57 +0000 Subject: [Koha-bugs] [Bug 31923] 'Ignore' tab description is misleading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31923 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Tue Dec 6 00:01:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:01:23 +0000 Subject: [Koha-bugs] [Bug 31940] Add page-section to admin > library groups area In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31940 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:01:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:01:24 +0000 Subject: [Koha-bugs] [Bug 31757] Add 'page-section' where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Bug 31757 depends on bug 31940, which changed state. Bug 31940 Summary: Add page-section to admin > library groups area https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31940 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:05:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:05:41 +0000 Subject: [Koha-bugs] [Bug 7960] Choice to not show the text labels for item types In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7960 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:07:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:07:06 +0000 Subject: [Koha-bugs] [Bug 31730] Link to authorized value interface when an authval is mentioned in preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31730 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #7 from Lucas Gass --- Enhancement will not be backported to 22.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:07:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:07:07 +0000 Subject: [Koha-bugs] [Bug 31731] Offer user a dropdown of authorized values instead of a text field in preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31731 Bug 31731 depends on bug 31730, which changed state. Bug 31730 Summary: Link to authorized value interface when an authval is mentioned in preferences https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31730 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:07:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:07:36 +0000 Subject: [Koha-bugs] [Bug 31553] News item contents field does not always expand when you click on a non-default language In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Tue Dec 6 00:08:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:08:14 +0000 Subject: [Koha-bugs] [Bug 22321] Make it possible to edit illrequests.borrowernumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22321 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |lucas at bywatersolutions.com --- Comment #31 from Lucas Gass --- Enhancement will not be backported to 22.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:08:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:08:57 +0000 Subject: [Koha-bugs] [Bug 23012] Possibility to mark processing fee by default refund when item is found In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23012 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED --- Comment #50 from Lucas Gass --- Enhancement will not be backported to 22.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:13:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:13:31 +0000 Subject: [Koha-bugs] [Bug 24381] ACCOUNT_CREDIT and ACCOUNT_DEBIT slip not printing information about paid fines/fees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24381 --- Comment #80 from Lucas Gass --- Patchset won't apply cleanly to 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:17:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:17:57 +0000 Subject: [Koha-bugs] [Bug 31609] JavaScript error on Additional contents main page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31609 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | --- Comment #16 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:19:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:19:17 +0000 Subject: [Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #61 from Victor Grousset/tuxayo --- > Are the extraneous "=" and "3D" being inserted into the log transcript of the email, or are they really in a sent email? It's something about having to replace some characters before sending them via email: https://en.wikipedia.org/wiki/Quoted-printable#Quoted-printable_encoding It's under the hood so users don't see this. But on sandboxes, koha mail log shows raw data. So = becomes =3D So this part of the link is valid! It's biblionumber=16 as expected. The bibl= is a way to represent going to the next line. So it's biblionumber, as expected. The beginning of the link looks wrong because h2sandboxes.biblibre.eu:8080 isn't what you have in the browser. But it looks like to be the internal address of the OPAC. So just replace with the OPAC address and it should work. So if I understand correctly the link is valid! So you can retry and use the bellow link (or do adapt it yourself from the email logs) and it should work :) http://opac-h2sandboxes.biblibre.eu:8080/cgi-bin/koha/opac-detail.pl?biblionumber=16 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:23:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:23:04 +0000 Subject: [Koha-bugs] [Bug 31196] Key "default_value_for_mod_marc-" cleared from cache but not set anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31196 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | Status|Pushed to master |Pushed to stable --- Comment #9 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:24:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:24:39 +0000 Subject: [Koha-bugs] [Bug 31905] Buttons lack spacing on holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31905 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:25:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:25:03 +0000 Subject: [Koha-bugs] [Bug 31910] Article request form is misaligned/misformatted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31910 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:25:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:25:49 +0000 Subject: [Koha-bugs] [Bug 31973] Restore background color to message-style alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31973 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:25:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:25:50 +0000 Subject: [Koha-bugs] [Bug 31996] Make note-style messages consistent with dialogs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996 Bug 31996 depends on bug 31973, which changed state. Bug 31973 Summary: Restore background color to message-style alerts https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31973 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:26:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:26:22 +0000 Subject: [Koha-bugs] [Bug 31996] Make note-style messages consistent with dialogs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Tue Dec 6 00:26:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:26:43 +0000 Subject: [Koha-bugs] [Bug 31991] Restore style of sidebar forms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31991 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:28:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:28:48 +0000 Subject: [Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #62 from Victor Grousset/tuxayo --- Here is a decoder: https://www.motobit.com/util/quoted-printable-decoder.asp Paste the email and click decode. And then the *first/top* text area contains the result: In online catalog: http://h2sandboxes.biblibre.eu:8080/cgi-bin/koha/opac-detail.pl?biblionumber=16 Items: * Centerville GEN 39999000000719 * Fairview GEN 39999000000696 And the link is right! (except for the address because that's the previous problem) errata: on the previous comment: > http://opac-h2sandboxes.biblibre.eu:8080/cgi-bin/koha/opac-detail.pl?biblionumber=16 It's http://opac-h2sandboxes.biblibre.eu/cgi-bin/koha/opac-detail.pl?biblionumber=16 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:38:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:38:30 +0000 Subject: [Koha-bugs] [Bug 31976] Incorrect default category selected by authorized values page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31976 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:40:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:40:00 +0000 Subject: [Koha-bugs] [Bug 30407] Add ability to syspref UpdateNotForLoanStatusOnCheckin to show only the notforloan values description In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30407 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |lucas at bywatersolutions.com --- Comment #14 from Lucas Gass --- Enhancement will not be backported to 22.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:46:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:46:21 +0000 Subject: [Koha-bugs] [Bug 31760] Fix contrast of separator in top header in staff client (WCAG) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31760 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Tue Dec 6 00:46:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:46:48 +0000 Subject: [Koha-bugs] [Bug 31986] Add page-section to various administration pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:46:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:46:48 +0000 Subject: [Koha-bugs] [Bug 32126] Adding item search fields is broken - can't add more than one field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32126 Bug 32126 depends on bug 31986, which changed state. Bug 31986 Summary: Add page-section to various administration pages https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:47:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:47:05 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32401 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:47:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:47:05 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32406 -- You are receiving 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 Dec 6 00:47:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:47:29 +0000 Subject: [Koha-bugs] [Bug 31948] Add timestamp to tmp_holdsqueue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #10 from Lucas Gass --- Enhancement will not be backported to 22.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:47:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:47:30 +0000 Subject: [Koha-bugs] [Bug 2954] Holds queue report should show date/time of last update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2954 Bug 2954 depends on bug 31948, which changed state. Bug 31948 Summary: Add timestamp to tmp_holdsqueue https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:48:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:48:00 +0000 Subject: [Koha-bugs] [Bug 32022] Style tweaks to fieldsets and page-section In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32022 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED 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 Tue Dec 6 00:51:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:51:09 +0000 Subject: [Koha-bugs] [Bug 31969] Options for cleanup_database.pl to remove finished jobs from the background job queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:51:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:51:23 +0000 Subject: [Koha-bugs] [Bug 32012] runreport.pl should use binmode UTF-8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32012 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.11.00 |22.11.00, 22.05.08 released in| | CC| |lucas at bywatersolutions.com --- Comment #12 from Lucas Gass --- Backported to 22.05.x for upcoming 22.05.08 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:53:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:53:55 +0000 Subject: [Koha-bugs] [Bug 32035] "Koha" less prominent in new staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32035 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:56:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:56:02 +0000 Subject: [Koha-bugs] [Bug 32038] Sidebar and footer style improvements on suggestions page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32038 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass --- Enhancement will not be backported to 22.05.x series -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:56:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:56:24 +0000 Subject: [Koha-bugs] [Bug 32014] Tweak style of checkout settings panel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32014 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:56:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:56:50 +0000 Subject: [Koha-bugs] [Bug 32050] Add 'page-section' to calendar page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32050 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Tue Dec 6 00:57:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:57:31 +0000 Subject: [Koha-bugs] [Bug 32044] Yellow buttons are styled differently in different spots In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:57:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:57:31 +0000 Subject: [Koha-bugs] [Bug 32148] Buttons must inherit Bootstrap size classes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32148 Bug 32148 depends on bug 32044, which changed state. Bug 32044 Summary: Yellow buttons are styled differently in different spots https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:57:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:57:59 +0000 Subject: [Koha-bugs] [Bug 32068] Consistent classes for primary buttons: Administration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32068 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:57:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:57:59 +0000 Subject: [Koha-bugs] [Bug 32067] [OMNIBUS] Consistent classes for submit and/or primary buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32067 Bug 32067 depends on bug 32068, which changed state. Bug 32068 Summary: Consistent classes for primary buttons: Administration https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32068 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:58:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:58:22 +0000 Subject: [Koha-bugs] [Bug 32070] Consistent classes for primary buttons: Acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32070 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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 Tue Dec 6 00:58:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:58:23 +0000 Subject: [Koha-bugs] [Bug 32067] [OMNIBUS] Consistent classes for submit and/or primary buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32067 Bug 32067 depends on bug 32070, which changed state. Bug 32070 Summary: Consistent classes for primary buttons: Acquisitions https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32070 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:58:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:58:47 +0000 Subject: [Koha-bugs] [Bug 31960] Information on job detail view is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:59:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:59:11 +0000 Subject: [Koha-bugs] [Bug 32002] Make submit button yellow on administration > Did you mean? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32002 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:59:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2022 23:59:12 +0000 Subject: [Koha-bugs] [Bug 31947] [Omnibus] Add 'btn-primary' to the main action button where it's missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31947 Bug 31947 depends on bug 32002, which changed state. Bug 32002 Summary: Make submit button yellow on administration > Did you mean? https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32002 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 01:35:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 00:35:23 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |30165 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165 [Bug 30165] Several q parameters break the filters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 01:35:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 00:35:23 +0000 Subject: [Koha-bugs] [Bug 30165] Several q parameters break the filters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32406 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 [Bug 32406] Cannot search pending orders using non-latin-1 scripts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 01:53:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 00:53:27 +0000 Subject: [Koha-bugs] [Bug 459] No uninstall script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=459 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 01:55:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 00:55:04 +0000 Subject: [Koha-bugs] [Bug 1807] search () give odd results with Zebra and ICU In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1807 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WORKSFORME -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 01:55:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 00:55:06 +0000 Subject: [Koha-bugs] [Bug 9234] Koha's search code needs to be rewritten In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9234 Bug 9234 depends on bug 1807, which changed state. Bug 1807 Summary: search () give odd results with Zebra and ICU https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1807 What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WORKSFORME -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:02:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:02:53 +0000 Subject: [Koha-bugs] [Bug 5517] After removal of koha-common package in Debian Squeeze cron jobs are not deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5517 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dcook at prosentient.com.au Resolution|--- |WORKSFORME --- Comment #8 from David Cook --- The cronjob files have all been updated at this point -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:07:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:07:04 +0000 Subject: [Koha-bugs] [Bug 5534] Koha mapping punctuation to space for indexing/searching can be confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Summary|Koha does not ignore |Koha mapping punctuation to |punctuation when searching |space for | |indexing/searching can be | |confusing -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:13:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:13:46 +0000 Subject: [Koha-bugs] [Bug 6341] Allow use of other non-Gregorian calendars In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from David Cook --- I don't think this is technically possible with Koha -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:15:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:15:00 +0000 Subject: [Koha-bugs] [Bug 6816] Capture member signature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6816 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:21:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:21:54 +0000 Subject: [Koha-bugs] [Bug 32405] Add Mastodon account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32405 --- Comment #1 from David Nind --- If you could also add this code to the header for verification (not sure how this is done in WordPress), that would be great as well: Mastodon >From the Mastodon account profile: "Verification You can verify yourself as the owner of the links in your profile metadata. For that, the linked website must contain a link back to your Mastodon profile. The link back must have a rel="me" attribute. The text content of the link does not matter. Here is an example:" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:22:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:22:42 +0000 Subject: [Koha-bugs] [Bug 10147] Koha allows for multiple main entries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10147 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- Technically, Koha doesn't enforce cataloguing rules. It just focuses on MARC data. I suppose it could be interesting to add some kind of catalogue rule checker that gets called either manually or when trying to save a record. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:23:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:23:48 +0000 Subject: [Koha-bugs] [Bug 10344] Omnibus: RDA support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- I reckon this one could be closed, no? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:26:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:26:10 +0000 Subject: [Koha-bugs] [Bug 10460] way to stop a run away report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10460 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- While technically it could be done, I don't think it would be a reasonable thing to do. -- That said, an interesting alternative could be to use BackgroundJobs and to have a maximum execution time allowed for a job where the worker kills its child process if it exceeds the maximum execution time. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:31:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:31:13 +0000 Subject: [Koha-bugs] [Bug 10478] Do we need a sequential number generator? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10478 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |dcook at prosentient.com.au --- Comment #11 from David Cook --- Given the age of this one, I think it's safe to close -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:32:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:32:19 +0000 Subject: [Koha-bugs] [Bug 10518] Add sorting for Cyrillic characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10518 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #4 from David Cook --- This arguably could be a support ticket since not enough information has been given on Zebra configuration... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:36:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:36:48 +0000 Subject: [Koha-bugs] [Bug 8494] use js_beautify.pl to format javascript/jquery code in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8494 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:41:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:41:07 +0000 Subject: [Koha-bugs] [Bug 5837] Change installer to use DBIx::Class::Schema::Versioned instead of updatedatabase.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5837 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #8 from David Cook --- Closing this due to age and as it's unlikely it will ever happen -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:41:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:41:22 +0000 Subject: [Koha-bugs] [Bug 11390] DBIx::Class schema deployment script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11390 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #16 from David Cook --- Closing this due to age and as it's unlikely it will ever happen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:41:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:41:22 +0000 Subject: [Koha-bugs] [Bug 7365] Koha should support PostgreSQL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7365 Bug 7365 depends on bug 11390, which changed state. Bug 11390 Summary: DBIx::Class schema deployment script https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11390 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST -- You are receiving 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 Dec 6 02:53:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:53:33 +0000 Subject: [Koha-bugs] [Bug 6892] If a URL has been entered without http://, it isn't correctly linked In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6892 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #6 from David Cook --- I think that there could be a URL validator in the editor, but we shouldn't be auto-adding things to existing data I reckon. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:54:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:54:22 +0000 Subject: [Koha-bugs] [Bug 6892] If a URL has been entered without http://, it isn't correctly linked In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6892 --- Comment #7 from David Cook --- I think bug 8609 might be a good successor to this one. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:54:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:54:30 +0000 Subject: [Koha-bugs] [Bug 8609] Add an URL validation plugin for authority and biblio frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6948 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:54:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:54:30 +0000 Subject: [Koha-bugs] [Bug 6948] Default hold expiry date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6948 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=8609 -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:55:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:55:45 +0000 Subject: [Koha-bugs] [Bug 8609] Add an URL validation plugin for authority and biblio frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609 --- Comment #24 from David Cook --- I think this functionality could be achieved just using the URI module without adding a new dependency... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 02:59:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 01:59:00 +0000 Subject: [Koha-bugs] [Bug 7029] Zebra CHR equivalent/mapping works unexpectedly with "ie" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7029 --- Comment #14 from David Cook --- (In reply to David Cook from comment #13) > I love indexing problems... Looking back, it looks like I only tested with CHR indexing. I imagine that this isn't an issue for ICU indexing. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:00:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:00:57 +0000 Subject: [Koha-bugs] [Bug 7029] Zebra CHR equivalent/mapping works unexpectedly with "ie" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7029 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #15 from David Cook --- Just tested on a English/French/Arabic Koha using ICU and "chine" and "chien" get very different (and correct) results. Going to close this one as we know that CHR indexing really isn't good enough in most non-English contexts. The answer is to switch to ICU indexing. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:09:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:09:11 +0000 Subject: [Koha-bugs] [Bug 16581] ICU tokenization bug in idzebra-2.0 2.0.59-1 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16581 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|REOPENED |RESOLVED --- Comment #12 from David Cook --- (In reply to David Cook from comment #11) > We should probably update debian/control to require a newer version of Zebra > since we know that 2.0.59 is buggy... It looks like Debian 11 Bullseye finally updated Zebra to 2.2.2 which alleviates this problem... I'm tired of talking about 2.0.59 being buggy, so I'm going to close it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:11:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:11:45 +0000 Subject: [Koha-bugs] [Bug 10844] circs by dewey range In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10844 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- Closing this one due to age and due to alternative options -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:12:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:12:35 +0000 Subject: [Koha-bugs] [Bug 11022] Reorganize or rename french unimarc frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11022 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- Closing this one due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:19:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:19:59 +0000 Subject: [Koha-bugs] [Bug 6607] Guided reports process does not offer correct limit options In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6607 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |dcook at prosentient.com.au Status|NEW |RESOLVED --- Comment #1 from David Cook --- It looks like "Select Criteria to Limit on" doesn't relate to columns that you've chosen. Rather, it's a hard-coded list in C4::Reports::Guided::get_criteria() -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:30:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:30:13 +0000 Subject: [Koha-bugs] [Bug 11852] Scripted processes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11852 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- I'm not sure I understand this 100% but it sounds like you'd want the ability to create your own pipeline. Sample Pipeline: 1. Prompt user for input X 2. Perform Action A on input X 3. Perform Action B on input X 4. Perform Action C on input X It's certainly an interesting idea... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:30:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:30:52 +0000 Subject: [Koha-bugs] [Bug 11852] Allow staff to create pipelines of actions for items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11852 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Scripted processes |Allow staff to create | |pipelines of actions for | |items --- Comment #2 from David Cook --- Changing name from "Scripted processes" to "Allow staff to create pipelines of actions for items" -- You are receiving 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 Dec 6 03:32:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:32:39 +0000 Subject: [Koha-bugs] [Bug 11852] Allow staff to create pipelines of actions for items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11852 --- Comment #3 from David Cook --- The background jobs functionality could be used for executing the pipeline. Alternatively someone could implement this as a plugin. Regardless of implementation, I think you'd probably need to sponsor this development, as it would probably be too big for anyone to take on independently. -- You are receiving 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 Dec 6 03:34:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:34:00 +0000 Subject: [Koha-bugs] [Bug 13833] biblionumber in deletedbiblio should not be autoincrement In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13833 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- Looks like this is still valid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:34:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:34:53 +0000 Subject: [Koha-bugs] [Bug 13825] can't use profile more than one time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13825 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from David Cook --- Closing this one due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:35:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:35:42 +0000 Subject: [Koha-bugs] [Bug 13783] script koha_perl_deps.pl doesn't see all installed modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13783 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:42:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:42:46 +0000 Subject: [Koha-bugs] [Bug 14565] koha-run-backups does not backup an instance called demo In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14565 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #6 from David Cook --- This one is still valid and is so weird -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:42:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:42:58 +0000 Subject: [Koha-bugs] [Bug 14565] koha-run-backups does not backup an instance called demo In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14565 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:46:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:46:11 +0000 Subject: [Koha-bugs] [Bug 14012] Koha::FTP, a happy FTP-library to supercharge FTP operations. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14012 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- I'm not sure that this is really necessary, although adding Net::FTP as a dependency could be useful. Maybe Koha::FTP plus a CLI tool? I do FTP files from Koha instances so it could be handy to have this built-in -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:47:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:47:59 +0000 Subject: [Koha-bugs] [Bug 14341] XSLT 773$x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- Still valid. I've ended up doing customizations of the 773 display over the years, so I don't really have a need for this, but could be useful for others -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:50:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:50:08 +0000 Subject: [Koha-bugs] [Bug 15618] Small typos in system preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #26 from David Cook --- Perhaps this one would be better off split into separate reports, or at least squashed down into a single patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:51:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:51:58 +0000 Subject: [Koha-bugs] [Bug 12015] google map of branches and availability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12015 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- It's a neat idea although Google Maps has required credit card details for several years now. Of course there is Open Street Map but they ask that you don't use their tile servers for public applications. I suppose a Koha library could run its own tile server, of course. This also probably wouldn't scale well for a large number of items. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:53:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:53:21 +0000 Subject: [Koha-bugs] [Bug 16533] Prep koha-preferences script for /usr/sbin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16533 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- This would be very useful... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:53:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:53:51 +0000 Subject: [Koha-bugs] [Bug 15559] Software error: Wide character in subroutine entry at /usr/share/perl5/MARC/Charset/Table.pm line 96. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15559 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- Closing this due to age. Sounds like it might be more of a support issue as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:55:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:55:47 +0000 Subject: [Koha-bugs] [Bug 16665] Add a staffadmin bar to the opac interface in order to edit the previewing record (MARC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16665 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- This is actually a pretty interesting idea that I've thought about a bit over the years. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 03:58:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 02:58:07 +0000 Subject: [Koha-bugs] [Bug 16837] koha-start-zebra should start zebra-indexer too In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16837 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- I think this is debatable. Personally, I prefer keeping them separate, as the zebrasrv and zebraidx are independent of each other. Sometimes I want zebrasrv to go down but I'm ok with zebraidx to continue or vice versa. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:00:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:00:54 +0000 Subject: [Koha-bugs] [Bug 14606] Donate to the Koha International Fund In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14606 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WISHLIST CC| |dcook at prosentient.com.au --- Comment #18 from David Cook --- Closing this for the time being since the original purpose was fulfilled (and then reverted). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:01:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:01:54 +0000 Subject: [Koha-bugs] [Bug 16880] Safe to remove stage-marc-import from apache-shared-intranet-plack.conf blacklist? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16880 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #3 from David Cook --- This one has already been fixed! Yahoo! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:03:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:03:20 +0000 Subject: [Koha-bugs] [Bug 18238] Test harness/suite/"test runner" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18238 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- I reckon Tomas and Jonathan might have something to say on this topic... especially as there is talk about testing on the listserv at the moment... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:04:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:04:06 +0000 Subject: [Koha-bugs] [Bug 18116] Koha.pm should contain pointers to other koha documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18116 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dcook at prosentient.com.au Resolution|--- |LATER --- Comment #1 from David Cook --- Closing this one due to age... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:05:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:05:09 +0000 Subject: [Koha-bugs] [Bug 17873] Make all buttons Bootstrap styled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17873 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST CC| |dcook at prosentient.com.au Status|NEW |RESOLVED --- Comment #4 from David Cook --- Closing this one due to age. I reckon https://wiki.koha-community.org/wiki/Interface_patterns#Buttons will need an update now that we have a new staff interface styling though... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:06:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:06:03 +0000 Subject: [Koha-bugs] [Bug 17923] Can we remove DBD::Mock from dependencies? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17923 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dcook at prosentient.com.au Resolution|--- |LATER --- Comment #1 from David Cook --- Closing this one due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:07:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:07:11 +0000 Subject: [Koha-bugs] [Bug 12584] koha-conf.xml for package installations get out of sync In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12584 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED CC| |dcook at prosentient.com.au --- Comment #9 from David Cook --- *** This bug has been marked as a duplicate of bug 22857 *** -- You are receiving 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 Dec 6 04:07:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:07:11 +0000 Subject: [Koha-bugs] [Bug 22857] Entries missing in koha-conf.xml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857 --- Comment #13 from David Cook --- *** Bug 12584 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:11:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:11:18 +0000 Subject: [Koha-bugs] [Bug 31059] encryption_key config entry not generated when upgrading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31059 --- Comment #6 from David Cook --- (In reply to Jonathan Druart from comment #4) > We need to script that add missing entries. It could be a simple (perl) misc > script that is called at the end of the debian upgrade procedure. I added a sample one on bug 28911 that I used as a once-off but it would need work to be used regularly like that. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:11:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:11:32 +0000 Subject: [Koha-bugs] [Bug 28911] Bcrypt settings are required for pseudonymization but are not set on upgrade In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28911 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22857 -- You are receiving 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 Dec 6 04:11:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:11:32 +0000 Subject: [Koha-bugs] [Bug 22857] Entries missing in koha-conf.xml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28911 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:11:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:11:42 +0000 Subject: [Koha-bugs] [Bug 31059] encryption_key config entry not generated when upgrading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31059 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22857 -- You are receiving 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 Dec 6 04:11:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:11:42 +0000 Subject: [Koha-bugs] [Bug 22857] Entries missing in koha-conf.xml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31059 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:20:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:20:28 +0000 Subject: [Koha-bugs] [Bug 18410] Koha should use cool URIs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18410 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- URIs are a tough one. If you really wanted non-ephemeral URLs, you'd want to use a link resolver like Handle.net to have "permanent identifiers". If/when we move to a framework like Mojolicious which has a router to map URIs to controller actions, it'll be easier to create nicer looking URIs. I don't think it would be particularly sustainable to hack this using Apache rewrite. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:21:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:21:16 +0000 Subject: [Koha-bugs] [Bug 18410] Koha should use cool URIs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18410 --- Comment #4 from David Cook --- (In reply to Pablo AB from comment #2) > This could be done with some URI rewrite (Apache mod_rewrite) directives. > Someone give an example on wiki: > https://wiki.koha-community.org/wiki/Linked_Data_RFC#Canonical_URL. > 2FURI_for_records I think that was the product of a conversation Magnus and I had together a long time ago. It never really took off... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:24:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:24:26 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WORKSFORME CC| |dcook at prosentient.com.au --- Comment #19 from David Cook --- I don't think this is relevant anymore at least not when using Plack with Memcached which is the norm. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:24:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:24:28 +0000 Subject: [Koha-bugs] [Bug 15342] Performance 3.22 - Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15342 Bug 15342 depends on bug 16079, which changed state. Bug 16079 Summary: Retrieving system preferences from database via DBIx is not fast enough https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WORKSFORME -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:25:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 03:25:29 +0000 Subject: [Koha-bugs] [Bug 32313] Complete database column descriptions for cataloguing module in guided reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32313 David Nind 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 Dec 6 06:14:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:14:33 +0000 Subject: [Koha-bugs] [Bug 13454] 7xx before 1xx in results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13454 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dcook at prosentient.com.au Resolution|--- |INVALID --- Comment #2 from David Cook --- Closing due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:21:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:21:24 +0000 Subject: [Koha-bugs] [Bug 22223] Item url double-encode when parameter is an encoded URL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #43 from David Cook --- *** Bug 23535 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:24:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:24:19 +0000 Subject: [Koha-bugs] [Bug 20591] DBI->last_insert_id does not work as expected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20591 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #4 from David Cook --- (In reply to Jonathan Druart from comment #3) > From DBI POD: > > """ > * For some drivers the $catalog, $schema, $table, and $field parameters are > required, for others they are ignored (e.g., mysql). > """ Sounds like it's not an issue then? -- You are receiving 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 Dec 6 06:25:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:25:12 +0000 Subject: [Koha-bugs] [Bug 20505] Selenium tests fail if server not running In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20505 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WONTFIX CC| |dcook at prosentient.com.au --- Comment #7 from David Cook --- Closing this due to age and since koha-testing-docker makes this much easier these days -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:26:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:26:31 +0000 Subject: [Koha-bugs] [Bug 20197] Missing rfc3339 in systempreference choices for dateformat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20197 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WONTFIX CC| |dcook at prosentient.com.au --- Comment #4 from David Cook --- Closing due to age and doesn't seem to be needed/wanted -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:28:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:28:08 +0000 Subject: [Koha-bugs] [Bug 12012] Updating Zebra config files for debian packages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12012 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- I don't use SRU. Is this still valid? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:29:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:29:02 +0000 Subject: [Koha-bugs] [Bug 20723] Author links containing hyphen do not return results. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20723 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |dcook at prosentient.com.au Status|NEW |RESOLVED --- Comment #1 from David Cook --- This is almost certainly caused by the Zebra 2.0.59 bug. If it's not, feel free to re-open. -- You are receiving 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 Dec 6 06:35:16 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:35:16 +0000 Subject: [Koha-bugs] [Bug 20591] DBI->last_insert_id does not work as expected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20591 --- Comment #5 from Jonathan Druart --- Shouldn't we then remove the parameters? -- You are receiving 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 Dec 6 06:37:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:37:29 +0000 Subject: [Koha-bugs] [Bug 17123] Can't call method "raw" on an undefined value at C4/Search.pm line 806 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17123 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dcook at prosentient.com.au Resolution|--- |DUPLICATE --- Comment #15 from David Cook --- There's really not enough information to proceed on this one. However, Pablo's issue can be alleviated by updating zebra_connection_timeout in koha-conf.xml thanks to bug 31614 *** This bug has been marked as a duplicate of bug 31614 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:37:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:37:29 +0000 Subject: [Koha-bugs] [Bug 31614] Add configurable timeout for Zebra connections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31614 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |srdjan at catalyst.net.nz --- Comment #6 from David Cook --- *** Bug 17123 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:44:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:44:10 +0000 Subject: [Koha-bugs] [Bug 11612] 404 error page for Intranet may leak information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11612 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- Agreed with Isaac. Unauthenticated users shouldn't be able to see anything other than 401 or the login screen. Since we're using Plack::App::CGIBin, I think the only way to deal with this might be to add a Middleware to check if the user is authenticated before returning the 404. Something to think about but certainly 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 Tue Dec 6 06:49:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:49:33 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #3 from Jonathan Druart --- Yes, we should remove it. I had a look at datatables.js and it seems safe to remove the related code there, we never pass query_parameters. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:49:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:49:50 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:50:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:50:34 +0000 Subject: [Koha-bugs] [Bug 21499] Emails about automatic renewal sent in error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21499 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #3 from David Cook --- Closing this due to age since the automatic renewals have had a lot of changes over the past couple years -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:51:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:51:17 +0000 Subject: [Koha-bugs] [Bug 20308] "Login with Google" not Visible on Main OPAC when using OAuth2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20308 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- Bug 31378 provides this kind of button -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:53:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:53:14 +0000 Subject: [Koha-bugs] [Bug 11267] default notices should not be allowed to be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11267 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #3 from David Cook --- Quite a few important slips cannot be deleted now in master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:55:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:55:32 +0000 Subject: [Koha-bugs] [Bug 19963] ethnicity and ethnicity tables and columns survived update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19963 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- I'm guessing this is still valid? Doesn't appear in new databases but guessing it still affects old ones? -- You are receiving 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 Dec 6 06:56:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:56:42 +0000 Subject: [Koha-bugs] [Bug 18943] Add documentation of new SIP configuration parameter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18943 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- This still looks valid -- You are receiving 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 Dec 6 06:57:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:57:52 +0000 Subject: [Koha-bugs] [Bug 13306] Problems when cloning subfields with cataloguing plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13306 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX CC| |dcook at prosentient.com.au Status|NEW |RESOLVED --- Comment #2 from David Cook --- Closing this due to age and it sounds like bug 10480 resolved the issue -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 06:59:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 05:59:51 +0000 Subject: [Koha-bugs] [Bug 12531] Navigating tabs with keyboard and screen reader In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12531 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- Seems to work for me on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:02:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:02:22 +0000 Subject: [Koha-bugs] [Bug 16536] Warn about Template Toolkit directives inside HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16536 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #6 from David Cook --- Not sure what's going on here, but is this one still valid? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:05:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:05:55 +0000 Subject: [Koha-bugs] [Bug 15399] MARCXML records larger than 1 MB (1048576 bytes) are not searchable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15399 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED CC| |dcook at prosentient.com.au --- Comment #18 from David Cook --- I was sure that I replied to this already... I changed zebra_max_record_size to 4096 in prod for one instance since there were MARCXML records with large numbers of records, and it works fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:07:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:07:18 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 --- Comment #4 from David Cook --- (In reply to Jonathan Druart from comment #3) > Yes, we should remove it. > > I had a look at datatables.js and it seems safe to remove the related code > there, we never pass query_parameters. I think we need to push bug 32406 and do a similar fix for koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt as they both rely on x-koha-query at the moment -- You are receiving 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 Dec 6 07:10:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:10:29 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 --- Comment #5 from David Cook --- (In reply to Jonathan Druart from comment #3) > I had a look at datatables.js and it seems safe to remove the related code > there, we never pass query_parameters. Although we may not pass query_parameters, it seems that we create them within datatables.js when using header_filter: 669 if(options.header_filter) { 670 options.query_parameters = query_parameters; 671 } else { 672 dataSet.q = query_parameters; 673 delete options.query_parameters; 674 } -- You are receiving 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 Dec 6 07:16:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:16:52 +0000 Subject: [Koha-bugs] [Bug 30796] Standardize CRUD HTML forms to use 1 controller In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30796 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST --- Comment #2 from David Cook --- This would be nice but it's broad and probably not going to happen -- You are receiving 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 Dec 6 07:17:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:17:48 +0000 Subject: [Koha-bugs] [Bug 11267] default notices should not be allowed to be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11267 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |DUPLICATE --- Comment #4 from Jonathan Druart --- *** This bug has been marked as a duplicate of bug 17355 *** -- You are receiving 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 Dec 6 07:17:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:17:48 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #44 from Jonathan Druart --- *** Bug 11267 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:21:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:21:23 +0000 Subject: [Koha-bugs] [Bug 24781] Parse and build query strings more reliably In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24781 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:21:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:21:39 +0000 Subject: [Koha-bugs] [Bug 21359] Add RDF support to OAI-PMH harvester In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21359 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|In Discussion |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:21:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:21:48 +0000 Subject: [Koha-bugs] [Bug 18585] Connect to RDF triplestore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|In Discussion |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:21:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:21:49 +0000 Subject: [Koha-bugs] [Bug 10787] Linked Data/RDF Omnibus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10787 Bug 10787 depends on bug 18585, which changed state. Bug 18585 Summary: Connect to RDF triplestore https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585 What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WISHLIST -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:21:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:21:49 +0000 Subject: [Koha-bugs] [Bug 10788] Add a Linked Data/RDF browser to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10788 Bug 10788 depends on bug 18585, which changed state. Bug 18585 Summary: Connect to RDF triplestore https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585 What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WISHLIST -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:21:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:21:50 +0000 Subject: [Koha-bugs] [Bug 18713] Add support for named graphs and rfds:seeAlso to Koha::RDF In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18713 Bug 18713 depends on bug 18585, which changed state. Bug 18585 Summary: Connect to RDF triplestore https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585 What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WISHLIST -- You are receiving 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 Dec 6 07:23:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:23:09 +0000 Subject: [Koha-bugs] [Bug 26790] Refactor Koha configuration (koha-conf.xml) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26790 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST --- Comment #19 from David Cook --- I don't think we'll get consensus on this one, so closing for now. Locally, I've started to create other configuration files to try to keep customizations out of koha-conf.xml. So far so good. -- You are receiving 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 Dec 6 07:27:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:27:09 +0000 Subject: [Koha-bugs] [Bug 10456] z3950NormalizeAuthor and z3950AuthorAuthFields cause problems for MARC21 (and are sloppily written) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10456 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:27:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:27:35 +0000 Subject: [Koha-bugs] [Bug 11987] Add date ranges to patron and cataloguing stat wizards In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11987 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |LATER Status|NEW |RESOLVED --- Comment #1 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:28:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:28:05 +0000 Subject: [Koha-bugs] [Bug 12591] CRUD operations for Notices should happen in a module not in letters.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12591 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #1 from David Cook --- Closing this due to age and lack of a concrete solution -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:28:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:28:33 +0000 Subject: [Koha-bugs] [Bug 16352] Fix spacing for 245$h and 245$c in XSLTs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16352 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:29:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:29:04 +0000 Subject: [Koha-bugs] [Bug 19168] Non-Debian koha-httpd.conf prevents oai.pl from working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19168 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |LATER --- Comment #1 from David Cook --- Closing this due to age -- You are receiving 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 Dec 6 07:29:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:29:45 +0000 Subject: [Koha-bugs] [Bug 13925] koha-restore doesn't start Zebra In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13925 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from David Cook --- In hindsight, I don't think this needs a change -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:31:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:31:15 +0000 Subject: [Koha-bugs] [Bug 25794] Add PKI/x509/client SSL authentication to REST API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25794 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:32:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:32:45 +0000 Subject: [Koha-bugs] [Bug 14392] Inventory.pl contains call to internal sub C4::Reports::Guided::_get_column_defs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14392 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:33:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:33:30 +0000 Subject: [Koha-bugs] [Bug 12477] We need better ways to manage and update MARC Frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12477 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #21 from David Cook --- I don't think this is going to be anyone's priority so going to close this one especially given its age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:34:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:34:25 +0000 Subject: [Koha-bugs] [Bug 21153] Add system preference to hide login box on opac-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21153 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from David Cook --- Closing this due to age. This is manageable using CSS and Javascript. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:35:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:35:01 +0000 Subject: [Koha-bugs] [Bug 18202] Define profiles for Z39.50 server targets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18202 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #2 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:35:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:35:22 +0000 Subject: [Koha-bugs] [Bug 15539] Create a ccl.properties alias for Identifier-other In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15539 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST --- Comment #1 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:35:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:35:35 +0000 Subject: [Koha-bugs] [Bug 12897] Enhance date ranges in ccl.properties with Zebra In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12897 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST --- Comment #2 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:36:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:36:07 +0000 Subject: [Koha-bugs] [Bug 21731] t::lib::QA::TemplateFilters missing built-in TT filter "xml" causes false warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21731 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #2 from David Cook --- Closing this due to age -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:37:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:37:01 +0000 Subject: [Koha-bugs] [Bug 25713] get_qualified_table_name should be a class method rather than an object method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25713 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #1 from David Cook --- Closing this as it doesn't seem important. I'll re-open if there's ever a need for it -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:38:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:38:36 +0000 Subject: [Koha-bugs] [Bug 27236] Package PO translation files separately to koha-common In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27236 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WISHLIST Status|NEW |RESOLVED --- Comment #9 from David Cook --- I think that this one might be too difficult to achieve -- You are receiving 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 Dec 6 07:40:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:40:58 +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 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |WISHLIST --- Comment #24 from David Cook --- I'm unlikely to continue working on this. We've got the generic OIDC/OAuth client now. If I do bump into a scenario where I need to handle a different AuthN situation, then I'll revisit. Although really all a person needs to do is create a new Koha session, send back the CGISESSID cookie, and you're golden from there... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:41:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:41:56 +0000 Subject: [Koha-bugs] [Bug 15537] Hide records on Leader 05 = d in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15537 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |WISHLIST --- Comment #18 from David Cook --- Closing this due to age -- You are receiving 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 Dec 6 07:43:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:43:09 +0000 Subject: [Koha-bugs] [Bug 12722] bulkmarcimport.pl: Should we move the old 001 to 035 ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12722 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST --- Comment #14 from David Cook --- Closing this one due to age, but happy for someone else to take it over -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:43:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 06:43:55 +0000 Subject: [Koha-bugs] [Bug 11583] Add WYSIWYG editor for HTML notices/letters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11583 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WISHLIST --- Comment #4 from David Cook --- Closing this due to age. I'm unlikely to work on it again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:12:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 07:12:25 +0000 Subject: [Koha-bugs] [Bug 27236] Package PO translation files separately to koha-common In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27236 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WISHLIST |--- Status|RESOLVED |REOPENED --- Comment #10 from Jonathan Druart --- This is still a goal we should aim for in my opinion. -- You are receiving 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 Dec 6 08:12:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 07:12:31 +0000 Subject: [Koha-bugs] [Bug 27236] Package PO translation files separately to koha-common In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27236 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:14:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 07:14:29 +0000 Subject: [Koha-bugs] [Bug 21731] t::lib::QA::TemplateFilters missing built-in TT filter "xml" causes false warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21731 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WISHLIST |--- Status|RESOLVED |REOPENED --- Comment #3 from Jonathan Druart --- Reopening, if it's still valid we should fix it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:14:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 07:14:43 +0000 Subject: [Koha-bugs] [Bug 21731] t::lib::QA::TemplateFilters missing built-in TT filter "xml" causes false warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21731 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 10:18:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 09:18:57 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #3 from Jonathan Druart --- Shouldn't we simply remove the line? :) false is the default value. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 10:30:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 09:30:00 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send jobs params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32393 | Depends on| |32393 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 [Bug 32393] background job worker explodes if JSON is incorrect -- You are receiving 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 Dec 6 10:30:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 09:30:00 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32395 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32395 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 [Bug 32395] Why do we send jobs params to the broker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 10:31:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 09:31:05 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send jobs params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 --- Comment #4 from Jonathan Druart --- Created attachment 144434 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144434&action=edit Bug 32395: Do not send job's parameters to the broker -- You are receiving 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 Dec 6 10:33:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 09:33:00 +0000 Subject: [Koha-bugs] [Bug 32395] Why do we send jobs params to the broker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32395 --- Comment #5 from Jonathan Druart --- The logic is here, but I don't think this is enough. It must be more robust and clear. Do we allow other parameters than job_id? Should we simply pass the id as a string an completely remove JSON? I don't think so, we should keep flexibility and keep in mind we could have jobs that don't go through the DB. -- You are receiving 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 Dec 6 11:13:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:13:10 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 --- Comment #112 from Julian Maurice --- (In reply to Katrin Fischer from comment #96) > Testing this: > > - Activate branch transfers > - Library Centerville DISALLOWS transfer to Fairview > - Library Fairview ALLOWS transfer to Centerville > > Without previous checkout! Just doing a checkin. > > Test A: > Checkin of Fairview item in Centerville > Transfer is allowed, correct. Returning a Fairview item in Centerville should trigger a transfer from Centerville to Fairview, right ? That transfer is forbidden. I don't understand why you expect the transfer to be allowed in that case. > > Test B: > Checkin of Centerville item in Fairview. > Transfer is allowed - that wasn't the result I expected. This makes sense to me, the transfer from Fairview to Centerville is allowed > > This is a Centerville item. Centerville hasn't permitted it's items to go to > Fairview - so should the transfer not be blocked? I think there is a little bit of confusion over two different things: 1) Is it allowed to return item I to library L ? (which is controlled by syspref AllowReturnToBranch) 2) Is item I allowed to be transferred from library L1 to library L2 ? (controlled by transfer limits and related sysprefs) It looks like you are testing 1 whereas the patch is about 2. It worked fine for me. Here's what I did: 1. Set syspref AllowReturnToBranch = "to any library" 2. Set syspref UseBranchTransferLimits = "Enforce" 3. Set syspref BranchTransferLimitsType = "item type" 4. Create an item (itemtype BOOK, homebranch Centerville, holdingbranch Centerville) 5. Disable all transfers for item type BOOK 6. Set library to Fairfield 7. Checkin the item => checkin is blocked (message: "This item must be checked in at following library: Centerville) On master, the checkin is allowed and it starts a transfer from Fairfield to Centerville, which is forbidden) 8. If I enable the transfer from Fairfield to Centerville for BOOK, the checkin is allowed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:16:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:16:11 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120897|0 |1 is obsolete| | --- Comment #113 from Julian Maurice --- Created attachment 144435 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144435&action=edit Bug 7376: Transfer limits should be checked at check-in Test case: * UseBranchTransferLimits must be set * define your branch transfer limit. Refuse transfers from libraryA to libraryB * checkout a book owned by libraryB, from libraryB, with a librarian located at libraryB * move the librarian to libraryA ("Set Library" link top/right) * check-in the book => it's possible whatever your setup After the patch, the behaviour respect the branch transfer limit parameter: you can check-in if you accept transfers, you can't if you refuse them. (Note: IndependantBranches must be OFF, otherwise it's not possible to do the checkin whatever the branch transfer limits) Sponsored-by: National Library of Finland Signed-off-by: Arthur Suzuki Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:16:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:16:20 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120898|0 |1 is obsolete| | --- Comment #114 from Julian Maurice --- Created attachment 144436 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144436&action=edit Bug 7376: Unit test Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:16:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:16:28 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120899|0 |1 is obsolete| | --- Comment #115 from Julian Maurice --- Created attachment 144437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144437&action=edit Bug 7376: (follow-up) Extend test coverage and document I'm not sure about the requirements for this bug. This patch extends the tests to cover the new combinations introduced and highlights exactly what changes in the logic.. which appears to be fairly little. Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:16:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:16:36 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120900|0 |1 is obsolete| | --- Comment #116 from Julian Maurice --- Created attachment 144438 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144438&action=edit Bug 7376: (follow-up) Make extended tests mock the actual desired behaviour Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:16:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:16:44 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120901|0 |1 is obsolete| | --- Comment #117 from Julian Maurice --- Created attachment 144439 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144439&action=edit Bug 7376: (follow-up) Fix C4/Circulation.pm This follow-up patch actually fixes the issue. This patch forbids a patron to return a book to a library from where the book may not return to its home or holding library. Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:16:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:16:52 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120902|0 |1 is obsolete| | --- Comment #118 from Julian Maurice --- Created attachment 144440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144440&action=edit Bug 7376: Clarify tests further We want to prevent returns where the item cannot be transfered 'back to where it came from (be that Homebranch or Holdingbranch as defined respectively in the circulation rules). This patch clarifies the tests further by testing this transfer functionality distinctly from the 'AllowReturnToBranch' preference functionality. Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:17:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:17:01 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120903|0 |1 is obsolete| | --- Comment #119 from Julian Maurice --- Created attachment 144441 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144441&action=edit Bug 7376: Allow passing 'transferbranch' to CanBookBeReturned This patch adds the optional 'tranferbranch' parameter to the CanBookBeReturned routine. This allows for passing the correct 'ReturnToX' transfer to be tested at return time for transfer limit restrictions. Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:21:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:21:35 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:58:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:58:02 +0000 Subject: [Koha-bugs] [Bug 32013] Autorenewals is effectively a bulk action and should be treated as such In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32013 --- Comment #2 from Matt Blenkinsop --- Created attachment 144442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144442&action=edit Bug 32013: Autorenewal batch indexing The automatic_renewals.pl cron script currently loops through items for automatic renewal and calls the indexer for each one individually. skip_record_index has now been added as a parameter to the AddRenewal function to skip the indexing process. The item numbers are now added to an array and then the indexer is called once from within automatic_renewals.pl and passed the array to queue one indexing job instead of multiple jobs. Test plan: 1) AddRenewal uses Koha::Items->store() to trigger the indexing process. Run prove -vv t/db_dependent/Koha/SearchEngine/Indexer.t and check tests 5,6,29,30. These tests prove whether passing skip_record_index to store() triggers or skips the indexing process. All four tests should pass to show that skip_index_records can prevent the indexing being triggered. 2) Add multiple renewals that are able to be autorenewed and run the automatic_renewals.pl script. There should be multiple items queued in zebraqueue. 3) Apply patch and try again 4) There should now only be one job queued in zebraqueue -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:58:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 10:58:37 +0000 Subject: [Koha-bugs] [Bug 32013] Autorenewals is effectively a bulk action and should be treated as such In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32013 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:05:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:05:34 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 --- Comment #6 from Matt Blenkinsop --- Looks like there is an empty span tag with 25% width as a placeholder for info hints for each field. I've amended the JQuery to append the Delete button before this span tag -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:14:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:14:01 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 --- Comment #7 from Matt Blenkinsop --- Created attachment 144443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144443&action=edit Bug 32257 : Label for Patron Attributes Misaligned Label has now been realigned to match the format of the fields above. When clicking to add a new field, the delete button was also misaligned. This has now been reformatted to sit next to the "New" button Test Plan: 1) Navigate to Tools > Batch patron modification 2) Add either card or borrower numbers to bring up the edit patrons fields 3) "Patron attributes:" is on the far right and above the select box. When adding a new field there is a big gap between the Add and Delete buttons 4) Apply patch and navigate to same area 5) Observe that the Patron attributes option is aligned to match the fields above and the gap between the buttons has been removed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:14:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:14:24 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144305|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:14:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:14:54 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 Matt Blenkinsop 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 Dec 6 13:20:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:20:50 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_22_05_candidate, | |rel_22_11_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:21:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:21:26 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:21:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:21:43 +0000 Subject: [Koha-bugs] [Bug 32394] Long tasks queue is never used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144400|0 |1 is obsolete| | --- Comment #7 from Tomás Cohen Arazi --- Created attachment 144444 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144444&action=edit Bug 32394: Restore long tasks queue We are sending "queue" as parameter, but "job_queue" is retrieved in Koha::BackgroundJob->enqueue... Test plan: Read code and confirm the above. More fun for test plan will be found on bug 32393 Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:41:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:41:12 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:41:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 12:41:27 +0000 Subject: [Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144378|0 |1 is obsolete| | --- Comment #21 from Tomás Cohen Arazi --- Created attachment 144445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144445&action=edit Bug 32370: (follow-up) Make Koha::BackgroundJob use Koha::Object::JSONFields https://bugs.koha-community.org/show_bug.cgi?id=32371 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:13:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:13:19 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 --- Comment #2 from Tomás Cohen Arazi --- Comment on attachment 144401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144401 Bug 32393: Prevent invalid job to block the job queue Review of attachment 144401: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=32393&attachment=144401) ----------------------------------------------------------------- ::: misc/background_jobs_worker.pl @@ +104,5 @@ > + Koha::Logger->get->warn(sprintf "Job and/or frame not processed - %s", $_); > + } finally { > + $job->status('failed')->store if $job; > + $conn->ack( { frame => $frame } ); > + }; The finally block is always executed regardless of the exit status of the try block. It reads wrong to be setting the status as failed. That line belongs to the catch IMHO. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:13:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:13:29 +0000 Subject: [Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:18:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:18:50 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:26:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:26:01 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:26:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:26:04 +0000 Subject: [Koha-bugs] [Bug 32408] New: Add an option to allow or disallow checkout when the outstanding amount is under noissuecharge Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Bug ID: 32408 Summary: Add an option to allow or disallow checkout when the outstanding amount is under noissuecharge Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: matthias.meusburger at biblibre.com QA Contact: testopia at bugs.koha-community.org Bug 11633 blocked SIP checkout when the patron has fines under the noissuescharge amount (define maximum amount withstanding before checkouts are blocked). Some libraries may want to allow SIP checkout in that case. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:26:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:26:05 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144432|0 |1 is obsolete| | --- Comment #4 from Tomás Cohen Arazi --- Created attachment 144446 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144446&action=edit Bug 32406: Switch acq datatable from headers to query param This patch changes the pending orders datatable from using the x-koha-query header to the "q" query parameter, so that it is able to support UTF-8 encoded scripts rather than just Latin-1 scripts. Test plan: 1. Apply patch 2. Go to http://localhost:8081/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=29 3. Change title from "Gairm" to "五" (alternatively use "cœur" or Arabic title) 4. Create a basket containing multiple records including bib 29 五 5. Close the basket 6. Receive shipment 7. You should be on a page like the following: http://localhost:8081/cgi-bin/koha/acqui/parcel.pl?invoiceid=3 8. In the search box, type in 五 9. Note that you see a "Processing..." box and then the results are filtered to just show the order for 五 Signed-off-by: Tomas Cohen Arazi tcohen amend: removed the line instead as we are probably phasing out that DT configuration option anyway. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:26:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:26:18 +0000 Subject: [Koha-bugs] [Bug 32408] Add an option to allow or disallow checkout when the outstanding amount is under noissuescharge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add an option to allow or |Add an option to allow or |disallow checkout when the |disallow checkout when the |outstanding amount is under |outstanding amount is under |noissuecharge |noissuescharge -- You are receiving 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 Dec 6 14:27:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:27:26 +0000 Subject: [Koha-bugs] [Bug 32408] Add an option to allow or disallow SIP checkout when the outstanding amount is under noissuescharge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add an option to allow or |Add an option to allow or |disallow checkout when the |disallow SIP checkout when |outstanding amount is under |the outstanding amount is |noissuescharge |under noissuescharge -- You are receiving 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 Dec 6 14:48:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:48:23 +0000 Subject: [Koha-bugs] [Bug 32408] Add an option to allow or disallow SIP checkout when the outstanding amount is under noissuescharge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |matthias.meusburger at biblibr |ity.org |e.com Status|NEW |Needs Signoff --- Comment #1 from Matthias Meusburger --- Created attachment 144447 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144447&action=edit Subject: [PATCH] Bug 32408: Allow SIP checkout when the outstanding amount is under noissuescharge -- You are receiving 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 Dec 6 14:49:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:49:48 +0000 Subject: [Koha-bugs] [Bug 32409] New: Cannot search cashups using non-latin-1 scripts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 Bug ID: 32409 Summary: Cannot search cashups using non-latin-1 scripts 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: tomascohen at gmail.com CC: tomascohen at gmail.com Same as bug 32406, but on cash register cashups. -- You are receiving 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 Dec 6 14:49:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 13:49:55 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.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 Tue Dec 6 15:04:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:04:48 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144428|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy --- Created attachment 144448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144448&action=edit Bug 32399: Remove FK constraints while changing columns Some users have reported that the dbrev of bug 30483 fails. This might depend on bad data, SQL server version, etc. We now remove the constraints temporarily. Test plan: Reset your version in order to pass this dbrev again. So below 22.06.00.041. * update systempreferences set value='22.0600040' where variable = 'Version'; Run updatedatabase. Bonus: Create an issues record with invalid itemnumber (set FK check off when doing so). Verify that dbrev fails and installer stops. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:05:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:05:37 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #13 from Marcel de Rooy --- Plan B activated: remove constraints temporarily. Bail out when we have bad data. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:07:10 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:07:10 +0000 Subject: [Koha-bugs] [Bug 32399] Database update for bug 30483 is failing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399 --- Comment #14 from Marcel de Rooy --- Observation from testing: The step3.tt template sticks the error to each line of the output. When you want to print 4 lines, this is kind of silly. Not solving this here. If you like, open a new report :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:14:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:14:17 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:14:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:14:21 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 144449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144449&action=edit Bug 32409: Fix cashup searching with non latin-1 chars This patch fixes a problem with the way queries are passed to the API so cashups are searchable with non-laint1 chars. To test: 1. Have two superlibrarian users, one with non-latin1 chars on the name (e.g. خمسة) 2. Setup a debit type that can be sold. 3. Use the POS module to have some activity, using both your regular user and the other one. 4. Go to the register you used, and choose 'Transaction history' 5. Perform a couple cashups with each user ('Record cashup'). 6. Look at the 'Cashup history' table => SUCCESS: You see cashups for both users 7. Use the 'Search' filter with latin chars => SUCCESS: Your user with only latin1 chars is displayed on the table 8. Repeat, using some non-latin1 char found on the other user => FAIL: Table is not refreshed or filtered! 9. Apply this patch 10. Reload the page 11. Repeat 8 => SUCCESS: Filtering works now! 12. 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 Tue Dec 6 15:14:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:14:34 +0000 Subject: [Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32409 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:14:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:14:34 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32406 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:21:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:21:39 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32409 -- You are receiving 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 Dec 6 15:21:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:21:39 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32401 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:22:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:22:42 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 --- Comment #6 from Tomás Cohen Arazi --- Created attachment 144450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144450&action=edit Bug 32401: Remove x-koha-query support HTTP headers can only contain ASCII characters, and it is thus impractical to use a header for passing DB queries that could contain non-ascii characters. We don't need it, and should be removed. This patch removes traces from the datatables.js files and also from detail.tt, which had it set to false anyway. See bug 32406 and bug 32409 for the cases in which it was being used, and problematic. -- You are receiving 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 Dec 6 15:22:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:22:57 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Tomás Cohen Arazi 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 Dec 6 15:23:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:23:25 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed, | |rel_23_05_candidate -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 15:56:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 14:56:13 +0000 Subject: [Koha-bugs] [Bug 32410] New: Don't show AnonymousPatron borrowernumber on checkout history Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32410 Bug ID: 32410 Summary: Don't show AnonymousPatron borrowernumber on checkout history 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: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com On the "Checkout history" for a record (/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=85452), there is a column called "Patron", which holds the borrowernumbers of the patrons that have borrowed items connected to the record. If old loans are anonymized, this will show the same borrowernumber as AnonymousPatron. If you do not remember the setting for AnonymousPatron you might not understand that the loans have been anonymized right away. It could be more helpful to display something like "Anonymized" instead of the AnonymousPatron borrowernumber. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:12:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 15:12:38 +0000 Subject: [Koha-bugs] [Bug 31859] Error 500 when enabling advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31859 --- Comment #5 from Jonathan Cuéllar --- Hello, Yes, you have a Z39.50 server configuration The installation was done with Debian packages. -- You are receiving 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 Dec 6 16:15:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 15:15:53 +0000 Subject: [Koha-bugs] [Bug 31859] Error 500 when enabling advanced cataloging editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31859 --- Comment #6 from Jonathan Cuéllar --- Hello, Yes, I have a Z39.50 server setup The installation was done with Debian packages. I am enabling the advanced editor to be able to place the 001 field that is generated automatically. If you know of another way and can tell me while this impasse is solved, I would appreciate it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:26:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 15:26:27 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 hebah at bywatersolutions.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hebah at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:36:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 15:36:23 +0000 Subject: [Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #63 from Heather --- Thank you so much for all this, Victor! I will try signing off on this bug again today. Would it be good to add this information about sandbox email to the wiki? Maybe here: https://wiki.koha-community.org/wiki/Sandboxes#Testing_sending_emails (For librarians and sign-off newbies like me?) More later!! --h2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:41:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 15:41:59 +0000 Subject: [Koha-bugs] [Bug 8609] Add an URL validation plugin for authority and biblio frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609 --- Comment #25 from Blou --- Our customer abandonned the rebasing of this patch five years ago. This could be closed (if there was a close button :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:43:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 15:43:29 +0000 Subject: [Koha-bugs] [Bug 16536] Warn about Template Toolkit directives inside HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16536 Agnes Rivers-Moore changed: What |Removed |Added ---------------------------------------------------------------------------- CC|arm at hanover.ca | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:00:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 16:00:15 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Lucas Gass --- Matt, everything is good looking great here except your commit title. The QA tool complains about that: * Commit title does not start with 'Bug XXXXX: ' - 32e5a26b389 Can you just change it from 'Bug 32257 ' to 'Bug 32257: ' ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:30:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 16:30:47 +0000 Subject: [Koha-bugs] [Bug 31994] Clicking the next button of a DataTable loading its data from the HTML does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #5 from Lucas Gass --- Olivier, I am also unable to reproduce this issue in either master or 21.11. Your patch applies cleanly in master but does not in 21.11.x Can you confirm which version your patch is intended for? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:55:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 16:55:50 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 --- Comment #1 from Matt Blenkinsop --- Created attachment 144451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144451&action=edit Bug 30642: Record renewal type A requirement has been requested to record whether a renewal was done manually or automatically. A column has been added to the checkout_renewals table in the database to record this and a check is now in place to determine whether the renewal was manual or automatic. Test plan: 1) In the database shell run "show columns from checkout_renewals;" and observe that there is currently no column for recording the type of renewal 2) Apply patch 3) In the shell run "dbic" and "perl installer/data/mysql/updatedatabase.pl" to update the database schema with the new column. 4) Create some checkouts 5) Renew some checkouts manually and observe in the database that there is now a column called "renewal_type" that will have recorded these as "Manual" 6) Create some checkouts that can be automatically renewed 7) Run the cron script in automatic_renewals.pl and observe that there are now also entries with a renewal_type of "Automatic" -- You are receiving 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 Dec 6 17:56:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 16:56:55 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |matt.blenkinsop at ptfs-europe | |.com Assignee|koha-bugs at lists.koha-commun |matt.blenkinsop 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 Dec 6 18:01:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:01:04 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 --- Comment #9 from Matt Blenkinsop --- Sorry not sure how I managed to add that space in! Just removed it -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:01:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:01:25 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 --- Comment #10 from Matt Blenkinsop --- Created attachment 144452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144452&action=edit Bug 32257: Label for Patron Attributes Misaligned Label has now been realigned to match the format of the fields above. When clicking to add a new field, the delete button was also misaligned. This has now been reformatted to sit next to the "New" button Test Plan: 1) Navigate to Tools > Batch patron modification 2) Add either card or borrower numbers to bring up the edit patrons fields 3) "Patron attributes:" is on the far right and above the select box. When adding a new field there is a big gap between the Add and Delete buttons 4) Apply patch and navigate to same area 5) Observe that the Patron attributes option is aligned to match the fields above and the gap between the buttons has been removed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:02:04 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:02:04 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 Matt Blenkinsop 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 Dec 6 18:04:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:04:52 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144443|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:08:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:08:54 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 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 Tue Dec 6 18:08:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:08:57 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144452|0 |1 is obsolete| | --- Comment #11 from Lucas Gass --- Created attachment 144453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144453&action=edit Bug 32257: Label for Patron Attributes Misaligned Label has now been realigned to match the format of the fields above. When clicking to add a new field, the delete button was also misaligned. This has now been reformatted to sit next to the "New" button Test Plan: 1) Navigate to Tools > Batch patron modification 2) Add either card or borrower numbers to bring up the edit patrons fields 3) "Patron attributes:" is on the far right and above the select box. When adding a new field there is a big gap between the Add and Delete buttons 4) Apply patch and navigate to same area 5) Observe that the Patron attributes option is aligned to match the fields above and the gap between the buttons has been removed 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 Tue Dec 6 18:16:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:16:32 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #3 from Lucas Gass --- Straightforward template fix, QA script is happy. Thanks Matt! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:17:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:17:09 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Lucas Gass 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 Dec 6 18:17:13 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:17:13 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144396|0 |1 is obsolete| | --- Comment #4 from Lucas Gass --- Created attachment 144454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144454&action=edit Bug 32074: Edit vendor has two save buttons When editing a vendor there is a floating toolbar with options to save and cancel. There is also an additional save and cancel button set at the bottom of the page and this is superfluous. This has now been removed to leave the floating toolbar as the only toolbar. Test plan: 1) Navigate to Acquisitions and select a Vendor. 2) Click edit vendor 3) Scroll down the page and observe that there is a floating save/cancel toolbar as well as the buttons to save/cancel at the bottom of the page 4) Apply patch 5) Observe that the duplicate buttons at the bottom of the page are now gone Signed-off-by: Owen 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 Tue Dec 6 18:18:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:18:05 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144451|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:19:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:19:18 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 --- Comment #2 from Matt Blenkinsop --- Ignore patch above -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:49:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:49:07 +0000 Subject: [Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #64 from Heather --- Created attachment 144455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144455&action=edit Search results screenshot showing "In.." appearing correctly in staff client I got as far as step 14 in the test plan, and am uploading this screenshot to show that the "In..." is appearing correctly in the staff client, so this is what I was looking for in the OPAC. (I'll upload an OPAC screenshot next.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:51:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 17:51:07 +0000 Subject: [Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #65 from Heather --- Created attachment 144456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144456&action=edit Search results in OPAC without "In..." appearing In step 14 in the test plan, I expected to see "In..." appearing in the search results for this record here in the OPAC, as I did in the staff client, but I don't see it there. The test plan implies that I should? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:18:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 18:18:06 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 --- Comment #3 from Matt Blenkinsop --- Created attachment 144457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144457&action=edit Bug 30642: Record renewal type A requirement has been requested to record whether a renewal was done manually or automatically. A column has been added to the checkout_renewals table in the database to record this and a check is now in place to determine whether the renewal was manual or automatic. The API has also been updated to reflect this new column and return the data when requested. The renewals modal view has also been updated to show what type the renewal was. Test plan: 1) In the database shell run "show columns from checkout_renewals;" and observe that there is currently no column for recording the type of renewal 2) Apply patch 3) In the shell run "dbic" and "perl installer/data/mysql/updatedatabase.pl" to update the database schema with the new column. 4) Create some checkouts 5) Renew some checkouts manually and observe in the database that there is now a column called "renewal_type" that will have recorded these as "Manual" 6) Create some checkouts that can be automatically renewed 7) Run the cron script in automatic_renewals.pl and observe that there are now also entries with a renewal_type of "Automatic" 8) Send a GET request to http://localhost:8081/api/v1/checkouts/1/renewals and observe that the renewal_type is now returned in the response 9) In the Item Details tab for a record, there is the "Current renewals" option which has a button to view renewals. Click on this and observe that the modal now displays the new information. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:37:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 18:37:59 +0000 Subject: [Koha-bugs] [Bug 32171] Order prices not populated when adding to a basket from a staged file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32171 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_22_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:50:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 18:50:57 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |lucas at bywatersolutions.com --- Comment #4 from Lucas Gass --- This will be very helpful! I do encounter a problem when testing with automatic_renewals.pl. They are showing up as a "Manual" renewal type. Looking a Circulation.pm I see that my file name is "/kohadevbox/koha/misc/cronjobs/automatic_renewals.pl" not "automatic_renewals.pl". If I switch this it works: -my $renewal_type = $filename eq "automatic_renewals.pl" ? "Automatic" : "Manual"; +my $renewal_type = $filename =~ m/automatic_renewals.pl/ ? "Automatic" : "Manual"; -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:51:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 19:51:56 +0000 Subject: [Koha-bugs] [Bug 32196] One should be able to remove a borrower relationship whenever one exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32196 hebah at bywatersolutions.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hebah at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:12:53 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:12:53 +0000 Subject: [Koha-bugs] [Bug 32411] New: Default serials-search.pl to logged in location Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32411 Bug ID: 32411 Summary: Default serials-search.pl to logged in location Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Serials Assignee: koha-bugs at lists.koha-community.org Reporter: jzairo at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org For multi-branch systems, it would be nice to have an option where the serials-search home page filters results to the logged-in location. For example, when libraries have a copy at each branch, it could help to ensure that the correct issue is received at the correct location and make it easier for libraries to see just their subscriptions. -- You are receiving 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 Dec 6 21:13:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:13:39 +0000 Subject: [Koha-bugs] [Bug 32411] Default serials-search.pl to logged in location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32411 Jessie Zairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwsdonna at gmail.com, | |kelly at bywatersolutions.com, | |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:26:11 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:26:11 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Trivial patch |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 Dec 6 21:26:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:26:17 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 --- Comment #2 from Agustín Moyano --- Created attachment 144458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144458&action=edit Bug 31794: Add REST endpoint to get an authority To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get the id of an authority 4. Make a GET request to /api/v1/authorities/{authid} with one of the following content type header - application/json - application/marcxml+xml - application/marc-in-json - application/marc - text/plain 5. Check that you get the authority in the corresponding format 6. Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:26:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:26:40 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC Lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:26:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:26:45 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC Lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144426|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 144459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144459&action=edit Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs 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 Tue Dec 6 21:30:00 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:30:00 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC Lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This enhancement adds the release notes| |modification date column to | |the lists tables for the | |OPAC. This lets patrons | |know when the list was last | |updated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:46:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 20:46:51 +0000 Subject: [Koha-bugs] [Bug 32411] Default serials-search.pl to logged in location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32411 --- Comment #1 from Kelly McElligott --- Great idea +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 Dec 6 22:31:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 21:31:24 +0000 Subject: [Koha-bugs] [Bug 32412] New: OPACShelfBrowser controls add extra Coce images to biblio-cover-slider Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32412 Bug ID: 32412 Summary: OPACShelfBrowser controls add extra Coce images to biblio-cover-slider Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org To recreate: 1. Turn on Coce for the OPAC. 2. OPACShelfBrowser must be on 3. Find a record that returns a cover image and open it's detail page. 4. Use the next/previous navigation links in the OPACShelfBrowser 5. Notice how everytime you click on a control an extra cover image is added to the biblio-cover-slider -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:15:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:15:48 +0000 Subject: [Koha-bugs] [Bug 8609] Add an URL validation plugin for authority and biblio frameworks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WONTFIX --- Comment #26 from Katrin Fischer --- (In reply to Blou from comment #25) > Our customer abandonned the rebasing of this patch five years ago. This > could be closed (if there was a close button :) Hi Blou, you can use: RESOLVED WONTFIX in such cases. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:19:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:19:56 +0000 Subject: [Koha-bugs] [Bug 32327] When replacing bib record via z39.50, only 1 ISBN should be searched and it should be normalized In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32327 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 Tue Dec 6 23:27:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:27:24 +0000 Subject: [Koha-bugs] [Bug 5534] Koha mapping punctuation to space for indexing/searching can be confusing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Searching |Searching - Zebra -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:37:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:37:09 +0000 Subject: [Koha-bugs] [Bug 32408] Add an option to allow or disallow SIP checkout when the outstanding amount is under noissuescharge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Katrin Fischer --- Hm, this sounds more like a bug, if noissuecharge is actually the one to blame. Are we sure it's not AllowFineOverride that is to be blamed here? We found it blocking issues from the self check in the past. There is a capitalization issue here: + $message = 'Outstanding Fines block issue' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:40:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:40:07 +0000 Subject: [Koha-bugs] [Bug 32403] On demand messaging, especially via SMS and phone In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32403 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|On Demand Messaging |On demand messaging, | |especially via SMS and | |phone --- Comment #3 from Katrin Fischer --- Thx for clarifying! -- You are receiving 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 Dec 6 23:43:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:43:21 +0000 Subject: [Koha-bugs] [Bug 20591] DBI->last_insert_id does not work as expected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20591 --- Comment #6 from David Cook --- (In reply to Jonathan Druart from comment #5) > Shouldn't we then remove the parameters? Ahh I didn't realize we were using them. Yeah that would make sense. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:52:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:52:08 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:53:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 22:53:14 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 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 Dec 7 00:04:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:04:58 +0000 Subject: [Koha-bugs] [Bug 11591] runtime parameter for library groups In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11591 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from David Cook --- I don't know what this means, and Nicole hasn't worked on Koha for a long time, so I don't think she'd be able to clarify -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:07:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:07:07 +0000 Subject: [Koha-bugs] [Bug 9524] Let patrons create search groups In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9524 --- Comment #1 from Katrin Fischer --- Instead of replicating the library groups feature, it might be a little more interesting to allow users to define custom search filters now. This would be more flexible and not only allow for a library limit, but also for other limits. But not sure what the best way would be to make this super user friendly? You cannot easily create a search for multiple libraries from advanced search. Only single and pre-defined item groups. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:08:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:08:51 +0000 Subject: [Koha-bugs] [Bug 9524] Let patrons create search groups In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9524 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17170 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:08:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:08:51 +0000 Subject: [Koha-bugs] [Bug 17170] Add the ability to create 'saved searches' for use as filters when searching the catalog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=9524 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:09:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:09:19 +0000 Subject: [Koha-bugs] [Bug 12578] Patron image caching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12578 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- I imagine an Etag header using a MD5 hash of the patron image would work well -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:27:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:27:43 +0000 Subject: [Koha-bugs] [Bug 32413] New: JSON reports shows inaccurate results with repeated parameters Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32413 Bug ID: 32413 Summary: JSON reports shows inaccurate results with repeated parameters Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org If I create a report that uses a repeating parameter, for example <>, more than once in a report, and then run a JSON call on that report, I get inaccurate results (Like every other result). Currently, the only workaround is to make each parameter unique, and then repeat the parameter over as many times as it is needed in the report. For example, https://mydomain.com/cgi-bin/koha/svc/report?id=938&sql_params=blah would only return half the results if the report because I use the same parameters 7 times int he sql. However, if I rename each parameter something different, like <>, <>,etc, and call https://mydomain.com/cgi-bin/koha/svc/report?id=938&sql_params=blah&sql_params=blah&sql_params=blah&sql_params=blah&sql_params=blah&sql_params=blah&sql_params=blah, it works. The JSON call needs to be updated to accept repeated parameters. -- You are receiving 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 Dec 7 00:32:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:32:07 +0000 Subject: [Koha-bugs] [Bug 19963] ethnicity and ethnicity tables and columns survived update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19963 --- Comment #4 from Katrin Fischer --- Yes it would, we probably missed Jobou's patch because the status wasn't changed? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:33:57 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:33:57 +0000 Subject: [Koha-bugs] [Bug 18202] Define profiles for Z39.50 server targets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18202 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WISHLIST |--- Status|RESOLVED |REOPENED --- Comment #3 from Katrin Fischer --- I'd still very much like to see this. We have issues with half the search options not working. Having the option to map and maybe also hide some of them would be great for usability. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:35:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:35:12 +0000 Subject: [Koha-bugs] [Bug 31257] Add a new English 1 page layout to export a basket as PDF In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31257 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:35:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:35:28 +0000 Subject: [Koha-bugs] [Bug 31333] Add the ability to limit purchase suggestions by patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31333 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:36:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:36:26 +0000 Subject: [Koha-bugs] [Bug 31203] Cronjobs should log completion as well as logging begin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31203 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:36:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:36:48 +0000 Subject: [Koha-bugs] [Bug 31115] Additional fields for invoices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:36:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:36:49 +0000 Subject: [Koha-bugs] [Bug 31956] Clean up headings/legends on invoice summary view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31956 Bug 31956 depends on bug 31115, which changed state. Bug 31115 Summary: Additional fields for invoices https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:38:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:38:14 +0000 Subject: [Koha-bugs] [Bug 30646] Add option to send WELCOME notice for new patrons added at first login via LDAP/SAML In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30646 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:45:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:45:21 +0000 Subject: [Koha-bugs] [Bug 10518] Add sorting for Cyrillic characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10518 --- Comment #5 from Katrin Fischer --- (In reply to David Cook from comment #4) > This arguably could be a support ticket since not enough information has > been given on Zebra configuration... The problem is that the sort config files are language specific and you have to decide on 'one of them'. If you have multi-language items, this is not ideal: https://git.koha-community.org/Koha-community/Koha/src/branch/master/etc/zebradb/lang_defs There are now files for ru and ua - so this could be solved by changing the Zebra config to use one of them maybe. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:47:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:47:37 +0000 Subject: [Koha-bugs] [Bug 10344] Omnibus: RDA support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 --- Comment #4 from Katrin Fischer --- It looks like we are still missing bug 10726. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:51:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:51:42 +0000 Subject: [Koha-bugs] [Bug 10950] Add pronoun field to patron record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:51:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:51:44 +0000 Subject: [Koha-bugs] [Bug 30981] Add option to configure preferred pronouns as a pull down In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30981 Bug 30981 depends on bug 10950, which changed state. Bug 10950 Summary: Add pronoun field to patron record https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:52:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:52:58 +0000 Subject: [Koha-bugs] [Bug 27265] process_message_queue.pl cron should be able to take multiple types as a parameter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27265 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:53:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:53:38 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:56:30 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:56:30 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|In Discussion |RESOLVED --- Comment #17 from Katrin Fischer --- (In reply to Lucas Gass from comment #16) > As of 22.05 the jQuery Katrin provided will no longer work in Koha since > we've removed jQueryUI and 'autocomplete'. > > Maybe it is time to revisit this as an ES implementation? Some libraries > will miss the autocompete feature provided via jQuery. There is already some work on that - I'd love to see comments and get it moving: bug 27113. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:56:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:56:40 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:56:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:56:45 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144458|0 |1 is obsolete| | --- Comment #3 from David Nind --- Created attachment 144460 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144460&action=edit Bug 31794: Add REST endpoint to get an authority To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get the id of an authority 4. Make a GET request to /api/v1/authorities/{authid} with one of the following content type header - application/json - application/marcxml+xml - application/marc-in-json - application/marc - text/plain 5. Check that you get the authority in the corresponding format 6. Sign off Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:57:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2022 23:57:59 +0000 Subject: [Koha-bugs] [Bug 17170] Add the ability to create 'saved searches' for use as filters when searching the catalog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:01:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:01:59 +0000 Subject: [Koha-bugs] [Bug 15399] MARCXML records larger than 1 MB (1048576 bytes) are not searchable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15399 --- Comment #19 from Katrin Fischer --- (In reply to David Cook from comment #18) > I was sure that I replied to this already... > > I changed zebra_max_record_size to 4096 in prod for one instance since there > were MARCXML records with large numbers of records, and it works fine. Could we add this to the wiki for Zebra troubleshooting? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:02:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:02:42 +0000 Subject: [Koha-bugs] [Bug 14783] Allow patrons to change pickup location for non-waiting holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:05:33 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:05:33 +0000 Subject: [Koha-bugs] [Bug 12591] CRUD operations for Notices should happen in a module not in letters.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12591 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WISHLIST |--- --- Comment #2 from Katrin Fischer --- Isn't the solution to have a proper Koha namespace library for the letters? -- You are receiving 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 Dec 7 01:06:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:06:22 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This adds an authorities release notes| |GET endpoint to the REST | |API. --- Comment #4 from David Nind --- Testing notes (using KTD): 1. I used the curl command to test the different content header types: curl -u koha:koha -i -H 'Accept:text/plain' http://127.0.0.1:8080/api/v1/authorities/419 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:11:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:11:23 +0000 Subject: [Koha-bugs] [Bug 32413] JSON reports shows inaccurate results with repeated parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32413 --- Comment #1 from Katrin Fischer --- Repeated params don't work for JSON, you need to actually repeat them in the URL right now. You don't need to name them differently, they can still be 'collapsed' for the SQL report when run in Koha. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:12:49 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:12:49 +0000 Subject: [Koha-bugs] [Bug 10344] Omnibus: RDA support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 --- Comment #5 from David Cook --- (In reply to Katrin Fischer from comment #4) > It looks like we are still missing bug 10726. I don't know. It hasn't had a substantive update in 10 years, so I'm a bit skeptical that it's needed. It would be interesting to have a UNIMARC user weigh in here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:14:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:14:42 +0000 Subject: [Koha-bugs] [Bug 29159] UNIMARC update from IFLA for new Koha installations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29159 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 30548 *** -- You are receiving 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 Dec 7 01:14:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:14:42 +0000 Subject: [Koha-bugs] [Bug 30548] Plugin for coded data 181 UNIMARC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30548 --- Comment #1 from Katrin Fischer --- *** Bug 29159 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:14:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:14:43 +0000 Subject: [Koha-bugs] [Bug 30504] Value builder for UNIMARC field 181 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30504 Bug 30504 depends on bug 29159, which changed state. Bug 29159 Summary: UNIMARC update from IFLA for new Koha installations https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29159 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:14:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:14:43 +0000 Subject: [Koha-bugs] [Bug 30506] Value builder for UNIMARC field 182 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30506 Bug 30506 depends on bug 29159, which changed state. Bug 29159 Summary: UNIMARC update from IFLA for new Koha installations https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29159 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:14:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:14:44 +0000 Subject: [Koha-bugs] [Bug 30507] Value builder for UNIMARC field 183 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30507 Bug 30507 depends on bug 29159, which changed state. Bug 29159 Summary: UNIMARC update from IFLA for new Koha installations https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29159 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:15:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:15:26 +0000 Subject: [Koha-bugs] [Bug 10518] Add sorting for Cyrillic characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10518 --- Comment #6 from David Cook --- Is this just a CHR problem? Or does it also affect ICU? Multiple languages are always tricky... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:18:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:18:24 +0000 Subject: [Koha-bugs] [Bug 27962] UNIMARC update from IFLA for new Koha installations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27962 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer --- Hi Igor, please check the unimarc_field_100.pl value builder is linked to 100 in your frameworks. -- You are receiving 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 Dec 7 01:20:36 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:20:36 +0000 Subject: [Koha-bugs] [Bug 15399] MARCXML records larger than 1 MB (1048576 bytes) are not searchable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15399 --- Comment #20 from David Cook --- (In reply to Katrin Fischer from comment #19) > (In reply to David Cook from comment #18) > > I was sure that I replied to this already... > > > > I changed zebra_max_record_size to 4096 in prod for one instance since there > > were MARCXML records with large numbers of records, and it works fine. > > Could we add this to the wiki for Zebra troubleshooting? https://wiki.koha-community.org/wiki/Troubleshooting_Zebra#Records_with_lots_of_items_not_indexing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:21:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:21:45 +0000 Subject: [Koha-bugs] [Bug 10726] Default Unimarc framework in accordance with new edition of the Unimarc manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10726 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |DUPLICATE --- Comment #14 from Katrin Fischer --- It looks like the necessary updates were included in a later update bug: Bug 18309 - UNIMARC update from IFLA for new Koha installations *** This bug has been marked as a duplicate of bug 18309 *** -- You are receiving 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 Dec 7 01:21:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:21:45 +0000 Subject: [Koha-bugs] [Bug 18309] UNIMARC update from IFLA for new Koha installations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18309 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sonia.lemaire at biblibre.com --- Comment #148 from Katrin Fischer --- *** Bug 10726 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:21:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:21:48 +0000 Subject: [Koha-bugs] [Bug 10344] Omnibus: RDA support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 Bug 10344 depends on bug 10726, which changed state. Bug 10726 Summary: Default Unimarc framework in accordance with new edition of the Unimarc manual https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10726 What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:22:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:22:34 +0000 Subject: [Koha-bugs] [Bug 10344] Omnibus: RDA support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18309 Resolution|--- |FIXED Status|NEW |RESOLVED Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18309 [Bug 18309] UNIMARC update from IFLA for new Koha installations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:22:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:22:35 +0000 Subject: [Koha-bugs] [Bug 13734] RDA: Display 33xs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13734 Bug 13734 depends on bug 10344, which changed state. Bug 10344 Summary: Omnibus: RDA support https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:22:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:22:34 +0000 Subject: [Koha-bugs] [Bug 18309] UNIMARC update from IFLA for new Koha installations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18309 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10344 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10344 [Bug 10344] Omnibus: RDA support -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:25:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:25:29 +0000 Subject: [Koha-bugs] [Bug 10518] Add sorting for Cyrillic characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10518 --- Comment #7 from Katrin Fischer --- I believe ICU as well. I think I once created a merged file for us that included Greek and other alphabets to fix some issues reported by a library using ICU. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:26:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:26:35 +0000 Subject: [Koha-bugs] [Bug 7474] UNIMARC: Error handling for 100$a incorrect value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7474 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Error handling for 100$a |UNIMARC: Error handling for |incorrect value |100$a incorrect value -- You are receiving 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 Dec 7 01:30:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:30:37 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:30:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:30:42 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144449|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 144461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144461&action=edit Bug 32409: Fix cashup searching with non latin-1 chars This patch fixes a problem with the way queries are passed to the API so cashups are searchable with non-laint1 chars. To test: 1. Have two superlibrarian users, one with non-latin1 chars on the name (e.g. خمسة) 2. Setup a debit type that can be sold. 3. Use the POS module to have some activity, using both your regular user and the other one. 4. Go to the register you used, and choose 'Transaction history' 5. Perform a couple cashups with each user ('Record cashup'). 6. Look at the 'Cashup history' table => SUCCESS: You see cashups for both users 7. Use the 'Search' filter with latin chars => SUCCESS: Your user with only latin1 chars is displayed on the table 8. Repeat, using some non-latin1 char found on the other user => FAIL: Table is not refreshed or filtered! 9. Apply this patch 10. Reload the page 11. Repeat 8 => SUCCESS: Filtering works now! 12. Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:36:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 00:36:07 +0000 Subject: [Koha-bugs] [Bug 32409] Cannot search cashups using non-latin-1 scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This fixes the cashup release notes| |history table so that | |filters can use non latin-1 | |characters (Point of sale > | |Cash summary for | |> select register). Before | |this fix, the table was not | |filtered or refreshed if | |you entered non latin-1 | |characters. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 02:09:17 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 01:09:17 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 02:09:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 01:09:23 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144450|0 |1 is obsolete| | --- Comment #7 from David Nind --- Created attachment 144462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144462&action=edit Bug 32401: Remove x-koha-query support HTTP headers can only contain ASCII characters, and it is thus impractical to use a header for passing DB queries that could contain non-ascii characters. We don't need it, and should be removed. This patch removes traces from the datatables.js files and also from detail.tt, which had it set to false anyway. See bug 32406 and bug 32409 for the cases in which it was being used, and problematic. Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 02:20:52 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 01:20:52 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #8 from David Nind --- This is what I did to test - I hope this is sufficient (using KTD): 1. Repeat the steps in bug 32406 to set an order and then go to receive the order. 2. Enable the web developer tools for your browser on the page. 3. For Firefox: - select Network - change the requests that are displayed from "All" to "XHR" - refresh the page - click on the page in the results to display the headers - in the "Request Headers" section you should see: x-koha-query: {"basket.vendor_id":1} 4. After the patch is applied (and a restart_all) the x-koha-query is no longer displayed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 04:44:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 03:44:43 +0000 Subject: [Koha-bugs] [Bug 16605] All notices should give the ability to unsubscribe or flag account for a wrong email address used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16605 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- This would be a very valuable addition to Koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 09:20:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 08:20:27 +0000 Subject: [Koha-bugs] [Bug 2172] Cart attaches an iso2709 file, which confuses 99% of patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2172 Ray Delahunty changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty at arts.ac.uk --- Comment #5 from Ray Delahunty --- If we wanted to offer the option to email the attachment from the folder download feature (and I like it... but I **am** one of those types mentioned in Comment 1) I'd prefer it named either cart.mrc or maybe folder.mrc as that suffix is fast becoming the norm for MARC files. And I can't see anywhere to select what formats can be downloaded from a folder, unlike the list in OpacExportOptions for the item detail page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 10:39:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 09:39:48 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 --- Comment #5 from Matt Blenkinsop --- Thanks for the correction! I will update and recommit the patch :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 10:40:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 09:40:39 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144457|0 |1 is obsolete| | --- Comment #6 from Matt Blenkinsop --- Created attachment 144463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144463&action=edit Bug 30642: Record renewal type A requirement has been requested to record whether a renewal was done manually or automatically. A column has been added to the checkout_renewals table in the database to record this and a check is now in place to determine whether the renewal was manual or automatic. The API has also been updated to reflect this new column and return the data when requested. The renewals modal view has also been updated to show what type the renewal was. Test plan: 1) In the database shell run "show columns from checkout_renewals;" and observe that there is currently no column for recording the type of renewal 2) Apply patch 3) In the shell run "dbic" and "perl installer/data/mysql/updatedatabase.pl" to update the database schema with the new column. 4) Create some checkouts 5) Renew some checkouts manually and observe in the database that there is now a column called "renewal_type" that will have recorded these as "Manual" 6) Create some checkouts that can be automatically renewed 7) Run the cron script in automatic_renewals.pl and observe that there are now also entries with a renewal_type of "Automatic" 8) Send a GET request to http://localhost:8081/api/v1/checkouts/1/renewals and observe that the renewal_type is now returned in the response 9) In the Item Details tab for a record, there is the "Current renewals" option which has a button to view renewals. Click on this and observe that the modal now displays the new information. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 10:41:21 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 09:41:21 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 Matt Blenkinsop 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 Dec 7 10:42:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 09:42:55 +0000 Subject: [Koha-bugs] [Bug 30642] We should record the renewal type (Automatic/Manual) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144457|1 |0 is obsolete| | --- Comment #7 from Martin Renvoize --- Comment on attachment 144457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144457 Bug 30642: Record renewal type Review of attachment 144457: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=30642&attachment=144457) ----------------------------------------------------------------- This is a great submission Matt. I agree with Lucas's comment, we'll need to use a regex to catch the file as the install process can put the file into different locations depending on the install type... but otherwise the code is working well. A few minor code review comments added too. ::: installer/data/mysql/atomicupdate/bug_30642-add_renewal_type.pl @@ +1,4 @@ > +use Modern::Perl; > + > +return { > + bug_number => "BUG_30642", You only need the number here Matt ;P @@ +8,5 @@ > + my ($dbh, $out) = @$args{qw(dbh out)}; > + > + if( !column_exists( 'checkout_renewals', 'renewal_type' ) ) { > + $dbh->do(q{ > + ALTER TABLE checkout_renewals ADD COLUMN `renewal_type` varchar(9) NOT NULL AFTER `timestamp` Thinking about it, this could be an ENUM rather than a varchar(9) perhaps? Also, as we're adding a 'NOT NULL' we probably need to deal with existing rows.. Especially as we've not added a DEFAULT.. perhaps 'DEFAULT 'MANUAL' and ENUM('AUTO','MANUAL'). ::: koha-tmpl/intranet-tmpl/prog/js/checkout_renewals_modal.js @@ +20,4 @@ > }); > }); > function createLi(renewal) { > + return '
  • ' + $datetime(renewal.timestamp) + ' ' + renewed + ' ' + $patron_to_html(renewal.renewer) + '' + renewed_type + ' ' + renewal.renewal_type + '
  • '; This is interesting, I hadn't really considered it before today. I imagine 'auto' renewals don't have a renewal.renewer associated.. worth a little manual testing to see what happens there. Finally.. translations.. we'll need to think a little about this. With the ENUM change suggested above we could template out the descriptive string and use __('Manual') to expose the display strings to the translation system. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 11:01:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 10:01:12 +0000 Subject: [Koha-bugs] [Bug 31160] Required fields in the Patrons API are a bit random In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31160 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 11:02:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 10:02:06 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 11:06:37 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 10:06:37 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Martin Renvoize 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 Dec 7 11:08:42 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 10:08:42 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 --- Comment #3 from Martin Renvoize --- I've set to NSO as the patch is complete.. though we should probably add a Unit test to be thorough. Where we're struggling is how to write a test plan which could use the new --sso functionality of ktd to setup a shibboleth IdP such that this trivial patch can be proven. CCing David whose much more familiar with KeyCloak.. I think we could do with getting a few little mini guides on how to set these things up for quick tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 11:20:20 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 10:20:20 +0000 Subject: [Koha-bugs] [Bug 32414] New: How we can count catalogers detail in biblio by book Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32414 Bug ID: 32414 Summary: How we can count catalogers detail in biblio by book Change sponsored?: --- Product: Koha Version: 19.05 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: muhammadshakir56 at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 11:21:07 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 10:21:07 +0000 Subject: [Koha-bugs] [Bug 32414] How we can count catalogers detail in biblio by book and user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32414 Shakir changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|How we can count catalogers |How we can count catalogers |detail in biblio by book |detail in biblio by book | |and user -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 12:15:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 11:15:01 +0000 Subject: [Koha-bugs] [Bug 32013] Autorenewals is effectively a bulk action and should be treated as such In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32013 --- Comment #3 from Matt Blenkinsop --- Created attachment 144464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144464&action=edit Bug 32013: (follow-up) Add unit test A unit test has been added to show the pass-through of skip_record_index from AddRenewal() to the Item->store() method. Test plan: 1) In the shell run prove -vv t/db_dependent/Koha/SearchEngine/Indexer.t 2) Observe Subtest 3: Test AddRenewal indexer call 3) All four tests should pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 12:20:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 11:20:55 +0000 Subject: [Koha-bugs] [Bug 32415] New: Holds under transport from another libraries still appear on holds list on our library is if it is not sent. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32415 Bug ID: 32415 Summary: Holds under transport from another libraries still appear on holds list on our library is if it is not sent. Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: norrvinter at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com I noticed that when a reserved book is under transport from another libreries (those libraries working jointly with our library) to the library which is the home library of the patron, still the book appearse on our reservation list as if it is not managed or not sent to the respektive patron's library. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 12:22:18 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 11:22:18 +0000 Subject: [Koha-bugs] [Bug 32415] Holds under transport from another libraries still appear on holds list on our library as if it is not sent. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32415 Naib Bedho changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Holds under transport from |Holds under transport from |another libraries still |another libraries still |appear on holds list on our |appear on holds list on our |library is if it is not |library as if it is not |sent. |sent. -- You are receiving 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 Dec 7 13:39:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 12:39:54 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31793 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793 [Bug 31793] REST API: DELETE endpoint for Authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 13:39:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 12:39:54 +0000 Subject: [Koha-bugs] [Bug 31793] REST API: DELETE endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Depends on| |31794 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 [Bug 31794] REST API: GET endpoint for Authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 13:54:55 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 12:54:55 +0000 Subject: [Koha-bugs] [Bug 32416] New: arp - Accelerated reader point searches fail due to conflicting attribute Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416 Bug ID: 32416 Summary: arp - Accelerated reader point searches fail due to conflicting attribute Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com Bug 20078 updated the attribute for arp to 2014 to avoid conflict with 9013 not-on-loan-count Bug 28830 then added Control-number-identifier as 2014, breaking arp again -- You are receiving 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 Dec 7 14:02:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:02:58 +0000 Subject: [Koha-bugs] [Bug 32416] arp - Accelerated reader point searches fail due to conflicting attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416 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 Dec 7 14:03:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:03:01 +0000 Subject: [Koha-bugs] [Bug 32416] arp - Accelerated reader point searches fail due to conflicting attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416 --- Comment #1 from Nick Clemens --- Created attachment 144465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144465&action=edit Bug 32416: Update attribute number for arp search to 9015 Bug 20078 updated the attribute for arp to 2014 to avoid conflict with 9013 not-on-loan-count Bug 28830 then added Control-number-identifier as 2014, breaking arp again This patch updates the number to 9015 To test: 1 - Apply first patch 2 - Attempt searching by arp, no results (add a unique 526$d to a record to ease searching) 3 - Apply this patch 4 - Copy bib1.att and ccl.properties to the correct locations cp etc/zebradb/biblios/etc/bib1.att /etc/koha/zebradb/biblios/etc/bib1.att cp etc/zebradb/ccl.properties /etc/koha/zebradb/ccl.properties 5 - Restart zebra 6 - Rebuild indexes 7 - Search again, success! -- You are receiving 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 Dec 7 14:03:06 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:03:06 +0000 Subject: [Koha-bugs] [Bug 32416] arp - Accelerated reader point searches fail due to conflicting attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416 --- Comment #2 from Nick Clemens --- Created attachment 144466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144466&action=edit Bug 32416: Add a warning to the file -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:03:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:03:34 +0000 Subject: [Koha-bugs] [Bug 32416] arp - Accelerated reader point searches fail due to conflicting attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Depends on| |20078, 28830 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20078 [Bug 20078] Indexes 'arl' (Accelerated reading level) and 'arp' (Accelerated reading point) not usable in search menus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28830 [Bug 28830] Add CNI (Control Number Identifier) search index (MARC21) -- You are receiving 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 Dec 7 14:03:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:03:34 +0000 Subject: [Koha-bugs] [Bug 20078] Indexes 'arl' (Accelerated reading level) and 'arp' (Accelerated reading point) not usable in search menus In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20078 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32416 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416 [Bug 32416] arp - Accelerated reader point searches fail due to conflicting attribute -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:03:34 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:03:34 +0000 Subject: [Koha-bugs] [Bug 28830] Add CNI (Control Number Identifier) search index (MARC21) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28830 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32416 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416 [Bug 32416] arp - Accelerated reader point searches fail due to conflicting attribute -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:26:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:26:19 +0000 Subject: [Koha-bugs] [Bug 32417] New: Cannot insert order: Mandatory parameter biblionumber is missing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417 Bug ID: 32417 Summary: Cannot insert order: Mandatory parameter biblionumber is missing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Revisiting this part of the code. We still have a problem there. When we cancel an order with deleting the biblio, the constraint on aqorders.biblionumber clears biblionumber in the table while the Koha object still contains the biblionumber. After we called DelBiblio in sub cancel, we should discard changes or clear the biblionumber. This makes the bug in sub store more visible: It should allow a NULL in biblionumber when we are storing a cancellation! So croak only on that condition. -- You are receiving 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 Dec 7 14:26:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:26:38 +0000 Subject: [Koha-bugs] [Bug 32417] Cannot insert order: Mandatory parameter biblionumber is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Status|NEW |ASSIGNED -- You are receiving 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 Dec 7 14:51:03 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:51:03 +0000 Subject: [Koha-bugs] [Bug 19249] Date picker broken in "Quick add new patron" form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19249 Carolyn Hughesman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chughesman at cclsny.org --- Comment #8 from Carolyn Hughesman --- This is an issue for us. Quick add is not as useful to us without the datepicker. If fact, when adding a dateofbirth manually, it does not save. The dateofbirth field is empty when one goes back to edit said patron. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:55:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:55:50 +0000 Subject: [Koha-bugs] [Bug 32417] Cannot insert order: Mandatory parameter biblionumber is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:55:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:55:54 +0000 Subject: [Koha-bugs] [Bug 32417] Cannot insert order: Mandatory parameter biblionumber is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417 --- Comment #1 from Marcel de Rooy --- Created attachment 144467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144467&action=edit Bug 32417: Add unit test Test plan: Run t/db_dependent/Koha/Acquisition/Order.t This test should fail without the follow-up and pass with it. * not ok 53 - No croak on missing biblionumber when cancelling an order Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:55:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 13:55:58 +0000 Subject: [Koha-bugs] [Bug 32417] Cannot insert order: Mandatory parameter biblionumber is missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417 --- Comment #2 from Marcel de Rooy --- Created attachment 144468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144468&action=edit Bug 32417: Allow NULL in biblionumber in $order->store If we are cancelling an order and call DelBiblio, we should clear the biblionumber but not be crashing on it in ->store. The absence of the clear prevented the crash. One bug sometimes solves another one. Test plan: Create basket, order line. Delete order with biblio record. Verify result and logfile. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:12:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:12:09 +0000 Subject: [Koha-bugs] [Bug 32408] Add an option to allow or disallow SIP checkout when the outstanding amount is under noissuescharge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 --- Comment #3 from Matthias Meusburger --- Created attachment 144469 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144469&action=edit Bug 32408: Allow SIP checkout when the outstanding amount is under noissuescharge Test plan: - Set up a patron with an outstanding amount under the noissuescharge syspref - Do a SIP checkout, and check that it is blocked - Apply the patch, and check that under_noissuescharge_block_checkout is enabled in SIPconfig.xml - Do a SIP checkout, and check that it is still blocked - Disable under_noissuescharge_block_checkout in SIPconfig.xml - Do a SIP checkout, and check that is allowed - Prove t/db_dependent/SIP/Transaction.t Additionaly, you can enable show_outstanding_amount in SIPconfig.xml to have the outstanding amount displayed on SIP checkout. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:36:05 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:36:05 +0000 Subject: [Koha-bugs] [Bug 32408] Add an option to allow or disallow SIP checkout when the outstanding amount is under noissuescharge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Matthias Meusburger --- Thanks for your feedback, Katrin. The capitalization issue has been fixed in the updated patch, reverting to Needs Signoff. As for your other concern, the thing is that we may want to have a different behavior in SIP than in Koha. You can see for example the following parameters that have already been added to SIPconfig.xml: - holds_block_checkin (previously no_holds_checkin): Bug 25541: Add ability to prevent checkin via SIP of items with holds - holds_get_captured: Bug 29936: Add holds_get_captured option to sip config - prevcheckout_block_checkout: Bug 26591: SIP option prevcheckout_block_checkout to block checkout of previously checked-out document - overdues_block_checkout (previously disable_too_many_overdue) All of these parameters are designed to give the ability to have a specific behavior for SIP. The one introduced in this patch is no different. What do you think ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:37:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:37:08 +0000 Subject: [Koha-bugs] [Bug 32418] New: CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32418 Bug ID: 32418 Summary: CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org 21.11 line 356 $op eq "edititem" * $current_item = Koha::Items->find($itemnumber)->unblessed; Master L465 -- You are receiving 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 Dec 7 15:39:23 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:23 +0000 Subject: [Koha-bugs] [Bug 28235] Custom cover images are very large in staff search results and OPAC details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:26 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:26 +0000 Subject: [Koha-bugs] [Bug 28235] Custom cover images are very large in staff search results and OPAC details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235 --- Comment #8 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:29 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:29 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:32 +0000 Subject: [Koha-bugs] [Bug 32074] Edit vendor has a floating toolbar, but still an additional save button at the bottom In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074 --- Comment #5 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:35 +0000 Subject: [Koha-bugs] [Bug 32261] Insufficient user feedback when selecting patron in autocomplete In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32261 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:38 +0000 Subject: [Koha-bugs] [Bug 32261] Insufficient user feedback when selecting patron in autocomplete In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32261 --- Comment #7 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:41 +0000 Subject: [Koha-bugs] [Bug 32282] Capitalization: User id In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32282 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:44 +0000 Subject: [Koha-bugs] [Bug 32282] Capitalization: User id In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32282 --- Comment #5 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:47 +0000 Subject: [Koha-bugs] [Bug 32283] Capitalization: opac users of this domain to login with this identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:39:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:39:51 +0000 Subject: [Koha-bugs] [Bug 32283] Capitalization: opac users of this domain to login with this identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283 --- Comment #13 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:40:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 14:40:14 +0000 Subject: [Koha-bugs] [Bug 32408] Add an option to allow or disallow SIP checkout when the outstanding amount is under noissuescharge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144447|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:01:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:01:08 +0000 Subject: [Koha-bugs] [Bug 26573] Limit patron attribute types to more than one patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26573 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143115|0 |1 is obsolete| | --- Comment #11 from Julian Maurice --- Created attachment 144470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144470&action=edit Bug 26573: Limit patron attribute types to more than one patron category Test plan: 1. Create patron attribute types, some with a category limit, some without 2. Apply patch 3. Run installer/data/mysql/updatedatabase.pl 4. Run misc/devel/update_dbix_class_files.pl --koha-conf 5. Restart koha 6. Verify that existing category limits were kept 7. Create a new patron attribute type and select multiple category limits. Verify that they have been saved correctly. 8. Edit this patron attribute type and modify category limits. Verify that the changes have been saved correctly 9. Go to the patron creation form, and verify that patron attributes are shown/hidden accordingly when categorycode is changed. 10. Go to patron batch modification tool, enter a cardnumber (or a borrowernumber) and submit the form to go to the next step. Now select a patron attribute type that has category limits and verify that the message shown to the right is correct Signed-off-by: Aude Charillon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:01:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:01:14 +0000 Subject: [Koha-bugs] [Bug 26573] Limit patron attribute types to more than one patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26573 --- Comment #12 from Julian Maurice --- Created attachment 144471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144471&action=edit Bug 26573: Remove remaining reference to category_code column -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:01:40 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:01:40 +0000 Subject: [Koha-bugs] [Bug 26573] Limit patron attribute types to more than one patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26573 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143116|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:03:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:03:02 +0000 Subject: [Koha-bugs] [Bug 26573] Limit patron attribute types to more than one patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26573 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #13 from Julian Maurice --- Patch rebased on master (with the offending comma removed from kohastructure.sql) + a fix in the latest patch Back to needs signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:21:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:21:41 +0000 Subject: [Koha-bugs] [Bug 31793] REST API: DELETE endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:21:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:21:46 +0000 Subject: [Koha-bugs] [Bug 31793] REST API: DELETE endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793 --- Comment #1 from Agustín Moyano --- Created attachment 144472 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144472&action=edit Bug 31793: Add REST endpoint to delete authorities To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get the id of an authority 4. Make a DELETE request to /api/v1/authorities/{authid} 5. Check that the authority was deleted 6. Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:57:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:57:12 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://openid.net/specs/op | |enid-connect-session-1_0.ht | |ml#CreatingUpdatingSessions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:59:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 15:59:12 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add an option to allow or |If a fine can be overridden |disallow SIP checkout when |on checkout in Koha, what |the outstanding amount is |should the SIP client do? |under noissuescharge | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:13:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:13:46 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144469|0 |1 is obsolete| | --- Comment #5 from Matthias Meusburger --- Created attachment 144473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144473&action=edit Bug 32408: Allow SIP to override a fine on checkout if a librarian can Test plan: - Set up a patron with an outstanding amount under the noissuescharge syspref - Check that you can override the fine on checkout in Koha - Do a SIP checkout, and check that it is blocked - Apply the patch, and check that override_fine_on_checkout is disabled in SIPconfig.xml - Do a SIP checkout, and check that it is still blocked - Enable override_fine_on_checkout in SIPconfig.xml - Do a SIP checkout, and check that is allowed - Prove t/db_dependent/SIP/Transaction.t Additionaly, you can enable show_outstanding_amount in SIPconfig.xml to have the outstanding amount displayed on SIP checkout. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:15:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:15:48 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 --- Comment #6 from Matthias Meusburger --- I have edited the bug title, the parameter used, the patch title and the test plan to make things more clear about what this patch does. Hope it helps. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:19:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:19:15 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144473|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize --- Created attachment 144474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144474&action=edit Bug 32408: Allow SIP to override a fine on checkout if a librarian can Test plan: - Set up a patron with an outstanding amount under the noissuescharge syspref - Check that you can override the fine on checkout in Koha - Do a SIP checkout, and check that it is blocked - Apply the patch, and check that override_fine_on_checkout is disabled in SIPconfig.xml - Do a SIP checkout, and check that it is still blocked - Enable override_fine_on_checkout in SIPconfig.xml - Do a SIP checkout, and check that is allowed - Prove t/db_dependent/SIP/Transaction.t Additionaly, you can enable show_outstanding_amount in SIPconfig.xml to have the outstanding amount displayed on SIP checkout. 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 Dec 7 17:19:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:19:35 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:21:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:21:01 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #8 from Martin Renvoize --- I worked through understanding this with Matthias and we tweaked it a little to clarify intention. It works well and is much clearer now too. No regressions, QA scripts are happy and it's well unit tested. Going straight for a PQA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:21:08 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:21:08 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:28:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:28:41 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 --- Comment #9 from Martin Renvoize --- OK.. I just added this to the wiki page... It highlighted we already have a system preference override for this maybe: https://wiki.koha-community.org/wiki/SIP2_configuration#syspref_overrides_2 Does the above achieve the same thing.. now I'm a little confused.. I'll ask Kyle to weight in. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:28:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:28:54 +0000 Subject: [Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 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 Wed Dec 7 17:30:24 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:30:24 +0000 Subject: [Koha-bugs] [Bug 32419] New: Show availability in list view in staff interface Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32419 Bug ID: 32419 Summary: Show availability in list view in staff interface Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface 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 When viewing a list on the OPAC, you can see the item's availability. But in the staff interface, this information is not visible. To test : 1. In the staff interface, add an item to a list 2. View the list --> No availability is visible 3. Go to the OPAC and view the list --> You can see the availability of the item -- You are receiving 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 Dec 7 17:41:19 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:41:19 +0000 Subject: [Koha-bugs] [Bug 32420] New: Set focus for cursor to barcode input box in batch item modification Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32420 Bug ID: 32420 Summary: Set focus for cursor to barcode input box in batch item modification Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface 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 It would be great if the focus would be automatically set to the barcode input box in the batch item modification screen. Right now, the focus is on the catalogue search. But if you went to that page, you went to batch edit item. To test: 1. Go to Cataloging > Batch item modification --> Notice that the cursor is set to the 'Search catalog' box at the top of the page, it would be better to have it in the barcode input box under 'Scan items one by one' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:43:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:43:32 +0000 Subject: [Koha-bugs] [Bug 25812] Fines can be displayed on SIP checkin/checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:43:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:43:56 +0000 Subject: [Koha-bugs] [Bug 26597] Transfer information from guarantor when adding a guarantor to an existing patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26597 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|maryse.simard at inlibro.com |hammat.wele at inlibro.com CC| |hammat.wele at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:44:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:44:28 +0000 Subject: [Koha-bugs] [Bug 26597] Transfer information from guarantor when adding a guarantor to an existing patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26597 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142443|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:51:12 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:51:12 +0000 Subject: [Koha-bugs] [Bug 3591] "Family administrator" account for OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3591 --- Comment #5 from Caroline Cyr La Rose --- Should this bug be cut up in different ones to make it easier to patch? e.g. one bug to allow guarantors to renew checkouts, one bug to allow holds, on bug to change personal info, etc. -- 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 Dec 7 17:52:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:52:38 +0000 Subject: [Koha-bugs] [Bug 26597] Transfer information from guarantor when adding a guarantor to an existing patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26597 --- Comment #11 from Hammat wele --- Created attachment 144475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144475&action=edit Bug 26597: Transfer informations from guarantor when adding a guarantor to an existing patron When creating a new guarantee from the guarantor, the preference PrefillGuaranteeField dictates some fields to be transfered from guarantor to guarantee. This patch makes it so those informations are also transfered when adding a new guarantor relationship to an existing patron. To test: 1) Apply patch 2) Search PrefillGuaranteeField preference and make sure some fields are selected 3) Select a user that can have a guarantor 4) In the edit form, click on 'Search to add' in 'Patron guarantor' fieldset 5) Choose a patron who has at least one of the fields in 1) set 6) Click 'Select' 7) Confirm guarantee's information is filled from the guarantor's record 8) Check that any preexisting information is not overwritten -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:59:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 16:59:43 +0000 Subject: [Koha-bugs] [Bug 26597] Transfer information from guarantor when adding a guarantor to an existing patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26597 Hammat wele 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 Dec 7 18:00:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:00:46 +0000 Subject: [Koha-bugs] [Bug 32404] Two-factor authentication for staff client doesn't work for all staff accounts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32404 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Nick Clemens --- This is correct in master - we may have been testing an earlier version *** This bug has been marked as a duplicate of bug 30588 *** -- You are receiving 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 Dec 7 18:00:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:00:46 +0000 Subject: [Koha-bugs] [Bug 30588] Add the option to require 2FA setup on first staff login In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30588 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly at bywatersolutions.com --- Comment #77 from Nick Clemens --- *** Bug 32404 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:04:09 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:04:09 +0000 Subject: [Koha-bugs] [Bug 32325] Valid 006/00 values should not depend on Type of Material selection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32325 --- Comment #1 from Heather --- (In reply to Andrew Fuerste-Henry from comment #0) > Instead, one should be able to set 006/00 to any value allowed in the MARC > specifications and that choice should set the Type of Material and thereby > define how the rest of the 006 behaves. You are correct, Andrew! An example could be creating a serial record for Mojo magazine (which comes with an audio CD every month). E.g.: Leader position 06 = a (language material) --Coded for the "main" format of the paper magazine 006 position 00 = j (musical sound recording) --Coded for the additional characteristics of the CD enclosed with every paper magazine issue (You could also have an 007 for the CD characteristics, by the way.) When one chooses this value "j" for the 006 position 00, it should set the rest of the 006 field options accordingly--and it does. I can't think of an example of when the leader position 06 and the 006 position 00 would be the same--since the 006 is for "additional material characteristics," an 006 is used only when another type of material is present--if the title is all one sort of material, one doesn't need 006 or 007 field(s). So: > In both the regular and advanced cataloging editors, Koha shows one both the > 006 position 00 value *and* the material type. That's handy, but Koha makes > the material type manually editable rather than derived from the position 00 > value. I think this is actually correct behavior. The Leader 06, and the 006 00 will usually differ, so the 006 00 *should* be manually set by the cataloger. The 006 00 should not be derived, IMO, because the whole point of adding an 006 is to bring out additional material characteristics present in the title not accounted for in the Leader and 008. > In fact, Koha forces position 00 to only allow one to enter values > that match what you've selected for material type. So to change the value in > position 00, one must first change the type of material. This actually isn't my experience. We're on 21.11, and I was able to create a new reocrd with a Leader & 008 coded for a textual serial and then set an 006 00 to "j" in both the advanced bib editor and the basic bib editor. But maybe I'm misunderstanding the problem? Or the problem's occuring in versions above 21.11? Cheerio! h2 -- You are receiving 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 Dec 7 18:09:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:09:45 +0000 Subject: [Koha-bugs] [Bug 25393] Create separate No Automatic Renewal Before rule In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25393 kate changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ksheehan at stratfordlibrary.o | |rg --- Comment #1 from kate --- Strong agreement on this! We are currently struggling with autorenewal - we left "No Renewal Before" blank to keep the Never Autorenew people happy but now autorenew people are getting a glitchy notice after the autorenew notice and they're confused. We're going to try tipping the balance back to irritating the Never Autorenew people but I'd love to see this development happen. -- You are receiving 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 Dec 7 18:16:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:16:56 +0000 Subject: [Koha-bugs] [Bug 31994] Clicking the next button of a DataTable loading its data from the HTML does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994 --- Comment #6 from Olivier Hubert --- Hi Lucas, The patch is intended for master only. I have not tested it on any other version so far. I confirm that I am able to reproduce the issue on a clean master, and that applying the patch fixes the issue. However, I can confirm that the bug cannot be reproduced on a Bywater sandbox. I don't understand how that is possible, since the master branch should be the same, as long as it's up-to-date. We run all of our tests on local installations, not using docker images. Do you know if there are differences between the master branch and the version available through KTD? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:17:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:17:27 +0000 Subject: [Koha-bugs] [Bug 25812] Fines can be displayed on SIP checkin/checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:17:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:17:31 +0000 Subject: [Koha-bugs] [Bug 25812] Fines can be displayed on SIP checkin/checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144217|0 |1 is obsolete| | --- Comment #12 from Kyle M Hall --- Created attachment 144476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144476&action=edit Bug 25812: Fines can be displayed on SIP checkin/checkout Test plan: - Enable show_outstanding_amount in SIPconfig.xml - Check that the total outstanding amout for the patron is displayed on SIP checkout (if it exists), for example: Patron has fines - You owe $10.00. - Check that the outstanding amout for a given item is displayed on SIP checkin (if it exists), for example: "You owe $10.00 for this item." - Check that it is not displayed when show_outstanding_amount is disabled. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:19:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:19:38 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:19:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:19:44 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144388|0 |1 is obsolete| | --- Comment #14 from Tomás Cohen Arazi --- Created attachment 144477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144477&action=edit Bug 32354: Accept session_state param given by OAuth IdP This patch ensures Koha doesn't throw an error if the IdP hands back a session_state parameter. To test: 1) Set up an identity provider 2) On the IdP's configuration, make it hand back a session_state 3) Confirm authentication using OIDC works with and without the session_state Sponsored-by: Plant & Food Research Signed-off-by: David Cook Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:21:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:21:44 +0000 Subject: [Koha-bugs] [Bug 31675] Remove packages from debian/control that are no longer used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:21:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:21:50 +0000 Subject: [Koha-bugs] [Bug 31675] Remove packages from debian/control that are no longer used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144372|0 |1 is obsolete| | --- Comment #3 from Tomás Cohen Arazi --- Created attachment 144478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144478&action=edit Bug 31675: Remove packages from debian/control that are no longer used As far as I can tell, we are no longer using CGI::Session::Serialize::YAML or YAML::Syck, but they are still marked dependencies for the Debian package. Signed-off-by: Danyon Sewell Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:23:56 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:23:56 +0000 Subject: [Koha-bugs] [Bug 31984] TaxRate system preference - add note about updating vendor tax rates where required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:24:01 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:24:01 +0000 Subject: [Koha-bugs] [Bug 31984] TaxRate system preference - add note about updating vendor tax rates where required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144303|0 |1 is obsolete| | --- Comment #13 from Tomás Cohen Arazi --- Created attachment 144479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144479&action=edit Bug 31984: TaxRate preference - add note about vendor updates If a value for the TaxRates system preference is changed or removed, vendors retain the original value recorded in their tax rate field. The vendor tax rate is used to calculate prices for orders added to a basket. Where the tax rate doesn't match with the system preference, a warning message is displayed on the order form "Tax rate not defined in system preference TaxRates!". This patch adds a note to the system preference description about updating vendor tax rate information where required. Test plan: 1. Check the values recorded for the TaxRates system preference. 2. For a vendor (Acquisitions > search for a vendor > Edit vendor), check the value recorded in the tax rate field. 3. Note that the tax rate field is populated from a dropdown list using values from the TaxRates system preference. 4. Change the TaxRates system preferemce to remove a tax rate. For example, change 0|0.12|0.1965 to 0|0.12. 5. Refresh the vendor page. 6. Note that the vendor tax rate remains as the original value until you edit the vendor. 7. Apply the patch. 8. Review the description for the TaxRates system preference and make sure the new note about updating vendor tax rates where required makes sense. 9. Sign off! Signed-off-by: David Nind Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:28:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:28:51 +0000 Subject: [Koha-bugs] [Bug 31994] Clicking the next button of a DataTable loading its data from the HTML does nothing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994 --- Comment #7 from Olivier Hubert --- I figured it out. The problem only occurs if the Default Display Length was never updated through column_settings.pl. When that is the case, the default display length is used, and that variable is a string, not an int, therefore causing the issue. To reproduce, add the following before Step 3 of the test plan: 2a: Run the following SQL query: DELETE FROM tables_settings WHERE tablename = 'table_item_type'; If someone can confirm reproduction on master, I will update the test plan accordingly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:28 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:28 +0000 Subject: [Koha-bugs] [Bug 28975] Holds queue lists can show holds from all libraries even with IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:32 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:32 +0000 Subject: [Koha-bugs] [Bug 28975] Holds queue lists can show holds from all libraries even with IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975 --- Comment #11 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:35 +0000 Subject: [Koha-bugs] [Bug 31675] Remove packages from debian/control that are no longer used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:38 +0000 Subject: [Koha-bugs] [Bug 31675] Remove packages from debian/control that are no longer used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:41 +0000 Subject: [Koha-bugs] [Bug 31984] TaxRate system preference - add note about updating vendor tax rates where required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:46 +0000 Subject: [Koha-bugs] [Bug 31984] TaxRate system preference - add note about updating vendor tax rates where required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984 --- Comment #14 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:48 +0000 Subject: [Koha-bugs] [Bug 32291] "library category" messages should be removed (not used) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:51 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:51 +0000 Subject: [Koha-bugs] [Bug 32291] "library category" messages should be removed (not used) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291 --- Comment #5 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:54 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:54 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:30:59 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:30:59 +0000 Subject: [Koha-bugs] [Bug 32354] Handle session_state param given by OAuth identity provider In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354 --- Comment #15 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:32:02 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 17:32:02 +0000 Subject: [Koha-bugs] [Bug 31166] Digest option is not selectable for phone when PhoneNotification is enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31166 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:03:25 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:03:25 +0000 Subject: [Koha-bugs] [Bug 30200] Add customizable tabs to interlibrary loan requests list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30200 Jonathan Field changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.field at ptfs-europe. | |com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:03:38 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:03:38 +0000 Subject: [Koha-bugs] [Bug 30277] Make fetching ILL data from the API more efficient In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30277 Jonathan Field changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.field at ptfs-europe. | |com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:29:27 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:29:27 +0000 Subject: [Koha-bugs] [Bug 30860] Add option for CanBookBeReserved to return all item values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860 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 Wed Dec 7 19:29:31 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:29:31 +0000 Subject: [Koha-bugs] [Bug 30860] Add option for CanBookBeReserved to return all item values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #135426|0 |1 is obsolete| | Attachment #135427|0 |1 is obsolete| | Attachment #135428|0 |1 is obsolete| | Attachment #135429|0 |1 is obsolete| | --- Comment #5 from Nick Clemens --- Created attachment 144480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144480&action=edit Bug 30860: Add return_all_items parameter to CanBookBeReserved -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:29:35 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:29:35 +0000 Subject: [Koha-bugs] [Bug 30860] Add option for CanBookBeReserved to return all item values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860 --- Comment #6 from Nick Clemens --- Created attachment 144481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144481&action=edit Bug 30860: Unit test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:29:39 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:29:39 +0000 Subject: [Koha-bugs] [Bug 30860] Add option for CanBookBeReserved to return all item values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860 --- Comment #7 from Nick Clemens --- Created attachment 144482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144482&action=edit Bug 30860: Return all items from CanBookBeReserved on request.pl This patch requests all item values from CanBookBeReserved on request.pl Before this we either: - Looped every item to find out that book could not be reserved - Looped until we found an item that could be reserved, then looped all items to get statuses In the worst case we avoid double processing a single item, in the best case we avoid double processing all items (if only last on record is holdable) To test: 1 - Find a record in staff client with several items 2 - Set AllowHoldsOnDamagedItems to 'Dont allow' 3 - Add a damaged item to record 4 - Set a hold rule to only allow holds form homebranch and ensure record has items from other branches 5 - Setup things to prevent more items from being held 6 - Attempt hold for patron 7 - Note item statuses 8 - Apply patch 9 - Confirm statuses are as they were before -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:29:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:29:43 +0000 Subject: [Koha-bugs] [Bug 30860] Add option for CanBookBeReserved to return all item values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860 --- Comment #8 from Nick Clemens --- Created attachment 144483 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144483&action=edit Bug 30860: Get all items info for CanBookBeReserved on opac-reserve.pl Repeat test above on OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:33:43 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:33:43 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144460|0 |1 is obsolete| | --- Comment #5 from Agustín Moyano --- Created attachment 144484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144484&action=edit Bug 31794: Add REST endpoint to get an authority To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get the id of an authority 4. Make a GET request to /api/v1/authorities/{authid} with one of the following content type header - application/json - application/marcxml+xml - application/marc-in-json - application/marc - text/plain 5. Check that you get the authority in the corresponding format 6. Sign off Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:33:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:33:48 +0000 Subject: [Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794 --- Comment #6 from Agustín Moyano --- Created attachment 144485 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144485&action=edit Bug 31794: (follow-up) Add description to authorities tag -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:40:14 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:40:14 +0000 Subject: [Koha-bugs] [Bug 32421] New: Add collection ( ccode ) column to holds to pull Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421 Bug ID: 32421 Summary: Add collection ( ccode ) column to holds to pull 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: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Some libraries would find it helpful to include a column for collection to the holds to pull 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 Dec 7 19:40:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:40:22 +0000 Subject: [Koha-bugs] [Bug 32421] Add collection ( ccode ) column to holds to pull In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas 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 Dec 7 19:44:47 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:44:47 +0000 Subject: [Koha-bugs] [Bug 32421] Add collection ( ccode ) column to holds to pull In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 19:44:50 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 18:44:50 +0000 Subject: [Koha-bugs] [Bug 32421] Add collection ( ccode ) column to holds to pull In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421 --- Comment #1 from Lucas Gass --- Created attachment 144486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144486&action=edit Bug 32421: Add collection column to holds to pull To test: 1. Place some holds 2. Go to Circulation > Holds to pull 3. Notice there is not column to indicate collection ( CCODE ) 4. Apply patch and restart services 5. Step 2 again, this time you should see a column for holds to pull 6. Using both the Columns button and via 'Table setting' attempt to hide the column and other columns. Ensure everything is being heiiden correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 20:14:48 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:14:48 +0000 Subject: [Koha-bugs] [Bug 32422] New: Hardcoded paths in _common.scss precent using external node_modules Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422 Bug ID: 32422 Summary: Hardcoded paths in _common.scss precent using external node_modules 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: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org Whenever you try to build the OPAC view, this happens: root at kohadevbox:koha(master)$ kshell kohadev-koha at kohadevbox:/kohadevbox/koha$ yarn build --view opac yarn run v1.22.19 $ gulp build --view opac [18:27:38] Using gulpfile /kohadevbox/koha/gulpfile.js [18:27:38] Starting 'build'... Error in plugin 'sass' Message: koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss Error: File to import not found or unreadable: ../../../../../node_modules/bootstrap/scss/functions. on line 37 of koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss from line 1 of koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >> @import "../../../../../node_modules/bootstrap/scss/functions"; ^ [18:27:38] Finished 'build' after 36 ms Done in 1.39s. -- You are receiving 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 Dec 7 20:15:45 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:15:45 +0000 Subject: [Koha-bugs] [Bug 32422] Hardcoded paths in _common.scss precent using external node_modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422 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 | CC| |jonathan.druart+koha at gmail. | |com, | |kyle at bywatersolutions.com, | |oleonard at myacpl.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 Dec 7 20:26:15 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:26:15 +0000 Subject: [Koha-bugs] [Bug 32422] Hardcoded paths in _common.scss precent using external node_modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 144487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144487&action=edit Bug 32422: Hardcoded paths in _common.scss precent using external node_modules This patch makes: - gulpfile.js add the parent dir's node_modules to the sass include path - removes hardcoded paths from _common.scss To test: 1. Have the latest KTD image (this is not KTD specific, but easier to test) 2. Make sure you don't have any node_modules/ dir in your koha clone 3. Run: $ kshell k$ yarn build --view opac => FAIL: You get: kohadev-koha at kohadevbox:/kohadevbox/koha$ yarn build --view opac yarn run v1.22.19 $ gulp build --view opac [18:27:38] Using gulpfile /kohadevbox/koha/gulpfile.js [18:27:38] Starting 'build'... Error in plugin 'sass' Message: koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss Error: File to import not found or unreadable: ../../../../../node_modules/bootstrap/scss/functions. on line 37 of koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss from line 1 of koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >> @import "../../../../../node_modules/bootstrap/scss/functions"; ^ 4. Apply this patch 5. Repeat 3 => SUCCESS: It builds! 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 20:30:41 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:30:41 +0000 Subject: [Koha-bugs] [Bug 32422] Hardcoded paths in _common.scss precent using external node_modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 20:30:46 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:30:46 +0000 Subject: [Koha-bugs] [Bug 32422] Hardcoded paths in _common.scss precent using external node_modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144487|0 |1 is obsolete| | --- Comment #2 from Tomás Cohen Arazi --- Created attachment 144488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144488&action=edit Bug 32422: Hardcoded paths in _common.scss precent using external node_modules This patch makes: - gulpfile.js add the parent dir's node_modules to the sass include path - removes hardcoded paths from _common.scss To test: 1. Have the latest KTD image (this is not KTD specific, but easier to test) 2. Make sure you don't have any node_modules/ dir in your koha clone 3. Run: $ kshell k$ yarn build --view opac => FAIL: You get: kohadev-koha at kohadevbox:/kohadevbox/koha$ yarn build --view opac yarn run v1.22.19 $ gulp build --view opac [18:27:38] Using gulpfile /kohadevbox/koha/gulpfile.js [18:27:38] Starting 'build'... Error in plugin 'sass' Message: koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss Error: File to import not found or unreadable: ../../../../../node_modules/bootstrap/scss/functions. on line 37 of koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss from line 1 of koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >> @import "../../../../../node_modules/bootstrap/scss/functions"; ^ 4. Apply this patch 5. Repeat 3 => SUCCESS: It builds! 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 20:55:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:55:44 +0000 Subject: [Koha-bugs] [Bug 31795] REST API: POST endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31795 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Depends on| |31793 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793 [Bug 31793] REST API: DELETE endpoint for Authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 20:55:44 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:55:44 +0000 Subject: [Koha-bugs] [Bug 31793] REST API: DELETE endpoint for Authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31795 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31795 [Bug 31795] REST API: POST endpoint for Authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 20:55:58 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 19:55:58 +0000 Subject: [Koha-bugs] [Bug 32422] Hardcoded paths in _common.scss prevent using external node_modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Hardcoded paths in |Hardcoded paths in |_common.scss precent using |_common.scss prevent using |external node_modules |external node_modules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:13:22 2022 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2022 20:13:22 +0000 Subject: [Koha-bugs] [Bug 32257] Label for patron attributes misaligned on patron batch mod In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 --- Comment #12 from Katrin Fischer --- Comment on attachment 144453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144453 Bug 32257: Label for Patron Attributes Misaligned Review of attachment 144453: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=32257&attachment=144453) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ +368,5 @@ > [% END %] > [% IF ( patron_attributes_codes ) %] >
  • > +