From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 00:12:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:12:06 +0000 Subject: [Koha-bugs] [Bug 26795] Remove the use of jquery.checkboxes plugin from ILL pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26795 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 Nov 1 00:12:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:12:10 +0000 Subject: [Koha-bugs] [Bug 26795] Remove the use of jquery.checkboxes plugin from ILL pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26795 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112769|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 112770 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112770&action=edit Bug 26795: Remove the use of jquery.checkboxes plugin from ILL pages This patch removes the inclusion of the jquery.checkboxes plugin from two staff interface ILL pages where the plugin is unused. To test you need at least one patron with some ILL requests. - Apply the patch and locate a patron with ILL requests. - Click the "ILL requests history" tab. - Confirm that the table of requests has no checkboxes. - Choose "Ill requests" from the "More" menu in the header. - Confirm that the table of requests has no checkboxes. 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 Nov 1 00:15:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:15:13 +0000 Subject: [Koha-bugs] [Bug 26758] Correct OPAC ILL requests page markup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758 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 Nov 1 00:15:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:15:17 +0000 Subject: [Koha-bugs] [Bug 26758] Correct OPAC ILL requests page markup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112766|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 112771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112771&action=edit Bug 26758: Correct OPAC ILL requests page markup This patch makes some corrections to the OPAC ILL page which should have been included in the upgrade to Bootstrap 4. To test you must have Interlibrary loan configured and enabled in the OPAC. Enter some text in the ILLModuleCopyrightClearance system preference. - Log in to the OPAC and go to the "your interlibrary loan requests" page. - If you have only one ILL backend set up you should see a "Create a new request" button which is styled correctly. - This patch makes corrections to the menu which displays if you have more than one ILL backend set up, so it would be ideal to be able to test it. - Upon clickng the "new request" button (or selecting a backend from the new request menu) you should be prompted to choose Yes or No in response to the ILLModuleCopyrightClearance text. The buttons should be styled green and red, respectively. - On the new request entry page the "Add new field" and "Create" buttons should be styled in the "secondary" grey style. 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 Nov 1 00:17:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:17:55 +0000 Subject: [Koha-bugs] [Bug 26808] Improve tab key access to circulation confirmation dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808 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 Nov 1 00:17:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:17:58 +0000 Subject: [Koha-bugs] [Bug 26808] Improve tab key access to circulation confirmation dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112765|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112772&action=edit Bug 26808: Improve tab key access to circulation confirmation dialog This patch modifies the checkout template so that the checkout confirmation message can receive focus, improving tab access to the form buttons in the dialog. A "-1" value "tabindex" attribute makes the dialog focusable, and a "focus" class automatically triggers focus. The focus and tabindex are only set when the template logic says that the alert will require confirmation. To test, apply the patch and open a patron's account for checkout. - Submit a barcode for checkout which will trigger a confirmation dialog. For instance: - A barcode they already have checked out - A barcode which is checked out to another patron - When the page reloads you should see an alert-style dialog, "Please confirm checkout." The browser should show a focus outline around the dialog. - Hitting the tab key should move the focus to the first focusable element inside the dialog. If there is a link in the text, this may be the first element. If not the confirmation button should be the next tabbable element. 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 Nov 1 00:18:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:18:47 +0000 Subject: [Koha-bugs] [Bug 26806] Remove the jquery.checkboxes plugin from the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806 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 Nov 1 00:18:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:18:50 +0000 Subject: [Koha-bugs] [Bug 26806] Remove the jquery.checkboxes plugin from the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112309|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 112773 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112773&action=edit Bug 26806: Remove the jquery.checkboxes plugin from the staff client This patch removes the jquery.checkboxes plugin from the staff client. It also removes some leftover instances of the "checkboxed" class which was used in some cases to enable the checkbox plugin on selected elements. To test, apply the patch and check that the jquery.checkboxes plugin no longer exists in /intranet-tmpl/lib/jquery/plugins. To test changes to the templates, confirm that "Check all" and "Check none" links still work on these pages: - The tags review page. See the test plan for Bug 26120. - The inventory page. See the test plan for Bug 26150. - The list contents page. See the test plan for Bug 26204. The other modified templates contained the "checkboxed" class but it served no purpose: - Serials -> Serials collection - Labels -> Edit label batch - Patron cards -> Edit card batch If you search the Koha codebase for instances of "checkboxed" the only results should be from the OPAC (if Bug 26805 hasn't been applied) and in Z39.50 templates where the class is still used by JavaScript. 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 Nov 1 00:19:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:19:05 +0000 Subject: [Koha-bugs] [Bug 26881] Remove the period at the end of 'Limit to currently available items' in facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26881 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 Nov 1 00:19:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:19:09 +0000 Subject: [Koha-bugs] [Bug 26881] Remove the period at the end of 'Limit to currently available items' in facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26881 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112764|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 112774 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112774&action=edit Bug 26881: Remove period on limit to available items on opac To test: 1- do a search on the opac 2- on the results page, it says "Limit to currently available items." 3- apply patch, restart, reload 4- period is gone Signed-off-by: Owen Leonard Signed-off-by: Barbara Johnson 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 Nov 1 00:19:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:19:26 +0000 Subject: [Koha-bugs] [Bug 26880] Add explanatory text to Add course reserve screens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26880 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add explanatory text to Add |Add explanatory text to Add |Course Reserve screens |course reserve screens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 00:22:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:22:20 +0000 Subject: [Koha-bugs] [Bug 26880] Add explanatory text to Add course reserve screens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26880 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 Nov 1 00:22:23 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:22:23 +0000 Subject: [Koha-bugs] [Bug 26880] Add explanatory text to Add course reserve screens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26880 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112750|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 112775 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112775&action=edit Bug 26880: Add explanatory text to add course reserve pages To test: - go to course reserve add item and batch add items pages - batch add has a little bit of explanation, add has none - apply patch, restart, reload pages - both pages have more text explaining how they work! "Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.
Any items with existing course reserves will have their on reserve values updated." Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Kelly McElligott Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 00:23:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:23:58 +0000 Subject: [Koha-bugs] [Bug 26817] "Total" line in checkouts table is too short when ExportCircHistory is activated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26817 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 Nov 1 00:24:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:24:01 +0000 Subject: [Koha-bugs] [Bug 26817] "Total" line in checkouts table is too short when ExportCircHistory is activated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112728|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112776 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112776&action=edit Bug 26817: Change checkouts table footer colspan based on ExportCircHistory This patch makes a minor change to the include file which generates the checkouts table footer. It now includes some logic checking for the ExportCircHistory system preference, adjusting the colspan accordingly. To test, apply the patch and enable the ExportCircHistory system preference. - Check out to a patron who has checkouts. In the table of checkouts there should be an "Export" column. The footer at the bottom of the table should span the width of the table. - Disable the ExportCircHistory preference. - View the checkout page again and confirm that table footer still looks correct. Signed-off-by: Séverine QUEUNE 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 Nov 1 00:25:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:25:58 +0000 Subject: [Koha-bugs] [Bug 26816] Remove extra space before comma in staff results item list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816 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 Nov 1 00:26:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:26:02 +0000 Subject: [Koha-bugs] [Bug 26816] Remove extra space before comma in staff results item list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112670|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 112777 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112777&action=edit Bug 26816: Chomp whitespace around i18n strings This patch adds the chomp shorthand [%- -%] to the output of i18n.inc to prevent extra spaces from being inserted. To test, apply the patch and perform a catalog search in the staff interface which will return results with multiple items. In the items column, the availability information should not have unwanted spaces: 3 items, 3 available: ...instead of 3 items , 3 available: Signed-off-by: Barbara Johnson 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 Nov 1 00:30:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:30:17 +0000 Subject: [Koha-bugs] [Bug 26633] Add advanced editor for transfer limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 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 Nov 1 00:30:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:30:21 +0000 Subject: [Koha-bugs] [Bug 26633] Add advanced editor for transfer limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112328|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 112778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112778&action=edit Bug 26633: Add REST API for managing transfer limits Test Plan: 1) prove t/db_dependent/api/v1/transfer_limits.t Signed-off-by: Lisette Scheer Signed-off-by: Lisette Scheer Signed-off-by: Lisette Scheer Signed-off-by: Lisette Scheer 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 Nov 1 00:30:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:30:26 +0000 Subject: [Koha-bugs] [Bug 26633] Add advanced editor for transfer limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112330|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 112779 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112779&action=edit Bug 26633: Add advanced editor for transfer limits The current transfer limits editor works great for Koha instances with small numbers of branches. However, for consortiums with dozens or even hundreds of libraries, the editor does not work well or effectively. We should provide an "advanced" editor displays all to/from library combinations in a grid and allows them to be edited in a manner somewhat similar to the transport cost matrix editor. Test Plan: 1) Apply this patch 2) Browse to the transfer limits editor 3) Click the new "Switch to advanced editor" link 4) Select a collection code/item type to edit limits for 5) Test the "Check all" function 6) Test the "Uncheck all" function 7) Test the "Check" column function 8) Test the "Uncheck" column function 9) Test the "Check" row function 10) Test the "Uncheck" row function 11) Test individual checkboxes/table cells Signed-off-by: Lisette Scheer Signed-off-by: Lisette Scheer Signed-off-by: Lisette Scheer Signed-off-by: Lisette Scheer 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 Nov 1 00:30:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:30:30 +0000 Subject: [Koha-bugs] [Bug 26633] Add advanced editor for transfer limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112437|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 112780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112780&action=edit Bug 26633: Fix indirect object notation 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 Nov 1 00:30:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:30:34 +0000 Subject: [Koha-bugs] [Bug 26633] Add advanced editor for transfer limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112438|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 112781 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112781&action=edit Bug 26633: (QA follow-up) Change label to "collection" as we display the description 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 Nov 1 00:30:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:30:37 +0000 Subject: [Koha-bugs] [Bug 26633] Add advanced editor for transfer limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112587|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer --- Created attachment 112782 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112782&action=edit Bug 26633: (QA follow-up) Action buttons should not remain grayed out if the same action is used multiple times in a row 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 Nov 1 00:31:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:31:24 +0000 Subject: [Koha-bugs] [Bug 26633] Add advanced editor for transfer limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 --- Comment #16 from Katrin Fischer --- Do we need any documentation for the API routes here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 00:32:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:32:57 +0000 Subject: [Koha-bugs] [Bug 26826] Set focus for cursor to name input box when creating a new list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26826 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 Nov 1 00:33:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:33:00 +0000 Subject: [Koha-bugs] [Bug 26826] Set focus for cursor to name input box when creating a new list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26826 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112590|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112783 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112783&action=edit Bug 26826: Set focus for cursor to name input box when creating a new list This patch adds the "focus" class to the list name input field so that it automatically has focus when the page loads. To test, apply the patch and open the lists page in the staff client. - Click "New list." - When the list creation page loads the "Name" field should have focus. Signed-off-by: B Johnson 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 Nov 1 00:35:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:35:43 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 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 Nov 1 00:35:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:35:46 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112173|0 |1 is obsolete| | --- Comment #15 from David Nind --- Created attachment 112784 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112784&action=edit Bug 25700: Complete KohaCons informations in timeline Last entry for KohaCons on Koha timeline was for 2013. This patch : - adds KohaCons from 2014 to 2020 - adds missing link to KohaCons websites for events from 2006 to 2013 - suppresses dead links for old KohaCons - standardizes the display of informations To test, apply patch and check : - there is no typo (especially for October > Octobre) - order of dates is correct - links to Koha website ou wiki are correct Signed-off-by: Martin Renvoize 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 Sun Nov 1 00:35:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:35:50 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112174|0 |1 is obsolete| | --- Comment #16 from David Nind --- Created attachment 112785 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112785&action=edit Bug 25700: (follow-up) Minor corrections to epoch dates It looks like we forgot to account for the year change when grabbing epoch dates for some of the later KohaCon's. This patch fixes those minor mistakes. Signed-off-by: Martin Renvoize 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 Sun Nov 1 00:35:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:35:53 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112729|0 |1 is obsolete| | --- Comment #17 from David Nind --- Created attachment 112786 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112786&action=edit Bug 25700: (follow-up 2) 2 minor corrections for KohaCon This patch corrects : - the wrong link for KohaCon11 - a typo on 'workshops' for KohaCon19 - replace 'hackfest' for 'workshops' for KohaCon20 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 Nov 1 00:51:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:51:32 +0000 Subject: [Koha-bugs] [Bug 26828] Set focus for cursor to current password field when updating in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26828 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 Nov 1 00:51:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:51:35 +0000 Subject: [Koha-bugs] [Bug 26828] Set focus for cursor to current password field when updating in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26828 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112591|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112787 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112787&action=edit Bug 26828: Set focus for cursor to current password field when updating in the OPAC This patch adds the "focus" class to the first field in the OPAC's password update form so that the field automatically receives focus upon page load. To test, apply the patch and make sure the OpacPasswordChange system preference is enabled. - Log in to the OPAC - Open the "Change your password" page - The cursor should automatically be in the "Current password" field when the page loads. Signed-off-by: B Johnson 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 Nov 1 00:55:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:55:22 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 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 Nov 1 00:55:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:55:25 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112784|0 |1 is obsolete| | --- Comment #18 from Katrin Fischer --- Created attachment 112788 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112788&action=edit Bug 25700: Complete KohaCons informations in timeline Last entry for KohaCons on Koha timeline was for 2013. This patch : - adds KohaCons from 2014 to 2020 - adds missing link to KohaCons websites for events from 2006 to 2013 - suppresses dead links for old KohaCons - standardizes the display of informations To test, apply patch and check : - there is no typo (especially for October > Octobre) - order of dates is correct - links to Koha website ou wiki are correct Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi 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 Nov 1 00:55:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:55:29 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112785|0 |1 is obsolete| | --- Comment #19 from Katrin Fischer --- Created attachment 112789 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112789&action=edit Bug 25700: (follow-up) Minor corrections to epoch dates It looks like we forgot to account for the year change when grabbing epoch dates for some of the later KohaCon's. This patch fixes those minor mistakes. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi 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 Nov 1 00:55:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:55:33 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 --- Comment #20 from Katrin Fischer --- Created attachment 112790 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112790&action=edit Bug 25700: (follow-up) 2 minor corrections for KohaCon This patch corrects : - the wrong link for KohaCon11 - a typo on 'workshops' for KohaCon19 - replace 'hackfest' for 'workshops' for KohaCon20 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 Nov 1 00:57:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:57:30 +0000 Subject: [Koha-bugs] [Bug 26830] Set focus for cursor to name input box when creating a new list in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26830 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- 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 Sun Nov 1 00:57:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:57:34 +0000 Subject: [Koha-bugs] [Bug 26830] Set focus for cursor to name input box when creating a new list in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26830 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112593|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 112791 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112791&action=edit Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC This patch adds the "focus" class to the list name input box in order to automatically set focus on the field. To test, apply the patch and log in to the OPAC. - Go to Lists -> New list. - The cursor focus should automatically be on the "list name" field. Signed-off-by: B Johnson Signed-off-by: Katrin Fischer -- 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 Sun Nov 1 00:59:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Oct 2020 23:59:59 +0000 Subject: [Koha-bugs] [Bug 26753] Set focus for cursor to password field on Overdrive login popup on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26753 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 Nov 1 01:00:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:00:03 +0000 Subject: [Koha-bugs] [Bug 26753] Set focus for cursor to password field on Overdrive login popup on OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26753 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112489|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112792 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112792&action=edit Bug 26753: Set focus for cursor to password field on Overdrive login popup on OPAC This patch modifies the OverDrive login process so that clicking the "Log in to your OverDrive account" link automatically puts the focus on the password field when the modal displays. Unrelated change: A redundant "document.ready" function has been removed. To test you must have OverDrive credentials set in system preferences. - Log in to the OPAC. - On the "Your summary" page, open the "OverDrive account" tab. - Click the "Log in to your OverDrive account" link. - A modal dialog should appear, and the cursor focus should automatically be on the password field. Signed-off-by: Barbara Johnson 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 Nov 1 01:02:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:02:48 +0000 Subject: [Koha-bugs] [Bug 26804] Limit the size of the news content column in newst table (News tool) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26804 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Katrin Fischer --- Hi Lucas, thx a lot for reworking this. I feel with the current size of the modal we have the same issue as with the inline one, that it's too small to get a good impression. Could we have this a bit bigger? Or maybe at least as wide as the graphics in it? Sorry to bother you. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 01:26:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:26:11 +0000 Subject: [Koha-bugs] [Bug 26583] Unnecessary code in AddIssue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 01:26:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:26:15 +0000 Subject: [Koha-bugs] [Bug 26583] Unnecessary code in AddIssue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112484|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 112793 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112793&action=edit Bug 26583: Remove unneccessary code in AddIssue The lines to calc due date are doubled ModDateLastSeen is not needed as we set the item not lost and we can set the date as we do for date last borrowed and save a DB store Largely this is reading the code and confirming the changes make sense To test: 1 - Apply patch 2 - Check out items, confirm it works as before 3 - prove -v t/db_dependent/Circulation.t Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 01:29:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:29:57 +0000 Subject: [Koha-bugs] [Bug 26487] Add all MARC flavours for not-onloan-count search field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487 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 Nov 1 01:30:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:30:01 +0000 Subject: [Koha-bugs] [Bug 26487] Add all MARC flavours for not-onloan-count search field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112485|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112794&action=edit Bug 26487: Add all MARC flavours for not-onloan-count search field In admin/searchengine/elasticsearch/mappings.yaml the search field not-onloan-count is defined for MARC21 on 999x. This should be for all the MARC flavours, like in Zebra config. Test plan: 1) On a UNIMARC database 2) Reset Elasticsearch mappings 3) Check search engine config to see field 'not-onloan-count' on 999$x 4) Same on a NORMARC database Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 01:33:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:33:50 +0000 Subject: [Koha-bugs] [Bug 26806] Remove the jquery.checkboxes plugin from the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806 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 Nov 1 01:33:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:33:54 +0000 Subject: [Koha-bugs] [Bug 26806] Remove the jquery.checkboxes plugin from the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112773|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112795 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112795&action=edit Bug 26806: Remove the jquery.checkboxes plugin from the staff client This patch removes the jquery.checkboxes plugin from the staff client. It also removes some leftover instances of the "checkboxed" class which was used in some cases to enable the checkbox plugin on selected elements. To test, apply the patch and check that the jquery.checkboxes plugin no longer exists in /intranet-tmpl/lib/jquery/plugins. To test changes to the templates, confirm that "Check all" and "Check none" links still work on these pages: - The tags review page. See the test plan for Bug 26120. - The inventory page. See the test plan for Bug 26150. - The list contents page. See the test plan for Bug 26204. The other modified templates contained the "checkboxed" class but it served no purpose: - Serials -> Serials collection - Labels -> Edit label batch - Patron cards -> Edit card batch If you search the Koha codebase for instances of "checkboxed" the only results should be from the OPAC (if Bug 26805 hasn't been applied) and in Z39.50 templates where the class is still used by JavaScript. 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 Nov 1 01:35:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:35:39 +0000 Subject: [Koha-bugs] [Bug 26806] Remove the jquery.checkboxes plugin from the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806 --- Comment #4 from Katrin Fischer --- So glad to see this close to finished :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 01:46:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:46:22 +0000 Subject: [Koha-bugs] [Bug 26868] biblio and biblio_metadata tables timestamp do not update when moving an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26868 --- Comment #2 from Katrin Fischer --- I can understand the use case, but I feel like it would be giving wrong information somehow to update the timestamp on the record level without an actual change to the record. For example it would create extra updates over our API to the union catalog, where we don't transfer items, but only record changes. That probably would not be that many, but it might be worth seeing if we can figure out a different way to make the 'remove' of items known. How does Aspen Discovery get the record information from Koha, OAI-PMH? How does it deal with deleted 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 Sun Nov 1 01:47:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:47:21 +0000 Subject: [Koha-bugs] [Bug 26866] Items table on additem should sort by cn_sort In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26866 --- Comment #3 from Katrin Fischer --- Thx, Andrew! -- You are receiving 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 Nov 1 01:50:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:50:12 +0000 Subject: [Koha-bugs] [Bug 26842] SIP should allow bib level holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26842 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SIP should allow bib level |SIP should allow bib level |hols |holds --- Comment #1 from Katrin Fischer --- This sounds similar to your discussion with Nick on bug 26461, can you check if it's a duplicate maybe? -- You are receiving 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 Nov 1 01:53:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:53:24 +0000 Subject: [Koha-bugs] [Bug 26819] Error when adding items to course reserves - can't view items in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26819 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |blocker -- You are receiving 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 Nov 1 01:53:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:53:51 +0000 Subject: [Koha-bugs] [Bug 26819] Error when adding items to course reserves - can't view items in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26819 --- Comment #1 from Katrin Fischer --- Confirmed on master with kohadevbox. My item was 39999000000276 from sample 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 Sun Nov 1 01:57:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:57:11 +0000 Subject: [Koha-bugs] [Bug 26820] "Important" flag enforced only at subfield level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26820 --- Comment #1 from Katrin Fischer --- Hi Andrew, I tested with 243 and I do get the warning on saving once all mandatory fields are filled in. Could it be only the controlfields acting differently? -- You are receiving 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 Nov 1 01:59:08 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 00:59:08 +0000 Subject: [Koha-bugs] [Bug 26807] Relator term punctuation should not be automatically added In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26807 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Realtor Term Punctuation |Relator term punctuation |should not be automatically |should not be automatically |added |added -- You are receiving 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 Nov 1 02:10:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 01:10:58 +0000 Subject: [Koha-bugs] [Bug 26584] Remove unused C4::Acquisition::CloseBasket function In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584 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 Nov 1 02:11:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 01:11:02 +0000 Subject: [Koha-bugs] [Bug 26584] Remove unused C4::Acquisition::CloseBasket function In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #111010|0 |1 is obsolete| | --- Comment #5 from David Nind --- Created attachment 112796 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112796&action=edit Bug 26584: Remove unused C4::Acquisition::CloseBasket function This patch makes code use the new Koha::Acquisition::Basket->close method and makes CloseBasket obsolete. It then removes it, and adapts the few places in which it was used. 1. Apply this patch 2. Run: $ kshell k$ git diff origin/master --name-only | grep -e '\.t$' | xargs prove => SUCCESS: Tests pass! 3. Try playing with baskets, closing them => SUCCESS: All works as expected! 4. Sign off :-D 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 Nov 1 09:02:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 08:02:46 +0000 Subject: [Koha-bugs] [Bug 16063] logic from overdue_notice.pl should be moved into a module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16063 Mark Hofstetter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at trust-box.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 09:16:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 08:16:19 +0000 Subject: [Koha-bugs] [Bug 26884] New: overdue_notices.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26884 Bug ID: 26884 Summary: overdue_notices.pl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: koha at trust-box.at QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz command line script overdue_notices.pl should 1. moved to a module (see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16063) 2. refactored/cleaned up most importantly 3. made idempotent this could be achived via a checksum/signature including the "defining" fields for the message ie borrowernumber subject content metadata letter_code message_transport_type to_address from_address reply_address content_type so before a message is created a checksum is calculated and a look-up in the database is done whether the message already exists (maybe be ignored via a flag) so no matter how often or "how/too late" the script is executed, no message is "forgotten"/send multiple times -- You are receiving 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 Nov 1 09:17:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 08:17:03 +0000 Subject: [Koha-bugs] [Bug 26884] overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26884 Mark Hofstetter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at trust-box.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:35:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:35:59 +0000 Subject: [Koha-bugs] [Bug 26884] overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26884 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16063 --- Comment #1 from Katrin Fischer --- The first part is a duplicate with bug 16063 I think - You could move it there and make this bug about the second part only. I am not sure how big of a problem resending notices actually is. At least if you are using -t for triggering the notices using the overdue notice trigger set up and running the script daily. Do you have a use case where it might be an issue? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:35:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:35:59 +0000 Subject: [Koha-bugs] [Bug 16063] logic from overdue_notice.pl should be moved into a module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16063 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26884 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:45:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:45:05 +0000 Subject: [Koha-bugs] [Bug 24012] Display 'Locked' budget in red In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012 --- Comment #13 from Katrin Fischer --- I am wondering about the use of the inline style. I know it has been there before, but as we already moved things to the scss, maybe we could finish it off here? I think it might be nicer to have both the locked and the lock in black. Red is a warnung color, but there is not really an error or danger in it being locked, so I think having both black would be ok. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:53:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:53:32 +0000 Subject: [Koha-bugs] [Bug 26884] overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26884 --- Comment #2 from Mark Hofstetter --- just judging from my experience i'd say the concept of the triggered notice "feels fragile". You depend on the fact that script is run exactly once daily, it will mostly work, but won't if anything goes wrong. -- You are receiving 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 Nov 1 12:56:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:56:32 +0000 Subject: [Koha-bugs] [Bug 24012] Display 'Locked' budget in red In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:56:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:56:36 +0000 Subject: [Koha-bugs] [Bug 24012] Display 'Locked' budget in red In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112649|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer --- Created attachment 112797 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112797&action=edit Bug 24012: Budget 'Locked" text colour changed and lock icon added Test plan: 1. Go to Administration 2. Click on Budgets 3. Add a new bdget and check the 'Lock budget' box 4. Click on the 'Inactive budgets' tab 5. Note that 'Locked' is displayed in green 6. Apply patch 7. Compile the sass files (setup detailed here:https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) by running: yarn build 8. Refresh the page and notice the 'Locked' text is now red, and there is a lock icon to the left of the text. There is a space between the lock icon and the 'Locked' text. Sponsored-by: Catalyst IT Signed-off-by: Caroline Cyr La Rose -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:56:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:56:40 +0000 Subject: [Koha-bugs] [Bug 24012] Display 'Locked' budget in red In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012 --- Comment #15 from Katrin Fischer --- Created attachment 112798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112798&action=edit Bug 24012: (QA follow-up) Use standard patterns - Removes the scss change in favor of adding the space to the HTML as is the usual pattern when using Font Awesome icons - Removes the span with the inline style to make things appear as black by default (no danger here in it being locked?) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:57:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:57:27 +0000 Subject: [Koha-bugs] [Bug 24012] Display 'Locked' budget in red In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012 --- Comment #16 from Katrin Fischer --- Attached a follow-up simplifying things a little bit. Can you please check if that would be alright? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 12:58:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 11:58:45 +0000 Subject: [Koha-bugs] [Bug 24012] Display 'Locked' budget in red In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 13:15:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:15:38 +0000 Subject: [Koha-bugs] [Bug 26884] overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26884 --- Comment #3 from Katrin Fischer --- I think it all might depend a bit on how your overdues and fines process looks like. Not trying to shoot down your idea, just trying to help out here with the bug and interested in learning about others use cases. In general separate issues should go on separate bugs and descriptive bug titles are key. You can use the 'depends', 'Blocks' and 'See also' to build dependencies. You can also have an "[Omnibus]" improvements bug that serves as a central access point with the patches on separate bugs linked to it. In our use case the timing of the overdue notices is quite important, especially since they are supposed to go out on a specific schedule and the same day a fine is added if fines are used. Some careful configuration is required to achieve this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 13:16:07 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:16:07 +0000 Subject: [Koha-bugs] [Bug 26884] overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26884 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC|robin at catalyst.net.nz | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 13:20:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:20:37 +0000 Subject: [Koha-bugs] [Bug 26885] New: Some text in OPAC is falsely colored Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26885 Bug ID: 26885 Summary: Some text in OPAC is falsely colored Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org 2 examples: - Go to the lists in OPAC and look for the "new list" link - Go to the search history in OPAC and look for the "select all" link Both appear as white text on light grey background. I am not sure if this is already fixed by another bug in the queue, so filing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 13:23:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:23:40 +0000 Subject: [Koha-bugs] [Bug 26886] New: OPAC suggestions: possible duplicate message should stand out more Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26886 Bug ID: 26886 Summary: OPAC suggestions: possible duplicate message should stand out more Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org I believe this message was styled differently pre Bootstrap update and stood out a bit more visually. To test: - Create a new suggestion in the OPAC for a title named test. - Create another suggestion for "Test". - Verify the duplicate message shows and the suggestion is not saved: A similar document already exists: Test. Click on "Confirm your suggestion" to ignore this message. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 13:25:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:25:00 +0000 Subject: [Koha-bugs] [Bug 26887] New: Missing content types in advance search Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26887 Bug ID: 26887 Summary: Missing content types in advance search Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: tejoskumar at gmail.com QA Contact: testopia at bugs.koha-community.org The below mentioned additional content types are missing in the advanced search additional content types which are provided in the 008(24). Please add these search content types also. offprints Calendars Comics/Graphic Novels Standards/Specifications Year Books -- You are receiving 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 Nov 1 13:27:48 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:27:48 +0000 Subject: [Koha-bugs] [Bug 26888] New: New installer: Make it possible to set active currency according to language Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26888 Bug ID: 26888 Summary: New installer: Make it possible to set active currency according to language Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, koha-bugs at lists.koha-community.org, testopia at bugs.koha-community.org At the moment Koha will be installed with the default currencies available in the en installer if you switch to the new installer yml files. This means USD will be the active currency independent of the language you install with. It would be great if this could be changed. For example for de-DE we would always want to set EUR. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 13:27:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:27:49 +0000 Subject: [Koha-bugs] [Bug 26882] New installer: Make it possible to use a language specific holidays file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26882 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26888 -- 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 Sun Nov 1 13:27:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:27:49 +0000 Subject: [Koha-bugs] [Bug 26829] New installer: Make it possible to use a language specific sample quotes file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26829 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26888 -- You are receiving 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 Nov 1 13:30:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:30:01 +0000 Subject: [Koha-bugs] [Bug 26805] Remove remaining instances of jquery.checkboxes plugin from the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26805 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 Nov 1 13:30:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:30:05 +0000 Subject: [Koha-bugs] [Bug 26805] Remove remaining instances of jquery.checkboxes plugin from the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26805 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112594|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 112799 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112799&action=edit Bug 26805: Remove remaining instances of jquery.checkboxes plugin from the OPAC This patch removes the use of the jquery.checkboxes plugin from the 5 templates in the OPAC which still use it. The plugin itself is removed. To test, apply the patch and test the "Select all" and "Clear all" links work to select and deselect checkboxes on the following pages: - The catalog search results page: The controls should also enable and disable the "Select titles to..." menu. - The list contents page: The controls should also enable and disable the "Select titles to..." links. - The suggestions page: The controls should also enable and disable the "Select suggestions to..." link. - The search history page: The controls should affect only the corresponding table ("Current" or "Previous") and should enable and disable the "Select searches to..." link. This patch also modifies the template for grouped search results, as enabled by the OpacGroupResults system preference, but I don't know how to test it. 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 Nov 1 13:33:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:33:59 +0000 Subject: [Koha-bugs] [Bug 26833] Logged in library doesn't show with suggestions count In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833 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 Nov 1 13:34:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:34:03 +0000 Subject: [Koha-bugs] [Bug 26833] Logged in library doesn't show with suggestions count In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112584|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 112800 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112800&action=edit Bug 26833: Logged in library doesn't show with suggestions count This patch corrects the template variables used by the suggestions counts shown on the staff interface home page and the acquisitions home page. They should use [% Branches.GetLoggedInBranchname %] To test you should have some suggestions from multiple libraries. - Log in to the staff interface. - On the home page you should see "Suggestions pending approval," followed by the name of your logged-in library and the count of suggestions for your library. - Go to the acquisitions page. - In the "Pending suggestions" section you should see the same information: Your logged-in library name, suggestion count, and the count of suggestions at all libraries. Signed-off-by: Séverine QUEUNE 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 Nov 1 13:36:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 12:36:28 +0000 Subject: [Koha-bugs] [Bug 22445] Ability to define a URL for custom cover images In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22445 --- Comment #123 from Katrin Fischer --- (In reply to Hugo Agud from comment #122) > We have identified one issue this this functionality, when there is no value > in the variable isbn, issn.. or wathever the patch generate the > anyway generating an empty thumnail link. Please move this to a separate bug report linked to this one - this is already in released versions so it needs to be fixed on a new bug report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:10:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:10:13 +0000 Subject: [Koha-bugs] [Bug 26584] Remove unused C4::Acquisition::CloseBasket function In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:10:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:10:16 +0000 Subject: [Koha-bugs] [Bug 26584] Remove unused C4::Acquisition::CloseBasket function In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112796|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 112801 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112801&action=edit Bug 26584: Remove unused C4::Acquisition::CloseBasket function This patch makes code use the new Koha::Acquisition::Basket->close method and makes CloseBasket obsolete. It then removes it, and adapts the few places in which it was used. 1. Apply this patch 2. Run: $ kshell k$ git diff origin/master --name-only | grep -e '\.t$' | xargs prove => SUCCESS: Tests pass! 3. Try playing with baskets, closing them => SUCCESS: All works as expected! 4. Sign off :-D 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 Nov 1 14:12:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:12:24 +0000 Subject: [Koha-bugs] [Bug 26724] Improve link text for downloading the CSV file on patron import page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:12:27 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:12:27 +0000 Subject: [Koha-bugs] [Bug 26724] Improve link text for downloading the CSV file on patron import page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724 --- Comment #11 from Katrin Fischer --- Created attachment 112802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112802&action=edit Bug 26724: Improve link text for downloading the CSV file on patron import page. On tools > Patron Import there is a a link labelled "here" on the right side that should be more descriptive. This patch updates the link. To test: 1. Go to tools 2. Under patrons select "Import Patrons" 3. On the right side of the screen, observe the "here" link in the second list item. 4. Apply patch. 5. Reload page 6. Observe the updated link text. 7. Sign off https://bugs.koha-community.org/show_bug.cgi?id=26724 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 Nov 1 14:16:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:16:09 +0000 Subject: [Koha-bugs] [Bug 26605] Correctly URI-encode query string in call number browse plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:16:12 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:16:12 +0000 Subject: [Koha-bugs] [Bug 26605] Correctly URI-encode query string in call number browse plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112486|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 112803 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112803&action=edit Bug 26605: Correctly URI-encode query string in call number browse plugin If you search for a call number like "M KRUEGER CO #11" in the cn_browser.pl plugin, your query is cut off at "M KRUEGER CO " because the hash isn't escaped, so the browser thinks you are opening a window and trying to navigate to the element with the id 11 rather than passing the #11 to the server. To test: 1) Find the record you will use to test, determing the MARC framework it uses by going to Edit > Edit record > Settings 2) In Administration > MARC bibliographic framework, click MARC structure in the Actions menu for that framework 3) Navigate to the 952 tag, in the Actions menu click Edit subfields 4) In the tab for o, choose the Plugin cn_browser.pl and click Save Changes 5) Click the Edit button next to one of the items on your record 6) In the Full call number field, add " CO #11" to the call number 7) Click the ... next to the field to open the Tag editor 8) In the popup window, verify that the search field includes the " CO #11" you added to the call number Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:18:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:18:52 +0000 Subject: [Koha-bugs] [Bug 24567] Elasticsearch: CCL syntax does not allow for multiple indexes to be searched at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24567 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer --- FAIL Koha/SearchEngine/Elasticsearch/QueryBuilder.pm OK critic OK forbidden patterns OK git manipulation OK pod OK pod coverage OK spelling FAIL valid \3 better written as $3 \4 better written as $4 Can you please check? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:22:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:22:24 +0000 Subject: [Koha-bugs] [Bug 18051] Advanced Editor - Rancor - encoding issues with some sources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051 --- Comment #11 from Katrin Fischer --- Thx Nick for taking this on and to Barbara for providing the extra information! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:22:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:22:47 +0000 Subject: [Koha-bugs] [Bug 18051] Advanced Editor - Rancor - encoding issues with some sources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051 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 Nov 1 14:22:50 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:22:50 +0000 Subject: [Koha-bugs] [Bug 18051] Advanced Editor - Rancor - encoding issues with some sources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112664|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 112804 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112804&action=edit Bug 18051: Set UTF8 Flag for record searches/imports from rancor The advanced cataloging editor uses Koha::MetaSearcher to find and import records from Z3950. The records are correctly converted to UTF8, however, we need to set the flag in the record to ensure they are parsed correctly later To test: 1 - Add OHIOLINK as a z39 source as described in earlier comments 2 - Browse to Cataloging->Advanced editor 3 - Click Search->Advanced 4 - Select OHIOLINK 5 - Search for author 'capek karel' 6 - Note records look bad 7 - Apply patch 8 - Restart all the things 9 - Repeat 10 - Success! Signed-off-by: Barbara Johnson Signed-off-by: Katrin Fischer 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 Nov 1 14:28:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:28:01 +0000 Subject: [Koha-bugs] [Bug 17515] Advanced Editor - Rancor - Z39 sources not sorted properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515 --- Comment #7 from Katrin Fischer --- I notice that this moves "Local catalog" to the top from the bottom. But I think I like this change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:28:57 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:28:57 +0000 Subject: [Koha-bugs] [Bug 17515] Advanced Editor - Rancor - Z39 sources not sorted properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:29:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:29:01 +0000 Subject: [Koha-bugs] [Bug 17515] Advanced Editor - Rancor - Z39 sources not sorted properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112592|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 112805 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112805&action=edit Bug 17515: Order Z3950 server by rank and preserve ordering Previously we put all the servers into an object with keys of the server id This patch converts it to an array of objects to preserve order, and adjusts code to use the array index where necessary and store the server id within the array To test: 1 - Add some new Z3950 servers, they don't need to be valid FIRST SECOND THIRD FOURTH 2 - Adjust the ranking so FOURTH:1 THIRD:2 SECOND:3 FIRST:4 3 - Enable and launch the advanced editor 4 - Click 'Advanced' under search on the left 5 - Note the list displays in the order you entered the servers 6 - Apply patch 7 - Reload 8 - Order is correct 9 - With valid servers, confirm that searching still works and servers can be checked or unchecked to include/remove from results https://bugs.koha-community.org/show_bug.cgi?id=17515 Signed-off-by: B Johnson 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 Nov 1 14:39:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:39:36 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 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 Nov 1 14:39:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:39:40 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112138|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 112806 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112806&action=edit Bug 25333: Change message transport type for Talking Tech from "phone" to "itiva" >From its inception, phone notices via Talking Tech have not behaved like other notices. Instead of reading notices generated by Koha, the Talking Tech scripts largely generate their own notices. We would like to pave the way to having "generic" phone notices that can be processed by plugins to support arbitrary telephony vendors ( we will be targeting Twilio initially ). To that end, it seems sensible to begin by changing the messaage transport type for Talking Tech from 'phone' to 'itiva' to highlight its specificity and difference from standard message transports. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Restart all the things! 4) Test Talking Tech outbound script 5) Note no changes in functionality Signed-off-by: Christopher Zorn Signed-off-by: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=25334 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:39:43 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:39:43 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112669|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 112807 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112807&action=edit Bug 25333: (QA follow-up) Update opac messaging for new transport name 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 Nov 1 14:39:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:39:47 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 --- Comment #13 from Katrin Fischer --- Created attachment 112808 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112808&action=edit Bug 25333: (QA follow-up) Change phone to itiva on overduerules.tt 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 Nov 1 14:54:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:54:13 +0000 Subject: [Koha-bugs] [Bug 26889] New: Remove extra space from "Damaged :" in item search Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26889 Bug ID: 26889 Summary: Remove extra space from "Damaged :" in item search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org The item search displays an extra space between the search label and the following : on the item search form. I did some tracking but was not able to see where it came from. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:54:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:54:19 +0000 Subject: [Koha-bugs] [Bug 26889] Remove extra space from "Damaged :" in item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26889 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:55:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:55:18 +0000 Subject: [Koha-bugs] [Bug 26032] Add 'is new' filter in items search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112707|0 |1 is obsolete| | Attachment #112710|0 |1 is obsolete| | --- Comment #23 from Katrin Fischer --- Created attachment 112809 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112809&action=edit Bug 26032: Add unit test Run prove t/db_dependent/Items.t Signed-off-by: Emmi Takkinen Signed-off-by: Séverine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:55:21 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:55:21 +0000 Subject: [Koha-bugs] [Bug 26032] Add 'is new' filter in items search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112708|0 |1 is obsolete| | --- Comment #24 from Katrin Fischer --- Created attachment 112810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112810&action=edit Bug 26032: Add 'is new' filter in items search In items search, add a filter on value of items.new_status with a Ignore/Yes/No. Yes meaning != 0, No meaning = 0, with considering that NULL value is like 0. This patch adds 'isnull' option to filter, this may be reused on other fields. Test plan : 1) Define an item subfield on items.new_status with authorised values YES_NO (0 or 1) 2) Edit an item A to set new_status=1 3) Edit an item B to set new_status=0 4) Perform an item search with 'is new' = 'ignore' => you get all items 5) Perform an item search with 'is new' = 'yes' => you get item A 6) Perform an item search with 'is new' = 'no' => you get all items but A Signed-off-by: Emmi Takkinen Signed-off-by: Séverine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:55:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:55:25 +0000 Subject: [Koha-bugs] [Bug 26032] Add 'is new' filter in items search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112709|0 |1 is obsolete| | --- Comment #25 from Katrin Fischer --- Created attachment 112811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112811&action=edit Bug 26032: (follow-up) Replace IFNULL() mysqlism with COALESCE() Signed-off-by: Emmi Takkinen Signed-off-by: Séverine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:55:29 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:55:29 +0000 Subject: [Koha-bugs] [Bug 26032] Add 'is new' filter in items search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032 --- Comment #26 from Katrin Fischer --- Created attachment 112812 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112812&action=edit Bug 26032: (follow-up) show 'is new' filter only if items.new_status is used Also adds a class 'item-new-status' to this filter to be able to hidde even if items.new_status used. Addition to test plan: 1) Apply on a database without Koha to MARC mapping on items.new_status 2) Check you dont see the 'is new' filter in items search form 3) Apply on a database with Koha to MARC mapping on items.new_status 4) Check you see class 'form-field item-new-status' Signed-off-by: Séverine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:56:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:56:31 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112786|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 14:57:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 13:57:10 +0000 Subject: [Koha-bugs] [Bug 26032] Add 'is new' filter in items search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032 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 Nov 1 15:01:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 14:01:25 +0000 Subject: [Koha-bugs] [Bug 25167] Fix not for loan filter in inventory tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25167 --- Comment #11 from Katrin Fischer --- Nick, can you fix your QA please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 15:09:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 14:09:25 +0000 Subject: [Koha-bugs] [Bug 11879] Add a new field to patron record: main contact method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #191 from Katrin Fischer --- There is one small glitch here: It allows you to hide the field using the "*unwanted*" preferences, but the pulldown itself does not change according to the hidden fields. I feel that if a library decides to hide "Fax" in the OPAC, we should also remove this entry from the pull down. I think it should not be too hard to do (I hope I am right), can you please check? I am not sure if we will need changes to the API Patron/Patrons routes too. Something else to look into. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 15:16:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 14:16:52 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 --- Comment #115 from Arthur Suzuki --- Huuum... Hi David, Sorry, can't reproduce, this is what I got. Can you post verbose log? (in the meantime i'll try to clear those warnings) root at kohadevbox:koha(bz11999)$ prove t/db_dependent/Holds.t t/db_dependent/Holds.t .. 1/67 Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. Use of uninitialized value $caller in index at /kohadevbox/koha/C4/Reserves.pm line 429. t/db_dependent/Holds.t .. ok All tests successful. Files=1, Tests=67, 5 wallclock secs ( 0.03 usr 0.01 sys + 3.68 cusr 0.38 csys = 4.10 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 15:19:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 14:19:16 +0000 Subject: [Koha-bugs] [Bug 20212] Slowness in Receiving in Acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #89 from Katrin Fischer --- I am kind of missing unit tests here for the new and changed subs? There is also an issue here in that the search terms from the left side search or the table search are no longer retained. To test: - Enter a search term in either of the search fields - Add a note, receive or do another action - The search term is kept - Apply this patch set - Repeat actions - The search term is now lost Especially when dealing with a long list of orders this is an important feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 15:19:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 14:19:38 +0000 Subject: [Koha-bugs] [Bug 20212] Slowness in receiving in acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Slowness in Receiving in |Slowness in receiving in |Acquisitions |acquisitions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 15:25:39 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 14:25:39 +0000 Subject: [Koha-bugs] [Bug 20212] Slowness in receiving in acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212 --- Comment #90 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #89) > I am kind of missing unit tests here for the new and changed subs? Which ones? > There is also an issue here in that the search terms from the left side > search or the table search are no longer retained. > > To test: > - Enter a search term in either of the search fields > - Add a note, receive or do another action > - The search term is kept > - Apply this patch set > - Repeat actions > - The search term is now lost > > Especially when dealing with a long list of orders this is an important > feature. This is paired with the multiple receive patches (dependency) but I see this would be a blocker. I will provide a follow-up to retain that feature in the meantime. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 22:26:06 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 21:26:06 +0000 Subject: [Koha-bugs] [Bug 26890] New: opac-detail plugin like intranet/cgi-bin/catalogue/detail.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26890 Bug ID: 26890 Summary: opac-detail plugin like intranet/cgi-bin/catalogue/detail.pl 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: koha at trust-box.at QA Contact: testopia at bugs.koha-community.org enable opac-detail to use the same/similar plugin infrastructure as in intranet/cgi-bin/catalogue/detail.pl 68 my @plugins = Koha::Plugins->new()->GetPlugins({ 69 method => 'intranet_catalog_biblio_enhancements_toolbar_button' 70 }); 71 72 my @tab_plugins = Koha::Plugins->new()->GetPlugins({ 73 method => 'intranet_catalog_biblio_tab', 74 }); 75 my @tabs; 76 foreach my $tab_plugin (@tab_plugins) { 77 my @biblio_tabs; 78 to add a new tab in opac-detail.pl result page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 22:47:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 21:47:22 +0000 Subject: [Koha-bugs] [Bug 26422] Can't call method "title" on an undefined value at /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl line 459. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26422 Mark Hofstetter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at trust-box.at --- Comment #1 from Mark Hofstetter --- I had a similiar problem, please check if your data is consistent ie test libraries or something like this maybe upgrade to a recent version of koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 1 22:52:55 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 21:52:55 +0000 Subject: [Koha-bugs] [Bug 26890] opac-detail plugin like intranet/cgi-bin/catalogue/detail.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26890 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |koha-bugs at lists.koha-commun | |ity.org Component|OPAC |Plugin architecture -- You are receiving 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 Nov 1 23:29:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 22:29:22 +0000 Subject: [Koha-bugs] [Bug 26871] L1 cache still too long in SIP Server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26871 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- (In reply to Joonas Kylmälä from comment #0) > The SIP2 server L1 cache is still too long, it is per connection rather than > per SIP2 message. The bug 23640 made the cache per connection but we would > need it to be per sip2 message because the SIP2 machines don't close the > connections after every SIP2 message and so it might be many days or weeks > before the new circ rules, sysprefs, etc. take effect. I wondered at the time if clearing the cache per connection was going to be too infrequent... -- You are receiving 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 Nov 1 23:37:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 22:37:52 +0000 Subject: [Koha-bugs] [Bug 26890] opac-detail plugin like intranet/cgi-bin/catalogue/detail.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26890 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 Sun Nov 1 23:58:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Nov 2020 22:58:02 +0000 Subject: [Koha-bugs] [Bug 26884] overdue_notices.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26884 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #4 from David Cook --- Sound like some good improvements, but I agree with Katrin. This bug should have a more descriptive title, and individual changes should be in their own bug reports. This one can be an "OMNIBUS" report if you are concerned with grouping together the different changes. I would add too that unless you're planning to make these changes, Mark, it's unlikely that anyone else is going to make them. Refactoring usually only happens if it's part of a different change. (For instance, I'm planning to refactor export.pl and its supporting libraries as part of an architectural change which needs to call the code differently.) But thumbs up for the proposed changes. Most Koha scripts would benefit from being moved into modules, so it's certainly a worthwhile idea. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 05:08:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 04:08:25 +0000 Subject: [Koha-bugs] [Bug 26832] Elasticsearch mappings export should use UTF-8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26832 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 Mon Nov 2 05:08:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 04:08:28 +0000 Subject: [Koha-bugs] [Bug 26832] Elasticsearch mappings export should use UTF-8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26832 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112546|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 112813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112813&action=edit Bug 26832: Make Elasticsearch mappings export use UTF-8 Script misc/search_tools/export_elasticsearch_mappings.pl allows to export current search engine configuration into a YAML file. This export should use UTF-8 encoding, like other exports. Test plan : 1) Go to Administration > Search engine configuration (Elasticsearch) 2) Edit a field label to use a diacrtic, for example local-number => Numéro 3) Save 4) Edit file etc/koha-conf.xml to enable 'elasticsearch_index_mappings' 5) Export mappings to file via misc/search_tools/export_elasticsearch_mappings.pl -t $MARCFLAVOUR 6) Reset memcached and plack 7) Back to Administration > Search engine configuration (Elasticsearch) 8) Click on 'Reset Mappings' and accept 9) Look at field 'local-number' => Without patch diacritic 'é' is broken 10) You may try with an emoji B-) 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 Mon Nov 2 05:14:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 04:14:45 +0000 Subject: [Koha-bugs] [Bug 26832] Elasticsearch mappings export should use UTF-8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26832 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #3 from David Nind --- I hope I tested this right! I followed the test plan without applying the patch. I got an error with resetting the mappings at steps 8-9: DBIx::Class::Storage::DBI::_dbh_execute(): Incorrect string value: '\xE9ro' for column 'label' at row 1 at /kohadevbox/koha/Koha/Objects.pm line 114 at /usr/share/perl5/DBIx/Class/Exception.pm line 77 Notes for testing using koha-testing-docker: 1. Before starting testing setup elastic search as the search engine: i. Enable Elasticsearch: system preference SearchEngine ii. Reindex: koha-elasticsearch --rebuild -b -a kohadev 2. For step 4: i. Uncomment in /etc/koha/sites/kohadev/koha-conf.xml: ii. Note the location of the file: /etc/koha/sites/kohadev/searchengine/elasticsearch/mappings.yaml iii. Create the directories: searchengine and elasticsearch 3. For step 5: i. misc/search_tools/export_elasticsearch_mappings.pl -t marc21 > /etc/koha/sites/kohadev/searchengine/elasticsearch/mappings.yaml ii. Check that the mappings.yaml file was created iii. Change ownership: chown -R kohadev-koha:kohadev-koha /etc/koha/sites/kohadev/searchengine 4. I got errors in the user interface, a trace error page when trying to Reset Mappings, and when trying to reindex. 5. I got past this by: i. applying the patch ii. disabling in koha-conf.xml iii. flush_memcached, restart_all iv. Reset Mappings v. rerunning through the test plan (see notes 2 and 3 above) 6. To check if the file is UTF-8 use uchardet command: i. Install uchardet: apt-get install uchardet ii. Check the file format: uchardet /etc/koha/sites/kohadev/searchengine/elasticsearch/mappings.yaml iii. It should show as being UTF-8 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 08:06:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 07:06:09 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Séverine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #31 from Séverine Queune --- Definitely bad luck on that one... Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 8179: Add tests Applying: Bug 8179: Add syspref to database Applying: Bug 8179: Add AcqReceiveMultipleOrderLines syspref to preference confi guration Applying: Bug 8179: Receive multiple orders fatal: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/m odules/acqui/parcel.tt). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 8179: Receive multiple orders -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 08:21:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 07:21:46 +0000 Subject: [Koha-bugs] [Bug 25898] Prohibit indirect object notation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_11_target, | |RM_priority | --- Comment #16 from Jonathan Druart --- (In reply to Mason James from comment #15) > Created attachment 112525 [details] [review] > Bug 25898: fix Parallel::ForkManager call in debian/list-deps > > fix Parallel::ForkManager call in debian/list-deps Patch pushed to master (by Tomas on Oct 26). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 08:42:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 07:42:17 +0000 Subject: [Koha-bugs] [Bug 26673] Remove Perl shebangs from Perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673 --- Comment #20 from Jonathan Druart --- David, this change makes t/00-testcritic.t fail on # Failed test 'Test::Perl::Critic for "C4/Barcodes/ValueBuilder.pm"' # at /usr/share/perl5/Test/Perl/Critic.pm line 121. # # Package declaration must match filename at line 19, column 1. Correct the filename or package statement. (Severity: 5) # Failed test 'Test::Perl::Critic for "Koha/Z3950Responder/RPN.pm"' # at /usr/share/perl5/Test/Perl/Critic.pm line 121. # # Package declaration must match filename at line 1, column 1. Correct the filename or package statement. (Severity: 5) I am aware of bug 26683 but I'd like a quick fix to have the tests green now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 08:43:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 07:43:15 +0000 Subject: [Koha-bugs] [Bug 26673] Remove Perl shebangs from Perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673 --- Comment #21 from Jonathan Druart --- Created attachment 112814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112814&action=edit Bug 26673: Fix perlcritic complains This patch fixes the following perlcritic complain: Package declaration must match filename at line 19, column 1. Correct the filename or package statement. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 08:45:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 07:45:00 +0000 Subject: [Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 --- Comment #83 from Joonas Kylmälä --- (In reply to David Nind from comment #82) > - Before the patch is applied: the tests pass > - After changing the search engine system preference to elasticsearch and > reindexing: tests fail > - After patch applied: tests fail > - After 1,000 records added and merging: tests fail This seems to be the same case as in comment 67. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 08:46:59 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 07:46:59 +0000 Subject: [Koha-bugs] [Bug 26877] Add ability for libraries to be able to restart the SIP server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26877 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:00:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:00:18 +0000 Subject: [Koha-bugs] [Bug 17515] Advanced Editor - Rancor - Z39 sources not sorted properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |nick at bywatersolutions.com CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:00:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:00:26 +0000 Subject: [Koha-bugs] [Bug 26890] opac-detail plugin like intranet/cgi-bin/catalogue/detail.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26890 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:08:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:08:34 +0000 Subject: [Koha-bugs] [Bug 15522] New interface for revamped circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15522 --- Comment #156 from Jonathan Druart --- (In reply to Katrin Fischer from comment #155) > The vue patches apply nicely, but the the other POC patches have too many > conflicts. Would love to be able to compare a bit on the different design > approaches. Use the remote branch at https://gitlab.com/joubu/Koha/commits/bug_15522 Not up-to-date but you will be able to compare the 2 approaches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:12:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:12:35 +0000 Subject: [Koha-bugs] [Bug 26724] Improve link text for downloading the CSV file on patron import page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Attachment #112586|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 Nov 2 09:15:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:15:13 +0000 Subject: [Koha-bugs] [Bug 26480] With UseControlNumber on, "Show analytics" link doesn't show on parent record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26480 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Keywords| |rel_20_11_target CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:22:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:22:33 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:22:37 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:22:37 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #111358|0 |1 is obsolete| | Attachment #111359|0 |1 is obsolete| | Attachment #111360|0 |1 is obsolete| | Attachment #111361|0 |1 is obsolete| | Attachment #111362|0 |1 is obsolete| | --- Comment #59 from Jonathan Druart --- Created attachment 112815 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112815&action=edit Bug 24488: Show correct first patron details on Holds to pull This patch rewrites the complex search query to reduce the risk of reordering the results multiple times. This patch includes a change to schema files so may need to upgrade schema and/or restart memcached To test: 1) Reproduce problem following test plan in Description 2) Apply patch and refresh page 3) Notice the correct patron is now shown 4) Play with date selection, confirm correct results are still shown 5) Test cancelling holds 6) Test filtering table results 7) Test with biblios with multiple items 8) Test with making items unavailable (i.e. not for loan, checked out) Sponsored by: IHC New Zealand Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:22:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:22:41 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 --- Comment #60 from Jonathan Druart --- Created attachment 112816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112816&action=edit Bug 24488: Fix reserve.reserve_id' isn't in GROUP BY Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:22:45 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:22:45 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 --- Comment #61 from Jonathan Druart --- Created attachment 112817 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112817&action=edit Bug 24488: Display patron with the highest priority hold Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:22:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:22:49 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 --- Comment #62 from Jonathan Druart --- Created attachment 112818 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112818&action=edit Bug 24488: Simplify searches It also: Use dtf for date handling add missing td Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:22:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:22:53 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 --- Comment #63 from Jonathan Druart --- Created attachment 112819 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112819&action=edit Bug 24488: [DISCUSSION] For comparaison I'd like someone to run a benchmark with and without this patch on a quite big database and see which approach is the best Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:23:19 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:23:19 +0000 Subject: [Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 --- Comment #64 from Jonathan Druart --- (In reply to Katrin Fischer from comment #58) > Neither the original patches nor Joubu's alternative(?) apply at the moment. > I feel like we got a bit stuck here. Easy conflict solved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:23:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:23:54 +0000 Subject: [Koha-bugs] [Bug 26086] Add a 'cron' interface limit to the log viewer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26086 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Who signed the|This enhancement adds the | patch off|option to limit viewing | |logged actions done by cron | |only | Text to go in the| |This enhancement adds the release notes| |option to limit viewing | |logged actions done by cron | |only -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:24:14 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:24:14 +0000 Subject: [Koha-bugs] [Bug 25845] Cannot limit system logs to 'api' interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25845 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Who signed the|This enhancement adds the | patch off|option to limit viewing | |logged actions done by API | |only | Text to go in the| |This enhancement adds the release notes| |option to limit viewing | |logged actions done by API | |only -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:24:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:24:41 +0000 Subject: [Koha-bugs] [Bug 25694] Add ability to delete a MARC modification template when viewing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25694 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Who signed the|This enhancement adds a | patch off|'Delete template' button on | |the page for viewing the | |actions of a MARC | |modification template. | Text to go in the| |This enhancement adds a release notes| |'Delete template' button on | |the page for viewing the | |actions of a MARC | |modification template. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:47:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:47:15 +0000 Subject: [Koha-bugs] [Bug 26581] Elasticsearch - Records can be indexed multiple times during returns In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26581 --- Comment #19 from Jonathan Druart --- (In reply to Nick Clemens from comment #18) > Created attachment 112578 [details] [review] > Bug 26581: (follow-up) Restore unsetting of doreturn Is this supposed to fix comment 16? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 09:56:52 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 08:56:52 +0000 Subject: [Koha-bugs] [Bug 23475] Search context is lost when simple search leads to a single record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23475 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|cookie | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:05:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:05:13 +0000 Subject: [Koha-bugs] [Bug 26781] Marc Modification Templates treat subfield 0 and no subfield set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #7 from Jonathan Druart --- There is a failing test: t/db_dependent/MarcModificationTemplates.t .. 1/126 # Failed test '100$0 has been deleted, added back, updated, moved to 600$0, and copied back to 100$0; finally, 245$0 has been copied and replaced to 700$0' # at t/db_dependent/MarcModificationTemplates.t line 799. # Structures begin differing at: # $got->{_fields}[2]{_ind1} = '1' # $expected->{_fields}[2]{_ind1} = ' ' # Looks like you failed 1 test of 126. Please fix ASAP. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:20:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:20:38 +0000 Subject: [Koha-bugs] [Bug 26891] New: Manual: Incorrect image on 'Make payment' documentation Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26891 Bug ID: 26891 Summary: Manual: Incorrect image on 'Make payment' documentation 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: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Amongst the bullet point list on the payment/void section of the manual, https://koha-community.org/manual/20.11/en/html/patrons.html#pay-void-fines, is an image of the MARC modification templates. This doesn't belong here.. but I'm not sure what image it should be. -- You are receiving 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 Nov 2 10:20:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:20:44 +0000 Subject: [Koha-bugs] [Bug 26891] Manual: Incorrect image on 'Make payment' documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26891 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:20:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:20:56 +0000 Subject: [Koha-bugs] [Bug 26891] Manual: Incorrect image on 'Make payment' documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26891 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |caroline.cyr-la-rose at inlibr |ity.org |o.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:26:34 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:26:34 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Severity|normal |enhancement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:31:25 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:31:25 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112806|0 |1 is obsolete| | Attachment #112807|0 |1 is obsolete| | Attachment #112808|0 |1 is obsolete| | --- Comment #14 from Jonathan Druart --- Created attachment 112820 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112820&action=edit Bug 25333: Change message transport type for Talking Tech from "phone" to "itiva" >From its inception, phone notices via Talking Tech have not behaved like other notices. Instead of reading notices generated by Koha, the Talking Tech scripts largely generate their own notices. We would like to pave the way to having "generic" phone notices that can be processed by plugins to support arbitrary telephony vendors ( we will be targeting Twilio initially ). To that end, it seems sensible to begin by changing the messaage transport type for Talking Tech from 'phone' to 'itiva' to highlight its specificity and difference from standard message transports. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Restart all the things! 4) Test Talking Tech outbound script 5) Note no changes in functionality Signed-off-by: Christopher Zorn Signed-off-by: Katrin Fischer JD amended patch: remove uneeded indentation change in sample_notices_message_transports.sql -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:31:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:31:28 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 --- Comment #15 from Jonathan Druart --- Created attachment 112821 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112821&action=edit Bug 25333: (QA follow-up) Update opac messaging for new transport name Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:31:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:31:32 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 --- Comment #16 from Jonathan Druart --- Created attachment 112822 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112822&action=edit Bug 25333: (QA follow-up) Change phone to itiva on overduerules.tt Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:40:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:40:09 +0000 Subject: [Koha-bugs] [Bug 25333] Change message transport type for Talking Tech from "phone" to "itiva" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333 --- Comment #17 from Jonathan Druart --- Kyle, on bug 25334 it seems that the final goal is to have a plugin for the phone notifications. In that case, should not we have "itiva" code moved to a plugin and so remove "itiva"? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:41:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:41:56 +0000 Subject: [Koha-bugs] [Bug 14708] The patron set as the anonymous patron should not be deletable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14708 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion --- Comment #33 from Jonathan Druart --- Waiting for an answer here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:54:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:54:58 +0000 Subject: [Koha-bugs] [Bug 26605] Correctly URI-encode query string in call number browse plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |13364 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 [Bug 13364] Add a call number browser to add item page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:54:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:54:58 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser to add item page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26605 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605 [Bug 26605] Correctly URI-encode query string in call number browse plugin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:57:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:57:03 +0000 Subject: [Koha-bugs] [Bug 15522] New interface for revamped circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15522 --- Comment #157 from Katrin Fischer --- (In reply to Jonathan Druart from comment #156) > (In reply to Katrin Fischer from comment #155) > > The vue patches apply nicely, but the the other POC patches have too many > > conflicts. Would love to be able to compare a bit on the different design > > approaches. > > Use the remote branch at https://gitlab.com/joubu/Koha/commits/bug_15522 > Not up-to-date but you will be able to compare the 2 approaches. Augustin made a branch for me after I posted this and I had a look - I think both have advantages so it's really not an easy one. What I miss is an overview kind of page like we have now - not to use it for editing, but to easily see what applies and to be able to export/print when needed even. Not sure if that is something that has been considered as a possible part of the developments. I think Augustin's does a little nicer job in showing which rule applies easily, but you have to make the necessary selections first. The first one I like better for a better/faster editing/adding experience. It's hard. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 10:59:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 09:59:17 +0000 Subject: [Koha-bugs] [Bug 26702] Remove explicit libnet-stomp-perl from debian/control.in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26702 --- Comment #7 from Jonathan Druart --- Mason, not directly related to this patch but, I wanted to push the changes to debian/control along with this patch and I have: - libreadonly-xs-perl, and + libtest-harness-perl, Should we deal with them on a separate bug report? Is that new or something you are aware of already? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:09 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:09 +0000 Subject: [Koha-bugs] [Bug 13701] Sharing lists: Text hardcoded to 2 weeks, but could be any time frame In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13701 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:11 +0000 Subject: [Koha-bugs] [Bug 13701] Sharing lists: Text hardcoded to 2 weeks, but could be any time frame In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13701 --- Comment #13 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:13 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:13 +0000 Subject: [Koha-bugs] [Bug 17515] Advanced Editor - Rancor - Z39 sources not sorted properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:15 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:15 +0000 Subject: [Koha-bugs] [Bug 17515] Advanced Editor - Rancor - Z39 sources not sorted properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515 --- Comment #9 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:16 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:16 +0000 Subject: [Koha-bugs] [Bug 18051] Advanced Editor - Rancor - encoding issues with some sources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:18 +0000 Subject: [Koha-bugs] [Bug 18051] Advanced Editor - Rancor - encoding issues with some sources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051 --- Comment #13 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:20 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:22 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:22 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 --- Comment #68 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:24 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:26 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:26 +0000 Subject: [Koha-bugs] [Bug 25700] Recent Kohacons are missing from the timeline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700 --- Comment #21 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:28 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:28 +0000 Subject: [Koha-bugs] [Bug 26487] Add all MARC flavours for not-onloan-count search field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:30 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:30 +0000 Subject: [Koha-bugs] [Bug 26487] Add all MARC flavours for not-onloan-count search field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487 --- Comment #4 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:31 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:31 +0000 Subject: [Koha-bugs] [Bug 26583] Unnecessary code in AddIssue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:33 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:33 +0000 Subject: [Koha-bugs] [Bug 26583] Unnecessary code in AddIssue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583 --- Comment #6 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:35 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:35 +0000 Subject: [Koha-bugs] [Bug 26605] Correctly URI-encode query string in call number browse plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:36 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:36 +0000 Subject: [Koha-bugs] [Bug 26605] Correctly URI-encode query string in call number browse plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605 --- Comment #4 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:38 +0000 Subject: [Koha-bugs] [Bug 26702] Remove explicit libnet-stomp-perl from debian/control.in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:40 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:40 +0000 Subject: [Koha-bugs] [Bug 26702] Remove explicit libnet-stomp-perl from debian/control.in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26702 --- Comment #8 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:42 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:42 +0000 Subject: [Koha-bugs] [Bug 26706] Fix btn-default styling for better contrast In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26706 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:44 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:44 +0000 Subject: [Koha-bugs] [Bug 26706] Fix btn-default styling for better contrast In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26706 --- Comment #10 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:46 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:46 +0000 Subject: [Koha-bugs] [Bug 26723] Improve link text on OverDriveAuthName system preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26723 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:47 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:47 +0000 Subject: [Koha-bugs] [Bug 26723] Improve link text on OverDriveAuthName system preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26723 --- Comment #6 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:49 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:49 +0000 Subject: [Koha-bugs] [Bug 26724] Improve link text for downloading the CSV file on patron import page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:51 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:51 +0000 Subject: [Koha-bugs] [Bug 26724] Improve link text for downloading the CSV file on patron import page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724 --- Comment #12 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:53 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:53 +0000 Subject: [Koha-bugs] [Bug 26758] Correct OPAC ILL requests page markup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:54 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:54 +0000 Subject: [Koha-bugs] [Bug 26758] Correct OPAC ILL requests page markup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758 --- Comment #5 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:56 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:56 +0000 Subject: [Koha-bugs] [Bug 26808] Improve tab key access to circulation confirmation dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:05:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:05:58 +0000 Subject: [Koha-bugs] [Bug 26808] Improve tab key access to circulation confirmation dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808 --- Comment #4 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:06:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:06:00 +0000 Subject: [Koha-bugs] [Bug 26816] Remove extra space before comma in staff results item list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:06:01 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:06:01 +0000 Subject: [Koha-bugs] [Bug 26816] Remove extra space before comma in staff results item list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816 --- Comment #5 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:06:02 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:06:02 +0000 Subject: [Koha-bugs] [Bug 26581] Elasticsearch - Records can be indexed multiple times during returns In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26581 --- Comment #20 from Jonathan Druart --- (In reply to Nick Clemens from comment #18) > Created attachment 112578 [details] [review] > Bug 26581: (follow-up) Restore unsetting of doreturn Pushed to master for 20.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:06:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:06:03 +0000 Subject: [Koha-bugs] [Bug 26833] Logged in library doesn't show with suggestions count In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:06:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:06:05 +0000 Subject: [Koha-bugs] [Bug 26833] Logged in library doesn't show with suggestions count In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833 --- Comment #6 from Jonathan Druart --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:06:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:06:18 +0000 Subject: [Koha-bugs] [Bug 26673] Remove Perl shebangs from Perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673 --- Comment #22 from Jonathan Druart --- (In reply to Jonathan Druart from comment #21) > Created attachment 112814 [details] [review] > Bug 26673: Fix perlcritic complains > > This patch fixes the following perlcritic complain: > Package declaration must match filename at line 19, column 1. Correct the > filename or package statement. Pushed to master for 20.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:10:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:10:32 +0000 Subject: [Koha-bugs] [Bug 26398] Credit and Debit types on creating a manual credits and manual invoices are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26398 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #12 from Jonathan Druart --- CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc Please rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:26:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:26:32 +0000 Subject: [Koha-bugs] [Bug 26892] New: Remove warnings from t/db_dependent/Koha/Patrons.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892 Bug ID: 26892 Summary: Remove warnings from t/db_dependent/Koha/Patrons.t Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Test Suite Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Blocks: 25515 Those tests generate a lot of warnings "item-level_itypes set but no itemtype set for item" Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515 [Bug 25515] Remove warnings and errors from tests output -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:26:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:26:32 +0000 Subject: [Koha-bugs] [Bug 25515] Remove warnings and errors from tests output In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26892 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892 [Bug 26892] Remove warnings from t/db_dependent/Koha/Patrons.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:27:38 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:27:38 +0000 Subject: [Koha-bugs] [Bug 26892] Remove warnings from t/db_dependent/Koha/Patrons.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:27:41 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:27:41 +0000 Subject: [Koha-bugs] [Bug 26892] Remove warnings from t/db_dependent/Koha/Patrons.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892 --- Comment #1 from Jonathan Druart --- Created attachment 112823 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112823&action=edit Bug 26892: Remove warnings from Koha/Patrons.t Test plan: Confirm that the warnings "item-level_itypes set but no itemtype set for item" disappear after applying this patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:30:32 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:30:32 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 --- Comment #69 from Jonathan Druart --- Created attachment 112824 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112824&action=edit Bug 22806: Remove perlcritic errors Subroutine "new" called using indirect syntax at line 415, column 18. See page 349 of PBP. (Severity: 4) Subroutine "new" called using indirect syntax at line 420, column 14. See page 349 of PBP. (Severity: 4) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:37:11 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:37:11 +0000 Subject: [Koha-bugs] [Bug 22806] CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806 --- Comment #70 from Arthur Suzuki --- Yes! Thank you Jonathan! :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 11:44:17 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 10:44:17 +0000 Subject: [Koha-bugs] [Bug 25891] build_holds_queue can be daemonised In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25891 --- Comment #8 from Sally --- Hi Christopher, Our cron job does rebuild hourly; this is what Martin refers to when he says, "In their workflows, having to wait for an hour between runs is an annoyance." The request here is to enable the cron job to rebuild more frequently - so once the job has completed, we would like it to start back up again, and not wait for the next hourly timeslot. I think the discussion about whether items coincidentally scanned over the system should be trapped for holds / locking the holds in accordance to the transport cost matrix could be raised on another bug? I agree that it's related, but it's not the whole scenario for us. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 12:16:18 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:16:18 +0000 Subject: [Koha-bugs] [Bug 26893] New: New version of JSON::Validator (D11) break our REST API routes Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893 Bug ID: 26893 Summary: New version of JSON::Validator (D11) break our REST API routes Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Error while loading /etc/koha/sites/kohadev/plack.psgi: Can't load application from file "/kohadevbox/koha/api/v1/app.pl": Can't use string ("paths.json") as a HASH ref while "strict refs" in use at /usr/share/perl5/JSON/Validator/OpenAPI/Mojolicious.pm line 333. -- You are receiving 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 Nov 2 12:17:03 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:17:03 +0000 Subject: [Koha-bugs] [Bug 26893] New version of JSON::Validator (D11) break our REST API routes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.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 Mon Nov 2 12:20:04 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:20:04 +0000 Subject: [Koha-bugs] [Bug 26893] New version of JSON::Validator (D11) break our REST API routes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893 --- Comment #1 from Jonathan Druart --- The tests were passing on Oct 22th (run 115) but fail since Oct 26th (run 123) https://jenkins.koha-community.org/job/Koha_Master_D11/ -- You are receiving 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 Nov 2 12:21:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:21:20 +0000 Subject: [Koha-bugs] [Bug 26721] Debit and credit type pages should check for the specific permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112481|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize --- Created attachment 112825 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112825&action=edit Bug 26721: Fix permission check on debit and credit type admin pages At the moment the pages falsely check for parameters_remaining_permissions, but they should check the specific manage_accounts permission. To test: - Create a new staff user with only catalog and manage_acccounts permissions - Log in with this staff user and go to the admin page - You will see the debit and credit type sections, but won't be able to access them - Apply the patch - Veriy the links still show, but pages are now accessible Signed-off-by: Chris Cormack Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 12:22:05 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:22:05 +0000 Subject: [Koha-bugs] [Bug 26721] Debit and credit type pages should check for the specific permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com --- Comment #4 from Martin Renvoize --- Dang.. how did I get these mismatched! Works as expected, thanks for the fix Katrin. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 12:22:10 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:22:10 +0000 Subject: [Koha-bugs] [Bug 26721] Debit and credit type pages should check for the specific permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 12:24:24 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:24:24 +0000 Subject: [Koha-bugs] [Bug 26781] Marc Modification Templates treat subfield 0 and no subfield set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781 --- Comment #8 from Nick Clemens --- Created attachment 112826 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112826&action=edit Bug 26781: (follow-up) Adjust tests as fields are no longer completely removed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 12:26:58 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:26:58 +0000 Subject: [Koha-bugs] [Bug 26894] New: Marc Modification Templates treat subfield 0 as no subfield set when moving fields Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894 Bug ID: 26894 Summary: Marc Modification Templates treat subfield 0 as no subfield set when moving fields 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: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Similar to bug 26781 when moving subfield 0 we move the whole record. The tests from 17510 actually cover this, but I suspect it is still not the desired/expected behavior -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 12:27:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:27:20 +0000 Subject: [Koha-bugs] [Bug 26894] Marc Modification Templates treat subfield 0 as no subfield set when moving fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Depends on| |26781, 17510 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17510 [Bug 17510] MARC modification templates ignore subfield $0 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781 [Bug 26781] Marc Modification Templates treat subfield 0 and no subfield 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 Nov 2 12:27:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:27:20 +0000 Subject: [Koha-bugs] [Bug 17510] MARC modification templates ignore subfield $0 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17510 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26894 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894 [Bug 26894] Marc Modification Templates treat subfield 0 as no subfield set when moving fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 12:27:20 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 11:27:20 +0000 Subject: [Koha-bugs] [Bug 26781] Marc Modification Templates treat subfield 0 and no subfield set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26894 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894 [Bug 26894] Marc Modification Templates treat subfield 0 as no subfield set when moving fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 2 13:11:00 2020 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Nov 2020 12:11:00 +0000 Subject: [Koha-bugs] [Bug 26804] Limit the size of the news content column in newst table (News tool) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26804 --- Comment #9 from Owen Leonard --- Lucas: Adding a "modal-wide" class to the "modal-dialog"
will make it a wider version of the modal: