From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 22:54:06 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 21:54:06 +0000 Subject: [Koha-bugs] [Bug 22034] Viewing record with Default framework doesn't work on MARC tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22034 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 22:54:09 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 21:54:09 +0000 Subject: [Koha-bugs] [Bug 22034] Viewing record with Default framework doesn't work on MARC tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22034 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83465|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 83560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83560&action=edit Bug 22034: Handle default framework for MARC view with framework To test: - Create a record in any framework that is not default - Search for the record in your catalog - Switch to the MARC tab - Change framework pull down to default on top - Note the page reloads and the framework stay default - Verify it works for other frameworks Also test the "labeled MARC" view (you will need the pref viewLabeledMARC turned on) Signed-off-by: Nazl? ?etin Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:02:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:02:13 +0000 Subject: [Koha-bugs] [Bug 22007] KohaDates output does not need to be html filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22007 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:02:18 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:02:18 +0000 Subject: [Koha-bugs] [Bug 22007] KohaDates output does not need to be html filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22007 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83286|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer --- Created attachment 83561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83561&action=edit Bug 22007: Remove html filters when KohaDates called with a parameter Bug 13618 took care of the KohaDates output but not if it is called with a parameter (eg. [% var | $KohaDates with_hours => 1 %]). We could avoid unnecessary processing by removing the extra html filter. Patch generated with the following command: % perl -p -i -e 's/KohaDates([^%\|]*)\s?\|\s?html\s?/KohaDates $1/g' **/*.inc **/*.tt Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:02:22 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:02:22 +0000 Subject: [Koha-bugs] [Bug 22007] KohaDates output does not need to be html filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22007 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83287|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 83562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83562&action=edit Bug 22007: Handle safe filtered output (KohaDates) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:02:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:02:26 +0000 Subject: [Koha-bugs] [Bug 22007] KohaDates output does not need to be html filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22007 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83288|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 83563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83563&action=edit Bug 22007: Also handle Price and HtmlTags Those 2 filters should return safe output as well Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:02:30 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:02:30 +0000 Subject: [Koha-bugs] [Bug 22007] KohaDates output does not need to be html filtered In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22007 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83289|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 83564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83564&action=edit Bug 22007: Generated with add_missing_filters.pl Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:05:39 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:05:39 +0000 Subject: [Koha-bugs] [Bug 21990] No background color for div.error, must be .alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21990 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:05:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:05:42 +0000 Subject: [Koha-bugs] [Bug 21990] No background color for div.error, must be .alert In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21990 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83239|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 83565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83565&action=edit Bug 21990: Replace dialog .error with .alert
will display a div without background color, the correct class is "dialog alert". https://wiki.koha-community.org/wiki/Interface_patterns#Error_messages Test plan: Hit /cgi-bin/koha/acqui/parcel.pl Notice the background color change with and without this patch Signed-off-by: Pierre-Marc Thibault Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:06:15 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:06:15 +0000 Subject: [Koha-bugs] [Bug 21953] Term "Lost item" untranslatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21953 Katrin Fischer 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 watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:10:29 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:10:29 +0000 Subject: [Koha-bugs] [Bug 21928] CircAutoPrintQuickSlip 'clear' is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21928 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:10:33 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:10:33 +0000 Subject: [Koha-bugs] [Bug 21928] CircAutoPrintQuickSlip 'clear' is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21928 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83281|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 83566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83566&action=edit Bug 21928: (bug 18789 follow-up) Fix CircAutoPrintQuickSlip=clear caused by commit 105b3e10e8b31b7de6d733e676c3e661a39b1280 bug 18789 To recreate: 1 - Set CircAutoPrintQuickSlip to 'clear' 2 - Bring up a patron in circulation 3 - Click in checkout box and hit enter to submit empty 4 - Patron is partially loaded Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:11:26 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:11:26 +0000 Subject: [Koha-bugs] [Bug 21802] Edit notices form is not aligned with accordeon headers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21802 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |josef.moravec at gmail.com |ity.org | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:17:42 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:17:42 +0000 Subject: [Koha-bugs] [Bug 21802] Edit notices form is not aligned with accordeon headers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21802 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:17:46 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:17:46 +0000 Subject: [Koha-bugs] [Bug 21802] Edit notices form is not aligned with accordeon headers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21802 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83283|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 83567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83567&action=edit Bug 21802: Align fieldset with accordion headers when editing notice's template Test plan: Regenerate the css using `yarn css` Edit a notice's template and confirm that the fieldsets are aligned with the accordion headers Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:21:48 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:21:48 +0000 Subject: [Koha-bugs] [Bug 21797] Update two-column templates with Bootstrap grid: Acquisitions part 5 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21797 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:21:52 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:21:52 +0000 Subject: [Koha-bugs] [Bug 21797] Update two-column templates with Bootstrap grid: Acquisitions part 5 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21797 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83302|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 83568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83568&action=edit Bug 21797: Update two-column templates with Bootstrap grid: Acquisitions part 5 This patch adds or corrects Bootstrap grids on three acquisitions-related templates. To test, apply the patch and confirm that these pages look correct and adjust well to various browser widths: - Acquisitions -> Vendor -> Basket -> View - Acquisitions -> Vendor -> Details - Acquisitions -> Vendor -> Basket -> Add to basket -> From a new (empty) record Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:30:13 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:30:13 +0000 Subject: [Koha-bugs] [Bug 22054] New: Display a nicer error message when trying to renew an on-site checkout from renew page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22054 Bug ID: 22054 Summary: Display a nicer error message when trying to renew an on-site checkout from renew page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: trivial Priority: P5 - low Component: Circulation 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, kyle.m.hall at gmail.com Target Milestone: --- To test: 1) Enable OnSiteCheckouts system preference 2) Checkout an item checking the onsite checkout checkbos in more options 3) Go to circulation > pending on-site checkouts 4) Verify the checkout shows 5) Go to circulation > renew 6) Try to renew the on-site checkout using the barcode 7) Verify display: onsite_checkout Continue without renewing onsite_checkout reads like a code and should be replaced with a proper message. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:34:32 2019 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2019 22:34:32 +0000 Subject: [Koha-bugs] [Bug 21442] Switch two-column templates to Bootstrap grid: Circulation part 1 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21442 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83313|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 83569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83569&action=edit Bug 21442: Update two-column templates with Bootstrap grid: Circulation part 1 This patch modifies several circulation templates to use the Bootstrap grid instead of YUI. This patch also removes obsolete "text/javascript" attributes from