From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 01:35:07 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 00:35:07 +0000 Subject: [Koha-bugs] [Bug 8733] Adding critic reviews to book pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8733 Jared Camins-Esakov 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 Tue Jan 1 01:35:11 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 00:35:11 +0000 Subject: [Koha-bugs] [Bug 8733] Adding critic reviews to book pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8733 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12588|0 |1 is obsolete| | --- Comment #16 from Jared Camins-Esakov --- Created attachment 14345 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14345&action=edit Bug 8733: Add IDreamBooks.com enhanced content Adds the following enhanced content to the OPAC, all controlled by separate sysprefs: 1) A "Readometer" which summarizes reviews on the OPAC detail page 2) A tab with snippets of critical reviews on the OPAC detail page 3) A computed rating on the results page To test: Find a book that is listed on IDreamBooks.com (you may have to make sure that you have the first edition), and one that is not. Try each of IDreamBooksReadometer, IDreamBooksReviews, and IDreamBooksResults sysprefs, taking note of the content appearing (or not) as appropriate. Updated to add missing CSS to new theme. Signed-off-by: Nicole C. Engard all tests pass. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov Rebased to latest master 2012-12-31 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 01:47:45 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 00:47:45 +0000 Subject: [Koha-bugs] [Bug 8924] Some modules erroneously skipped by 00-load In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8924 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 01:47:47 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 00:47:47 +0000 Subject: [Koha-bugs] [Bug 8924] Some modules erroneously skipped by 00-load In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8924 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12845|0 |1 is obsolete| | --- Comment #3 from Jared Camins-Esakov --- Created attachment 14346 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14346&action=edit Bug 8924: Some modules erroneously skipped by 00-load Several patterns were being skipped unnecessarily in t/00-load.t: * C4::Cache* - no longer exists * C4::Record - no longer requires database * C4::Serials - no longer requires database To test: 1) Unset KOHA_CONF and/or shut down MySQL. 2) Run `prove t/00-load.t` 3) If the test passes, the patch is good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 01:56:17 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 00:56:17 +0000 Subject: [Koha-bugs] [Bug 9174] Item type image does not display for biblio-level itemtypes in list display in OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9174 --- Comment #4 from Jared Camins-Esakov --- Created attachment 14347 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14347&action=edit Bug 9174 follow-up: Eliminate warning and fix POD Thanks to Marcel for spotting these issues. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 01:56:16 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 00:56:16 +0000 Subject: [Koha-bugs] [Bug 9174] Item type image does not display for biblio-level itemtypes in list display in OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9174 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 18:59:55 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 17:59:55 +0000 Subject: [Koha-bugs] [Bug 8924] Some modules erroneously skipped by 00-load In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8924 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14346|0 |1 is obsolete| | --- Comment #4 from Chris Cormack --- Created attachment 14348 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14348&action=edit Bug 8924: Some modules erroneously skipped by 00-load Several patterns were being skipped unnecessarily in t/00-load.t: * C4::Cache* - no longer exists * C4::Record - no longer requires database * C4::Serials - no longer requires database To test: 1) Unset KOHA_CONF and/or shut down MySQL. 2) Run `prove t/00-load.t` 3) If the test passes, the patch is good. Signed-off-by: Chris Cormack 144 tests passing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 19:00:19 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:00:19 +0000 Subject: [Koha-bugs] [Bug 8924] Some modules erroneously skipped by 00-load In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8924 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |chris at bigballofwax.co.nz 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 19:01:20 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:01:20 +0000 Subject: [Koha-bugs] [Bug 9331] Untranslatable strings in ajax.js In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9331 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 19:05:17 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:05:17 +0000 Subject: [Koha-bugs] [Bug 9331] Untranslatable strings in ajax.js In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9331 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14341|0 |1 is obsolete| | --- Comment #3 from Chris Cormack --- Created attachment 14349 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14349&action=edit Bug 9331 - Untranslatable strings in ajax.js This patch moves untranslatable strings from ajax.js into the template where they can be picked up by the translation script. To test that preference-related error messages continue to work, open the system preferences editor in two tabs. Log out in one tab and try to save a system preference in the other. You should see correct error messages. To test that error strings are now translatable, run "perl translate update " from misc/translator, then check if the affected strings shows up in the po file. Signed-off-by: Chris Cormack Still works, and is now translatable -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 19:05:34 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:05:34 +0000 Subject: [Koha-bugs] [Bug 9331] Untranslatable strings in ajax.js In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9331 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 19:12:56 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:12:56 +0000 Subject: [Koha-bugs] [Bug 9289] Adjacent checkbox behavior broken on circulation.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9289 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #6 from Chris Cormack --- Pushed to 3.10.x will be in 3.10.2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 19:17:15 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:17:15 +0000 Subject: [Koha-bugs] [Bug 8299] overdue_notice.pl shows warning messages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8299 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #9 from Chris Cormack --- Pushed to 3.10.x and 3.8.x will be in 3.10.2 and 3.8.9 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 19:20:08 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:20:08 +0000 Subject: [Koha-bugs] [Bug 9284] JavaScript should conform to coding guidelines recommended by JSHint In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9284 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz Patch complexity|--- |Trivial patch --- Comment #6 from Chris Cormack --- Pushed to 3.8.x and 3.10.x will be in 3.8.9 and 3.10.2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 19:24:43 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 18:24:43 +0000 Subject: [Koha-bugs] [Bug 9209] Mocked Koha::Calendar tests In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9209 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #16 from Chris Cormack --- Pushed to 3.10.x will be in 3.10.2 -- 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:01 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:10:01 +0000 Subject: [Koha-bugs] [Bug 7919] Display of values depending on the connexion library (authorised values, patron categories, extended attributes) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:10:06 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:10:06 +0000 Subject: [Koha-bugs] [Bug 7919] Display of values depending on the connexion library (authorised values, patron categories, extended attributes) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14287|0 |1 is obsolete| | --- Comment #61 from Chris Cormack --- Created attachment 14350 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14350&action=edit Bug 7919: FIX the "all" categories method The C4::Category->all method must return fields from the categories table only. Without this patch, there is 2 "categorycode" values, the second one is sometimes undef (if no branch limitation). same for the GetBorrowercategoryList routine (some category codes are undefined) Signed-off-by: Chris Cormack -- 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:51 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:21:51 +0000 Subject: [Koha-bugs] [Bug 9180] Default rules are not always used for overdues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9180 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack --- I also can not recreate, with rules set up in overdue notices and running with -n -v and -n -v -t I get the same output before and after the patch. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:23:50 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:23:50 +0000 Subject: [Koha-bugs] [Bug 7441] search results showing wrong branch? In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:25:17 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:25:17 +0000 Subject: [Koha-bugs] [Bug 9174] Item type image does not display for biblio-level itemtypes in list display in OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9174 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:25:20 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:25:20 +0000 Subject: [Koha-bugs] [Bug 9174] Item type image does not display for biblio-level itemtypes in list display in OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9174 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14347|0 |1 is obsolete| | --- Comment #5 from Chris Cormack --- Created attachment 14351 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14351&action=edit Bug 9174 follow-up: Eliminate warning and fix POD Thanks to Marcel for spotting these issues. Signed-off-by: Chris Cormack -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:27:16 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:27:16 +0000 Subject: [Koha-bugs] [Bug 9102] [SECURITY] We should set httponly on our session cookie In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9102 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #11 from Chris Cormack --- I think we should QA the first patch and push it, the second one should be safe and essentially a no-op but is hard to test. So if we could push the first one and then put this back to needs sign off -- 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:16 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:30:16 +0000 Subject: [Koha-bugs] [Bug 5299] Allow patron to update email if they are allowed to update password In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5299 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #4 from Chris Cormack --- Patches are written for HTML::Template::Pro .. need to be rewritten to apply to modern Koha -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:31:57 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:31:57 +0000 Subject: [Koha-bugs] [Bug 6556] The popup menu in the Z39.50 search results doesn't point to the correct record. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6556 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #10 from Chris Cormack --- This needs a full rewrite if it is still needed -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:38:54 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:38:54 +0000 Subject: [Koha-bugs] [Bug 5523] Display list of items which are to be cataloged in the cataloguing home page. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5523 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:38:56 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:38:56 +0000 Subject: [Koha-bugs] [Bug 5523] Display list of items which are to be cataloged in the cataloguing home page. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5523 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2902|0 |1 is obsolete| | --- Comment #4 from Chris Cormack --- Created attachment 14352 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14352&action=edit Bug 5523 - Display list of items which are to be cataloged in the cataloguing home page. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:39:24 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:39:24 +0000 Subject: [Koha-bugs] [Bug 5523] Display list of items which are to be cataloged in the cataloguing home page. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5523 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack --- I have rebased this patch, It now applies, but it needs a test plan if anyone is going to be able to sign off -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:45:31 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:45:31 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #9 from Chris Cormack --- Robin, something to look at in the new year? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:48:30 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:48:30 +0000 Subject: [Koha-bugs] [Bug 5620] Capture Mode of payment In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5620 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack --- This needs a rewrite, can't be rebased, it uses HTML::Template::Pro not Template::Toolkit -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:51:05 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:51:05 +0000 Subject: [Koha-bugs] [Bug 5233] Allow a dropdown for zipcode that auto-fills in the field In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5233 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack --- Contains HTML::Template::Pro code, needs a new patch if we still want this -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:52:18 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:52:18 +0000 Subject: [Koha-bugs] [Bug 5185] Match modification should (optionally) update the last seen time In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5185 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED CC| |chris at bigballofwax.co.nz -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:52:43 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:52:43 +0000 Subject: [Koha-bugs] [Bug 4892] Make the accounts page page, so that the list of records doesn't end up being huge. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4892 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #7 from Chris Cormack --- Still needs a Template Toolkit patch -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:56:03 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:56:03 +0000 Subject: [Koha-bugs] [Bug 4030] Patron attribute types cannot be made mandatory In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4030 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED CC| |chris at bigballofwax.co.nz --- Comment #1 from Chris Cormack --- Needs a new patch, this contains HTML::Template::Pro templates -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:56:36 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:56:36 +0000 Subject: [Koha-bugs] [Bug 3058] Opac search results (non-XSLT) should show not for loan items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3058 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED CC| |chris at bigballofwax.co.nz Resolution|--- |INVALID -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jan 1 23:57:28 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 22:57:28 +0000 Subject: [Koha-bugs] [Bug 2797] Add Summary records to represent summary holdings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2797 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #1 from Chris Cormack --- Need a full patch, if this is to be useful -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:00:01 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:00:01 +0000 Subject: [Koha-bugs] [Bug 4450] Type of error return causes problems In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4450 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2119|0 |1 is obsolete| | --- Comment #2 from Chris Cormack --- Comment on attachment 2119 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2119 Proposed Patch Needs a new patch -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:00:15 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:00:15 +0000 Subject: [Koha-bugs] [Bug 4450] Type of error return causes problems In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4450 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:01:11 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:01:11 +0000 Subject: [Koha-bugs] [Bug 6833] Notifications Rewrite In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6833 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |In Discussion CC| |chris at bigballofwax.co.nz -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:03:26 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:03:26 +0000 Subject: [Koha-bugs] [Bug 4523] aqbudgets.pl - possibility to show / hide the filters menu In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4523 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #5 from Chris Cormack --- Needs a new patch, written for template toolkit -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:04:21 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:04:21 +0000 Subject: [Koha-bugs] [Bug 6504] no way to enter shipping price in acq In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED CC| |chris at bigballofwax.co.nz --- Comment #20 from Chris Cormack --- Bug 5339 has been resolved, so this can be revisited. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:27:05 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:27:05 +0000 Subject: [Koha-bugs] [Bug 7669] Search Results Multiple Cover Image HTML & CSS In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7669 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:27:08 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:27:08 +0000 Subject: [Koha-bugs] [Bug 7669] Search Results Multiple Cover Image HTML & CSS In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7669 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8152|0 |1 is obsolete| | --- Comment #6 from Chris Cormack --- Created attachment 14353 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14353&action=edit Bug 7669: Add CSS classes to OPAC results thumbnails Looks at the code for the images in the template I notices some were raw images, some were encased in
tags, and no-images were in . I added classes to the elements to make then more easily modified by the end user through the OPAC CSS options. Also, all images and no-images now have float:left (this was in the .thumbnail class). I combines the thumbnail elements into the .no-image{} class. It does not have div.no-image like the still active span.no-image, because that is an element specific class and thus any settings in it override user settings. So, it has to stay simply .no-image. Images "" now have a class thumbnail_image. This was in keeping with consistent and unique element classes. thumbnail is used by all the
elements. Here are the new classes I have added, that are vendor/company specific: /* New Classes for Thumbnail Images */ .thumbnail_image { /* specific class for the actual tag */ } /* specific classes for thumbnails */ .opac_thumb, .amazon_thumb, .google_thumb, .syndetics_thumb, .openlibrary_thumb, .bakertaylor_thumb{ } /* specific classes for no-image */ .amazon_no, .google_no, .openlibrary_no, .bakertaylor_no{ } Example Code to see why: /*examples how a specific class works*/ div.amazon_no{ /*Amazon no image [seem broken in code]*/ border: 1px solid #FFA500; /*amazon is ornage*/ } .google_thumb, .google_no{/*Google no image*/ border-top: 2px solid #F00; border-right: 2px solid #080; border-bottom: 2px solid #FF0; border-left: 2px solid #00F; padding: 2px; } .openlibrary_no{ background: url(http://openlibrary.org/images/logo_IA-sm.png) right center no-repeat; color: #00F; text-align: left; } Signed-off-by: Jared Camins-Esakov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:27:45 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:27:45 +0000 Subject: [Koha-bugs] [Bug 7669] Search Results Multiple Cover Image HTML & CSS In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7669 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #7 from Chris Cormack --- Rebased the patch, it now applies, I have not tested it works, I made some changes to get it to apply so someone other than me needs to sign off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:28:42 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:28:42 +0000 Subject: [Koha-bugs] [Bug 1092] might be nice to have cookie keep track of patron. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1092 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68 is|0 |1 obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:28:52 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:28:52 +0000 Subject: [Koha-bugs] [Bug 1092] might be nice to have cookie keep track of patron. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1092 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:38:01 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:38:01 +0000 Subject: [Koha-bugs] [Bug 2959] Enhancements for link checker In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2959 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED CC| |chris at bigballofwax.co.nz Resolution|--- |FIXED --- Comment #1 from Chris Cormack --- This has been implemented in other bugs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:38:04 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:38:04 +0000 Subject: [Koha-bugs] [Bug 7963] Parallel HTTP requests when checking URLs In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963 Bug 7963 depends on bug 2959, which changed state. Bug 2959 Summary: Enhancements for link checker http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2959 What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:40:54 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:40:54 +0000 Subject: [Koha-bugs] [Bug 5172] Use other name rather than first name when referring to the user In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5172 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #10 from Chris Cormack --- Needs a new patch -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:42:34 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:42:34 +0000 Subject: [Koha-bugs] [Bug 6092] default sort field and order when syspref are NULL In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6092 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3750|0 |1 is obsolete| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:46:35 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:46:35 +0000 Subject: [Koha-bugs] [Bug 6092] default sort field and order when syspref are NULL In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6092 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |FIXED --- Comment #7 from Chris Cormack --- Fixed by another patch -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:51:05 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:51:05 +0000 Subject: [Koha-bugs] [Bug 6138] Show local help and isbd punctuation automatically when we are cataloguing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6138 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10404|0 |1 is obsolete| | --- Comment #8 from Chris Cormack --- Created attachment 14354 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14354&action=edit Bug 6138 - Show local help and isbd punctuation automatically when we are cataloguing -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:51:02 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:51:02 +0000 Subject: [Koha-bugs] [Bug 6138] Show local help and isbd punctuation automatically when we are cataloguing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6138 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:58:14 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:58:14 +0000 Subject: [Koha-bugs] [Bug 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 00:58:16 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Jan 2013 23:58:16 +0000 Subject: [Koha-bugs] [Bug 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12317|0 |1 is obsolete| | --- Comment #45 from Jared Camins-Esakov --- Created attachment 14355 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14355&action=edit Bug 5079 - Make display of shelving location and call number in XSLT results controlled by sysprefs * Don't show the Location line if there are no copies available, since it will inevitably be blank * Also, don't show locations for Checked Out, Lost, Damaged, Withdrawn, On Hold or In transit items; it doesn't really make sense, since the items aren't actually there, and it results in repetitive listing of the shelving location * Added system preference to display shelving location of an item on opac results. The system preference is called OpacItemLocation. I also moved the call number to a new line called Location along with the shelving location if it is enabled. To Test: 1) Run database update script to add syspref. 2) Set OpacItemLocation to show locations or collection codes on the opac-search page. If it is working you should see the shelving location of the item before the call number. Multiple home branch shelving locations are seperated by a pipe character ( i.e. '|' ). Based on code by Elliot Davis Signed-off-by: Jared Camins-Esakov Works as advertised. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 01:01:09 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 00:01:09 +0000 Subject: [Koha-bugs] [Bug 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch --- Comment #46 from Jared Camins-Esakov --- As RM for 3.12, I am reversing Paul's decision to fail this on the basis of the syspref. I consider the additional syspref both useful and necessary, and will push this patch if there is no other quality-based objection to this code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:20:45 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:20:45 +0000 Subject: [Koha-bugs] [Bug 6811] Send renewal notice In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6811 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE --- Comment #6 from Jared Camins-Esakov --- This feature has been implemented by bug 9151. *** This bug has been marked as a duplicate of bug 9151 *** -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:20:45 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:20:45 +0000 Subject: [Koha-bugs] [Bug 9151] Renewal notice according to patron alert preferences In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9151 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |savitra.sirohi at osslabs.biz --- Comment #16 from Jared Camins-Esakov --- *** Bug 6811 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:23:15 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:23:15 +0000 Subject: [Koha-bugs] [Bug 6986] update perltidy with new official style In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6986 --- Comment #7 from Jared Camins-Esakov --- Mason, Could you please provide a test plan for this? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:26:22 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:26:22 +0000 Subject: [Koha-bugs] [Bug 9055] Mandumah.com's multiple branch search, multiple branch security mod In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9055 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=5806 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:26:22 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:26:22 +0000 Subject: [Koha-bugs] [Bug 5806] Search results display items for all locations when the SearchMyLibrary first system pref is activated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5806 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=9055 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:32:51 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:32:51 +0000 Subject: [Koha-bugs] [Bug 3657] Editing MARC Authority Subfield Structure - Librarian Text is Mandatory In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3657 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #4 from Jared Camins-Esakov --- Resetting to ASSIGNED since a new patch is required. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:35:32 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:35:32 +0000 Subject: [Koha-bugs] [Bug 7721] Global xslt parsing in XSLT.pm under mod_perl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7721 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED CC| |chris at bigballofwax.co.nz Resolution|--- |FIXED --- Comment #4 from Chris Cormack --- With the changes to the xslt files preferences this is no longer needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:36:37 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:36:37 +0000 Subject: [Koha-bugs] [Bug 6762] show orderline numbers in the basket display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6762 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED CC| |chris at bigballofwax.co.nz -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:37:04 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:37:04 +0000 Subject: [Koha-bugs] [Bug 5250] Various enhancements to web based checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5250 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:38:44 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:38:44 +0000 Subject: [Koha-bugs] [Bug 8230] Show the ordered status in catalogue page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8230 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED CC| |chris at bigballofwax.co.nz --- Comment #3 from Chris Cormack --- Applying: Bug 7294:Additional patch to show the ordered status in catalogue page fatal: sha1 information is lacking or useless (acqui/addorder.pl). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:39:56 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:39:56 +0000 Subject: [Koha-bugs] [Bug 2244] RFID Cataloguing and Circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2244 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |ASSIGNED --- Comment #4 from Chris Cormack --- Needs a new patch for Template::Toolkit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:40:34 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:40:34 +0000 Subject: [Koha-bugs] [Bug 4241] Add lost/claims returned displays to patron record In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4241 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #2 from Jared Camins-Esakov --- These patches are no longer available anywhere. Resetting to ASSIGNED. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:43:09 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:43:09 +0000 Subject: [Koha-bugs] [Bug 4812] Reserves for a specific copy of a book say book is available even though it it still checked out to someone else In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4812 --- Comment #6 from Jared Camins-Esakov --- Is this still an issue? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:44:05 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:44:05 +0000 Subject: [Koha-bugs] [Bug 8292] clicking ignore on hold cancels transfer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8292 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:44:07 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:44:07 +0000 Subject: [Koha-bugs] [Bug 8292] clicking ignore on hold cancels transfer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8292 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12760|0 |1 is obsolete| | --- Comment #3 from Chris Cormack --- Created attachment 14356 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14356&action=edit Bug 8292 - clicking ignore on hold cancels transfer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:50:00 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:50:00 +0000 Subject: [Koha-bugs] [Bug 8034] Enable server print queue selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034 Chris Cormack 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 Wed Jan 2 02:50:05 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:50:05 +0000 Subject: [Koha-bugs] [Bug 8034] Enable server print queue selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13797|0 |1 is obsolete| | --- Comment #29 from Chris Cormack --- Created attachment 14357 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14357&action=edit bug_8034: Restored network printer maintenance and selection This patch is just for restoring printer maintenance and selection, not for priting itself. It is just a preparation step. * Added UsePrintQueues syspref. If set to No, no printer info will be displayed/used * Database changes: - printers table PRIMARY KEY is now printqueue. It is more natural. We should really have a synthetic id, but printqueue is good enough - branches.branchprinter is a FOREIGN KEY to printers.printqueue * Created C4::Auth::get_user_printer() function that will return appropriate printer. In order of preference: - session selected - logged in branch branchprinter * Moved printer functions to C4::Printer * Restored printer maint/selection in admin zone UsePrintQueues permitting * Restored printer selection in circ/selectbranchprinter.pl UsePrintQueues permitting Signed-off-by: Jared Camins-Esakov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 02:58:21 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 01:58:21 +0000 Subject: [Koha-bugs] [Bug 4268] Incorrect check of OPACItemsResultsDisplay preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4268 --- Comment #9 from Jared Camins-Esakov --- I am a little confused about this patch. The discussion seems to be about a different patch than the one currently on the bug. Is a patch still required? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:00:24 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:00:24 +0000 Subject: [Koha-bugs] [Bug 3484] Break down fee display on checkout tab In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3484 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #6 from Jared Camins-Esakov --- New patches using Template::Toolkit are needed. Resetting to ASSIGNED. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:05:11 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:05:11 +0000 Subject: [Koha-bugs] [Bug 4850] CheckReserves does not respect holds circulation policies In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4850 --- Comment #4 from Jared Camins-Esakov --- Is this still an issue? I think this may have been fixed by other work on the holds system, but I'm not entirely clear on what the problem is. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:07:07 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:07:07 +0000 Subject: [Koha-bugs] [Bug 5636] clean borrowers run from command line In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5636 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED Assignee|gmcharlt at gmail.com |alex.arnaud at biblibre.com --- Comment #13 from Jared Camins-Esakov --- Resetting assignee to Alex Arnaud, since Paul delegated this to him. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:12:36 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:12:36 +0000 Subject: [Koha-bugs] [Bug 7654] Add location an callnumber at opac subscription view In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7654 --- Comment #6 from Jared Camins-Esakov --- Could you please attach your updated patch to this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:24:24 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:24:24 +0000 Subject: [Koha-bugs] [Bug 7186] add new 'Koha Stats' tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7186 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #12 from Jared Camins-Esakov --- Resetting to ASSIGNED since there are serious privacy concerns with this patch. A better option for this functionality would be to provide a script with which the RM can generate the required statistics at release time. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:35:23 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:35:23 +0000 Subject: [Koha-bugs] [Bug 4306] Label manage batch listing should show item-level itemtype In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4306 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #5 from Jared Camins-Esakov --- This patch was already pushed. Resetting to ASSIGNED since there is no patch to have failed QA. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:36:58 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:36:58 +0000 Subject: [Koha-bugs] [Bug 5608] Tool to move MARC21 series info to 490 tag In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5608 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED Assignee|gmcharlt at gmail.com |mdhafen at tech.washk12.org --- Comment #4 from Jared Camins-Esakov --- Changing assignment and setting to ASSIGNED. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:41:23 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:41:23 +0000 Subject: [Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 --- Comment #6 from Jared Camins-Esakov --- Kyle, should the patch on this bug be moved to a new bug and the status of this bug changed back to ASSIGNED? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:43:04 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:43:04 +0000 Subject: [Koha-bugs] [Bug 8231] Warning on Check in if borrower is restricted In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8231 --- Comment #7 from Jared Camins-Esakov --- Adrien, could you please address Owen's questions? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:45:34 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:45:34 +0000 Subject: [Koha-bugs] [Bug 8153] Bulk serial receive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8153 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Jared Camins-Esakov --- I believe this is bug duplicates functionality provided by bug 7913. *** This bug has been marked as a duplicate of bug 7913 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:45:34 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:45:34 +0000 Subject: [Koha-bugs] [Bug 7913] Automatically receive serial issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7913 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shinoy.m at osslabs.biz --- Comment #16 from Jared Camins-Esakov --- *** Bug 8153 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 03:57:37 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 02:57:37 +0000 Subject: [Koha-bugs] [Bug 7911] Greater flexibility in auto barcode number generation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #4 from Jared Camins-Esakov --- Resetting to ASSGINED as the author set it to "Failed QA." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 04:01:19 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 03:01:19 +0000 Subject: [Koha-bugs] [Bug 8508] Holds to Pull : Library dropdown options are erroneously concatenated by br tags In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8508 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Patch doesn't apply --- Comment #8 from Jared Camins-Esakov --- It sounds like the problem is that this patch does not apply rather than that it failed QA. Owen, do you think you could rebase these two patches and reattach them to the bug? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 04:32:08 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 03:32:08 +0000 Subject: [Koha-bugs] [Bug 7387] Add Template::Toolkit plugin to allow caching of includes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7387 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 04:32:11 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 03:32:11 +0000 Subject: [Koha-bugs] [Bug 7387] Add Template::Toolkit plugin to allow caching of includes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7387 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7368|0 |1 is obsolete| | --- Comment #10 from Chris Cormack --- Created attachment 14358 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14358&action=edit Bug 7387 : Adding a caching plugin for Template::Toolkit To use this you need to do something like -[% INCLUDE 'doc-head-open.inc' %] +[% USE cache = Cache %] +[% cache.inc( + 'template' => 'doc-head-open.inc', + 'keys' => {'dochead' => 'dochead'}, + 'ttl' => 360 + ) +%] Signed-off-by: Jared Camins-Esakov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 08:18:52 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 07:18:52 +0000 Subject: [Koha-bugs] [Bug 9014] Add time due to slips In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9014 --- Comment #20 from Katrin Fischer --- Working on this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 08:37:13 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 07:37:13 +0000 Subject: [Koha-bugs] [Bug 6138] Show local help and isbd punctuation automatically when we are cataloguing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6138 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #9 from Marc V?ron --- I can see and edit the fields in teh framework. However when I try to edit a biblio record, help is not displayed. How I tested: 1) Go to administration->MARC Bibliographic framework->Marc Structure->Subfields->Edit subfields 2) Edit a subfield. Hit "Display more constraints" at the bottom of the screen. 3) Locate two new fields "Punctuation:" and "Help:" under "Advanced Constraints" 4) Put some values in both fields. 5) Save changes 6) Go to catalogiing->Add MARC Record, choose the framework you just used and go to the field where you added help 7) See a link "Show help" at the right of the field. 8) Hit the link. It is something like http://[YORSERVER]/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=#help_tag_942_subfield_n_175538_230054 9) Nothing happens. Result: Error in console: ReferenceError:fields_in_use is not defined. This error appears already when loading the page. It does not appear when I switch back to branch master. Same result while editng an existing biblio record. The HTML page source code where the error happens is as follows: ------------ ------------ -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 09:12:23 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 08:12:23 +0000 Subject: [Koha-bugs] [Bug 9180] Default rules are not always used for overdues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9180 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |sophie.meynieux at biblibre.co |ity.org |m -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 09:16:48 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 08:16:48 +0000 Subject: [Koha-bugs] [Bug 9210] Automatic carriage return are missing in print letters generated for holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9210 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |sophie.meynieux at biblibre.co |ity.org |m -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 10:10:08 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 09:10:08 +0000 Subject: [Koha-bugs] [Bug 7131] way to overlay items in in marc import In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7131 --- Comment #4 from Katrin Fischer --- Hi Elliott, reading your test plan I have some questions about this new feature: How are the items matched? By barcode or itemnumber? Will all subfields be overlayed? What happens when the item is currently on loan? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 11:05:09 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 10:05:09 +0000 Subject: [Koha-bugs] [Bug 8850] Can't place hold on title with ILS-DI In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8850 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12655|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 13:45:32 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 12:45:32 +0000 Subject: [Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com --- Comment #7 from Kyle M Hall --- (In reply to comment #6) > Kyle, should the patch on this bug be moved to a new bug and the status of > this bug changed back to ASSIGNED? I think we need to move this patch to a new bug. Kyle -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 13:48:10 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 12:48:10 +0000 Subject: [Koha-bugs] [Bug 9336] New: Don't let un-holdable items prevent holdable items from being held in Intranet for multi-holds Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336 Bug ID: 9336 Summary: Don't let un-holdable items prevent holdable items from being held in Intranet for multi-holds Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com CC: gmcharlt at gmail.com It one or more items in a multihold are not-holdable, it prevents a librarian from holding the rest of the items. It would be better to warn the librarian that some of the items won't be held instead, that way, the librarian does not need to go to the trouble of removing the non-holdable items from the multi-hold to complete the process. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 13:48:32 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 12:48:32 +0000 Subject: [Koha-bugs] [Bug 9336] Don't let un-holdable items prevent holdable items from being held in Intranet for multi-holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:00:56 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:00:56 +0000 Subject: [Koha-bugs] [Bug 9336] Don't let un-holdable records prevent holdable records from being held in Intranet for multi-holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Don't let un-holdable items |Don't let un-holdable |prevent holdable items from |records prevent holdable |being held in Intranet for |records from being held in |multi-holds |Intranet for multi-holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:03:12 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:03:12 +0000 Subject: [Koha-bugs] [Bug 9336] Don't let un-holdable records prevent holdable records from being held in Intranet for multi-holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336 --- Comment #1 from Kyle M Hall --- Created attachment 14359 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14359&action=edit Bug 9336 - Don't let un-holdable records prevent holdable records from being held in Intranet for multi-holds If one or more records selected for a multi-hold have no items, the multi-holds process will prevent the librarian from completing the multi-hold. This forces the librarian to go back and remove the records with no items from the multi-hold. It would be better to warn the librarian that some of the records won't be held instead, that way, the librarian does not need to go to the trouble of removing the non-holdable records from the multi-hold to complete the process. Fixed by not disabling the submit button in the event that one of the records has no holdable items. Updated text of submit buttons. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:03:21 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:03:21 +0000 Subject: [Koha-bugs] [Bug 9336] Don't let un-holdable records prevent holdable records from being held in Intranet for multi-holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:03:43 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:03:43 +0000 Subject: [Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9613|0 |1 is obsolete| | --- Comment #8 from Kyle M Hall --- Comment on attachment 9613 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9613 Bug 7703 - Don't block bulk hold action on search results if some items can't be placed on hold Moved to http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:03:59 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:03:59 +0000 Subject: [Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:23:31 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:23:31 +0000 Subject: [Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 --- Comment #9 from Kyle M Hall --- Created attachment 14360 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14360&action=edit Bug 7703 - Don't block bulk hold action on search results if some items can't be placed on hold Remove the check that prevents submitting a multi-hold if one or more records in the multi-hold have no items. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:24:52 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:24:52 +0000 Subject: [Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #10 from Kyle M Hall --- With the patch, attempting to place a multi-hold where one of the records has no items results in the following message on reserve/request.pl Cannot place hold: this record has no items attached. Is this the expected behavior? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:29:25 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:29:25 +0000 Subject: [Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 --- Comment #11 from Kyle M Hall --- Test plan: 1) Apply patch 2) On the staff interface, do a search 3) On the search results, select at least one record with items and one record with no items. 4) Click the 'Place hold' button. 5) You should be redirected to reserve/request.pl with the message "Cannot place hold: this record has no items attached." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 14:32:59 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 13:32:59 +0000 Subject: [Koha-bugs] [Bug 9336] Don't let un-holdable records prevent holdable records from being held in Intranet for multi-holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336 --- Comment #2 from Kyle M Hall --- Test plan: 1) Apply patch 2) Place a multi-hold on two records, where one has hold-able items, and the other does not have any hold-able items. 3) Instead of being unable to submit the hold request, you should now be able to. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:06:49 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:06:49 +0000 Subject: [Koha-bugs] [Bug 7441] search results showing wrong branch? In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441 --- Comment #28 from Kyle M Hall --- Created attachment 14361 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14361&action=edit Bug 7441 - search results showing wrong branch? - Followup - Use syspref for XSLT and non-XSLT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:08:09 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:08:09 +0000 Subject: [Koha-bugs] [Bug 7441] search results showing wrong branch? In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14361|0 |1 is obsolete| | --- Comment #29 from Kyle M Hall --- Created attachment 14362 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14362&action=edit Bug 7441 - search results showing wrong branch? - Followup - Use syspref for XSLT and non-XSLT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:08:31 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:08:31 +0000 Subject: [Koha-bugs] [Bug 7441] search results showing wrong branch? In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:11:17 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:11:17 +0000 Subject: [Koha-bugs] [Bug 7441] search results showing wrong branch? In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441 --- Comment #30 from Kyle M Hall --- Test Plan: 1) Apply all the patches 2) Run updatedatabase.pl 4) Run a search that will show items with different home and holding branches 3) Test both settings of OPACResultsBranch with OPACXSLTResultsDisplay disabled and also set to 'default' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:26:51 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:26:51 +0000 Subject: [Koha-bugs] [Bug 8942] Translation process breaks javascript in calendar.inc In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8942 --- Comment #30 from Fridolyn SOMERS --- Thanks a lot for testing Owen. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:28:23 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:28:23 +0000 Subject: [Koha-bugs] [Bug 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9021 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14167|0 |1 is obsolete| | --- Comment #11 from Kyle M Hall --- Created attachment 14363 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14363&action=edit Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send drivers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:28:56 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:28:56 +0000 Subject: [Koha-bugs] [Bug 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9021 --- Comment #12 from Kyle M Hall --- Fixed! Thanks! (In reply to comment #10) > Just a comment after a quick look at the patch, there is a bad copy/paste: > > +DROP TABLE IF EXISTS sessions; > +CREATE TABLE `sms_providers` ( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:33:42 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:33:42 +0000 Subject: [Koha-bugs] [Bug 4268] Incorrect check of OPACItemsResultsDisplay preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4268 Fridolyn SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=5409 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:33:43 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:33:43 +0000 Subject: [Koha-bugs] [Bug 5409] Call number is not show on Opac search result page. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5409 Fridolyn SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=4268 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 16:35:05 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 15:35:05 +0000 Subject: [Koha-bugs] [Bug 4268] Incorrect check of OPACItemsResultsDisplay preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4268 --- Comment #10 from Fridolyn SOMERS --- for me this is a duplicate of Bug 5409 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 17:37:31 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 16:37:31 +0000 Subject: [Koha-bugs] [Bug 9257] Add "groups" to normal search pulldown In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9257 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13980|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 14364 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14364&action=edit Bug 9257 - Add "groups" to normal search pulldown This patch adds the ability to add groups to the library select pulldown on the opac, if it is enabled. Test Plan: 1) Apply patch 2) Run updatedatabase.pl 3) Go to Administration ? Libraries and groups 4) Create a new group, or edit an existing one 5) Ensure the 'Show in search pulldown' checkbox is checked 6) Save the group 7) Enable OpacAddMastheadLibraryPulldown if it is not already enabled 8) Load the OPAC, try the group search from the libraries pulldown menu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 17:37:40 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 16:37:40 +0000 Subject: [Koha-bugs] [Bug 9257] Add "groups" to normal search pulldown In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9257 --- Comment #4 from Kyle M Hall --- Created attachment 14365 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14365&action=edit Bug 9257 - Add "groups" to normal search pulldown - Followup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jan 2 17:39:04 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Jan 2013 16:39:04 +0000 Subject: [Koha-bugs] [Bug 9257] Add "groups" to normal search pulldown In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9257 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #5 from Kyle M Hall --- Thanks for the ideas! This new followup implements them all and the feature will no longer need JavaScript. (In reply to comment #2) > It looks like this functionality depends on the user having JavaScript > enabled. Generally speaking functionality which requires JavaScript should > degrade gracefully: If it doesn't work without JS it should not be present > for JS-disabled users. > > I would love to see a solution which used instead of a disabled >